Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please also see: https://wpgeodirectory.com/support/topic/category-icons-7/#post-141147
Thank you
Hi,
where did you find the my listing page and what did you add to it?
GD doesn’t provide a My Listing page.
To access your listings you have to go through the loginbox widget links.
Let us know,
Hi,
that requires to write some custom code in functions.php of your theme.
Please see: https://wpgeodirectory.com/support/topic/design-questions/#post-68251
Let us know if that helps.
Thanks
You are welcome 🙂
Hi,
that would require a customization of the search widget, it’s possible, but customizations are beyond support.
I’m sorry
Hi,
you don’t need a suscription to fix that. I report here the solution in case you cannot access that forum:
You need to correct the function gd_avada_search_filter that you find starting from line 241 of geodirectory/geodirectory-functions/compatibility/avada.php with the following code:
function gd_avada_search_filter( $query ) { if ( geodir_is_page('search') && is_search() && $query->is_search ) { $query->set('post_type', 'any'); } return $query; }Let us know how you went.
Thanks
June 13, 2016 at 4:57 pm in reply to: Bought New Membership – Unable to Update Certain Addons #207879Hi,
please try this: https://wpgeodirectory.com/support/topic/missing-update-notifications/
If the version installed are very old it could fail, in that case we would need FTP credentials to moanually overwrite the files.
once that done and adding the new license will unlock future auto updates no problem.
Let us know,
Thanks
Hi,
the only thing I can find that is definitely wrong are most of your locations.
These are correct:
Ahmedabad, Gujarat, India
Bangkok, Bangkok, Thailand
London, Greater London, United Kingdom
Seoul, Seoul, Korea, SouthAll the other are wrong and shouldn’t be there.
Each location should have a valid city name, region name and country.
If you delete a location you will also delete all listings attached to it, so you should create the correct location and merge the wrong one with it or correct the existing location.
I’m not 100% sure fixing this will also solve the blank map in detail page.
For that I asked for help to the developers.
Thanks for your patience,
Hi Sara,
I asked to the developers if they can come up with a snippet to achieve this.
They’ll let you know asap.
Thanks
June 13, 2016 at 4:31 pm in reply to: how can i set in the menu bar a page to log in and takes you to your profile? #207839Hi,
create a blank page named My Account and add the login box widget in it via shortcode.
https://wpgeodirectory.com/docs/core-shortcodes/#login
Thanks
Hi Janine,
it looks like a new bug that slipped into the location manager. I can recreate this in our demos too.
I asked to the developers to fix this and let us know asap.
Thanks
Hi,
I think the problem is that you have places assigned to a subcategory, but not the parent catgeory.
A listing imported with a sub-category should always have the parent category too.
You could export the listings, correct them adding the main category too and import them again to update them.
Let us know if that helped.
Thanks
Hi,
1) eliminate render-blocking javascript and css in above-the-fold content :
This isn’t always possible, especially with the way WordPress treats js and css files. There is a plugin that claims to solve this, but I never tested it and I doubt it will work out of the box without a lot of tweaking: https://wordpress.org/plugins/above-the-fold-optimization/
2) Leverage browser cache is something you do on .htaccess level or server level.
3) This has to do with point 1. In this case you have the map as visible content and the map has to load the markers, so there is really no way to achive this other than removing the map from the visible portion of the home page.
4) Optimize images. That is something you must do before submitting listings possibly, or if a user submit a huge image, make sure to correct it.
5) Enable compression, that is done at server level too.
Thanks
Hi,
an event will show on the map considering the event dates.. Once it is past, it will no longer show.
To login via facebook you will need to install a plugin offering social login.
Please try this: https://wordpress.org/plugins/wordpress-social-login/
Thanks
Have you tried installing GD Booster?
-
AuthorPosts