Search:

Search: Search took 1.00 seconds.

  1. Thread: Broken link

    by talent
    Replies
    7
    Views
    375

    [SOLVED] I see the problem. The count is using term_id....

    I see the problem. The count is using term_id. So...

    1. On line 315
    change: slug
    back to: term_id

    Then create a new line of code just below:
    $cat_slug = appthemes_get_custom_taxonomy(...
  2. Replies
    4
    Views
    259

    [SOLVED] To remove google font, simply remove the link in...

    To remove google font, simply remove the link in the wrapper.php file. Be warned, by doing this you may experience some text alignment issues.

    Not a simple fix to stop image scaling. For a start...
  3. [SOLVED] OK, you could do as the Dimitris suggested in...

    OK, you could do as the Dimitris suggested in your thread for the main theme by adding more tags, but I prefer this approach...

    In the Classipress parent theme folder you will find a file called...
  4. Dimitris My mistake...I'd remembered it incorrectly - ...

    My mistake...I'd remembered it incorrectly - it's not a Mac issue but a Firefox/IE issue.

    The problem is in the file order-select.php - this line:

    <input type="submit">



    should be...
  5. [SOLVED] Look for this in single-listing.php in your child...

    Look for this in single-listing.php in your child theme

    <div class="listing-fields">
    <?php the_listing_fields(); ?>
    </div>

    And move it above this

    <ul>
    <li class="address"><?php...
  6. Replies
    10
    Views
    663

    [SOLVED] Go into taxonomies in yoast and find listing...

    Go into taxonomies in yoast and find listing categories - in there put %%ct_listing_category%% in the title template box!
  7. Replies
    21
    Views
    1,727

    Samcy Yes you can with slightly modified SQL, like so:...

    Yes you can with slightly modified SQL, like so:



    delete wp_p2p, wp_p2pmeta, wp_posts, wp_postmeta
    from wp_p2p, wp_p2pmeta, wp_posts, wp_postmeta
    where wp_p2p.p2p_id = wp_p2pmeta.p2p_id
    and...
  8. Thread: parent categories

    by joes
    Replies
    10
    Views
    952

    If I understand correctly. You have applied this...

    If I understand correctly. You have applied this change so that Parent Categories are not selectable. But you have a Custom Form that is attached to a Parent Category.

    In this case your custom...
  9. Replies
    2
    Views
    387

    This is the additional CSS I use in the...

    This is the additional CSS I use in the style.css:


    #create-listing #multi-categories-checkboxes,
    #create-event #multi-categories-checkboxes label {
    font-weight:bold;
    }

    #create-listing...
  10. I am assuming you are using the "Captcha" plugin....

    I am assuming you are using the "Captcha" plugin.

    If you want the captcha to appear above the LOGIN button you will need to make the following change in Vantage files.

    In the file...
  11. Replies
    5
    Views
    518

    [SOLVED] : ) The code works in the child, just make...

    : )

    The code works in the child, just make sure you don't have it in your parent as well.

    Do you mean color the link 'register' ? A dirty way is to use the same code and add

    $link ='<a...
  12. Dimitris There are two places you can set if you plans...

    There are two places you can set if you plans include feature add-ons, one is in Payments>Listings and the other is in the Plans.So in your case you have to disable them from Payments>Listings and...
  13. [SOLVED] You are very welcome!

    You are very welcome!
  14. Replies
    10
    Views
    718

    [SOLVED] The language file is in the theme folder...

    The language file is in the theme folder 'vantage/vantage.pot' .

    More info about language packs: http://www.appthemes.com/support/languages/
  15. Samcy You can upgrade directly to ClassiPress version...

    You can upgrade directly to ClassiPress version 3.2.1. But first you should upgrade WorrdPress to version 3.5
  16. Replies
    1
    Views
    347

    Am I retarded? Contact form Vantage

    Custom forms are for "add listing" not contact us pages.

    Use a different form plugin for this.
  17. [SOLVED] There is a setting in...

    There is a setting in http://wordpress.org/extend/plugins/maintenance-mode/ where you insert some url to exclude from maintenance.

    So you can type http://yourdomain.com/login and then you can...
  18. Replies
    6
    Views
    860

    Heading for new pages

    Hi
    I just wanted to share how you can get the same heading template when you create new pages. (see picture of what iam talking about)
    3257
    It annoyed the crap of of me when i got a link and some...
  19. Replies
    7
    Views
    983

    [SOLVED] You can change the values ​​in the database....

    You can change the values ​​in the database.
    Locate the tables in phpMyAdmin "xxx_ad_pop_total" and "xxx_ad_pop_daily" make your changes.

    xxx = prefix

    Before any modification back up the...
Results 1 to 19 of 19