Forum Replies Created
-
AuthorPosts
-
Hi,
It looks like you are using different layouts for the pages, your homepage has a transparent header, but the other page doesn’t. Please use the same layout for both so they will behave the same. When the transparent header is used the header changes on scroll, your other page will not have this.Best regards,
MikeJuly 6, 2024 at 2:24 pm in reply to: Add google font to enfold and still being DSGVO compatibel #1461481Hi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread then?Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header .inner-container { border-bottom: 1px solid #000; } #header_main .inner-container { height: 70%; } #header_main nav.main_menu { bottom: 0; } #main .container_wrap_first .av-special-heading { margin-top: 0; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeJuly 6, 2024 at 1:54 pm in reply to: how to use avf_dynamic_css_additional_vars and avf_dynamic_css_after_vars #1461479Hi,
It looks like Günter has answered your question, thank you Günter, shall we close this thread then?Best regards,
MikeHey Roel,
Thanks for your question, but I’m not able to reproduce this on my demo site, please try disabling all of your plugins and any custom files such as a custom header.php or footer.php in your child theme, or any customized elements that you have created. If you still find the error please explain how we can reproduce this in a new support thread, because using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeJuly 6, 2024 at 11:58 am in reply to: Remove bottom space from colum and place text right to image / how to reduce spa #1461476Hi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread then?Best regards,
MikeHi,
Ok, then just copy the functions.php file and update it after you update the theme each time, in some cases the order of the scripts can make a difference, so perhaps this is why Ismael moved it.
To me it seems like extra work to copy the file each time you update, if you used the WP Code plugin you would not need to do this, perhaps you will give this a try. If not then just copy the functions.php file and update it after you update the theme each time.Best regards,
MikeJuly 4, 2024 at 12:23 pm in reply to: Centre and Increase Size of Header Phone Number/Extra Info #1461316Hi,
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,
MikeJuly 4, 2024 at 12:07 am in reply to: Centre and Increase Size of Header Phone Number/Extra Info #1461269Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header_meta.av_extra_header_active > .container { display: flex; justify-content: center; } .phone-info { font-size: 14px; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Ismael made the last change, so he must have felt this was a better location.
I notice that you are not using a Child Theme, I recommend using one and add all of your customizations to it, otherwise you will lose them the next time that you update the theme.
If you do not want to use a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
and ensure that it is activated, then add your customizations.Best regards,
MikeHi,
The Classic Editor function is in the theme at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor I disabled it to ensure there was not a conflict. If you want to use the plugin feel free to enable it again.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,
MikeHey lauragrashoff,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and adjust the font sizes to suit:#top.single-post #wrap_all #main .container_wrap_first h1 { font-size: 60px; } #top.single-post #wrap_all #main .container_wrap_first h2 { font-size: 30px; } #top.single-post #wrap_all #main .container_wrap_first p { font-size: 20px; }
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,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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,
MikeJuly 3, 2024 at 9:02 pm in reply to: Use custom post type to enable layout editor on category pages #1461249Hi,
Unfortunately, you can’t use the advance layout builder when designing category pages.Best regards,
MikeHi,
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,
Mike -
AuthorPosts