-
AuthorPosts
-
January 10, 2021 at 9:01 pm #1271391
I created 2 elements on Home page (Fullwidth Easy Slider for mobile & Fullscreen Slider for desktop)
I want to hide each slide show depending on device, but it seems as Element Visibility is not being respected because both slideshow are being shown on desktop and mobile. These are my settings, feel free to check i provided admin login in privateFullwidth Easy Slider > Advanced > Responsive > Element Visibility
checked > Hide on large screens (wider than 990px – eg: Desktop)
checked > Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)Fullscreen Slider > Advanced > Responsive > Element Visibility
checked > Hide on small screens (between 480px and 767px – eg: Tablet Portrait)
checked > Hide on very small screens (smaller than 479px – eg: Smartphone Portrait)January 14, 2021 at 7:29 pm #1272518I posted this issue 4 days ago, could anyone please take a look?
January 16, 2021 at 9:35 am #1272900Hi anristudio,
I’m very sorry for the late reply. We haven’t been able to locate why the theme settings are not working unfortunately. I have added this custom CSS to your Quick CSS box though, and it’s applying on your site now:
@media only screen and (min-width: 768px) { .home #full_slider_1 { display: none; } } @media only screen and (max-width: 767px) { .home #fullscreen_slider_1 { display: none; } }
Please let us know if you should have any further problems with the theme settings, and we’ll try to look into it again.
Best regards,
RikardJune 9, 2021 at 12:48 am #1304761Hi,
I’m having the same issue with a tab section that has been respecting the settings until yesterday. Could someone please help?
June 11, 2021 at 3:21 am #1305153Hi simplicityltd,
The login details you posted are not working, please check and verify.
Best regards,
RikardJune 11, 2021 at 5:55 am #1305189my apologies, please try again using the same credentials.
Cheers
June 13, 2021 at 3:42 am #1305432Hi simplicityltd,
Thanks for that. We have a solution for this, but I can’t implement it on your site since the Appearance->Editor functionality is disabled on your site. Please activate that, or post FTP login details in private.
Best regards,
RikardJune 14, 2021 at 1:15 am #1305483FTP details in private content, thanks
June 15, 2021 at 5:31 am #1305713Hi,
Thanks for that. I’ve added the fix for you, and the screen setting are working again. Please review your site.
Best regards,
RikardJune 30, 2021 at 6:42 am #1308036Hi,
I have another site doing exactly the same thing, could you tell me how you fixed it so I can do the same on that one?
Cheers
July 1, 2021 at 1:22 pm #1308317Hi,
Thanks for the update. You need to edit this file:
/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php
Then move this line:
$atts = shortcode_atts( $default, $atts, $this->config['shortcode'] );
To just after this line:
extract( AviaHelper::av_mobile_sizes( $atts ) ); //return $av_font_classes, $av_title_font_classes and $av_display_classes
If you need help with that, then we can do it for you.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.