Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have also tested this on an iPhone 4s and it works fine.
We can only help if we can replicate it?Stiofan
Ah that standard one, not that is for the image gallery, not for other file types.
That is not something we would want to do, it might be possible with customisation but i would not recommend it.Thanks,
Stiofan
Thanks for the info, please check now, there was a var being declared a sting instead of a array, your server did not seem to like that, i have changed this and it will be in the next release.
Thanks,
Stiofan
Any caching will cache the page as a static file, so there is no real way to bypass it, this will only affect non-logged in users. You will need to update the opening/closed class dynamically, either through an ajax call to check what it should show, or write a JS function to check a JSON array to see what the class should be and set it as desired.
Stiofan
Hi Jeff,
The problem was really that the blue icon turned off but the field did not clear, it was still showing what it said it was supposed to “Near: Me”, as i stated, i have made it work so that it will clear the near field on the search page also.
I think there was confusion about what you meant back then, now we know and we have resolved it, it will be in the next release, if you need it sooner you can find the start of this function in advanced search file geodirectory_advance_search_function.php and replace it with this:function geodir_set_search_near_text($near, $default_near_text='') { global $wpdb, $gd_session; if (!defined('POST_LOCATION_TABLE')) { return $near; } // If near me then set to default as its set vai JS on page if($near== __("Near:", 'geodiradvancesearch').' '.__("Me", 'geodiradvancesearch')){ return $default_near_text; } $gd_ses_country = $gd_session->get('gd_country'); $gd_ses_region = $gd_session->get('gd_region'); $gd_ses_city = $gd_session->get('gd_city');I have also fixed this on our demos if you want to try it out.
Thanks,
Stiofan
You are welcome 🙂
You can also use this filter to add or remove from the list
https://wpgeodirectory.com/codex/codex/geodirectory_filters/geodir_allowed_mime_types/Thanks,
Stiofan
You should not have any problems with other themes, just for kleo, you can replace this file:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/compatibility/Kleo.phpThanks,
Stiofan
It works if you use it on an actual iPad or mobile device, it have been tested.
There are hooks if you want to replace the slider with your own but your would need developer knowledge or need to hire a developer.
Thanks,
Stiofan
Great, thanks for letting us know 🙂
Stiofan
Hi Aziz,
Our slider already supports this, is there any other reason?
Stiofan
Our social importer plugin will post things to facebook, even normal posts.
I am not sure about PDF.
Thanks,
Stiofan
By the looks of it the location manager at least, maybe you have this problem:
https://wpgeodirectory.com/support/topic/missing-update-notifications/Thanks,
Stiofan
That file should only show one cat icon if only one cat set, are u sure u have it installed on the correct site?
For the icons, this is due to the aspect ratio of the icon image, if they were all the same it would be the same, u could try fixing the width with css but it would stretch the marker icon image.
Stiofan
May 1, 2017 at 11:50 am in reply to: Change Upload Directory Target for Custom Field File Upload .gpx File Type #376349I can’t get a pgx file to upload on my system for some reason (maybe a bad test file)
But if it were me i would just grab the saved file url and pipe that into the plugins shortcode, this could be done by editing the output of the file custom field.Stiofan
-
AuthorPosts