Forum Replies Created
-
AuthorPosts
-
Hi,
Since you haven`t posted a temporary fix, I assume that this issue is not fixed yet?Regards
Can you please let me know, when exactly will the next update and a fix for this is planned to be released?
I understand that the dev team might be extremely busy but these issues holding us on our project and I believe that there are a lot of users avoiding to implement tabs section because of these visual bugs on iOS.
Regards
Any updates?
Thank you Yigit,
When will the fix be released? Any possibility to get a temporary fix to test it?
Regards
Hi Yigit,
Thanks for reply!
It was a clean install on a fresh sub-domain. I did not updated it but created a new one, imported enfold theme and accessed it for first time on my mobile, so there was no cache created yet!
I also can see that the icons did not popped up for you and there are issues with that, which does not seem to be professional. If you compare how Tabs section functioning on PC Chrome seamlessly. But on mobile iOS it is not good. The test devices were latest iPad on iOS 9 and iPhone iOS 9 Safari browser.
How can I fix this?
August 23, 2017 at 1:42 pm in reply to: background video does NOT automatically play on iPad/mobile view! #843022Actually, if you are able to somehow set the background video muted it will be available to autoplay it.
Reference – https://stackoverflow.com/questions/42160528/html5-autoplay-video-in-mobile-device.
Kriesi and devs could take a look at this possibility.
This reply has been marked as private.Similar bugs with Enfold Tabs Section animated content into this thread – https://kriesi.at/support/topic/tab-section-content-issues-with-ios-on-safari/
No one has looked at the website to evaluate the problem for 6 days now. The CloudFlare cache is off at the DNS level for the staging subdomain.
Can someone please take a look at the website on Safari (iOS) before making an assumption?
Links to screenshots attached in Private area. You can see that I can only see the icons and switcher area. The very top of contents is barely seen.
No one even looked at the website. The cache was cleared. Specially for you – I will host a clean Enfold theme on a cache free environment and post a link here.
Thank you Günter, that worked!
Best Regards
Agreed.
Thanks Günter,
The sample php worked and it did added the active menu item class for mobile menu.I am struggling to select ONLY the active menu element and give it a color. For now I have a following custom css, which selects all elements in active parent menu – parent, child and sub-child:
#av-burger-menu-ul li.current-menu-item a { color: #8B0000 !important; }
What I would need to select is one menu item only – no matter if it is parent element, child element or sub-child.
Best Regards
Hey Basilis,
This does not help me at all. It is related to the theme, because CloudFlare was on Development mode and totally bypassed at the moment I tested it. On top of that if it would be a caching issue we would see it while testing on other browsers too, so you might be wrong here.
Can you confirm that the same setup works on your environment without any issues? I can move the website on any setup without any caches and we will have the same issue for 100%.
Can you at least try to replicate a page on your dev setup and:
1 Create 3 or more tab sections with the same settings as I have
2 Insert two 1/2, 1/2 columns in each tab section
3 Insert text and headline text in the first column for both sections
4 Insert icon list in the second column for both sections
5 Open the page on Safari and switch the tabs to see if the Tab sections are making the same issuesThanks
P.S. Basilis, No one clicked or visited the link in the private section today. How are you able to tell the cause of the issue without at least checking the website?
Hi Ismael,
Not as good as it should be. Right now the class .main-active burger is added to all subchild menu elements, ignoring the fact that they are not active. If we have a website menu structure:
Parent>Child>Subchild>…. this solution doesn’t work.I cannot figure out a way to pick only the active menu element. I like that the mobile menu is update has been considered but honestly, the mobile menu is still lacking a lot of logic features.
Regards
Ron thanks a lot for sharing a good idea!
There is one issue – the class
main-active-burger
in the function above gets added to all child elements also for those that are not opened. The following code lets to target child menu element that is actually active:Functions.php code:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('#avia-menu ul.sub-menu li.current_page_item a').addClass('main-active-burger'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
And for CSS I shortened the code a bit:
#av-burger-menu-ul a .main-active-burger { color: #000 !important; }
- This reply was modified 7 years, 3 months ago by L.
Found it.
Basically we can use this class to chance color for active menu elements:
.av-burger-overlay-active
The custom CSS that worked:
.av-burger-overlay-active .av-main-nav .menu-item-avia-special a:after { color: #000000 !important; }
Thanks
Thanks Yigit!
It aligned perfectly! One more thing – I am trying to change the color of the ‘MENU’ when menu is active (opened)I have tried these:
.av-inserted-main-menu .is-active .av-main-nav .menu-item-avia-special a:after { color: #000000 !important; }
and
.av-hamburger .av-hamburger--spin .av-js-hamburger .av-inserted-main-menu .is-active a:after { color: #000000 !important; }
None of them working.
I would prefer to use CSS if possible. What would be the selector to change color of these letters on opened menu?Best Regards
July 29, 2017 at 4:01 am in reply to: Custom font – ability to select in Enfold Theme options panel #831374Thank you Mike!
I created a feature request but honestly, I highly doubt it will be considered as important for many users.
Meanwhile – is there any possibility to do it by CSS? I inspected the code but could not find any active menu item class which I could use to change background color of the element.Regards
July 14, 2017 at 6:41 pm in reply to: 4.1.1. Main menu and header options cannot be changed for portfolio pages #821353Sorry, caching. It`s ok to close this.
Great news Yigit,
Will the update include mobile menu improvements?
Regards
Hello,
Bumping this thread because interested in ETA for the mobile UI revamp. I have one website to make very soon and cannot decide if Enfold mobile UX will suit the requirements. Is any list of planned features or mods that will be implemented available somewhere?
Best regards
Perfect! It saved me a lot of time figuring this out! Thanks Nikko!
May 9, 2017 at 1:34 pm in reply to: Contact form element – how to include reply-to email address? #790243Changing the plugin fixed this. I recommend to use Sendgrid for WP transactional mailing. Works out of the box with Enfold.
May 8, 2017 at 8:52 pm in reply to: Contact form element – how to include reply-to email address? #789832Changing from Postman SMTP to SendGrid plugin just worked fine.
May 8, 2017 at 8:24 pm in reply to: Contact form element – how to include reply-to email address? #789811It seems that the issue is related with this line:
$header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n';
May 8, 2017 at 1:32 pm in reply to: Contact form element – how to include reply-to email address? #789555Hi Nikko,
The solution failed and we got a reason with a following system fault:
Invalid "Reply-To" e-mail address " (Email address hidden if logged out) From: "
It seems that the code is adding
rnFrom:
at the end of Reply-To email address. Why so? How to modify this function to eliminate this?add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 ); function enfold_customization_contact_form_etc( $from, $p1, $p2 ) { global $enfold_custom_from_header; $enfold_custom_from_header = $from; } add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 ); function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) { global $enfold_custom_from_header; $header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n'; return $header; }
Hi Yigit.
Will dev team update the LayerSlider version to 6.2.2? The latest version of LayerSlider contains important security fixes.
Regards
February 23, 2017 at 11:14 pm in reply to: How to add different 'element id' for X Large buttons? #751090Hey Nikko,
So the clicks on separate buttons cannot be tracked by analytics at all?
Sorry but to be honest with you, I do not see that any of the existing feature requests are considered right now, because the “In progress” section is always empty and top voted features are not implemented for a long time.
Thanks
-
AuthorPosts