Forum Replies Created
-
AuthorPosts
-
February 26, 2023 at 10:04 pm in reply to: Updated to latest version of enfold and it has Broken my full screen slider #1399346
Hey A-Wise,
It seems your site is down, if you can login to the backend please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeFebruary 26, 2023 at 10:02 pm in reply to: Audio player (Sermons) page contains pastor Coleman #1399345Hey muffinwiz,
On our demo page it is in a special heading at the top of the page:

But I don’t see it on either of the pages you linked to, do you have any of the demo pages still on your site?
If so try deleting them and rebuild your Relevanssi search database and then check again.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey tonyiatridis,
To change the portfolio sorting on hover please try this css:#main .main_color #js_sort_items a:hover { color: #800000; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Jim Zeigler,
Thanks for your question, if you are using a very old version of Enfold then this could be the cause. We do not have records of purchase codes, Envato (Theme Forest) is the exclusive licensor for Enfold. We can not license directly. You will need to login to your Envato account to download the latest version. If you forgot your Envato login then please recover it from Envato, if you never had an account and someone else bought the theme for you then please contact them because Envato doesn’t transfer licenses from one user to another.
If you can’t contact them, then please create your own account when you purchase a new license.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,
Strange, that the WPML message bar would have an effect on the height of the masonry gallery items and that setting the height of the footer-page did seem to help while the WPML message bar was there. This leads me to think that there is a height issue somewhere but I don’t know where.
I asked the rest of the team for ideas, and will reply when I hear back. Thank you for your patience and for using Enfold.Best regards,
MikeHi,
Thanks for the feedback, it doesn’t seem that the customization is_search() || because the error also occurred with the parent theme active.
I see the height for the #footer-page is zero, but the contents of the #footer-page > #av_section_5 is 58px
I added this css to your WordPress ▸ Customize ▸ Additional CSS#footer-page { height:58px; }and it seems to have solved, please clear your browser cache and check.
Best regards,
MikeFebruary 26, 2023 at 6:54 pm in reply to: Widgets – reduce distance between title and content #1399334Hi,
Try this css instead:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active { border-top-style: none; padding-top: 25px; overflow: visible; } .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active::before { content: ''; position: absolute; top: 0; border: 1px solid #ebebeb; width: 110vw; height: 0px; left: 50%; transform: translateX(-50%); } .responsive #top #main .container .template-page.av-content-small { padding-bottom: 0; margin-bottom: 0; } }Best regards,
MikeHi,
Good point Guenni007, about using the visitor IP geolocation most likely not being GDPR compliant.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,
MikeFebruary 26, 2023 at 6:30 pm in reply to: Translation Post Slider “Read more Link” from German to englisch #1399329Hi,
Thanks for the login to your site, I found this script in your child theme functions.php that was changing the post slider read more text:function custom_more_script(){ ?> <script> (function($){ $(document).ready(function(){ $(".more-link").text("Mehr erfahren!"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_more_script');This was also changing the English version of the text, I adjusted to this to account for each language:
function custom_more_script(){ ?> <script> (function($){ $('html[lang="de-DE"] .more-link').text('Mehr erfahren!'); $('html[lang="en-US"] .more-link').text('Learn more!'); }(jQuery)); </script> <?php } add_action('wp_footer', 'custom_more_script');Please clear your browser cache and check.
Best regards,
MikeFebruary 26, 2023 at 5:45 pm in reply to: Events (from Events Calendar) in footer widget wrong color and font #1399326Hi,
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,
MikeFebruary 26, 2023 at 5:42 pm in reply to: Widgets – reduce distance between title and content #1399325Hi,
Try this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main .sidebar.smartphones_sidebar_active { border-top-style: solid; padding-top: 25px; } .responsive #top #main .container .template-page.av-content-small { padding-bottom: 0; margin-bottom: 0; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Good tip Guenni007, it looks like v5.4, but a child theme is active so perhaps he is using customized files? It’s hard to say.Best regards,
MikeFebruary 26, 2023 at 5:24 pm in reply to: Events (from Events Calendar) in footer widget wrong color and font #1399321Hi,
Thank you, when I was logged out of your site I was seeing a call for the font ubuntu-condensed-custom but I didn’t see this font installed at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager nor anywhere else.
I cleared your WP Fastest Cache and now the correct font ubuntu-condensed is called when I’m logged in or out.
Please clear your browser cache and check.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHey schweg33,
Please try this css:#top.page-id-3327 .avia-button-wrap a { min-width: 300px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 26, 2023 at 4:22 pm in reply to: Widgets – reduce distance between title and content #1399317Hey Christopher,
Thanks for the link to your page, as I can’t log in I can’t tell how the element will look when the link is added for the admin, but this css should correct the extra space for everyone else:.simcal-events .simcal-event-details p { margin: 0; }After applying the css, please clear your browser cache and check.
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,
MikeHi,
I assume you want the mobile header height 45px, try this css:@media only screen and (max-width: 767px) { .responsive.avia_mobile #top #wrap_all #header *:not(nav *) { height: 45px !important; } .responsive.avia_mobile #top #wrap_all #header .avia-menu { top: -16px; } }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,
Thanks for your patience, in my tests I disabled the above css and found that the extra space is not margin or padding:

it seems to be the position of the element below, for example on first page load in incognito mode you see the top: 745.766px;

but on reload it’s top: 738.5px;

I tried disabling all of your plugins and child theme, but the only thing that seems to change this is when I disabled your footer page and used the default footer.
I’m not sure why this would correct the issue but I ask that you also test this and see if you get the same result.
Thinking that this might be a new issue I tried to recreate this on my test site with a footer page vs a default footer but I was not able to.Best regards,
MikeHey schweg33,
In your css I see that you are using background-size: contain; this is making your 45px gif fill the 80px area.
Try to remove background-size: contain; from your css, or change it to background-size: auto;
After adjusting 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,
Thank you for your suggestion Guenni007, Glad we were able to help Nathan11, 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 Axel,
Please try disabling all of your plugins and caching and then clear your browser cache. Then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this to identify this cause.
If this doesn’t help please log in to the support forum and open a new thread with the url to the page in question and an admin login so we can be of more assistance.
Using the contact form is not appropriate for support questions, thank you for your understanding and for using Enfold.Best regards,
MikeHi,
Thanks, the login is not working for me please check the details below.Best regards,
MikeHi,
If you are going to use the grid row multiple times on the same page try this css instead#main .av-layout-grid-container { max-width: 1130px; margin: auto; }To remove the top and bottom padding to have the grid rows closer together try this css:
#main .av-layout-grid-container .flex_cell { padding: 0 30px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 25, 2023 at 10:32 pm in reply to: woocommerce booking “display calendar en click not working” #1399287Hi,
Thanks for the login, when I add the datepicker to your contact form it works correctly

I also checked one of your products using the booking plugin and it is also working correctly, but note that it doesn’t have a popup datepicker you just choose the dates and they become a darker blue color:

here it shows in the cart:

Best regards,
MikeHi,
Thanks for the feedback, you would put this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field, not in the custom class field.
But the above css is using the default element classes, I recommend adding a custom class to the text element custom class field, such as more-padding and then use this css:.flex_cell .more-padding { padding: 50px; padding-top: 20px; }then you can use it in multiple text elements on multiple pages.
Best regards,
Mike -
AuthorPosts

