Forum Replies Created
-
AuthorPosts
-
Hi,
I have not seen an option in the LayerSlider to do this, I would be happy to take a look at your settings, but the LayerSlider support would know more.Best regards,
MikeHi,
Glad that this helped, your css rule remove-space should not cause any issues.Best regards,
MikeJuly 2, 2024 at 10:51 pm in reply to: Change background for specific pages and center the text #1461126July 2, 2024 at 10:41 pm in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461123Hi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread then?Best regards,
MikeHi,
Thank you for the link to your site, when I check on mobile the space doesn’t seen as much as in your screenshot:
But to make it less try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top.home .avia-builder-el-8 { margin-bottom: 0px !important; } #top.home .avia-builder-el-11 { margin-bottom: 0px !important; } }
After applying the css, please clear your browser cache and check.
This is the expected results:
Best regards,
MikeHey C,
Thanks for your question, there is no further charge, it is only once.Best regards,
MikeJuly 2, 2024 at 9:06 pm in reply to: Change background for specific pages and center the text #1461112Hey Jak73,
Thank you for the link to your site & the screenshot, when I check your page the text is centered, but I believe that you are asking to reduce the content width.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 767px) { .responsive #top.page-id-777 .main_color.container_wrap_first > .container { max-width: 950px; } .responsive #top.page-id-777 .main_color.container_wrap_first { background-color: #eee; } }
and adjust to suit, this is the expected results
Best regards,
MikeHi,
Please see our documentation for the Child Theme.Best regards,
MikeHey webdev128,
Thanks for your question, the child theme is not updated only the parent theme, this way you will not lose any customizations.Best regards,
MikeHi,
When you land on the page the small space that you see is normal and set by the Tab Section ▸ Content Padding
I disabled your Classic Editor which is not needed because this is a built-in theme setting, and I don’t see the issue of a “large gap” now please clear your browser cache and check.Best regards,
MikeHi,
When I check your page I’m not finding any video .webm and .ogv requests, only mp4, please see the details below.Best regards,
MikeHi,
Thanks, when I check your page now the “Meubles” is the default to load and the error doesn’t occur.
I notice that you also have a javascript error for “cf7a_download_button”, have you tested this with the plugins disabled?Best regards,
MikeJune 30, 2024 at 10:08 pm in reply to: How to add a border around an text with image element? #1460692Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
You should upload each and then you will have a option for each.Best regards,
MikeJune 30, 2024 at 9:55 pm in reply to: How to add a border around an text with image element? #1460686Hi,
I’m not sure what css you are using for “bolder” but I see you have this in place:.avia-image-container.blue-info .av-image-caption-overlay-center { color: #222222 !important; font-weight: bold !important; }
this element is the same custom font that doesn’t seem to support “bolder”
bold = 700 is the most you can use with the font ZenKakuGothicNew
you could try installing the ZenKakuGothicNew-Black it supports 900 (bolder)Best regards,
MikeJune 30, 2024 at 9:38 pm in reply to: How to add a border around an text with image element? #1460681Hi,
You still have the old css:#top.page-id-502 #av_section_1 .flex_column.av_one_half { border: 1px solid #cccccc; }
and not this new one:
#top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) { border: 1px solid #cccccc; }
please check again
Best regards,
MikeHi,
No, it doesn’t matter where the videos are hosted, the browsers do not allow auto play with sound.Best regards,
MikeHey Stefan,
Unfortunately you can not have a video that auto plays with sound, the browsers will not allow this, it is a requirement of the browsers for many years now to reduce video spam.Best regards,
MikeHi,
use this code in your functions.php instead:function custom_script() { ?> <script> document.addEventListener("DOMContentLoaded", function() { var titleText = document.querySelector(".subtext.avia-standard-logo-sub").textContent; var footerTitleDiv = document.createElement("div"); footerTitleDiv.id = "footer-title"; footerTitleDiv.textContent = titleText; document.getElementById("socket").appendChild(footerTitleDiv); }); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Best regards,
MikeHi,
I assume you mean the “SELF CONTAINED” at the top of the page, you can use this css:#top #wrap_all .all_colors h1 { font-weight: bold; }
but your font doesn’t seem to support “bolder”
Best regards,
MikeJune 30, 2024 at 8:20 pm in reply to: How to add a border around an text with image element? #1460670Hi,
#1: has an extra divs around the text that none of the other do, I assume this is an error, check your code in the text block in the “text” tab in instead of “visual”
all of the other ones are two H2 tags like this:
#2: this is a div column like all of the others, only it has no text block in it, I assume you will be adding one?
If not use this css instead to exclude it:#top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) { border: 1px solid #cccccc; }
Best regards,
MikeJune 30, 2024 at 5:41 pm in reply to: German pages / posts OK, English don’t load properly and layout/font is wrong #1460655June 30, 2024 at 5:29 pm in reply to: How to add a border around an text with image element? #1460652Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-502 #av_section_1 .flex_column.av_one_half { border: 2px solid; } #top.page-id-502 #av_section_1 .flex_column.av_one_half h2:nth-child(2) { padding-right: 20px; }
you may need to adjust the image in the middle one, it is adding white space, perhaps the image is not wide enough? All of the other images look good.
Best regards,
MikeHey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.responsive #header_main .container { max-width: 100%; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts