Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello, thanks for the info, it looks like some sort of caching issue, i guess caused by W3 Total Cache which is not compatible with GD, please try deactivating and trying again.
Thanks,
Stiofan
Hello,
Can you provide a link and wp-admin and i’ll take a look.
Thanks,
Stiofan
Hello,
Can you provide a link and wp-admin details i can’t replicate this on my end.
Thanks,
Stiofan
You can achieve this by translating it: https://wpgeodirectory.com/docs/translate-core/
Thanks,
Stiofan
It in inherently difficult to get a good score from google page speed from a WP site, there are too many variables and you can’t account for peoples theme or plugins, my sites get the same as others on the page speed score but in reality they are FAST:
GD Booster:
https://tools.pingdom.com/#!/eLwoov/https://www.barra-accommodation.co.uk/
Super cache + Autoptimize
https://tools.pingdom.com/#!/ZcRxB/https://www.newcastle-county-down.com/Thanks,
Stiofan
#10, what date, where?
Stiofan
That code is not removed when the plugin is deactivated, it must be added in another way. if you can give me FTP info i will be able to track it down quicker.
Thanks,
Stiofan
Hello, can you provide FTP details, it will make things much easier to debug.
Thanks,
Stiofan
Hello,
Please provide wp-admin and most likely FTP details in a private reply (only staff can see) and i will take a look.
Thanks,
Stiofan
Hi Ongun,
You will find you are not allowed to do that…
https://developers.google.com/places/web-service/policies#pre-fetching_caching_or_storage_of_contentStiofan
Thanks for spotting, new ver released.
Stiofan
November 3, 2016 at 6:39 pm in reply to: Never ending loadings failure on detail listings page #297576The profit_builder plugin is also loading a chart.js file, u would need to remove that from loading as we already load it on that page. For some reason it does not load on the other page.
/profit_builder/js/chart.js
Stiofan
Probably the same as i have told you before? The listing has no price package?
Stiofan
Hi Paul,
There is a hook for that but you must know the name of the map $map_canvas_name:
apply_filters("geodir_map_options_{$map_canvas_name}", $geodir_map_options);For the homepage map it will be something like geodir_map_v3_home_map_x
You can view the source code of the map and u will see it mentioned several times.Once you have the name say “geodir_map_v3_home_map_1” you would add this to your child theme functions.php:
add_filter("geodir_map_options_geodir_map_v3_home_map_1","_my_map_minzoom",10,1); function _my_map_minzoom($geodir_map_options){ $geodir_map_options['minZoom'] = 7; return $geodir_map_options; }Thanks,
Stiofan
November 3, 2016 at 4:48 pm in reply to: Get directions does not work on sub-categories of CPT's #297515Hi Alex,
They do not show as most appear not to have a price package set.
Stiofan
-
AuthorPosts