Forum Replies Created

Viewing 30 posts - 3,631 through 3,660 (of 34,594 total)
  • Author
    Posts
  • in reply to: FATAL ERROR class-avia-mailchimp.php:153 #1435193

    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,
    Mike

    in reply to: Blog: Add header (transparent) to Archive page #1435192

    Hi,
    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,
    Mike

    in reply to: google search console gives error #1435191

    Hi,
    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,
    Mike

    in reply to: PHP-Version #1435190

    Hey Judith Rauschenbach,
    Our current version 5.6.10 supports PHP v7.4-v8+

    Best regards,
    Mike

    in reply to: remove button in menu #1435144

    Hey 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
    Enfold_Support_4782.jpeg
    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,
    Mike

    in reply to: Full transperent Cookie-Banner #1435143

    Hi,
    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,
    Mike

    in reply to: Dynamic CSS #1435139

    Hi,
    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,
    Mike

    in reply to: ENFOLD UPDATE #1435126

    Hey 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
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    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
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    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,
    Mike

    in reply to: Lightbox Modifacation #1435125

    Hi,
    Please adjust the css snippent above to match your image size.

    Best regards,
    Mike

    in reply to: Enfold Front Page Problems #1435123

    Hi,
    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,
    Mike

    in reply to: Mime type error with Post CSS Files still a problem #1435120

    Hi,
    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:
    Enfold_Support_4776.jpeg
    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,
    Mike

    in reply to: missing code befor av section #1435046

    Hey 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,
    Mike

    in reply to: Enfold Woocommerce checkout page #1435045

    Hi,
    Thank you for sharing, perhaps others will find this helpful, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Full transperent Cookie-Banner #1435044

    Hi,
    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:
    Enfold_Support_4774.jpeg

    #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,
    Mike

    in reply to: Extension or personalization of native icons #1434946

    Hey 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 example

    Best regards,
    Mike

    in reply to: Anchor Link Positioning is Off #1434943

    Hi,
    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,
    Mike

    in reply to: No animation in closing x #1434942

    Hi,
    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,
    Mike

    in reply to: No animation in closing x #1434931

    Hey 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,
    Mike

    in reply to: Logo bigger #1434923

    Hi,
    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,
    Mike

    in reply to: clear thin border to the right of each label on my menu #1434922

    Hi,
    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,
    Mike

    in reply to: Menu mouseover displaced #1434919

    Hey 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,
    Mike

    in reply to: clear thin border to the right of each label on my menu #1434914

    Hi,
    Thanks for the link to your site, I have checked with Windows in Chrome, Firefox, & Edge, but I see no lines on the right side of your menu items:
    Enfold_Support_4772.jpeg
    perhaps try clearing your cache?

    Best regards,
    Mike

    in reply to: ENFOLD Partner/Logo Mouse Over Effect #1434913

    Hi,
    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,
    Mike

    in reply to: Feature Request: Content Elements inside Accordion and Tabs #1434884

    Hi,
    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,
    Mike

    in reply to: Image caption and lightbox #1434880

    Hi,
    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,
    Mike

    in reply to: X (Twitter) logo not showing at top or on blog share pages #1434833

    Hi,
    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,
    Mike

    in reply to: Hide Alt Tags #1434831

    Hi,
    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,
    Mike

    in reply to: Error when activating theme #1434830

    Hi,
    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,
    Mike

    in reply to: Deactivate duplicate post link for all post types #1434797

    Hey 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
    Enfold_Support_4770.jpeg

    Best regards,
    Mike

    in reply to: Enfold Front Page Problems #1434794

    Hi,
    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:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    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

Viewing 30 posts - 3,631 through 3,660 (of 34,594 total)