Patrik
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Nathan,
It seems your home page is cached by your hosting. You have not used any caching plugin so it is not from the WP side. Can you please check from your cPanel that if the cache is enabled or not? Because when we hard refresh the home page after login it shows logout button so it means your homepage is served from caching all the time.
The code you copied from V1 is handled by the GDV1 plugin only so you need to copy that handling code as well. UsersWP is not handling it and that is why it displays error on the first attempt.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi,
It would be great if you show us the full code so that we can get more idea about what you are trying to do and what is the issue. Actually, the post ID will generate on saving the post only and not on a preview.
If possible provide Admin and FTP details in private reply and let us know the file and the function you are implementing the code.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Simon,
I think that page was deleted before and then one of our staff members tried to create and assign it as GD home page and then moved to trace because it doesn’t resolve the issue. I have tried to deactivate plugins to trace the issue and found that the revolution slider plugin is causing issues. I have not deactivated it on a live site yet as it may break any other pages if used there. I would suggest you update revolution slider plugin if there are any updates available or use the fresh install of revolution slider plugin and if the issue still persist then let us know and we will do more troubleshooting to fix this. Also, create a new page with the same link ‘www.leapinghare.org/thetfordsgreatdirectory/’ and assign it as GD homepage from Geodirectory->Permalinks->GD Home page. I suggest you deactivate the plugins which are not required currently as there are around 50 plugins active on site which may cause conflicts with other plugins.
Regards,
PatrikHi,
The thing you have to do is restore the page and assign it as GD home page and it should work fine. You can create a new page with the same slug as well.
Regards,
PatrikThis reply has been marked as private.November 19, 2018 at 9:46 am in reply to: Map, listings backend and address format issues again after update #454980Hi,
The problem is due to the global $post variable in WordPress. Our plugin stores a few things in that variable to access globally. The theme Enfold you are using is using that variable but is checking for its type which will not match as we are adding values to that variable. So I have removed that strict checking from the Enfold parent theme and it should work now. Can you please review it and let me know if it works for you.
We have used our own global variable in GD version 2 so it will not cause any problems in the future.
Regards,
PatrikThis reply has been marked as private. -
AuthorPosts