Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
Facebook changed things that affect new apps only.
I have added steps 10,11 and 12 here:
https://wpgeodirectory.com/docs/social-importer-addon/#facebookI also released a update but the only real purpose of the update is to give the users the exact url that must be entered in the facebook app.
Thanks,
Stiofan
October 18, 2017 at 4:17 pm in reply to: Can't load URL: The domain of this URL isn't included in the app's domains. #401359Hello,
Facebook changed things that affect new apps only.
I have added steps 10,11 and 12 here:
https://wpgeodirectory.com/docs/social-importer-addon/#facebookI also released a update but the only real purpose of the update is to give the users the exact url that must be entered in the facebook app.
Thanks,
Stiofan
Just a little update, i am in talks with the dev, hopefully we have a perminant solution soon but for now he also mentioned you can apply this css to make just the arrow open the sub menu and the link will work as normal. (this does bring some other issues if the main link is a # link as it will close the menu)
.mm-list a.mm-subopen { width: 40px; }Thanks,
Stiofan
You are welcome! 🙂
This reply has been marked as private.Sorry the theme is taking over the selects, you may have to ask the theme author how to prevent their select script from taking over others select boxes, specifically we are using “chosen select”
If they have an answer i will then implement it in GD core.
Thanks,
Stiofan
The author link is generated like this:
$author_link = get_author_posts_url($user_id); $author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true','stype'=>'gd_place'), false);Stiofan
That last change should have affected cities too, but i made the change in core so it was probably wiped out in the last update: https://wpgeodirectory.com/support/topic/mobile-menu-issue-with-location-switcher/#post-395078
We will be changing how that works also at the same time as the mobile changes, it will be at least a few weeks before these changes are ready though, it might just be better making the change manually for now.
Stiofan
Hi Raed,
This should do it but it likely will change the order of cats in other places also:
add_filter('geodir_filter_term_args', 'custom_geodir_filter_term_args'); function custom_geodir_filter_term_args($args) { $args['orderby'] = 'name'; $args['order'] = 'ASC'; return $args; }Thanks,
Stiofan
The good news is we are converting to a mobile friendly ajax and select box script, its very similar but works much better on mobile 🙂
i’m not sure what i did for you last time, do u have a link to the post?
Stiofan
Hi Javier,
The changelog file does not need to be updated 🙂
Stiofan
I’m always calm 🙂
I’m just trying to help you with a situation you don’t seem to fully understand (thinking its been an issue for 3 years)… The issue will be fixed, its a relatively small issue once you have the right menu setup, if the author responds with a fix we will apply it, if not we will create our own fix.
Thanks,
Stiofan
Hi Nigel,
I have added a code snippet to fix this.
Your other one is flagged for kiran to look at.Thanks,
Stiofan
October 17, 2017 at 5:36 pm in reply to: WP Invoicing Issue with BuddyPress Navigation and Search Bar #401192Hi Nigel,
I have flagged this for kiran to look at tomorrow.
Thanks,
Stiofan
Andrew, please remember you will be treated here as you treat us… We are only trying to help you. We are not forcing you to use that theme, your are free to use any theme.
The issue is not a simple one, it would take a long time to explain all the complexities that go beyond this single issue. In short, this issue is only an issue if your menu is set a specific way, the menu script is developed by a 3rd party, it had other bugs that the latest version (we can use) fixed but introduced some changes/this issue. The licence of the addon changed also, we can’t use the very latest version (WordPress rules), we need to ask the dev if he has a solution which we have done, if he does not then we will fix it. The issue is relatively minor and easy to get around for now, please respect that all we are trying to do is help you, we don’t need snarky responses in our life’s.
Stiofan
-
AuthorPosts