Search:
Search took 1.00 seconds.
-
You can try editing the 'archive-listing.php' and 'va-home.php' files as well (not recommended).
-
Hi,
Please open your style.css file and this code at the bottom
#site-title a {
background-size: 100% !important;
max-width: 100%;
}
it should fix the logo problem.
-
Having multiple h1 tags is not a problem, please see this thread for more info and this video.
-
Hi,
You can add an alt tag but you'll need to edit a theme file, specifically the 'vantage/includes/images.php'
if ( empty( $attachments ) ) {
return html( 'img', array( 'src' =>...
-
Change the following code in vantage/include/views.php
Line no. 574
function disable_va_search_controls( $enabled ) {
return false;
}
just write true in place of false.
-
You have a syntax error
#content {
background: none
position: relative;
}
-
Hi,
I see that you have added the altered code to your child's theme. ( post #7)
What happens if you leave that code there and then return to your Dashboard and go to Appearances> Customize>...
-
If you want to make modifications to a file, copy it to your child theme folder from the parent theme folder. Then modify the file in the child theme. When you update all your changes will be saved.
-
Take a look at the tutorials in this post. You can create your own child theme very easy. You don't need to pay anyone to create one for you.
...
-
Vantage is the Parent theme and any customizations to your website should be made to a Child Theme so you can keep updating to the latest version of Vantage without losing your changes. Appthemes...
-
Yes, you will lose the changes when you update to another version of Vantage. You need to use a child theme to make customizations so you don't lose your changes each time you update.
-
Really simple example
<div id="create-listing">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since...
-
You can search for the #content rule.The line is around 658.
-
Hi Ashton,
What Vantage calls Custom Forms is actually a facility for adding custom FIELDS to your listings - so that additional information can be stored against the business listings.
It's...
-
Sign out as admin and it shouldn't be there.. ;-)
-
From the documentation
"Starting with Vantage 1.2, users can choose more than one category for their business listing. This setting allows you to limit the number of categories a user can select...
-
I found the following code in Appearances ----> Editor: Then scrolled down on the right side to:
Footer
footer.php)
Question: If I deleted all the following code, would I eliminate the...
-
Go to header.php to remove the wording "(e.g. restaurant, web designer, florist)". Also, in this same file you could play around to eliminate the location search, make a back up before doing so...