Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Andi,
When GD is updated in our coding it updates the language files, it could be that new strings were added or edited so need redone?
Stiofan
Hi Andi,
Can you explain any questions to me? Paolo will be off for a few days.
Stiofan
Search was removed, we will release a ver of the child theme to resolve this soon.
Stiofan
Authentication failed,
Can you double check the details?Stiofan
Sure,
Look at my server and the same test script:
http://wpgeo.directory/test.php
Click send and u will see and array of the Posted values, one is empty.On your server do the same here: http://www.myheathrowfl.com/test.php
You will see it will not show the posted values if it is empty, it should still show even if it’s empty, this is broken, it’s the only server i have ever see do this.Thanks,
Stiofan
Please see my test script here which shows the problem: https://wpgeodirectory.com/support/topic/few-issues-close-to-launch/page/2/#post-243173
That should be fixed before anything.For the maps, yes GD>Design>Maps>Google Maps API KEY
You seem to have the maps api added 3 times by different plugins, if you can provide FTP i will be able to check what ones.
Stiofan
Then i suggest you contact the developer of that product for support.
Thanks,
Stiofan
This reply has been marked as private.It seems to be related to user role editor plugin, if i disable it then everything works.
Stiofan
wp-admin details don’t work anymore…
I am getting 504 timeouts from the server, please let me know when its working.
Stiofan
This should be resolved now.
Thanks,
Stiofan
#1 i have assigned this to a developer to fix.
#2 You should contact Jeff the developer of the addon.
Thanks,
Stiofan
#1 i have added some code to your theme functions to make those two fields work:
add_filter('geodir_show_geodir_testing_html','my_enable_shortcodes_on_field',10,2); add_filter('geodir_show_geodir_special_offers','my_enable_shortcodes_on_field',10,2); function my_enable_shortcodes_on_field($html, $variables_array){ return apply_filters('the_content', $html); }#5 At the moment this is how our setup works.
Stiofan
-
AuthorPosts