Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. [TUTORIAL] /* Create Terms of Use Link on Registration Page...

    /* Create Terms of Use Link on Registration Page */
    add_action('register_form','show_terms_of_use');
    add_action('register_post','check_fields',10,3);
    add_action('user_register',...
  2. Replies
    47
    Views
    2,002

    Dimitris So the lead developer of Vantage left the...

    So the lead developer of Vantage left the company... as in quit? or was fired?

    There's a big difference between the two, especially when it comes to future updates. I find it odd that all of this...
  3. Replies
    7
    Views
    499

    [SOLVED] You need to make sure you have a child-theme. ...

    You need to make sure you have a child-theme.

    Then, open the single-listings.php file and search for "<div class="section-head">"

    Then add "<div class="clear"></div>" above it and upload...
  4. Yes, you can make it appear on specific pages but...

    Yes, you can make it appear on specific pages but you need to know the page ID.



    is_front_page()


    is_search()
  5. create a child-theme and remove the category...

    create a child-theme and remove the category option from form-listing.php
  6. Replies
    13
    Views
    728

    Every Vantage site is going to be different. Can...

    Every Vantage site is going to be different. Can the default theme be optimized more? Yes.

    A lot of the errors you have can be fixed by editing the .htaccess file, a plugin called WP Smush.it (for...
  7. Replies
    3
    Views
    214

    If you're using PayPal as the gateway, then they...

    If you're using PayPal as the gateway, then they can do it for listing owners.
  8. Replies
    32
    Views
    3,107

    Dimitris If Vantage supports taxonomies, would you think...

    If Vantage supports taxonomies, would you think that support would help with this type of customization, especially when it helps improve the entire theme? or are we, your clients, supposed to pay...
  9. Replies
    4
    Views
    672

    create a child-theme and edit the following 2...

    create a child-theme and edit the following 2 files:

    index.php and single.php

    remove the php line -
    <?php comments_popup_link( "0", "1", "%", "comment-count" ); ?>

    send me a PM if you need...
  10. Thread: Number of images

    by luxor
    Replies
    1
    Views
    240

    Open the functions.php in Vantage and edit -...

    Open the functions.php in Vantage and edit - define( 'VA_MAX_IMAGES', 5 );

    You'll also have to do some CSS edits to make everything look right.
  11. Replies
    11
    Views
    432

    Dimitris Add this to your child-themes style.css ...

    Add this to your child-themes style.css



    article.listing img, article.event img {
    max-height: 50px;
    max-width: 50px;
    }
  12. You can also try the following, as it helps...

    You can also try the following, as it helps replace other default text on Vantage (or other wordpress themes/pages).

    This also doesn't get changed during a theme update since it's placed within...
  13. Replies
    2
    Views
    227

    All AppThemes has to do is "invest" < 15 hours of...

    All AppThemes has to do is "invest" < 15 hours of coding and they'll have a fully-featured directory theme. I don't see the point in creating additional themes when their current themes need to be...
  14. [TUTORIAL] ADD CATEGORY DESCRIPTION to Vantage! For us AdSense, ad-based, and content users!

    Here's a quick < 5 min DIY to add a category description to your Vantage theme.


    1. Create a child-theme


    2. Copy over the file - archive-listing.php


    3. Open archive-listing.php and...
  15. Replies
    2
    Views
    248

    Acceptance: Google won't deny you an AdSense...

    Acceptance:

    Google won't deny you an AdSense account just because of the Vantage theme; however, they will deny you for an incomplete website... Which is why you were denied in the first place.
    ...
  16. Thread: tracking clicks

    by luxor
    Replies
    4
    Views
    445

    Dimitris http://marketplace.appthemes.com/plugins/contact-s...

    http://marketplace.appthemes.com/plugins/contact-stats/
  17. [SOLVED] Create a child-theme of...

    Create a child-theme of "sidebar-list-page-top.php"

    Open it and paste the following code:



    <?php if ( is_front_page() || is_search()) : ?>

    <?php if ( is_active_sidebar( 'va-list-page-top'...
  18. Replies
    1
    Views
    520

    http://forums.appthemes.com/appthemes-coupons/disc...

    http://forums.appthemes.com/appthemes-coupons/discount-not-been-taken-out-52324/page-3/

    We've been waiting over 3 weeks for a fix... still nothing.
  19. Replies
    2
    Views
    343

    [SOLVED] The CSS/Display none will still make the code...

    The CSS/Display none will still make the code load, just "hidden."

    Remove it 100% with the code below:


    // Remove Registration Bar
    if ( !is_admin() ) {
    add_filter( 'show_admin_bar',...
  20. [TUTORIAL] UPDATED CODE BELOW Put this in your...

    UPDATED CODE BELOW


    Put this in your child-theme's functions.php file:


    /* Create Terms of Use Link on Registration Page */
    add_action('register_form','show_terms_of_use');...
  21. [SOLVED] The only parts that don't stick with the listings...

    The only parts that don't stick with the listings are the featured homepage or category checkbox fields. So you will have to manually update those.
  22. [SOLVED] Tools > Export then make your selection... ...

    Tools > Export

    then make your selection...

    On the newer site, go to Tools > Import and select the file.
  23. Replies
    4
    Views
    397

    sidebar-dashboard.php

    sidebar-dashboard.php


    <li class="faves"><?php
    if ( $is_own_dashboard ) {
    echo html_link( va_get_the_author_faves_url( $dashboard_user->ID, true ), __( 'View Favorites', APP_TD ) );...
  24. The amount of time it will take you to do this...

    The amount of time it will take you to do this yourself or paying/outsourcing it wouldn't be worth it (unless you can't wait any longer - like myself)... You're going to pay another ~$50-100 for a...
  25. Replies
    4
    Views
    373

    upload your favicon into child-theme/images. ...

    upload your favicon into child-theme/images.

    Just make sure the file name is favicon.ico
Results 1 to 25 of 74
Page 1 of 3 1 2 3