Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You need to follow these instructions here: https://wpgeodirectory.com/docs/geotheme-to-geodirectory-conversion-tutorial/
if you have already backed up you can skip to “Start The Conversion”Stiofan
Can you please provide FTP info as the JS files i need to debug can’t be accessed via the plugin editor.
Thanks,
Stiofan
it looks like there is some sort of JS breaking but i can’t see what, if you can provide FTP info in a private reply i will try and track it down.
Thanks,
Stiofan
Then it is best you provide wp-admin and let us have a look.
Stiofan
Hi, there is likely an error further up on the page preventing those files from loading properly, please provide a link to your site and i will take a look.
Thanks,
Stiofan
Hi, thanks for the info, these are just php notices and warnings and should not affect the functionality, i have resolved them in the addon and on your site.
Thanks,
Stiofan
OK, thanks for letting us know! 🙂
please provide wp-admin in a private reply and we will have a look (only staff can see private replies)
Thanks,
Stiofan
I doubt that would cause it.
Stiofan
Hi Dan,
At the very bottom of the blog post it tells you how to fix things like that 🙂
Let me know if you have any problems.
Stiofan
I suspect the problem is another plugin, i can move the plugin files via ftp to disable it without losing any settigns to confirm this, i can’t do this via editor or without the chance of losing plugins settings. If you want you can try disabling plugins one by one to check but ftp way is quicker and safer.
Thanks,
Stiofan
This reply has been marked as private.Please check now, the plugin wp editor was also adding a different version of chosen select, i have added this code to your theme functions to fix it.
//remove wp editor plugin chosen select styles function my_fix_chosen_select(){ wp_deregister_style( 'chosen' ); wp_deregister_script( 'chosen' ); } add_action( 'admin_init','my_fix_chosen_select',15);Thanks,
Stiofan
I have fixed this now, please check.
Thanks,
Stiofan
I am not sure what changes u are doing to the address but you can disable specific parts from address custom field settings now.
I will look again at this in the morning.
Stiofan
-
AuthorPosts