Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHi,
Glad Yigit could help point you in the right direction, if you have any further questions please create a new thread since this is not your thread you will not see anything we write in the Private Content area.
Thank you for using Enfold.Best regards,
MikeHi,
Thanks for posting your code, but I didn’t find anything in it for custom fields, please link to the thread where you found the customization.// https://pastebin.com/7Kn8R4ZR
Best regards,
MikeHi,
Glad Ismael could 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 1:08 am in reply to: Spacing Padding not working anymore for Headline Element #1405457Hi,
I guess I didn’t understand your question originally, do you want it to look like the blue section AGES 6+ / GRADES 2-5?
Try this css:#top.page-id-38256 #av_section_1 h1.av-special-heading-tag { margin: 0 !important; } #top.page-id-38256 #av_section_1 .av-special-heading-h1 { text-align: center; }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 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,
To hide the comment section on the single post try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.single-post .comment-entry { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that this helped and it looks like you were able to reproduce it for the other columns.
The css I added in the code block was just for testing, please move to the Quick CSS.
I see that you found the equal height option in the column.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Glad to hear that you have this sorted out, what was the customization meant to do? Are you sure that it is still needed?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,
Sorry that this is affecting you, but as you can read above the 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue each time it is unblocked.
Unfortunately, since the server is blocked you will need to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.Best regards,
MikeHi,
Thanks for the login I hope you don’t mind that I tinkered a little on the last column.
I removed the theme settings for the column and image, moved the text element into the column under the image and added the custom class class-padding to add padding around the text, then I added the custom class class-column to the column for the box shadow then in a code block at the bottom of the page I added this css:.class-padding { padding: 0 20px; } .class-column { box-shadow: 0 8px 8px #e3e3e3; }just as a temp example, I believe this looks very close to your example page, please 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,
The Dev Team has replied that this seems to be an issue in Windows 10 in Chrome & Edge. Firefox on Windows 10 works correctly and Windows 11 & Safari, Chrome, and Firefox work correctly on Mac. So if you are using Windows 10 try using Firefox.
Hopefully, a future update of Chrome & Edge will include a fix.Best regards,
Mike -
AuthorPosts


