Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
This seems to be a browser specific thing with mobile chrome and fontawesome, with the same 150% settings in the default browser everything looks fine. The same problem is shown on the fontawesome site, its something that would need to be fixed by Google and released as an update for chrome.
Thanks,
Stiofan
It would be difficult to implement this at the moment and we will be changing the lightbox script used in GD over the next few weeks, it might be best to wait.
Thanks,
Stiofan
It will be updated at some point, but i don’t have a time frame for it.
Thanks,
Stiofan
Not tested but it should be something like this:
add_filter('geodir_reviews_rating_comment_shorting', '_my_remove_rating_sort_options',15,1); function _my_remove_rating_sort_options($sort_options){ unset($sort_options['least_images']); unset($sort_options['highest_images']); unset($sort_options['low_review']); unset($sort_options['high_review']); return $sort_options; }Thanks,
Stiofan
Hi Anders,
This would be a customisation, but its a relatively small task, you would need to remove this action
add_action('geodir_event_business_fields_on_metabox', 'geodir_event_show_business_fields_html');And then add your own to replace it, basically copy and rename this function geodir_event_show_business_fields_html() to fit your needs.
Thanks,
Stiofan
I think for most the way it currently is would be best but i don’t use BP much.
To achive this you would need to remove the filter modifying the menu and add your own, not an easy task but pretty small if you need to hire someone to do it.Thanks,
Stiofan
Hi Pedro,
Please try saving your WordPress permalinks, if this does not solve please provide wp-admin details in a private reply and we will take a look.
Thanks,
Stiofan
If the background is blue then its only viewable by the person who posted it and our staff.
Ticking “Set as private reply” enables this.Stiofan
This reply has been marked as private.Your site is running GT which is not supported, the problem could be anything, please convert to GD.
Thanks,
Stiofan
Hello,
What shortcode? If you explain what you are trying to do more i will be able to advise you better.
Thanks,
Stiofan
You are welcome! 🙂
Hello,
I don’t see a way to do this without customisation, usually its just a case of adding a class to the link but i can’t see this info for that lightbox.
Thanks,
Stiofan
🙂
I have added the below code snippet to remove it for you:
add_action( 'plugins_loaded', '_my_plugin_override' ); function _my_plugin_override() { remove_action('bp_setup_nav', 'geodir_ayi_user_events_nav_adder'); }Thanks,
Stiofan
-
AuthorPosts