Try using %%ct_listing_category%% for your category name in the template.
Try using %%ct_listing_category%% for your category name in the template.
You can totally make any static page your Home Page. Just create the page and select it in Settings > Reading > Front Page.
I make changes to the address once in a while (from the backend admin) and it doesn't cause any errors. Just don't hit the "find on map" button after you make the change to the address, just Update...
I think I know exactly what you did wrong.
Did you by any chance add "Pages", "Recently Added Events" and "Recent Listings" widgets to your "List Page Top Sidebar" together with the Vantage big...
You can see the tutorial I wrote a long time ago here:
http://forums.appthemes.com/vantage-general-discussion/custom-sidebar-create-listing-page-37006/
Now... I know that using core.php to...
Try putting this into your child theme's style.css
#main-navigation ul.sub-menu li a {padding: 11px 11px 0; width: auto;border: 0 none; text-align: left;}
A long time ago I also wrote a little tutorial on adding a sidebar to "Create a Listing" page. It's probably less fancy, but still working for me with the latest dev version.
...
I was actually able to use code from my previous install (ver 1.1.3) and it seems to work with new dev version installed. http://azlogistics.com/login/
Speaking of thanking joes, you should check out this thread and follow his recommendations, because unfortunately even the latest Vantage dev version out of the box is doing this when our sites are...
I think it's just the matter of the right padding for plan description. Try putting this into your child theme's style.css
.plan .description{
font-style: italic;
margin-bottom: 10px;...
Edit archive-listing.php file, find line 8:
<h1><?php printf( __( 'Business Listings - %s', APP_TD ), single_term_title( '', false )); ?></h1>
and remove Business Listings - and just leave...
OK I figured it out :) Just had to check Yoast's help section and find the right variables!
Instead of doing ct (custom taxonomies) I had to do cf (custom field), so it looks like this:
"Business...
I just tested it on my site and I was able to add, change and remove the description. It looks like you made some customization to the form regarding uploading images. Maybe replace that part of the...
You'll find the templates in vantage root folder. Copy both purchase-listing-new.php and purchase-listing-existing.php into your child theme and remove this code (starts around line 19):
<div...
You'll find
'Business Listings' in archive-listing.php. Change both line 8 and 10.
Just as @hopfoto said, it looks like you have a conflict here with W3 Total Cache plugin. Just my guess since it's a multisite - you might have the plugin Network Activated and it's affecting Vantage...
Thank you for bringing this up. It has been bugging me for a while!
Thank you for the link, but the process seems too complicated in that example :)
All you really have to do is find...
check out this thread:
http://forums.appthemes.com/alphabetical-should-business-listing-order-placement-option-36326/
post #19 has the final version of the code you need to put in your...
Have you tried logging-in from the Wordpress toolbar (pop-up login) instead of the Login Page? I do believe that you would not get the fatal error message that way. I might be wrong though...
Did you use the child theme that is included with Vantage (/wp-content/themes/vantage/vantage-child)? That is the easiest way to do it, cause it is already set up with three important files.
When...
I've always wanted to have a sidebar on my create-listing page where I could add few text widgets with instructions for business owners on filling out the submission form.
I know some of you want to...
It did take me some time to figure this out :) but I was able to understand your method and get it to work for me.
If you don't mind I'm gonna write a little tutorial on this, cause I know...
I couldn't agree more about the alphabetical order of listings. Just like you said, oldest or newest is good for classifieds, but I definately think that a business directory listings should be in...
The first thing I did after installing Vantage was creating my private changelog lol
I actually created an Excel spreadsheet on my PC with every little customization I make to the site. It lists...
Go back to the style sheet and in the "#site-title a" section add # in front of the "text-indent:-9999px;" The text should be visible now. If you want to move the title and description to the left,...