Few issues, close to launch
This topic contains 33 replies, has 3 voices, and was last updated by Stiofan O’Connor 9 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 8, 2016 at 3:06 pm #243118This reply has been marked as private.August 8, 2016 at 3:21 pm #243119This reply has been marked as private.August 8, 2016 at 3:28 pm #243121
wp-admin details don’t work anymore…
August 8, 2016 at 3:35 pm #243152They should .. I was on w server admin and we were shutting off and on settings to see if anything would work … what is your IP? maybe it got blocked for too many tries outside US.
August 8, 2016 at 3:37 pm #243155By the way, I got it to work by selecting checkboxes in place settings>category display type …
would that be a good work around maybe?
I was having a hard time with address … not showing up correctly so I disabled auto-complete .. but now listing use OpenStreetMap instead of Google Maps .. how do I get Google Maps back?
August 8, 2016 at 3:49 pm #243173This reply has been marked as private.August 8, 2016 at 3:56 pm #243176This reply has been marked as private.August 8, 2016 at 4:02 pm #243178Please 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
August 8, 2016 at 4:05 pm #243179This reply has been marked as private.August 8, 2016 at 4:07 pm #243182The server admin wasn’t able to see any errors generated. What I’m going to do is move to another server anyway where the support is better and I’ll address this issue with them and maybe they’ll be better help.
Can you please explain in technical terms what’s wrong so I know how to communicate this to them?
August 8, 2016 at 4:34 pm #243186Sure,
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
August 9, 2016 at 2:01 pm #243909Hi, other than the code you added to the functions file, did you do anything else or change a setting anywhere in order to make this work? We can’t seem to recreate it.
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);August 9, 2016 at 3:54 pm #243969No, if you want to add the ability to a new field you do it by replacing the html variable name in this line (or add as many as u need)
add_filter(‘geodir_show_geodir_testing_html’,’my_enable_shortcodes_on_field’,10,2);Stiofan
August 10, 2016 at 2:31 pm #244616Still having trouble with getting the add_filter to work. See screenshots. Shortcodes are still not displaying. Thanks!
August 10, 2016 at 3:45 pm #244643There was a bug where textfields were not passing the html variable, i fixed it on ur site originally, is this a different site?
Stiofan
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket