Forum Replies Created

Viewing 30 posts - 2,701 through 2,730 (of 82,603 total)
  • Author
    Posts
  • in reply to: Font responsiveness issues #1342568

    Hi,

    1- Please use following code instead

    @media only screen and (max-width: 990px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 26px; }
    }
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 22px; }
    }
    @media only screen and (max-width: 480px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 18px; } 
    }

    2- Please click on the icons to set font size for different screen sizes – https://imgur.com/a/mZoQ9Z4

    Regards,
    Yigit

    Hi,

    1- Please add following code to bottom of Functions.php file of your child theme

    
    add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder');
    function new_date_placeholder() {
    $placeholder = "DD.MM.YY";
    return $placeholder;
    }
    
    add_filter('avf_datepicker_dateformat', 'new_date_format');
    function new_date_format() {
    $date_format = " dd.mm.yy";
    return $date_format;
    }

    2- You should add the code you shared above to functions.php file as well

    Best regards,
    Yigit

    in reply to: Font responsiveness issues #1342565

    Hi,

    1- Could you please post a link of your page so we can make sure we are providing accurate CSS code?

    2- You can edit your element and click on the slide and go to Styling > Font Sizes to adjust responsive font size – https://imgur.com/a/ojH7j1N

    Best regards,
    Yigit

    in reply to: Font menu Back #1342564

    Hi,

    You can add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top #header .av-main-nav > li > a { color: #000000; }

    Best regards,
    Yigit

    in reply to: Font menu Back #1342553

    Hi,

    It is black on my end. I attached a screenshot in private content field below.

    Please clear your browsers cache and refresh your page a few times :)

    Best regards,
    Yigit

    in reply to: Font responsiveness issues #1342552

    Hey,

    Thanks for contacting us!

    You can adjust responsive font sizes for Fullwidth Easy Slider in Enfold theme options > General Styling > Typography.
    Typography settings do not override post titles so please use following custom CSS code

    #top .fullsize .template-blog .post-title { font-size: 30px; } 
    @media only screen and (max-width: 990px) { 
    #top .fullsize .template-blog .post-title { font-size: 26px; }
    }
    @media only screen and (max-width: 767px) { 
    #top .fullsize .template-blog .post-title { font-size: 22px; }
    }
    @media only screen and (max-width: 480px) { 
    #top .fullsize .template-blog .post-title { font-size: 18px; } 
    }

    Best regards,
    Yigit

    in reply to: Font menu Back #1342548

    Hi,

    I went to Enfold theme options > Advanced Styling and set “Main Menu Links” to black and that helped. I attached a screenshot in private content field below.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Font menu Back #1342540

    Hey,

    Thanks for contacting us!

    Please go to Enfold theme options > Advanced Styling, edit “Main Menu Links” and change the color to black.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Regards,
    Yigit

    in reply to: Enfold is crippled in WP5.91 site #1342539

    Hey Olav,

    Thanks for contacting us!

    You are currently using an older version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9 :)

    Best regards,
    Yigit

    in reply to: sticky submenu in mobile #1342537

    Hi @spooniverse,

    Yes, you would need to find following in menu.js file

    					if( burger_menu.is(":visible") )
    					{
    						this.css({top: 'auto', position: 'absolute'}); fixed = false;
    						return;
    					}

    and change it to following in your child theme

    if( burger_menu.is(":visible") && (scrolled + modifier > top_pos) ){
    	this.css({top: header.Height() , position: 'fixed !important'}); fixed = true;
    }

    Best regards,
    Yigit

    in reply to: Main menu with different colored buttons #1342187

    Hi,

    Please use the code as following

    #top #wrap_all #menu-item-105 .avia-menu-text {
      background-color: yellow;
      border-color: green;
      color: red;
    }

    Please make sure that you chose to display your menu item as button – https://kriesi.at/documentation/enfold/menu/#toggle-id-41

    Best regards,
    Yigit

    in reply to: Navigation logo not showing on Homepage #1342186

    Hey,

    Thanks for contacting us!

    Logo URL in your homepage is the one I attached in private content field. It seems to be WPEngine related. Could you please clear server cache and if that does not help, contact their support team?

    Best regards,
    Yigit

    in reply to: Insert Logo to Topbar #1342185

    Hi Oliver,

    Yes, that should do it. If it does not align with the phone number when you add it, please let us know so we can check once again :)

    Best regards,
    Yigit

    in reply to: Contact form validation error #1342184

    Hi,

    I see an error in contact.js file. Could you please post FTP logins here privately as well? Also, can we temporarily de-activate all active plugins for testing purposes?

    Best regards,
    Yigit

    in reply to: License #1342144

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    Hi,

    You had CSS error in Style.css file of your child theme caused by a missing closing curly bracket. I fixed it and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Logo #1342076

    Hi,

    You are welcome, Susanne.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Enfold Video Element Suggestions #1342074

    Hey Rob,

    Thanks for reaching out to us and sorry for the late reply.

    In this case, I would have recommended the route you already took on your testimonials page. I am not sure if that is even possible for YouTube and Vimeo videos but I will forward your request to our devs. I also have to mention that this is the first time we have received this request so I am afraid it would have a lower priority.

    I will add the link of this thread as reference and we will update you regarding your request here :)

    Best regards,
    Yigit

    Hey Bernhard,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .woocommerce .data-privacy span {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    in reply to: Logo #1342071

    Hi,

    Transparent header is disabled on mobile since header background color is white as your logo, it is not visible.

    You can set a logo in different color in Enfold theme options, change header background color in Enfold theme options > General Styling > Logo Area or display transparent header on mobile by adding following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_transparency #header {
      position: absolute !important;
      background: transparent !important;
    }}
    

    Best regards,
    Yigit

    in reply to: Product page is not working on mobile #1342069

    Hi Katrine,

    Could you please clear browser cache on your mobile device and check once again? It does work fine on my end. I attached a screenshot in private content field below :)

    Best regards,
    Yigit

    in reply to: full screen slider does not work #1342068

    Hey,

    Thanks for contacting us!

    Which version of Enfold are you using? If not the latest 4.9, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Logo #1342067

    Hi Susanne!

    Thanks for contacting us!

    1- What you are seeing is transparent logo and you can change it in Enfold theme options > Header > Transparency Options tab :)

    2- It is the recommend size for rectangle logos. You can upload your logo in any size, it would automatically adapt to the size of your header which can be adjusted in Enfold theme options > Header.

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: #top anchor added to the main menu items #1342064

    Hi Aren,

    You are welcome! Thanks for sharing your solution :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: How to change the background of a loading video #1342062

    Hi,

    1- Please use the code as following instead

    .avia-video video {
      background-image: url("link-to-your-bg-image");
      background-size: cover !important;
    }

    2- When you add your preloader using CSS code I posted above, default one will be removed.

    Best regards,
    Yigit

    in reply to: Very big Problem with Enfold / Advanced Layout Builder #1342061

    Hi Mike,

    I see the issue on your website but I could not reproduce it on my local installation either.

    If enabled, could you please try temporarily disabling modsecurity and check if that makes a difference?

    Best regards,
    Yigit

    in reply to: #top anchor added to the main menu items #1342056

    Hey Aren,

    Thanks for contacting us!

    Please copy enfold/js/avia.js to your child theme inside /js/ folder, open the file and find following line

    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');

    and comment it out as following

    // matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');

    Then add following code to functions.php file of your child theme

    function wp_change_aviajs() {
    wp_dequeue_script( 'avia-default' );
    wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    Best regards,
    Yigit

    in reply to: Contact form validation error #1342053

    Hey Winter,

    Thanks for contacting us!

    I just tested it on my local installation and it worked.

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Blurry logo #1342052

    Hi,

    Thanks for contacting us!

    You are currently displaying a resized version of your logo. Please go to Enfold theme options and re-select your logo in full size – https://imgur.com/a/J3Oojky :)

    Best regards,
    Yigit

    in reply to: Woocommerce Product Description #1342051

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .product_detail {
      margin-top: 10px;
    }
    

    Best regards,
    Yigit

Viewing 30 posts - 2,701 through 2,730 (of 82,603 total)