Forum Replies Created
-
AuthorPosts
-
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,
YigitHi 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!
YigitMarch 1, 2022 at 11:54 am in reply to: Product Slider – Increase padding between items in column #1342696Hey 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!
YigitHey 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!
YigitHey,
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,
YigitHi 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,
YigitHey 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,
YigitFebruary 28, 2022 at 5:55 pm in reply to: Problems with additional CSS via Theme options and Translations #1342591Hi,
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,
YigitFebruary 28, 2022 at 5:27 pm in reply to: Problems with additional CSS via Theme options and Translations #1342589Hi,
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,
YigitHi,
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,
YigitHey 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,
YigitHi,
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,
YigitHi,
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,
YigitHi,
Replied to your thread here – https://kriesi.at/support/topic/video-slider-new/. Let us continue there :)
Best regards,
YigitHi,
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,
YigitHi,
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,
YigitFebruary 28, 2022 at 2:43 pm in reply to: Tab selection in the product area is not completely displayed #1342566Hi,
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,
YigitHi,
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,
YigitHi,
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,
YigitHi,
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,
YigitHey,
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,
YigitHi,
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,
YigitHey,
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,
YigitHey 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,
YigitHi @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,
YigitHi,
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,
YigitHey,
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,
YigitHi 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,
YigitHi,
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 -
AuthorPosts