Forum Replies Created
-
AuthorPosts
-
May 4, 2021 at 12:51 pm in reply to: Is there a way to the ddefault header transparency for all new pages and posts #1298258
Hi,
I tested the code before posting and once again just now but it is working fine on my end.
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi Ian,
Glad it is working fine now!
Could you please let us know what was the issue so we can look into it? :)
@guenni007 thanks as always! :)Regards,
YigitHey,
You had following code in Quick CSS field which was limiting the height of your post slider and not displaying other items in viewport
#top .avia-content-slider-inner { height: 250px !important; }I commented it out and that helped.
Please review your website :)
Regards,
YigitHi @maxcoppeta,
Thanks for your patience!
Issue is related to “Transposh Translation Filter” plugin. De-activating it solves the issue. Please find an alternative plugin or contact plugin authors :)Best regards,
YigitHi,
The solution is simply being kind, Phil.
I am closing this thread. Let us know when you are ready to post kindly and you will get the answers.
Regards,
YigitHey!
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)Cheers!
YigitMay 3, 2021 at 4:51 pm in reply to: Bug/Problem on Masonry Gallery – columns on Tablet portrait #1298062Hi,
1- Please edit Masonry Gallery elements you would like to target and give them a custom ID in Advanced > Developer Settings (“custom-mas” in example below) and change the code to following one
@media only screen and (max-width: 1024px) { #custom-mas .av-masonry-col-3 .av-masonry-entry { width: 100% !important; } #custom-mas .av-masonry-image-container img { width: 100%; }}2- Thanks for the screen cast. I could reproduce the issue on Firefox. It seems like choosing a column count instead of Automatic causes the issue. Unfortunately I do not have a quick solution for that. I will check with my teammates as well :)
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (min-width: 768px) { .av-timeline-nav { padding-top: 58px; }}Cheers!
YigitHi @martian_iz,
We replied to your thread here – https://kriesi.at/support/topic/how-to-make-a-color-section-containing-2-columns-full-width/. Let us continue there :)
Best regards,
YigitMay 3, 2021 at 4:27 pm in reply to: How to make a color section containing 2 columns full width #1298058Hi,
Thanks for contacting us!
Please use the code as following as @guenni007 suggested
#fullwidthsection .container { width: 100%; max-width: 100%; }
@guenni007 Thanks for your help :)Best regards,
YigitHi,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitMay 3, 2021 at 4:19 pm in reply to: Bug/Problem on Masonry Gallery – columns on Tablet portrait #1298050Hey,
You are welcome!
1- Which browser and device are you experiencing this issue? I checked your page on Firefox, Chrome, Safari and Opera however it does not flicker on my end.
2- It is loading cropped version of the images however that is not the case on my local installation. Have you chose full sized images when creating your gallery? If you are, could you please use this plugin – https://wordpress.org/plugins/simple-image-sizes/ and increase the size of “masonry” image sizes and regenerate thumbnails?
Regards,
YigitHi Ramon,
I checked your website on my mac at 2560px on Chrome, Safari, Firefox and Opera however I cannot reproduce the issue. I attached a screenshot from Chrome in private content field.
Could you please ask your colleague to disable browser add-ons if they are using any and check if that helps?
Best regards,
Yigit-
This reply was modified 4 years, 10 months ago by
Yigit.
Hey,
Thanks for contacting us!
Unfortunately background videos are disabled on mobile for compatibility reasons.
You can add Video element to your page and choose to hide it on desktop, display it on mobile and hide your slider on mobile, display on desktop under Advanced > Responsive when you edit the elements :)Best regards,
YigitHi,
Thanks! I have just asked our devs if we could consider AVIF as well and will reply back to this thread with any updates :)
Best regards,
YigitHey,
Thanks for your patience!
Issue was related to your custom Gotham Light font which was used in headings and in mobile menu items. I converted .otf version of the font using this website – https://transfonter.org/ and re-uploaded it and that helped.
I am attaching the file in private content field. Please replace the font on your live site as well.
Please review your website :)
Regards,
YigitMay 3, 2021 at 3:05 pm in reply to: Bug/Problem on Masonry Gallery – columns on Tablet portrait #1298026Hi,
Please change the code to following one :)
@media only screen and (max-width: 1024px) { .av-masonry-col-3 .av-masonry-entry { width: 100% !important; } .av-masonry-image-container img { width: 100%; }}Cheers!
YigitHey Nicolas,
Thanks for contacting us!
Unfortunately parallax effect is not supported by IOS.
You can add following code to Quick CSS in Enfold theme options > General Styling to set parallax background images to scroll on mobile@media only screen and (max-width: 1024px) { #top .avia-bg-style-fixed .av-parallax{ background-attachment: scroll !important; background-size: cover !important; } }Best regards,
YigitMay 3, 2021 at 2:56 pm in reply to: Fullwidth Slider Container Problem & Captions positioning on #1298021Hey,
You are welcome! Pleasure is all mine :)
Sure, we will keep the thread open. It will be on hold, you can simply reply to re-open it :)
Best regards,
YigitHey Franz,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .sticky_placeholder { height: 0 !important; }If that does not help, please point out the page where you are having the issue. I checked your pages in your menu but they all have white content so it is not visible :)
Regards,
YigitHey Franz,
Thanks for contacting us!
Please go to Enfold theme options > Shop Options to adjust banner options :)
You cannot display banner in cart without customization however you can enable it for categories in theme options as well and then edit your product categories to set different banners for each category :)
Best regards,
YigitMay 3, 2021 at 2:45 pm in reply to: scroll buttons on the desktop lower (mobile not visible?) #1298016Hi,
You are welcome, Franz!
Let us know if you have any other questions and enjoy the rest of your day! :)Regards,
YigitMay 3, 2021 at 2:44 pm in reply to: Bug/Problem on Masonry Gallery – columns on Tablet portrait #1298014Hi,
Have you cleared cache on your mobile browser? 1024px should target portrait mode of the largest ipad. Also, please try the code with !important rule as following
@media only screen and (max-width: 1024px) { .av-masonry-col-3 .av-masonry-entry { width: 100% !important; }}Best regards,
YigitMay 3, 2021 at 2:34 pm in reply to: Fullwidth Slider Container Problem & Captions positioning on #1298010Hi,
Please use following code instead
@media only screen and (max-width: 767px) { #top .av_slideshow_full .container.caption_container { width: 100% !important; max-width: 100% !important; }}Cheers!
YigitMay 3, 2021 at 2:31 pm in reply to: Bug/Problem on Masonry Gallery – columns on Tablet portrait #1298008Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 1024px) { .av-masonry-col-3 .av-masonry-entry { width: 100%; }}Best regards,
YigitMay 3, 2021 at 2:26 pm in reply to: Fullwidth Slider Container Problem & Captions positioning on #1298007Hi,
Page in private content field cannot be found. Could you please post a link to your page again and point out the changes you would like to make? I checked your page on another thread and it seems like caption is fullwidth and page content is not so I am not sure if I understood correctly :)
Cheers!
YigitMay 3, 2021 at 2:22 pm in reply to: Image overlay problem – it is not going until the end of the page #1298005Hi,
Glad Mike could help!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitHi,
You can follow up on upcoming changes on this thread – https://kriesi.at/support/topic/enfold-upcoming-fixes/ :)
Cheers!
YigitMay 3, 2021 at 2:20 pm in reply to: Is there a way to the ddefault header transparency for all new pages and posts #1298003Hey,
Please use the code as following instead
add_action( 'after_setup_theme', 'enfold_customization_product_switch' ); function enfold_customization_product_switch(){ add_filter('avf_builder_elements', 'avf_builder_elements_mod'); } function avf_builder_elements_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'header_transparency') { $elements[$counter]['std'] = 'header_transparent header_glassy '; } $counter++; } return $elements; }Regards,
Yigit -
This reply was modified 4 years, 10 months ago by
-
AuthorPosts
