Forum Replies Created

Viewing 30 posts - 31 through 60 (of 33,466 total)
  • Author
    Posts
  • in reply to: Contact Form 7 Center elements mobil #1474011

    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: Hiding header background image on mobile – show only logo #1473941

    Hi,
    To center the logo on mobile try adding this css:

    @media only screen and (max-width: 767px) { 
    #header_main .logo img {
    	top:0;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    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: blog entries do not appear #1473710

    Hi,
    Try enabling WP Rocket and disabling all of it’s settings and then check again, if that still works, then enable each setting one at a time and each time check again in new private window until you find the setting causing the issue.
    Once you find the setting causing the issue, let us know that we can close this thread.

    Best regards,
    Mike

    in reply to: blog entries do not appear #1473704

    Hi,
    Thanks I deactivated your WP Rocket plugin, try using a new private widow and see if that helps.
    I checked with Safari, Edge, & Chrome in new private windows and all show the posts as in my screenshots above.

    Best regards,
    Mike

    in reply to: File download does not work #1473703

    Hi,
    Thanks, did you check your server settings?
    Your server may add rules that are not in your .htaccess at the server level that you would not see except via your server panel

    Best regards,
    Mike

    in reply to: Hamburger Menu not shown on Mobile #1473701

    Hi,
    I checked with Safari in Responsive Design Mode to emulate a iPhone and with Android, and in Chrome Dev mode for mobile and see this:
    Screen Shot 2024 12 15 at 1.01.16 PM
    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.
    The css above is correct.

    Best regards,
    Mike

    in reply to: blog entries do not appear #1473699

    Hi,
    please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: File download does not work #1473698

    Hi,
    That is a good test, this points to a server command, or .htaccess or some script, I’m not sure which. can you try disabling all of your plugins again and remove all .htaccess lines via FTP or your cPanel file manager, not a WP file manager plugin in case your site brakes.
    At that point you can add back via FTP or your cPanel file manager.
    Your server may add rules that are not in your .htaccess at the server level that you would not see except via your server panel, not WP.

    Best regards,
    Mike

    in reply to: File download does not work #1473692

    Hi,
    Ok I posted to the rest of the team, Thank you for your patience

    Best regards,
    Mike

    in reply to: blog entries do not appear #1473691

    Hi,
    I think you might have a caching issue, do you have a caching plugin or a server caching or are using a CDN like cloudflare?
    Try clearing these, it’s odd that I see them.

    Best regards,
    Mike

    in reply to: Product gallery photos no formatted #1473687

    Hi,
    Also, it looks like you posted in the “Pre Sale Questions” via the contact form, in the future please login to the support forum and post there.

    Best regards,
    Mike

    in reply to: Product gallery photos no formatted #1473686

    Hey bemodesign,
    Your product images have a strange class “nickx_product_images_with_video” and “nslick-slider”
    this is overriding the default layout, I believe this is from a plugin.
    You have many Elementor plugins, these typically cause errors with Enfold, and you have many third-party Woo add-on plugins which may be causing this.
    Try disabling all plugins except the one core Woo plugin a see if that helps.

    Best regards,
    Mike

    in reply to: background color not working #1473685

    Hi,
    Unfortunately the login is not working for me and I don’t see any screenshots, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    See this post

    What is wlwmanifest.xml?
    The wlwmanifest.xml is included in WordPress for integration with Windows Live Writer.
    The Windows Live Writer application is now discontinued. However, the wlwmanifest.xml file is still part of WordPress.

    I don’t believe that this would block the theme css from saving, but a 403 on wp-admin/admin-ajax.php may do so.
    Your fonts are blocked as mixed content, loaded as http on a https site, try adjusting your font urls:
    Screen Shot 2024 12 15 at 11.04.11 AM

    Best regards,
    Mike

    in reply to: hamburger menu deeper without logo #1473684

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) { 
    	#header_main {
    		height: 0;
    	}
    	.logo.avia-standard-logo a {
    		display: none;
    	}
    	#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
       .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
      background-color: #000 !important; 
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fixed frame with 1px border #1473683

    Hi,
    As I understand, this is what you want to remove:
    Screen Shot 2024 12 15 at 10.22.22 AM
    when I test Guenni007’s css it seems to work:
    Screen Shot 2024 12 15 at 10.27.49 AM

    Best regards,
    Mike

    in reply to: blog entries do not appear #1473681

    Hey Tilman,
    On your page /aktuell-blog-gesundheitstipp/ I see your two posts:
    Screen Shot 2024 12 15 at 10.01.03 AM
    and on your homepage:
    Screen Shot 2024 12 15 at 10.02.56 AM
    Is this what you mean?

    Best regards,
    Mike

    in reply to: Duplicate Footer #1473680

    Hi,
    Unfortunately the login is not working, but the extra widgets seem to be from a plugin called smoa_pro
    Screen Shot 2024 12 15 at 9.50.48 AM
    I’m not sure what this is, but it has duplicated each of the standard widgets, try disabling all of your plugins and see if that helps.

    Best regards,
    Mike

    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: White lines in footer #1473677

    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: Support #1473676

    Hey Krause Andrea,
    It looks like your email address only has one purchase that ended 2023-05-28, so I assume that you used a different email address, or different Theme Forest account for your new license.
    Please create a new login by registering your Purchase Code here. Then log into the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: White lines in footer #1473674

    Hi,
    Thanks, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .container_wrap.footer_color,
    .container_wrap.socket_color{
        border-top-style: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I note that not all of your pages has the extra meta tag “noindex”
    Your homepage, contact-us, gallery, about-us, don’t either on mobile or desktop
    only the financing and services pages do.
    I see that you are using Google Site Kit, but I can not see the options used, perhaps this is related?

    Best regards,
    Mike

    in reply to: File download does not work #1473672

    Hi,
    I have reviewed your site and your posted comment, but don’t see a possible reason for this behavior. Using different demos would not cause this, I would think that this would be a plugin, but since you have tried disabling them perhaps it is not. I believe that disabling All In One WP Security doesn’t remove it’s rules from the .htaccess file. I also didn’t find any other threads with this issue. As you see from my test page I can’t reproduce this, perhaps testing a download manager plugin would be a good next step to see if it also has an issue.
    I could ask the rest of the team if they have any ideas if you wish.

    Best regards,
    Mike

    in reply to: File download does not work #1473647

    Hi,
    It looks like you have added an image to the download button, is this your plan? I would expect a PDF.
    When I test a image in a download button on my site with v6.0.8 it works, see link below.
    Try updating to v6.0.8

    Best regards,
    Mike

    in reply to: Mailchimp how to add recaptcha? #1473644

    Hey JannyPolak,
    Thank you for your patience, for Mailchimp you would need to add Recaptcha to your Mailchimp form in Mailchimp, as the theme only shows the Mailchimp content and can not add to the API.
    I’m not sure if Mailchimp offers Recaptcha, perhaps in the paid version, I only have the free version.
    Otherwise you could use the Enfold form or a plugin like CF7

    Best regards,
    Mike

    in reply to: Blog posts are not published #1473643

    Hi,
    Shall we close this thread then?

    Best regards,
    Mike

    Hi,
    I don’t find a noindex on your pages:
    Screen Shot 2024 12 14 at 7.03.14 AM
    I checked your home page and other pages, both logged in and out. Typically this is added by Yoast SEO plugin, but I don’t see it.

    Best regards,
    Mike

    in reply to: White lines in footer #1473625

    Hey hannelynne,

    Please add a link to your site so we can examine and add a screenshot of what you see and what browser you are using.

    Best regards,
    Mike

    Hi,
    I didn’t find any images with oversaturated colors, but since you are using photoshop, this is typically caused by the WordPress default color profile, try the Image Magick plugin or adjust. See this thread:

    PLease read the whole thread.

    Best regards,
    Mike

Viewing 30 posts - 31 through 60 (of 33,466 total)