Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 82,588 total)
  • Author
    Posts
  • in reply to: Border effect for for textbox #1342700

    Hey Jak,

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

    
    .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
      border-style: dotted;
      border-width: 15px 15px 15px 15px;
      border-color: #eeee22;
      -webkit-animation: borderBlink 0.5s step-end infinite;
      animation: borderBlink 0.5s step-end infinite;
      padding: 15px;
    }
    

    Best regards,
    Yigit

    in reply to: Product list, thumbnails #1342697

    Hi Oriano,

    We are glad that Ismael could help you out!

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

    Cheers!
    Yigit

    Hey Nik,

    Thanks for contacting us!

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

    
    div .products .product {
      margin-right: 3%;
      width: 22.25%;
    }
    

    Cheers!
    Yigit

    in reply to: Change font-color in active burger menu #1342695

    Hey Jak,

    You have following custom CSS code

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      font-color: #fff;
    }

    Please change it to following

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      color: #ff0197;
    }

    Cheers!
    Yigit

    in reply to: New update – NEW problems !! #1342694

    Hey,

    Thanks for contacting us!

    I tested cart icon on my test site running Enfold 4.9 and WooCommerce 6.2.1 using Safari on my iphone but it works fine for me. View Cart and Checkout buttons work as well. I attached a screenshot in private content field below.

    Could you please post a link of your page so we can look into it? :)

    Regards,
    Yigit

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

    Hi Olav,

    You are welcome! :)

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

    in reply to: Enfold Theme Update #1342611

    Hey Andrew,

    Thanks for contacting us!

    You are using a very old version of the theme. The latest version is 4.9.

    You can login on your ThemeForest account and go to Downloads page to download the latest version of the theme and then update the theme.

    Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)

    If you do not have Enfold license, you can purchase it here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

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

    Best regards,
    Yigit

    Hi,

    I forgot to switch menu style to Colored in English version, that is why CSS was needed – https://imgur.com/a/uvtMDHQ. I switched it to Colored, removed custom CSS from English version and it works as expected in all languages :)

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

    Best regards,
    Yigit

    Hi,

    I went to Enfold theme options > Advanced Styling and edited “Menu Item Button” for each language and that worked. Could you please review your website and confirm?

    We will test it on our local installations and will report to our devs if we can reproduce the issue :)

    Best regards,
    Yigit

    in reply to: Page Edits Not Loading – Spinning Icon #1342585

    Hi,

    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 4.9.

    If you are using the latest version, please try de-activating all active plugins and check if that helps. 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: How to make borders of team members flashing #1342584

    Hey Jak,

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

    
    .avia-team-member .team-img-container img {
      padding: 15px;
    }
    

    Regards,
    Yigit

    in reply to: Font menu Back #1342579

    Hi,

    You are welcome! :)

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

    in reply to: Contact form validation error #1342576

    Hi,

    Thank you for the information.

    Error is there even when reCaptcha is disabled but it sends the mail in first click when no captcha and Enfold numeric captcha options are selected. Double click seems to be needed for reCaptcha V2 and V3.

    I reported the issue to our devs and we will update you here. Please consider using Enfold Numeric Captcha in the meantime.

    Best regards,
    Yigit

    in reply to: Videosldier #1342571

    Hi,

    Replied to your thread here – https://kriesi.at/support/topic/video-slider-new/. Let us continue there :)

    Best regards,
    Yigit

    in reply to: Video slider new #1342570

    Hi,

    We are sorry for the late reply!

    Videos in sliders are disabled for compatibility reasons, as you have found out. I just checked your website on my iphone and mac but I only see the video and no image before the video. Have you figured it out already? If not, could you please elaborate on the issues you are having with your current solution?

    Regards,
    Yigit

    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

Viewing 30 posts - 2,671 through 2,700 (of 82,588 total)