Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
The whole search bar and functionality has been changed it is impossible to send just the fix. If you need things to go back to the way they were then replace that fiel with the old ver and you can set GD not to use lazyload images (or you can simply change the name of that file)
Stiofan
We will be releasing a fix for this in 1-2 hours.
Thanks,
Stiofan
October 12, 2016 at 9:48 am in reply to: WP Multisite – New Vendor listing showing Page Not Found #282017GD should not be activated network wide but only per site.
Thanks,
Stiofan
hmm good spot, though the claim listing is not a default feature so we could not go by that alone, maybe just going by if its an admin user just replace with Dear “User”?
Stiofan
Nice use of the search form 🙂
If a select is used then its ordered by a-z, otherwise its ordered by cat count.
You can override the order with the code snippet below.add_filter('geodir_filter_term_args','_my_geodir_filter_term_args',10,2); function _my_geodir_filter_term_args($args, $site_htmlvar_name){ $args = array( 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => true ); return $args; }Thanks,
Stiofan
Did you update one addon but not core or the other way about? You should try updating core + addons and if you still have problems let us know.
Thanks,
Stiofan
I have patched your site’s search, you should update your theme and child theme to fix the geolocation icon.
Thanks,
Stiofan
I would also need FTP to apply this, or i will be doing a release later today.
Thanks,
Stiofan
Hi Kim,
After the release i have actually added the post_type as a global shortcode parameter, if you can provide wp-admin and FTP details i will upload it for you or i will likely release it tomorrow.
Thanks,
Stiofan
You are welcome! 🙂
October 11, 2016 at 6:56 pm in reply to: Latest release doesn't have shortcode function in sidebar #281639Hello,
Do you still have this code or did u remove it? https://wpgeodirectory.com/support/topic/few-issues-close-to-launch/page/2/#post-243909
Stiofan
October 11, 2016 at 6:46 pm in reply to: Looking to show a drop down of event categories only with location input field #281616No Probs 🙂
There was something like that showing on delete plugins due to the new ajax delete but i have not seen that on update, we added a fix for that on delete, let me know if u see it again (i have not seen it at all on update)
Thanks,
Stiofan
October 11, 2016 at 6:33 pm in reply to: Looking to show a drop down of event categories only with location input field #281597They should auto appear if you have upcoming events.
Stiofan
October 11, 2016 at 6:17 pm in reply to: Looking to show a drop down of event categories only with location input field #281587Thanks for the info, please check now.
P.S. there is a Supreme Directory theme update (must be done manually) that will fix the search geolocation icon.Thanks,
Stiofan
-
AuthorPosts