Forum Replies Created
-
AuthorPosts
-
Hey EmanuelaD,
Thanks for the login, I see that none of your widgets are working correctly, and there is a pagine widget that can’t be removed, but I don’t see any class-avia-mailchimp.php errors.
Please try disabling all for your plugins and if that helps, then then enable each one at a time to find the conflict.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,
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 Judith Rauschenbach,
Our current version 5.6.10 supports PHP v7.4-v8+Best regards,
MikeHey Josh,
Your button should be a menu item that you can find in your menu and remove it, if you only want to hide it on mobile you can add this class the class field:
av-small-hide av-mini-hide
notice that there are no dots and there is a space.If you have further questions please log in to the support forum and open a new thread. Please note that using the contact form is not appropriate for support questions.
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,
MikeHi,
I adjusted the css above, please remove yours and try the above css again, then clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Thanks for your patience, I checked your staging site and enabled the theme File Merging And Compression, but I don’t see any MIME type errors, I also checked your live site and it looks like the File Merging And Compression is enabled there but I don’t see any errors.
Above you wrote that after clearing the cache the errors don’t show for a while, so perhaps this is the case.
I see that your Header is set with X-Content-Type-Options “nosniff”
Is your server type a Plesk or similar? Try finding out if mod_headers rule:
Header set X-Content-Type-Options "nosniff"
is added to your server header directly, or if is added to your .htaccess file, if it is not in your .htaccess file try removing it completely and then test or move it to your .htaccess file.Best regards,
MikeHey Francesco,
Your version is very old and Envato made a change in how the update is done in the backend, so you must manually update this time and then the auto updates will work in the future.
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.
If you need further assistance, please log in to the support forum and open a new thread, please note that using the contact form is not appropriate for support questions.
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,
MikeHi,
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,
MikeFebruary 22, 2024 at 12:36 pm in reply to: Mime type error with Post CSS Files still a problem #1435120Hi,
thinkjarvis Thanks for your patience, and thank you Guenni007 for your feedback.
I tested the above code in my .htaccess and I found no errors and then I checked with this online tool to ensure MIME sniffing was disabled:
but I don’t have a Plesk server, I have a LiteSpeed with cPanel, perhaps this is the cause, try making the change in the .htaccess file instead.Best regards,
MikeHey daves1997,
Thank you for your patience, I believe this is related to your previous thread, where your homepage had been saved with a different builder and the page shortcode was broken.
When I check your page now it is not loading for me at all, have you tried to create a new homepage? Perhaps you could use your webhost backups to roll your site back to before the error occurred? Most webhosts do automatic backups, some daily and others weekly or monthly, try reaching out to your webhost and ask how often they do it and how you can roll back, they can most likely do this for you quickly if you have a general idea when this occurred.Best regards,
MikeHi,
Thank you for sharing, perhaps others will find this helpful, shall we close this thread then?Best regards,
MikeHi,
Your image looks like a subscribe popup form, I assume you are referring to the slightly transparent background overlay and that the box is white, with a dashed border, the following adjustments will produce this:
#top .avia-cookie-consent-wrap[aria-hidden="false"] { background-color: rgba(0, 0, 0, 0.3); height: 100vh; width: 100vw; top: 0; position: absolute; z-index: 999; } #top .avia-cookie-consent.avia-cookiemessage-bottom { bottom: unset; left: unset; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; color: #000; border: 3px dashed #000; } #top .avia-cookie-consent .avia-cookie-consent-button { display: block; width: 60%; margin: 10px auto; background-color: #e1e1e1; color:#000; } #top .avia-cookie-consent p { display: block; padding-bottom: 20px; } #top .avia-cookie-consent-button { border-radius: 50px; } @media only screen and (max-width: 767px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 80%; } } @media only screen and (min-width: 768px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 25%; } }
Best regards,
MikeHey reqonsult,
Please see our documentation: Adding your own Fontello or Flaticon Icons Fontello icons work best and please note that these are a icon font and not a image icon, so they must be black + white and not colors.
Note that sometimes Fontello can be picky, so here is a way to fix them.
If you want you use color icons you can use css to show them, see this exampleBest 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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:div.avia-popup .mfp-close:hover { border: none; transform: unset; -webkit-transform: unset; } div.avia-popup .mfp-close:hover, div.avia-popup .mfp-close { border: none; cursor: pointer; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Antonio,
To remove the burger menu spin, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-hamburger--spin.is-active .av-hamburger-inner { transform: unset; } #top .av-hamburger--spin.is-active .av-hamburger-inner::after { transform: unset; } #top .av-hamburger--spin.is-active .av-hamburger-inner::before { top: -10px; opacity: 1; } #top .av-hamburger--spin.is-active .av-hamburger-inner::after { bottom: -10px; opacity: 1; }
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 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 20, 2024 at 5:10 pm in reply to: clear thin border to the right of each label on my menu #1434922Hi,
Thanks for the feedback, I don’t have access to Safari today, if you want to see if there is a Safari specific solution for this then reply back and we will leave it open for a Mod with Safari to check. You could also create a blank page public with the menu for other forum users to see and offer ideas, I believe @Guenni007 uses Safari and he is very knowledgeable.
But this might just be an issue with Safari, any solution will effect all browsers so it is possible a Safari fix will cause issues in the others, I’m not sure.Best regards,
MikeHey Alex,
It looks like you have a cookie bar plugin that is placing a cookie bar at the top of your page, but I only see the cookie in the page source code and not on the frontend, this is pushing down your menu. So you can disable the plugin or if the plugin allows you to move the cookie bar to the bottom, that would probably also help.Best regards,
MikeFebruary 20, 2024 at 4:49 pm in reply to: clear thin border to the right of each label on my menu #1434914Hi,
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,
MikeFebruary 20, 2024 at 11:43 am in reply to: Feature Request: Content Elements inside Accordion and Tabs #1434884Hi,
Thanks, yes unfortunately you can not drag elements into an accordion as it uses a text element to display the inner part, you can add element shortcode into the plain text tab but creating nesting elements can be tricky.
This is not something that we can create at the support level, but you could create a Feature Request for the Dev Team to review. The Dev Team created the Github Feature Request section for users to place requests and follow them as the Dev Team reviews them.
Thank you for your patience and understanding, shall we close this support thread then?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,
MikeFebruary 20, 2024 at 3:47 am in reply to: X (Twitter) logo not showing at top or on blog share pages #1434833Hi,
Glad Rikard 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,
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 to hear that you have this sorted out, this as a strange issue that I have not seen before. 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 19, 2024 at 6:20 pm in reply to: Deactivate duplicate post link for all post types #1434797Hey Daniel,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_theme_support('avia-no-duplicate-post');
Or you can add it as a PHP snippet in the WP Code plugin
Best regards,
MikeHi,
Did you try disabling all of your plugins? Your homepage has a lot of 404 errors including css files which will break the page.
I wanted to test but am worried that disabling some of them will boot me out and I won’t be able to re-enable.
If your don’t want to disable your plugins, try creating a staging site and disabling the plugings so we can examine further.
Most cPanel webhosts have a staging site option, some in the dashboard:
Others add the option in the Softaculous WordPress Management
There may be other staging site options in different cPanel servers, these are the two that I have seen, if you don’t see these try asking your webhost what their option is.Best regards,
Mike -
AuthorPosts