Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have installe a plugin “code snippets” and added the below code to fix it.
function _my_dequeue_script() { $dm_uri = $_SERVER[ 'REQUEST_URI' ]; if(substr( $dm_uri, 0, 7 ) === "/forum/"){ wp_dequeue_script( 'plupload-all' ); } } add_action( 'wp_print_scripts', '_my_dequeue_script', 100 );Thanks,
Stiofan
Have u tried clicking “refresh access token” in the settings, it seems to have expired.
Stiofan
Hello,
Thanks for the suggestion, i have made the theme work like this and the changes will be in the next release, if you want it sooner you can download if from here: https://github.com/GeoDirectory/supreme-directory
Thanks,
Stiofan
Please check now, the problem was in the way you had include the extra CSS file.
FYI there is an update for that child theme, but you would would have to move your changes out of the theme before u update.Stiofan
No, for some reason your server was falling over when doing a few table joins for categories, i have changed the way it does this query to speed things up.
Thanks,
Stiofan
There is no point in adding more functionality, we just have to find the right functionality for your site.
Let’s try another way:
#1 What is the MAXIMUM area you wan to cover, is it one countyr or two countries ro globale etc.
#2 How do you wan to divide these areas if the current way is not working for you?You might be better going custom region and city names, or you might be better keeping auto added locations and adding tags for specific areas.
Let me know.
(bit short on time at the moment)Stiofan
Thanks for the info, please check now: http://anuvent.com/location/
Stiofan
June 14, 2017 at 4:59 pm in reply to: one of my custom post types having issues with custom fields #383232Hi Yosef,
What CPT are u having problems with?
Thanks,
Stiofan
June 14, 2017 at 2:30 pm in reply to: Google Structure Data — Failed to normalize the rating value #383204I made a small change in the core code, the change will be in the next release so no need to worry about it.
Thanks,
Stiofan
This reply has been marked as private.I have updated the licence and plugin for you now.
Thanks,
Stiofan
If you have any problems it might be a error in a CSS line breaking all further CSS (seen it happen before) Let us know if you have problems.
Thanks,
Stiofan
June 14, 2017 at 1:33 pm in reply to: Google Structure Data — Failed to normalize the rating value #383165Hi Peter,
Replies were being assigned a review structure but had no rating so that was the cause of that.
Category pages don’t have review structured data only single items.
Stiofan
Please try now, i have removed the filter location from the taxonomy search which seems to be the problem.
Stiofan
Please check now, i added the below code
add_action ('wp_head','_gd_stop_location_session',1000); function _gd_stop_location_session(){ //unset any locations unset($_SESSION['gd_multi_location'],$_SESSION['gd_city'],$_SESSION['gd_region'],$_SESSION['gd_country'] ); geodir_unset_location(); } remove_filter('term_link', 'geodir_get_term_link', 10);Stiofan
-
AuthorPosts