Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
listing images could upload images with the same exact name but totally different images, this is why we cant treat it as one image, it needs to be an individual image.
If you need default placeholder images in some places then let us know where are we will give you and example bit of code.
Thanks,
Stiofan
January 19, 2017 at 10:41 am in reply to: Unable to add locations and map seems to have disappeared in Add Place Form #345602The problem is you have pasted some code or a plugin is adding some code the wrong way, it’s adding jQuery script to the page again when it is not needed, if you remove that it will work:
https://campaigns.zoho.com/js/jquery-1.11.0.min.jsStiofan
In our login page we have a check “get_current_user_id()” this is returning the user id even if apparently logged out, there must be some sort of server caching or it’s not clearing the cookies properly.
You are the only person with this problem.
Stiofan
Hello,
It seems going in to the listing and clicking “set address on map” and saving will fix that.
If you have the GPS info you can used the GD>import/export to bulk adjust the lat/lon.Thanks,
Stiofan
January 18, 2017 at 4:33 pm in reply to: Category icons not shown on map an popular categories #345186Please check now.
For some reason your server would not change a string to an array automatically, this is the first time i have seen this, i have set it to be an empty array by default and the change will be in the next release.
Thanks,
Stiofan
January 18, 2017 at 12:48 pm in reply to: Column creation failed, you may have too many columns #345088January 18, 2017 at 12:30 pm in reply to: Unable to add locations and map seems to have disappeared in Add Place Form #345076Please provide FTP details and i will take a look.
Thanks,
Stiofan
Hello,
You have JS code in your theme script.js file that is breaking this, this is a bug caused by who ever you got to make that file, it’s not a GD bug in anyway.
Thanks,
Stiofan
There seems to be something adding broken html to the sescription when edited from the frontend (edited from backend and it works).
If you can provide FTP info i will try and track it down.Stiofan
Please check now.
Thanks,
Stiofan
🙂
Hi Con,
Please check now, i added a code snippet to resolve this.
code for future reference:
function _mygd_dequeue_script() { if(!function_exists('geodir_plugin_url')){return;} wp_deregister_script( 'chosen' ); wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION); wp_dequeue_style( 'dokan-chosen-style' ); } add_action( 'wp_print_scripts', '_mygd_dequeue_script', 100 );Thanks,
Stiofan
This seemed to be related to you changeing the main doamin name, i did a search repalce of the old url and now the importer works as expected.
Just do a fresh export of cats, then when changing the cat icon url, u just have to enter the image name “attractions.jpg” and after the import you will upload the images to the current upload dir /wp-content/uploads/2017/01/attractions.jpgThanks,
Stiofan
admin reply 3
admin reply 2
-
AuthorPosts