Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Please check now.
Stiofan
ok there was a small bug in CPT addon i have fixed, the sort rules follow the related listings settings, so you can disable events.
I did comment out the code in your child theme the other day, someone must have undone it or restored that file.
The code u want to remvoe from your child theme functions is: add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { if ( 'gd_place' == get_post_type() ) { $tab_array['projects'] = array( 'heading_text' => __('Projects',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'projects'), 'tab_content' => ''); return $tab_array ; } else {return $tab_array ;} } add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content'); function geodir_my_new_tab_content($tab_index) { if($tab_index =='projects') {echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" add_location_filter="0"]');} }Stiofan
Please follow these instructions: https://wpgeodirectory.com/docs/translating-custom-fields/
Stiofan
It seems to be classed as a neighborhood not a city https://en.wikipedia.org/wiki/Anilao
Stiofan
You have something (i assuem the events plugin) trying to add a map on the page but the element id does not exist:
window.map = new google.maps.Map(document.getElementById("em_search_wrapper"));Stiofan
I think most problem were related to your SSL problems, i have fixed that for you.
For the events being in the past, i guess it was cached, it seems to be working now.Thanks,
Stiofan
It seems to happen every now and again but we have never been able to replicate it.
Stiofan
Hi Vincent,
I checked on my mac and the near me button worked but there was some ssl mixed content errors, you should use the “Better search replace” plugin to replace all non ssl links of your url and then try again from your end.
Thanks,
Stiofan
Hi Craig,
Do you have the exact url it gave you? Can you post it in a private reply?
Thanks,
Stiofan
Hello,
Is there a reason all your GD plugins are out of date?
This should be solved by updating and then going to CPTx Settings>Address>SaveStiofan
https://wpgeodirectory.com/docs/add-google-api-key/
follow this again and get new api key
make sure u click the link at #1Great, it won’t be a problem having it twice, but i would move it to GD>Design>Script>CSS, that way it wont be cached by users who have already visited the site.
Stiofan
Hi Malc,
That fix really should work, where did u add it? Maybe it’s caching?
If you want to provide wp-admin details i will take a look.
Thanks,
Stiofan
i have sent you a message, i guess your not around just now?
Stiofan
Hi Malc,
Sounds like you had a fun morning debugging this just like me 🙂
This was a nightmare to debug, it was only happening on some android devices, the problem is they seem to have changed something with Google maps which now loads the test span element for typekit fonts, it’s set to be hidden off screen but they way the side element menus work it ends up interfering with it.
I will release a fix for Directory Starter theme tomorrow but for now you can add this simple CSS fix:
body > span[style*='top: -999px']{display: none;}Thanks,
Stiofan
-
AuthorPosts