Forum Replies Created

Viewing 30 posts - 8,401 through 8,430 (of 82,625 total)
  • Author
    Posts
  • in reply to: Transition speed in slider ALB. #1216244

    Hi,

    Thanks! I get it now. I will forward it to Günter :)

    Best regards,
    Yigit

    in reply to: header widget items next to each other #1216238

    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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: How to center navigation bar? #1216178

    Hi,

    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,
    Yigit

    in reply to: Fatal error: /config-templatebuilder/avia-shortcodes #1216176

    Hi,

    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,
    Yigit

    in reply to: Error after WordPress Update #1216170

    Hi 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,
    Yigit

    in reply to: Premium support #1216165

    Hey 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,
    Yigit

    Hey,

    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!
    Yigit

    Hey,

    We have edited your account and changed your username. Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: wrong mailadress #1216071

    Hi 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,
    Yigit

    in reply to: Fatal error: /config-templatebuilder/avia-shortcodes #1215878

    Hey,

    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,
    Yigit

    in reply to: Problem with page #1215866

    Hi,

    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,
    Yigit

    in reply to: Add caption to PHP lightbox image #1215808

    Hi,

    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,
    Yigit

    in reply to: Transition speed in slider ALB. #1215807

    Hi,

    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,
    Yigit

    Hey,

    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,
    Yigit

    Merhabalar,

    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,
    Yigit

    in reply to: main layerslider demo lack ? #1215696

    Hi 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,
    Yigit

    Hey,

    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,
    Yigit

    in reply to: WMPL gives fatal error #1215688

    Hey,

    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,
    Yigit

    in reply to: header widget items next to each other #1215686

    Hi,

    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,
    Yigit

    in reply to: Facebook pixel on WordPress with wpml and enfold #1215683

    Hey 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,
    Yigit

    in reply to: Google search date showing #1215681

    Hey,

    Sorry for the late reply!

    Please go to Enfold Theme Options > Layout Builder and deactivate “Automated Schema.org HTML Markup”.

    Best regards,
    Yigit

    in reply to: How Do I Unmute Videos #1215600

    Hi @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,
    Yigit

    in reply to: Add icon list on all pages #1215592

    Hey,

    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,
    Yigit

    in reply to: Burger-Menu / How can I change the position? #1215591

    Hi 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,
    Yigit

    in reply to: How to center navigation bar? #1215584

    Hey,

    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,
    Yigit

    in reply to: Screen Reader Only text on images #1215550

    Hi,

    I added following code to bottom of Quick CSS field

    .av-screen-reader-only {
        display: none;
    }

    Please review your website

    Best regards,
    Yigit

    in reply to: Always show whole image in Photography theme #1215273

    Hi,

    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,
    Yigit

    in reply to: Images not loading on mobile Devices #1215224

    Hi,

    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!
    Yigit

    in reply to: Screen Reader Only text on images #1215201

    Hi,

    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

Viewing 30 posts - 8,401 through 8,430 (of 82,625 total)