Forum Replies Created
-
AuthorPosts
-
January 6, 2021 at 7:19 pm in reply to: Requesting to not auto-hide WP Bakery plugin update when Elementor is active #39938
Okay great, thanks so much!
January 5, 2021 at 6:38 pm in reply to: Requesting to not auto-hide WP Bakery plugin update when Elementor is active #39927This reply has been marked as private.January 5, 2021 at 6:38 pm in reply to: Requesting to not auto-hide WP Bakery plugin update when Elementor is active #39926Question: even if I back up the file, there are version numbers in the file… will it still show update required with the latest version number?
Why not just enable updates? With a caching plugin it doesn’t make much difference in terms of slowing the site down.
January 5, 2021 at 6:18 pm in reply to: Requesting to not auto-hide WP Bakery plugin update when Elementor is active #39923Thanks Harry, but will you also make this so in future theme updates? Won’t that file will be overwritten in the next theme update?
FYI regards to my expired support, I’ve made three purchases of your theme for my clients so far on other accounts, the last one was less than a year ago…so in my own way I am continuing to support you even though I have not extended my support license.
March 19, 2018 at 5:57 am in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #18307Any progress with fixing iOS 9 compatibility with menu, please?
February 4, 2018 at 10:53 pm in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #16759Hi Harry,
Here’s a fix to the first bug on this thread with the mobile menu not automatically closing when clicking a #id internal link. I hope that it can be integrated into a future Claue theme update.
I found a js code used on another theme and adapted for Claue theme:
//code to close mobile menu automatically after any link click
jQuery(‘.jas-navigation a’).click(function(){
jQuery(‘body’).removeClass(‘menu-opened’);
jQuery(‘div’).removeClass(‘mask-overlay’);
});As for the other menu bug with iOS9, do you plan to fix this? As mentioned previously, 28% of iPad users have iOS9 so it is a big issue with Claue that it doesn’t work. To me, this is unacceptable, as I imagine it is for you too.
Maybe you can use a simulator to run iOS on your laptop/desktop: https://www.makeuseof.com/tag/ios-simulators-testing-iphone-ipad-apps/
I’m sure it’s a simple solution, guys, please let me know!
January 25, 2018 at 6:06 pm in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #16463Yes, actually I believe it does. Please check again. For example, this second answer explains how to make the menu-item links toggle the menu when clicked. It even has a jsfiddle link so you can see it in action.
You don’t have to add any extra javascript to what’s already included with bootstraps collapse option. Instead simply include data-toggle and data-target selectors on your menu list items just as you do with your navbar-toggle button. So for your Products menu item it would look like this
- Products
Then you would need to repeat the data-toggle and data-target selectors for each menu item
EDIT!!! In order to fix overflow issues and flickering on this fix I’m adding some more code that will fix this and still not have any extra javascript. Here is the new code:
- Products
- Products
Here it is at work http://jsfiddle.net/jaketaylor/84mqazgq/
In the link you provided, 28% of iPad users use iOS 9 or below, so this really is a big problem if so many people can’t open the website menu with iPads alone:
iPad Only:
11.X 56.2%
10.X 15.8%
9.X 24.4%
8.X 0.9%
7.X 1.2%
6.X 0.5%
5.X 0.8%
4.X 0.1%January 25, 2018 at 3:08 am in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #16448For the issue with /#id links in side menu not closing after clicking (on desktop and mobile):
I’m not sure how it’s set up with this theme to know if the following link is relevant, but here is an example of people sharing solutions to this kind of issue.
https://stackoverflow.com/questions/14203279/bootstrap-close-responsive-menu-on-clickJanuary 9, 2018 at 11:27 pm in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #15887Okay, hope you get a chance. It is definitely a problem and these people might have it too: https://wordpress.org/support/topic/not-working-mobile-menu-ios-9-3-5/
What about the issue of #example links mobile menu not closing?
I see that on my laptop as well, so not an iOS issue.
January 9, 2018 at 11:09 pm in reply to: Small bug: Mobile menu not closing after clicking on "/#example" menu item links #15885Maybe you have a friend or someone else who can check for you?
-
AuthorPosts