Alex Rollin
Forum Replies Created
-
AuthorPosts
-
November 12, 2018 at 2:30 pm in reply to: Popular Categories – Not showing correct category when selected #453774
Hello,
This looks like a sessions issue.
It seems PHP session support not enabled on your site.
For temporary fix PHP session add 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 */You can contact your host about a longer term fix for sessions.
There may be additional issues related to URL rewrites.
For remaining issues we would highly recommend:
1. Create a staging site
2. Disable all non-GD plugins to see if issue persists
3. If issues persist, wipe protected data and write back with WP Admin and FTP so we can diagnose the issue directly.GDV2 our next major version might be a good/better fit as it does not use PHP sessions.
With GDV2 most styles are inherited from the theme, so, adjusting the theme settings or changing the theme css will usually work.
Is there something specific?
Hello,
gd_post_meta for categories shows the icon for the Categories , which is set in CPT – Custom Fields – Categories – Icon
I will flag your idea for the developers, to be able to show the icon of the category.
This reply has been marked as private.Hello,
I do not see any obvious reasons besides out of date plugins.
please install WP Easy Updates to license and update your addons. Your site’s core GeoDirectory plugin is behind a version also.
The search radius is set to 100 miles, but does not appear to be including listings within that radius. Even a search of London at the radius should return the listing you are looking for.
After you update we will take another look.
The V1 folder was uploaded by FTP.
For future reference there are installation instructions here:
This reply has been marked as private.This reply has been marked as private.7. This is your theme’s CSS overriding some GD elements. I will ask a colleague to take a look at the issue.
8. This is probably due to the mixed content errors reported in the console. Please see: https://wpgeodirectory.com/docs-v2/v2/mixed-content/
I will have my colleague take a look at the events page and advise on next steps.
V1 restored please check.
This reply has been marked as private.This reply has been marked as private.Hi,
I was able to create an account and then login, then login again from a different device.
Is there something else we should do to try to recreate the issue?
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts