Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
Please post WP Admin details in a private reply so we can check your settings.
You can change the term “Region” to state using translation:
https://wpgeodirectory.com/docs/translate-core/
You will need to translate core and the Location Manager Addons
This reply has been marked as private.The goal is to have the different states in a drop down and when you click on the state, all the listings for that state show up.
That is what the Location Switcher is for:
You can place it in the menu at :
GeoDirectory – Multilocations – Show location switcher in menu
There is also a shortcode and widget:
https://wpgeodirectory.com/docs/location-manager-shortcodes/
There is a Widget and Shortcode for CPT Categories, have you tried it?
Hello,
after some further debugging I found that the Photographer Directory is causing a conflict. If the plugin is disabled, then Invoicing works as normal. When disabled I was able to add listings and get invoices.
Please disable that plugin for now, if you want to use Invoicing for checkout.
If you would like us to do more debugging we will need FTP credentials.
Thanks
Hi,
the problem seem to be either
1. the “United Kingdom” value in Add location specific text to (Near) search for Google is not taking effect OR
2. The search radius is not having an effectThe developers have been alerted and will post here when they have an update.
Have you changed your hosting recently?
That sounds like a PHP sessions issues.
Please write back with WP Admin and FTP credentials in a private reply and we can check it out.
For temporary fix you can try adding the following lines in wp-config.php file.
/* PHP SESSION TEMPORARY FIX */ if ( !defined( 'GEODIR_USE_PHP_SESSIONS' ) ) { define( 'GEODIR_USE_PHP_SESSIONS', false ); } if ( !defined( 'WPINV_USE_PHP_SESSIONS' ) ) { define( 'WPINV_USE_PHP_SESSIONS', false ); } /* PHP SESSION TEMPORARY FIX */Are there any other notes about how to recreate the issue?
I will flag your idea for the developers to consider for future versions.
Right now the focus is making all the addons V2 compatible.
Hello,
are you using categories as locations?
GeoDirectory creates locations for each listing, and then automatically creates pages for each location that list all listings in that location.
If you are linking to categories, then you aren’t linking to location pages.
We can take a look and see how you have it set up, just make a private reply and include your WP Admin credentials.
If you just want to remove the location from the categories to show everything/all the listings with a category, try adding this snippet with the code snippets plugin:
remove_filter('term_link', 'geodir_get_term_link', 10);Hello,
I opened the file. You will need to try to use LibreOffice to edit this file and to use commas as separators.
When you remove/deactivate the role manager plugin, does it work as expected?
Your membership gives you access to all our addons and themes, on unlimited sites, so you can download whoop andd give it a try.
There isn’t a chart, no, but each theme has a demo here: http://wpgeo.directory
November 12, 2018 at 4:37 pm in reply to: Popular Categories – Not showing correct category when selected #453789This reply has been marked as private.Hello,
About the styling options, what are you thinking there, specifically?
GDV2 has removed most/all styling options besides selection of layout and header element selection.
About the limit you encountered, the default display of Linked Posts in the Tab UI is set to 5, but you can always remove that and add another tab with a shortcode for GD Linked Posts with a post_limit=”100″
-
AuthorPosts