Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Replies
    232
    Views
    16,845

    Internal testing is completed and fixes have been...

    Internal testing is completed and fixes have been submitted. I have spent the day reviewing the theme and talking to the developer and test team. I will likely have another meeting with the developer...
  2. Replies
    10
    Views
    796

    Have you updated all your plugins too? Did you...

    Have you updated all your plugins too? Did you try disabling them to see if there was a conflict there, like with TinyMCE

    Seems like a lot but this will take you 2 mins to do but simple to undo...
  3. There is a small revision to the above code that...

    There is a small revision to the above code that is necessary, or else search does not work correctly.

    Change this:

    else :
    $args = $wp_query->query;
    $args['orderby'] = 'title';
    ...
  4. Hi all, I wanted the following: - Listings on...

    Hi all,

    I wanted the following:
    - Listings on front page are sorted by newest (default)
    - Listings in categories are sorted by A-Z

    I accomplished it by modifying /vantage/archive-listing.php....
  5. Quick tutorial: How to link listing thumbnails to the listing.

    While going through my site I kept on trying to view the listings by clicking on the thumbnails only to realise that they aren't linked to the listings and that you need to click on the title...
  6. [SOLVED] You could also try disabling all your plugins...

    You could also try disabling all your plugins temporarily to see if it makes a difference.
  7. [SOLVED] try set your permalinks again, and retry.

    try set your permalinks again, and retry.
  8. [SOLVED] Glad your getting the child theme straighten out...

    Glad your getting the child theme straighten out :)
  9. Samcy Just did a quick search with my html editor for...

    Just did a quick search with my html editor for "Feature on Homepage".
    Not sure if this covers this specific phrase but there is a line in functions.php ~line 128
    'title' => __( 'Feature on...
  10. Samcy You can adjust this by changing the following...

    You can adjust this by changing the following line in featured.php

    Around line 132 or so look for
    } elseif ( is_front_page() ) {
    $where = 'home';
    }

    replace it with
    } elseif (...
  11. Replies
    57
    Views
    4,566

    Files in sub-directories don't seem to work in...

    Files in sub-directories don't seem to work in child themes but you don't actually need to edit the images.php in order to change the thumbnail size. (at least, I didn't). Just change the settings in...
  12. Replies
    70
    Views
    7,721

    Recommended Vantage Plugins

    I thought it may be a good idea for Vantage users to share some info about good plugins that work with vantage.

    I have just found an excellent little plugin which can be used to insert an email...
  13. Replies
    57
    Views
    4,566

    I must be close... missing something though... ...

    I must be close... missing something though...

    --------I've changed Style.css to ----------

    /* for listings in dashboard + home */
    article.listing img {
    padding:3px;
    border:1px solid #CCC;...
  14. Replies
    5
    Views
    688

    You could probably remove it for individual...

    You could probably remove it for individual images in the html editor. I just got rid of it everywhere though;

    .page article.page img {
    padding: 0;
    border: none;
    background-color:...
  15. Sorry, I forgot to inser the link "Advanced WP...

    Sorry, I forgot to inser the link "Advanced WP Columns Plugin":dejection: http://wordpress.org/extend/plugins/advanced-wp-columns/
  16. If you go to your wordpress dashboard and go to...

    If you go to your wordpress dashboard and go to Settings - Reading, you can select any page as a static home page.
  17. Replies
    6
    Views
    860

    Great! Thanks so much for sharing! Amazing that...

    Great! Thanks so much for sharing! Amazing that this wasn't in the base download... they need to include this in the next update.
    Thanks again.
  18. I did look in the other color.css files, and am...

    I did look in the other color.css files, and am curious why their missing the footer section as well, seems strange...Try taking the footer code from the green.css file and put it at the bottom of...
  19. 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...
  20. [MOD NEEDED] You need to adjust this line in your css: ...

    You need to adjust this line in your css:
    .post-block .post-right {float:right;max-width:458px;min-width:380px;}

    I would make the min and max the same once you find the right value that works...
  21. wherever in the stylesheet you have this add the...

    wherever in the stylesheet you have this add the line-height I'm referring:

    .post-block .post-right h3 a, .post-block .post-right-no-img h3 a {
    line-height: 20px;
    }

    ... or simply add it...
  22. [SOLVED] li.maincat.cat-item-3 { background:...

    li.maincat.cat-item-3 {
    background: url(http://www.vintageradio.com/73/wp-content/themes/classipress/images/icons/Headphones24.png) no-repeat 0 center;
    }

    As in the screencast find the solution...
  23. HI, Just add below code to style.css : ...

    HI,

    Just add below code to style.css :

    .level-0 { background-color: #C52727; font-weight: bold; color:#FFFFFF;}

    good luck :)
  24. Replies
    25
    Views
    1,736

    Hello All, in order to change the alt and...

    Hello All,

    in order to change the alt and title attributes i added the following inside this function -> jQuery("a.preview").hover(function(e) :

    after the following line :...
  25. Replies
    299
    Views
    33,415

    Ok, I thought I would post a mod, in its...

    Ok, I thought I would post a mod, in its entirety. I have gone over this thread extensively and there was not one post that had all the information needed to make this work (for me anyways). There...
Results 1 to 25 of 29
Page 1 of 2 1 2