Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
January 20, 2017 at 11:14 am in reply to: traslating the List of fields those appear in advance search #346143
I have no idea what you are referring to?
January 20, 2017 at 10:47 am in reply to: traslating the List of fields those appear in advance search #346139Hi Giacomo,
Please see our support policy here: https://wpgeodirectory.com/support-policy/
We exclusively provide support for the latest version of both the Core plugin, add-ons and themes.
Please update so we can help further.
Thanks,
Stiofan
Thanks bob 🙂
🙂
Thanks for the explanation but let me assure you this does not and should not happen.
Your explanation of it clearing on browser sounds like sessions not cookies, in the past we have seen locations in session show the wrong values in some servers that were storing session in cookies, the solution for that was to set either one or both of these to Off:
php.session.use_cookies = Off
php.session.use_only_cookies = OffLet us know how u get on.
Stiofan
January 19, 2017 at 7:00 pm in reply to: Unable to add locations and map seems to have disappeared in Add Place Form #345867The error in the console was “TypeError: jQuery(…).gdunveil is not a function” but i could see it was defined, this means something is either messing with the $ jQuery it’s self or it’s there twice. I actually checked for duplicate first but missed it as it was not names “jquery.” but rather “jquery-“.
Stiofan 🙂
January 19, 2017 at 6:44 pm in reply to: Displaying Geodirectory Place Address in new Custom Post Type #345819Hi Matt,
We filter the main query to add out GD stuff, you have two choices here.
#1 use a regualr $wpdb->get_results($my_sql); and add our DB’s (i can give you an example if you want)#2 update the $post var after with $post =
geodir_get_post_info($post->ID);then u will have all GD items in the post value.
Thanks,
Stiofan
Please check now, all i did was re-save the permalinks 🙂
Stiofan
Wp-admin details no longer work but i have updated the files, please check now, and if you still have problems please also post working wp-admin details.
Thanks,
Stiofan
That bit of code u mentioned above is what redirects a logged in user to the homescreen if they try to view the login screen when logged in.
The function “get_current_user_id()” is returning the user ID even when supposedly “logged out” this should be impossible and i have never seen it apart from caching. If you delete all cookies from the site then it works as expected.
Thanks,
Stiofan
Hello,
Please see here if you do not want to show zero values: https://wpgeodirectory.com/support/topic/default-value-for-number-on-custom-fields/#post-263094
Thanks,
Stiofan
Hi Jason,
WP broke it for thousands of plugins and themes, ones that are not broken are probably using a non standard WP upload and security checks, we will wait for WP to fix this as there are temp work arounds.
Thanks,
Stiofan
Hello Kristin,
The issue only appears when a comment has an image because the broken JS in your theme only fires when there is an image:
This is the file in your theme:
http://wheretobaby.staging.wpengine.com/wp-content/themes/where2014/js/scripts.jsThis is the code in that file that breaks when a comment has an image:
if(window.location.href.indexOf("/places/") > -1) { //Go grab the images from the comments images = jQuery('.place-gallery img'); //Loop through each of them for (i=0; i< images.length; i++) { //Grab the src img_src = images[i].src //Append the iamge to both carousels var position = jQuery('#geodir_carousel').data('flexslider').slides.length; jQuery('#geodir_carousel').data('flexslider').addSlide('<li><img src="' + img_src + '"></li>'); jQuery('#geodir_slider').data('flexslider').addSlide('<li><img src="' + img_src + '"></li>'); } }Here i explained what the problem is:
https://wpgeodirectory.com/support/topic/main-pics-not-showing-when-pic-uploaded-in-review/#post-343468Thanks,
Stiofan
January 19, 2017 at 11:45 am in reply to: Category icons not shown on map an popular categories #345616Just use the plugin “Better search replace” when u change host to weed out any old references.
Thanks,
Stiofan
Lets keep things in the one place: https://wpgeodirectory.com/support/topic/csv-import-3/#post-345606
Stiofan
-
AuthorPosts