Search:
Search took 1.00 seconds.
-
Acceptance:
Google won't deny you an AdSense account just because of the Vantage theme; however, they will deny you for an incomplete website... Which is why you were denied in the first place.
...
-
@joes
Forget about the event-edit.js .. i found it and replaced the lines of code with yours....
Just can you run a test for me please if you want...
#1 Go to your vantage website (assuming...
-
Just to add, the same code fix is required for the admin Edit Page "Find on Map" for Listings and Events.
The Listing file to change is \vantage\includes\admin\scripts\listing-edit.js
...
-
Hi f1trader,
Apply the same fix to Listing code in \vantage\includes\admin\scripts\listing-edit.js
jQuery('#listing-find-on-map').click(function(ev) {
jQuery.getJSON( ajaxurl,...
-
Here's an amended version;
#listing-tabs img {
position: relative;
max-width: 100%;
height: auto;
margin: 10px;
padding: 0px;
left: 0;
top: 0;
-
Open single-listing.php within your child-theme and find the following:
<div class="listing-actions">
<?php the_listing_edit_link(); ?>
<?php the_listing_claimable_link(); ?>
<?php...
-
I found the general "contact this listing owner" form to be too simple and it restricted my use as I wanted to provide more information to the listing owner.
I'm not going to go too far in depth...
-
On rare occasions, you also need to save the settings twice in the WP Settings >> Permalinks settings.
-
Try to update your permalink settings after you change page name, also remember to change permalink name in page edit
-
Hi there,
You can't filter search results because the search bar has the location field which then would have no meaning.
Regards,
Mohsin
-
Hi 4keysdigital, we don't encourage modifying the theme's source code since updates will blow away your changes. With that being said, here are the places you'd find the relevant code.
...