Search:
Search took 1.00 seconds.
-
-
For the blog and the homepage issue please this thread http://forums.appthemes.com/vantage-1-2-public-beta/problem-blog-category-view-50627/.It solves part of the problem.
About your map i am not...
-
ReCaptcha has width values set as attributes on TD tags. You might need to play with the CSS to wrangle this. Or you could try a responsive recaptcha like this one:...
-
I've done a similar customization and I used this code to have the content display only on the home page.
<?php
$homepage = "/";
$currentpage = $_SERVER['REQUEST_URI'];
...
-
Vantage is now responsive. That means great viewing on any device: phones, tablets, desktops, etc. The layout conforms to the device.
Check it out for yourself. Go to you customer dashboard and...
-
Hi kelvo,
Actually the htaccess file is created when you choose any permalink structure other than the default.So when you first install Vantage you can go to WP>Settings>Permalinks and choose a...
-
You use static home page right?
So the page you created to include the offer should contain this on the header
// include the featured jobs
if (is_front_page() && $paged==1 &&...