Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not even sure it is possible, hwever this is a new feature request and should be submitted here: https://wpgeodirectory.com/requests/
If many will vote for it, we will consider it.
Thanks
Hi,
you should never alter a core file, or you’ll get in trouble everytime an update is released.
I’ll ask to the Whoop developer if he can give us a pointer on the best way to do this the right way.
Thanks
Hi,
that would be geodirectory-templates/add-listing.php
Thanks
You are welcome 🙂
Hi,
seems to be working to me.
You entered “abc” in your zip code custom field for this listing: http://newresourcesnetwork.com/listings/tables/poppin/
If I search for abc in that custom field in advance search I get the corret result.
Thanks
Please see https://wpgeodirectory.com/docs/getting-access-to-the-support-forums/
In case you bought on Theme Tailors.
Once you sync your accounts, you will be able to post in the claim listings add-on forum.
Thanks
This reply has been marked as private.Hi,
it really depends on the theme you are using.
For GDF this custom CSS would do it if added in GeoDirectory >> Design >> Scripts >> Custom CSS :
.search-results .footer { display: none; }This could work for other themes too, but if it doesn’t for yours, please share a link and I’ll provide the right css for you.
Let us know,
Thanks,
December 29, 2015 at 5:17 pm in reply to: place urls messed up after moving from subdirectory to root #65697Hi,
just FYI, this tool makes it super easy: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Thanks
Hi,
that would require a customization of the search widget.
Thanks
You are welcome 🙂
You are very welcome 🙂
Hi,
the developers are unable to access your ftp. They are getting 530 Login authentication failed.
I’ve double checked now and I got the same.
Please verify credentials and make sure to provide correct details.
Thanks
Change this :
.nav {margin: 20px 0 0 0;}to:
.nav {margin: 35px 0 0 10px;}In CSS the 1st margin is top, the second is right, the 3rd is bottom and the last is left.
Thanks
Hi,
this is the correct way of handling this action:
add_action('geodir_top_content','details_content_only',10,1); function details_content_only($page){ if($page=='details-page'){echo '###details page###';} }Let us know how you went.
Thanks
-
AuthorPosts