Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Dalton,
The icon versions are updated manually and are stored in core GD, they are currently at version 5.6.3, in the next release they will be at 5.7.2.
If you replace this file in your GD core then it will show the new icons:
https://github.com/AyeCode/geodirectory/blob/master/includes/admin/settings/data_fontawesome.phpThanks,
Stiofan
@robert, i know the time issue has been mentioned before, the dev that was dealing with it is off today, if i remember right it is something to do with the output by facebook, it is not consistant so for some events this happens, i do think Kiran solved it though, i’ll check with him tomorrow.
Thanks,
Stiofan
February 26, 2019 at 10:16 am in reply to: "Select category to untick by default on map" in V2? #471182Hi Seth,
The way categories are added to the map has changed and this is not currently possible, i have opened a task for this functionality to be added, we will update you here once done.
Thanks,
Stiofan
Hi Leon,
It should be as simple as disable, clear cache, and then deactivate and delete.
Stiofan
Hi Tim,
Can you provide FTP info also please, it seems like half the plugin is not loading right.
Thanks,
Stiofan
February 22, 2019 at 7:18 pm in reply to: ACF Repeater fields not working on single listing page #470677Not sure if its related, but that function seems to be depreciated: https://www.advancedcustomfields.com/resources/the_repeater_field/
Stiofan
This reply has been marked as private.February 21, 2019 at 8:12 pm in reply to: ACF Repeater fields not working on single listing page #470446Hello,
I am not even sure what you are asking, i am not sure how you are using or trying to use ACF, maybe if you explain more what you are doing i can help more?
Thanks,
Stiofan
OK, if u understand what you are trying to do then you can simply use a text input field, set it to number only and then that is all you need for the input, you don’t need to add a new field or worry about adding the shortcode on the fly with JS.
All you need to do is filter the output so insted of it outputting a number you make it output a shortcode or whatever…so the only code snippet you need to look at is this https://wpgeodirectory.com/custom-field-improvements-in-new-v1-6-6/#gist39301380
So for example if your field key was “mycal” you might have a code snippet like this:
function _my_mycal_output($html,$location,$cf){ global $post; $html = ''; // set it to empty first. if (isset($post->{$cf['htmlvar_name']}) && $post->{$cf['htmlvar_name']} != '' ){ $html .= do_shortcode("[mycal id=".$post->{$cf['htmlvar_name']}."]"); } return $html; } add_filter('geodir_custom_field_output_text_key_mycal','_my_mycal_output',10,3);
Thanks,
Stiofan
Did u follow the instructions here? https://wpgeodirectory.com/custom-field-improvements-in-new-v1-6-6/
With v2 is pretty much the same except the field name prefix of “geodir_” is no longer needed so “geodir_twitter” would just be “twitter”.
If you need more help just let us know.
Thanks,
Stiofan
Thanks for reporting, they will be in the next release, you can find them here for now: https://github.com/AyeCode/geodir_list_manager-v2/tree/master/languages
Thanks,
Stiofan
February 19, 2019 at 1:31 pm in reply to: Error on wp-includes\template-loader.php on line 74 #469991This reply has been marked as private.These will all be available as block in the next version.
Thanks,
Stiofan
Hi Kathy,
You can add more than one video to the video field, do you specifically need different fields?
The videos should be responsive, if you can pass me wp-admin in a private reply i will take a look at that.
Thanks,
Stiofan
-
AuthorPosts