Forum Replies Created
-
AuthorPosts
-
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,
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,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitFebruary 24, 2022 at 12:45 pm in reply to: socket social icons – left align under socket text on mobile only #1342143Hi,
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,
YigitHi,
You are welcome, Susanne.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey 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,
YigitFebruary 23, 2022 at 9:33 pm in reply to: Change size of "Terms and Condition checkbox / text" on checkout page #1342072Hey 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,
YigitHi,
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,
YigitHi 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,
YigitHey,
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,
YigitHi 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,
YigitHi 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,
YigitHi,
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,
YigitFebruary 23, 2022 at 8:32 pm in reply to: Very big Problem with Enfold / Advanced Layout Builder #1342061Hi 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,
YigitHey 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,
YigitHey 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,
YigitHi,
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 -
AuthorPosts
