Search:

Search: Search took 1.00 seconds.

  1. Dimitris Upon further inspection, your child theme style...

    Upon further inspection, your child theme style sheet is missing the import rule to bring the main theme's css into the child theme.
    @import url("../vantage/style.css");
  2. Dimitris You are using a CDN to deliver your style.css...

    You are using a CDN to deliver your style.css file. In your case you may have style.css in cache and that's why you don't see any problems. But Dimitris and I see the same thing. Your style file is...
  3. I believe this is what you want to change. In my...

    I believe this is what you want to change. In my installation I can go down as low as 950px max-width without breaking the layout. That said, you'll need to limit the amount of tabs on your main...
  4. [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...
  5. Add business hours to listings + be able to query by open and closing times

    Many directory sites allow you to see what's open now. Especially restaurants, stores etc...Here's a site I found with something similar http://www.lawrence.com/restaurants/opennow/

    I know how to...
  6. Replies
    4
    Views
    316

    They can add the embed code from Youtube into the...

    They can add the embed code from Youtube into the description area.
  7. [SOLVED] You are very welcome!

    You are very welcome!
  8. I explain how to add a new listing field here....

    I explain how to add a new listing field here. Hopefully it helps you.
    http://forums.appthemes.com/vantage-general-discussion/how-allow-posting-open-table-55879/
  9. [SOLVED] After some digging, I was able to figure out how...

    After some digging, I was able to figure out how to add additional fields in the Customer Information area. It's not permanent because it involves editing of vantage/includes/listing-form.php, so if...
  10. TIP: A better mobile navigation solution

    From the get go I was very displeased with the way Vantage menus worked with mobile. The menu and search bar together took up way too much screen real estate and I did not like it as a select menu. ...
  11. Replies
    2
    Views
    419

    You could simply view source from your browser...

    You could simply view source from your browser when on your Vantage page and save the resulting page in your Wordpress directory as index.html. Then open it in Dreamweaver or other editor an replace...
Results 1 to 11 of 11