Search:

Search: Search took 1.00 seconds.

  1. Samcy Please check again. Your functions.php was...

    Please check again. Your functions.php was edited.

    I also changed the above code in the thread.
  2. Samcy Here a solution from our devs for you: Add the...

    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;...
  3. Hey sorry I had forgotten about this thread. ...

    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...
  4. Jomark Hi ladue, To remove the search bar through the...

    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:...
  5. Apologies marcellino, I made the assumption that...

    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 -->...
  6. [SOLVED] EDIT - deleted the cache in wp supercache and...

    EDIT - deleted the cache in wp supercache and it's all good now!
  7. Replies
    1
    Views
    430

    I just know how to display all customs fields...

    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(...
  8. [SOLVED] You put the path to them there is two excel in...

    You put the path to them there is two excel in the download folder you can check. One with picture and one without.
  9. Replies
    1
    Views
    504

    [VANTAGE] Hi Vincent, AppThemes does not officially support...

    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...
  10. [VANTAGE] Hi kencochrane, Here is a rundown of how...

    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...
  11. Replies
    27
    Views
    4,669

    [SOLVED] You coud try the following in your style.css ...

    You coud try the following in your style.css

    #wpadminbar { display: none; }
    body { margin-top: -28px !important; }
  12. Replies
    19
    Views
    1,250

    I figured this out for 3.1.8. You need to do...

    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...
  13. [TUTORIAL] We have had this tutorial up in our articles...

    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...
  14. [TUTORIAL] Thank you for the idea. I did it for myself too:)

    Thank you for the idea. I did it for myself too:)
  15. Replies
    61
    Views
    8,157

    [TUTORIAL] Thanks again Mr G, I did download the same above...

    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,...
  16. Replies
    61
    Views
    8,157

    [TUTORIAL] wighty@ yes like you do hmmmmm. have...

    wighty@

    yes like you do


    hmmmmm.

    have you download there ---> Add to Favorites Modified | Premium WordPress Theme CustomizationPlaces-Finder Store
  17. Replies
    14
    Views
    1,897

    Warning regarding Free Wordpress Themes

    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...
  18. [SOLVED] Re: How to add field "telephone number" to contact form?

    This is what i did. hope it works well.




    <label><?php _e('Phone:', 'cp') ?></label>
    <input name="from_Phone" id="from_Phone" type="text"...
Results 1 to 18 of 18