Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
There is not at the moment, swapping the id’s in the DB might be the only way just now. i’ll add this as a suggested improvement.
Thanks,
Stiofan
Not tested but try this:
add_action('after_setup_theme','_my_actions_after_setup_theme'); function _my_actions_after_setup_theme(){ add_action('geodir_detail_sidebar_inside', 'geodir_detail_page_review_rating', 0); }
Thanks,
Stiofan
January 15, 2018 at 12:06 pm in reply to: Popular categories widget: how to show correctly icons and names on mobile #412760Looks like the rule u want to override is this, please give it a try.
@media (max-width: 375px){ .sd.home .cat-link, .sd.sd-location .cat-link { display: block; } }
Stiofan
January 15, 2018 at 11:56 am in reply to: change order of search results to show featured first #412758You can look at my example here: https://wpgeodirectory.com/support/topic/directory-very-slow-since-transistion/page/3/#post-407637
Thanks,
Stiofan
January 12, 2018 at 8:02 pm in reply to: Not Found This is somewhat embarrassing, isn’t it? It looks like nothing was f #412539This might just be that u need to resave ur permalinks…
Stiofan
Its a good idea, the membership covers you for unlimited sites 🙂
Stiofan
This reply has been marked as private.Hi Scott,
It looks like you have some old addons from your expired membership and you have continued to update Core and your location manager, most likely this is the problem.
We mention this in several places, even on the membership page:
https://wpgeodirectory.com/downloads/membership/Q: What happen if I cancel my subscription or my non recurring plan ends, will the plugins stop working?
A: The plugins will continue to work, you will no longer have access to support and updates for them. In such case you should avoid updating anything else, which is the only thing that could create new conflicts.
We only support our latest releases, as such if you want us to look at the issue i would suggest deactivating all OLD GD addons, or of you are looking to renew your membership we currently have a 20% discount until the end of the month:
Thanks,
Stiofan
Hello,
You can start translating it here, some one has already started: https://userswp.io/translate/projects/userswp/de/default/
Thanks,
Stiofan
Hi Piyush,
As i said earlier, we will be looking into it in the future.
As for the “First Click Free code” that is not related to GD and not something we can help with, please try Google.
Thanks,
Stiofan
Hello,
AMP is a very specific thing, take for example the AMP plugin here: https://en-gb.wordpress.org/plugins/amp/
This plugin is created by automatic (the creators of WordPress) and still does not even support pages or archives let alone a directory.It is something we will look into in the future, probably once automatic has progressed their plugin more.
Thanks,
Stiofan
Hi Robert,
I am unfamiliar with this plugin, i have added and activated the code snippet below to remove our filters but this will mean you will have to totally rely on your seo plugin
(for reference only, already added to your site)
remove_filter('wp_title', 'geodir_custom_page_title', 100); remove_filter('pre_get_document_title', 'geodir_custom_page_title', 100); remove_action('wp_head', 'geodir_add_meta_keywords');
Thanks,
Stiofan
Great, thanks for letting us know!
Stiofan
Hi Robert,
Most things can be edited but all be it in a general way.
We support Yoast fully, and i hope our changes in GDv2 will will allow most including SEOUltimate to work out the box.
Thanks,
Stiofan
This reply has been marked as private. -
AuthorPosts