Forum Replies Created
-
AuthorPosts
-
Hi,
Please replace following code
.wpml-ls-sidebars-header .wpml-ls-current-language > a { background: transparent !important; color: #ffffff; top: -20px; }with following one
.av_header_transparency .wpml-ls-legacy-list-horizontal a { background: transparent !important; color: #ffffff !important; top: -20px; } .wpml-ls-legacy-list-horizontal a { background: transparent !important; top: -20px; color: #7b7368 !important; }Then, change following code
span.av-hamburger::after { content: 'MENÜ'; padding-left: 10px; font-size: 20px; color: #ffffff; float: right; margin-right: 5px; }to following one
span.av-hamburger::after { content: 'MENÜ'; padding-left: 10px; font-size: 20px; color: #7c6853; float: right; margin-right: 5px; } .av_header_transparency span.av-hamburger::after { color: white; }Best regards,
YigitMay 25, 2020 at 4:56 pm in reply to: HEADER CHANGE LOGO LEFT MENU BELLOW RIGHT LANGUAGE MENU #1216179Hi,
You are welcome! Thank you so much for your kind words :)
Please let us know if you have any other questions or issues and enjoy the rest of your day :)
Best regards,
YigitHi,
You are welcome :)
Please add following code to Quick CSS as well
/* Activate burger menu */ @media only screen and (max-width: 1040px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; }}Best regards,
YigitHi,
It may have less active plugins and therefore running less scripts. But you will probably have the same issue with your other site if memory limit is still set to 40M on that one. 40M is simply not enough :)
Best regards,
YigitHi David,
We have already fixed this issue and it will be included in upcoming update.
You can follow upcoming changes here – https://kriesi.at/support/topic/enfold-upcoming-fixes/ :)
Best regards,
YigitHey Dowlass,
Thanks for contacting us!
Renewal price for 6 months is $41.13. After your support has expired, you still will be receiving theme updates and be able to search our forums but you will not be able to start your own threads.
I hope that helps with your decision :)
Let us know if you have any other questions!
Regards,
YigitMay 25, 2020 at 2:13 pm in reply to: Styling: Slider als Hintergrund des Menüs + Ausrichtung + Schrift – geht nicht #1216133Hey,
Could you please try adding following code to Quick CSS
@media only screen and (max-width: 480px) { #top .avia-slideshow-button.avia-color-light { margin-top: 0; }}That should remove the margin between button and caption and that should make more space at bottom and top :)
Cheers!
YigitMay 25, 2020 at 11:07 am in reply to: https://kriesi.at/support/topic/enfold-2017-layer-files/ #1216073Hey,
We have edited your account and changed your username. Let us know if you have any other questions or issues :)
Best regards,
YigitHi Judith,
Thanks for contacting us!
We have just updated your email on your account. After logging in, you can start new threads under Enfold sub forum :)
Regards,
YigitHey,
Your memory limit still seems to be 40M which is too low. Please contact your hosting provider and ask them to increase it. Please increase it to at least 128M and preferably to 256M.
Regards,
YigitHi,
I believe this is related to “Duplicate Post” plugin. I checked the new page you created and it works fine.
You can save your pages as a template and load it on new page when using ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)
Best regards,
YigitHi,
Sorry for the late reply!
Please update your code and update “alt” to “title”:
$html .= '<a href="' . esc_url(get_the_post_thumbnail_url($v, 'full')) . '">'; $html .= '<img src="' . esc_url(get_the_post_thumbnail_url($v, 'thumbnail')) . '" title="' . esc_html(get_the_title($v)) . '" />'; $html .= '</a>';Best regards,
YigitHi,
Sorry for the late reply Guenni007!
I checked the sliders but fading also seems to be transitioning fine from Slide3 to Slide1.
I may have misunderstood the issue. Could you please share a screencast? :)Best regards,
YigitMay 24, 2020 at 2:30 pm in reply to: Mobile Darstellung PARALAX und FIXIERTE Backgroundfotos #1215768Hey,
Thanks for contacting us and sorry for the late reply!
Could you please try adding following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 1024px) { .avia-safari .avia-bg-style-fixed .av-parallax { background-attachment: scroll !important; background-size: cover !important; } }If that does not help, please post a link of your website :)
Best regards,
YigitMay 24, 2020 at 11:56 am in reply to: HEADER CHANGE LOGO LEFT MENU BELLOW RIGHT LANGUAGE MENU #1215697Merhabalar,
Unfortunately, I do not have an Android mobile device. I will ask my teammates to check it.
Please kindly wait to hear from us :)
Best regards,
YigitHi Chris,
Sorry for the late reply!
Yes, I believe we have misunderstood each other :)
We are going to request exported slider from Kriesi. We will share it with you here :)
Best regards,
YigitMay 24, 2020 at 11:22 am in reply to: Homepage color section backgrounds not correct on iPad #1215691Hey,
I updated the code to following one
@media only screen and (max-width: 1030px) { .avia-safari .avia-bg-style-fixed { background-size: cover !important; background-attachment: scroll !important; } }Could you please clear browser cache on your ipad and check once again?
Best regards,
YigitHey,
Could you please try updating enfold\config-gutenberg\class-avia-gutenberg.php with this one https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_4/config-gutenberg/class-avia-gutenberg.php in Editor > Appearance and check if that helps?
Also, it would be great if you could set up a testing site and provide us the logins as we only connect to sites that are publicly accessible. Thanks!
Regards,
YigitHi,
Sorry for the late reply!
I just checked your website and it seems like you have figured out De, En and “online buchen” menu items.
Please add following code to Quick CSS as well to move menu button on the left down 25 pixels.html_header_top.html_main_nav_header #top .av_menu_left .main_menu { top: 25px; }If that does not help, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Best regards,
YigitHey Erik,
Thanks for contacting us and sorry for the late reply!
Please add following code to bottom of Functions.php file in Appearance > Editor
//------------------------------- // Custom Facebook Pixel script in head section //------------------------------- function custom_script_name(){ if (get_locale() == 'en-US') { ?> <script> // Your script for English here </script> <?php } if (get_locale() == 'fr-FR') { ?> <script> // Your script for French here </script> <?php } } add_action('wp_head', 'custom_script_name');Then change language codes to languages you are using and insert script.
If you would like us to edit the file for you, please create temporary admin logins and post them here privately :)
Best regards,
YigitHey,
Sorry for the late reply!
Please go to Enfold Theme Options > Layout Builder and deactivate “Automated Schema.org HTML Markup”.
Best regards,
YigitHi @fulanoinc,
Browsers prevent video autoplay when sound is enabled therefore videos are muted by default when autoplay is enabled.
I am going to close this thread since it is pretty old. Please feel free to start a new one under Enfold sub forum if you have any other questions or issues :)
Best regards,
YigitHey,
Please find following code in Style.css file of your child theme
#icone-livraison { width: 380px; margin-left: 50px; margin-top: 45px; margin-bottom: 0; display: inline-flex; justify-content: space-around; }and change “margin-left” value to “49” :)
Best regards,
YigitHi Carsten,
Yes, we have so much to do. We are sorry about that!
I updated the code to following one
.avia-menu.av-main-nav-wrap, .main_menu { width: 100%; display: flex; justify-content: center; } .menu-item-avia-special .av-hamburger { position: relative; top: 15px; } @media only screen and (max-width: 990px) { .menu-item-avia-special .av-hamburger { position: relative; top: 75px; } }Please review your website :)
Best regards,
YigitHey,
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options > General Styling
.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child { display: flex; flex-flow: wrap; } .av-main-nav li { flex-grow: 1; }Best regards,
YigitHi,
I added following code to bottom of Quick CSS field
.av-screen-reader-only { display: none; }Please review your website
Best regards,
YigitHi,
Sorry for the late reply!
Please edit your Gallery element and under Styling tab, please choose “No Scaling” for image sizes for both big preview and thumbnails :)
Best regards,
YigitHi,
I checked your website on my iphone and also asked a friend of mine to check but images show up fine on our end.
I attached screenshots in private content field below :)Cheers!
YigitHi,
Sorry for the late reply!
I checked your page and source code too however I am unable to find it. Have you changed the layout or figured it out already?
If you have not, could you please create a private testing page and post temporary admin logins in private content field so we can look into it? :)Best regards,
Yigit -
AuthorPosts
