Search:
Search took 1.00 seconds.
-
Please check again. Your functions.php was edited.
I also changed the above code in the thread.
-
Here a solution from our devs for you:
Add the following function to your child theme functions.php
function childtheme_remove_old_ads_while_importing( $post_id, $row ) {
global $wpdb;...
-
Hey sorry I had forgotten about this thread.
It's very weird that such inelegant hacks to basic functionality are necessary, for a popular( and somewhat pricey) theme like Classipress.
Just...
-
Hi ladue,
To remove the search bar through the css file, just look for the set of codes below through the style.css starting on line 309;
#search-bar {
margin: 0 auto;
position:...
-
Apologies marcellino, I made the assumption that everyone would know how to "comment out" lines of code. (My bad)
INSTEAD OF:
REPLACE WITH:
Anything in between <!-- any code here -->...
-
EDIT - deleted the cache in wp supercache and it's all good now!
-
I just know how to display all customs fields like I did with my site.
1. Open up your child theme's content-listing.php
2. Add <?php the_listing_fields(); ?> before <?php echo esc_html(...
-
You put the path to them there is two excel in the download folder you can check. One with picture and one without.
-
Hi Vincent, AppThemes does not officially support third party plugins, so unfortunately we cannot guarantee that all plugins will be completely compatible with our themes. In this instance I haven't...
-
Hi kencochrane,
Here is a rundown of how things are stored in the database:
Listings are a custom post_type, and the meta associated with listing are all custom fields (aka postmeta). So as...
-
You coud try the following in your style.css
#wpadminbar { display: none; }
body { margin-top: -28px !important; }
-
I figured this out for 3.1.8.
You need to do what was suggested above: Open includes/admin/admin-values.php and go to line 897 and add on the additional number of images. My example below shows...
-
We have had this tutorial up in our articles section for quite some time. And our version of the mod allows you to NOT modify core ClassiPress files, instead using a Child Theme you don't have to...
-
Thank you for the idea. I did it for myself too:)
-
Thanks again Mr G, I did download the same above mentioned plugin, but Ive added the extra code you supply, and it worked fine, cheers.
Just got to add a 'Favorites' link to the dashboard,...
-
wighty@
yes like you do
hmmmmm.
have you download there ---> Add to Favorites Modified | Premium WordPress Theme CustomizationPlaces-Finder Store
-
Since this thread is on hacking of websites, particularly WordPress themed websites, I thought I would pass along this warning from the website that provides the BulletProof security plugin.
The...
-
This is what i did. hope it works well.
<label><?php _e('Phone:', 'cp') ?></label>
<input name="from_Phone" id="from_Phone" type="text"...