Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    13
    Views
    718

    Try increasing your php memory limit by adding...

    Try increasing your php memory limit by adding the code below in your wp-config.php file;


    define(‘WP_MEMORY_LIMIT’, ‘64M’);
  2. Replies
    5
    Views
    570

    You may try removing the tags field by...

    You may try removing the tags field by creating/editing the "Form Layout" and exclude the tags field.
  3. Replies
    5
    Views
    614

    tip: Notepad++ is excellent for file comparison...

    tip:
    Notepad++ is excellent for file comparison and is free
  4. Thread: Removing 'No Tag'

    by hugo
    Replies
    20
    Views
    1,697

    single-ad_listing.php around line 140 look for...

    single-ad_listing.php
    around line 140 look for this:

    <p class="tags"><?php if(get_the_term_list($post->ID, 'ad_tag')) echo get_the_term_list($post->ID, 'ad_tag', '', '&nbsp;', '' ); else echo...
  5. wightgoods, in your custom.css file look for the...

    wightgoods, in your custom.css file look for the following selectors:

    body, .header_main_bg, .content, .content_botbg, .header_top

    It may be that some of them are not there. The ones you do...
  6. Hi cypher5689, After WP125 plugin installed and...

    Hi cypher5689,
    After WP125 plugin installed and activated just:
    1. Go to your classipress/index.php and...
    2. Just after <?php get_header(); ?> (line 1)...
    3. Paste <?php wp125_write_ads(); ?>...
  7. Replies
    7
    Views
    494

    i was using pspad a simple editor cheers

    i was using pspad a simple editor cheers
  8. Replies
    9
    Views
    619

    Hi theecotrader, It seems you have broken your...

    Hi theecotrader,
    It seems you have broken your pagination code somehow (plugins, mods,,,,) :(
    ... this is a "not so clean" fix for your site (only CSS so maybe better you check your code or...
  9. Thread: Backup

    by pepsi
    Replies
    3
    Views
    546

    On the AppThemes Resources page...

    On the AppThemes Resources page, the recommended plugin is wp-db-backup. If anyone else has suggestions though, then I'm sure they will chime in on the thread ;)
  10. Replies
    5
    Views
    481

    The Alt text function was included in the...

    The Alt text function was included in the original v3.0.5 release. I understand there are plans to make changes to this in a future release (not necessarily 3.1), but I say if you have specific ideas...
  11. Replies
    2
    Views
    541

    [SOLVED] To turn the comments off throughout the site, you...

    To turn the comments off throughout the site, you can go to WordPress admin > Discussion settings, and uncheck "Allow people to post comments on new articles", which will prevent comments on all...
  12. Replies
    7
    Views
    494

    ...

    <script type="text/javascript">
    var dropdown = document.getElementById("cat");
    var i;
    ...
  13. Replies
    6
    Views
    442

    Yes, you are correct, this is what happen until...

    Yes, you are correct, this is what happen until you set the minimum of 5 features/sticky ads..at which time the ones automatically added to the slider will disappear on their own. It's not a bug, but...
  14. Replies
    22
    Views
    10,720

    You may also use the Wordpress plugin WordPress ›...

    You may also use the Wordpress plugin WordPress › WordPress Firewall 2 « WordPress Plugins as a first line of defense against intruders.
  15. Replies
    10
    Views
    831

    This fix will Colorbox Hide objects in flash.

    I have a fix for the overlay Flash object.
    This fix will Colorbox Hide objects in flash.

    http://forums.appthemes.com/attachment.php?attachmentid=517&stc=1&d=1299469309

    Open Archiving...
  16. Replies
    40
    Views
    2,472

    Paste at the end of your...

    Paste at the end of your classipress/styles/blue.css file:

    #preview p {
    display: none;
    }

    Regards,
  17. Replies
    19
    Views
    1,348

    Which version are you using? If the version...

    Which version are you using?

    If the version is V3.0.5 than you have to change the following files:

    Search bar: theme-searchbar.php
    Widget search: theme-widgets.php

    Edit the files on it...
  18. What the heck? There's a menu at the bottom of the page

    I thought I had messed up my code somehow, but there is ALMOST the same menu at the bottom of the page as there is at the top. Guess there is not really a problem with it being there except for the...
  19. Replies
    8
    Views
    1,237

    I replaced the original theme0functions file and...

    I replaced the original theme0functions file and fixed most issues but now I have a Recptcha error/ I just disabled my other recaptcha form plugins.:
  20. [MOD NEEDED] Open sidebar.php and find this around line #52 ...

    Open sidebar.php and find this around line #52

    if (is_tax('ad_cat')) :

    Replace it with this:

    if (is_tax('ad_cat') && is_tax('parent', array('13','3','23','26')) ) :

    Find out what the...
  21. [TUTORIAL] I opted to stop focusing on what I thought was...

    I opted to stop focusing on what I thought was best, but you can change it to left or right.

    Left


    /* reCaptcha styles */
    #recaptcha_area, #recaptcha_table {
    float:left;
    width:318px;
    }
  22. [TUTORIAL] reCaptcha on the contact form of single-page ads.

    To prevent issues with SPAM on contact form page ad only made a few changes in the files "sidebar-contact.php" and "style.css" to replace the captcha fully employed by reCAPTCHA.

    Please Wordpress...
  23. Replies
    4
    Views
    403

    [SOLVED] You can resolve this by going to your ClassiPress...

    You can resolve this by going to your ClassiPress "Settings" page and "Advanced" tab. Then change the "Ad Box Right Side" drop-down to "Normal Full Width"
  24. [PLUGIN RECOMMENDED] WordPress SEO by Yoast | XML Sitemaps - Post titles and meta descriptions

    WordPress SEO Plugin feature list


    Check out the feature list:
    Post titles and meta descriptions
    Robots Meta configuration
    Canonical
    Breadcrumbs
    Permalink clean up
    XML Sitemaps
  25. Replies
    4
    Views
    448

    You may use this plugin WordPress › Contact Form...

    You may use this plugin WordPress › Contact Form 7 « WordPress Plugins .
Results 1 to 25 of 29
Page 1 of 2 1 2