Forum Replies Created
-
AuthorPosts
-
Hi,
I have asked the team for advice or ideas and will reply back when I hear from them, Thank you for your patience.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 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 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,
After you do this please let us know if it helps and we can close this thread.Best regards,
MikeHi,
Please link to your site so we can examine the elements.
Perhaps a mockup of what you would like to see would also be helpful.Best regards,
MikeHi,
Naturally, you can if you wish, but you may find them trickier to use, but if you want all of the theme elements to use rem it may be a big job converting them all. Try working on one page at a time and see how it goes.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 12px; margin-bottom: 12px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the link to your site, I removed the code for you:

Since you are using a old version of the theme it only supports this format: UA-XXXXX-X
You version 4.6.3.1 must be manually updated, then in the future you can update it with the update button.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
To specify your css for white titles on your homepage to work only on your homepage please change this css:#top #wrap_all .all_colors .av-masonry-entry-title { color: white; font-size: 30px; line-height: 1; }to this, note the page ID “home” is added:
#top.home #wrap_all .all_colors .av-masonry-entry-title { color: white; font-size: 30px; line-height: 1; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #header_main > .container { height: 0; } .html_header_top.html_header_sticky #top #wrap_all #main.all_colors { padding-top: 50px; }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,
Glad Rikard could help, unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the link to your page, please don’t add html to the title fields, as if you make an error and forget to close a tag your page can crash, thus the warning in the element:

If you read the Read More link in the error message it will take you to our documentation: Using special characters and explain about our Special Character Translation plugin please use this and update your page.Best regards,
MikeApril 26, 2023 at 12:53 am in reply to: Default Enfold Logo shows up and frequent css issue. (Urgent) #1405622Hi,
Glad to see that this seems to be sorted out, if you see this issue again I recommend disabling and clearing your Cloudflare CDN.Best regards,
MikeApril 26, 2023 at 12:40 am in reply to: Spacing Padding not working anymore for Headline Element #1405621Hey stepheng,
Thank you for the link to your site, but it looks like you have sorted it out, please see the screenshot in the Private Content area of what I see on mobile.
Unless you mean a different element.Best regards,
MikeHi,
@edgeofcinema it looks like you were able to sort it out with @Guenni007’s advice, thanks Guenni007
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Glad Nikko was 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,
MikeApril 26, 2023 at 12:02 am in reply to: Need to position two menu items to the right and have the rest float right #1405615Hi,
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,
MikeApril 25, 2023 at 11:59 pm in reply to: Spacing Padding not working anymore for Headline Element #1405614Hi,
In the special heading element when you add a margin it is added to the element that wraps the H1 tag av-special-heading it doesn’t add or remove a margin from the H1 tag itself. Your custom margin for the H1 tag adds the margin to the H1 inside the special heading element.
I hope this explains better.Best regards,
MikeApril 25, 2023 at 11:43 pm in reply to: How to Overlap Columns/Elements for Homepage Banner? #1405613Hi,
Thanks for the login to your site, first I moved your two columns into a color section and gave it a custom ID homepage-banner then I gave your green box a custom class green-box the in the first column with the image in the Row Layout field I choose No Space Between Columns so the green box column would be right next to the image column.
Then I added this css to your Quick CSS to vertically center your green box column and overlay it on the image column:#homepage-banner + #after_section_1.container_wrap { border-top-style: none; } #homepage-banner main.content { padding: 0; } #homepage-banner .entry-content-wrapper { display: flex; align-items: center; } #homepage-banner .green-box { left: -5vw; z-index: 1; }I also removed the padding from the special heading EQUIPPING CLASSES below the two columns because it seemed like too much.
Please clear your browser cache and check.Best regards,
MikeHey enfold,
Thanks for the link to your site, it looks like you are using some custom css, try changing this:#top .avia-smallarrow-slider .avia-slideshow-arrows a:before { line-height: 25px; border-radius: 1px; }to this:
#top .avia-smallarrow-slider .avia-slideshow-arrows a:before { line-height: 2px; border-radius: 1px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 25, 2023 at 10:41 pm in reply to: Need to position two menu items to the right and have the rest float right #1405607Hi,
Try this css#top:not(.logged-in) #menu-item-4002 { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the feedback unfortunately this is not a feature and I don’t see a way that we could easily implement it. Perhaps your best approach would be to use the Cookiebot plugin since they already offer this feature.Best regards,
MikeApril 25, 2023 at 10:18 pm in reply to: Spacing Padding not working anymore for Headline Element #1405605Hi,
Thanks for your screenshot, I checked your aqua med test test page and found no issues, but it looked like perhaps it had been edited since the screenshot so I created two new pages in firefox, one in Mac and one in Windows and recorded both of them linked below, but I found no issues.
Could your browser have an addon? Try disabling your extensions and try Safari and Chrome to see if you have the same issue.Best regards,
MikeApril 25, 2023 at 9:34 pm in reply to: Need to position two menu items to the right and have the rest float right #1405597Hi,
Thanks for the link to your site, the word “Search” is already included, it’s just hidden, please try this css instead of yours:#top #menu-item-search .avia_hidden_link_text { display: inline-block; }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,
MikeHey rosiet5,
Glad to hear that you have this sorted out, 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,
Thanks for the link to your page, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $( '#top.single-post' ).each(function() { $( this ).find( '.post-meta-infos' ).insertAfter( $(this).find('.big-preview.single-big') ); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_script');Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Please see the screenshot in the Private Content area for the expected results.Best regards,
Mike -
AuthorPosts

