Forum Replies Created

Viewing 30 posts - 31 through 60 (of 102 total)
  • Author
    Posts
  • in reply to: Tab section content issues with iOS on Safari #856535

    Hi,
    Since you haven`t posted a temporary fix, I assume that this issue is not fixed yet?

    Regards

    in reply to: Tab section content issues with iOS on Safari #854855

    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

    in reply to: Tab section content issues with iOS on Safari #851805

    Any updates?

    in reply to: Tab section content issues with iOS on Safari #844788

    Thank you Yigit,

    When will the fix be released? Any possibility to get a temporary fix to test it?

    Regards

    in reply to: Tab section content issues with iOS on Safari #843496

    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?

    Actually, 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.

    in reply to: Tab section content issues with iOS on Safari #842703
    This reply has been marked as private.
    in reply to: Bugs with Enfold on iOS (Safari/Chrome) #840813

    Similar bugs with Enfold Tabs Section animated content into this thread – https://kriesi.at/support/topic/tab-section-content-issues-with-ios-on-safari/

    in reply to: Tab section content issues with iOS on Safari #840633

    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.

    in reply to: Tab section content issues with iOS on Safari #840622

    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.

    in reply to: New mobile menu – highlight active element #840290

    Thank you Günter, that worked!

    Best Regards

    in reply to: @ Kriesi – Support issues #839739

    Agreed.

    in reply to: New mobile menu – highlight active element #838991

    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

    in reply to: Tab section content issues with iOS on Safari #838970

    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 issues

    Thanks

    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?

    in reply to: New mobile menu – highlight active element #838641

    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

    in reply to: New mobile menu – highlight active element #831907

    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 6 years, 12 months ago by L.
    in reply to: Add text 'Menu' below hamburger menu icon #831525

    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

    in reply to: Add text 'Menu' below hamburger menu icon #831518

    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

    Thank you Mike!

    in reply to: New mobile menu – highlight active element #828454

    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

    Sorry, caching. It`s ok to close this.

    in reply to: Enfold's mobile appearance revamp #816753

    Great news Yigit,

    Will the update include mobile menu improvements?

    Regards

    in reply to: Enfold's mobile appearance revamp #816565

    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

    in reply to: Swap columns on mobile – push/pull css #799856

    Perfect! It saved me a lot of time figuring this out! Thanks Nikko!

    Changing the plugin fixed this. I recommend to use Sendgrid for WP transactional mailing. Works out of the box with Enfold.

    Changing from Postman SMTP to SendGrid plugin just worked fine.

    It seems that the issue is related with this line:

    $header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n';

    Hi 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;
    }
    in reply to: Enfold Changelog #768827

    Hi Yigit.

    Will dev team update the LayerSlider version to 6.2.2? The latest version of LayerSlider contains important security fixes.

    Regards

    in reply to: How to add different 'element id' for X Large buttons? #751090

    Hey 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

Viewing 30 posts - 31 through 60 (of 102 total)