Forum Replies Created

Viewing 30 posts - 6,631 through 6,660 (of 34,667 total)
  • Author
    Posts
  • in reply to: Invalid reCAPTCHA form submitted #1411412

    Hi,
    So your form won’t send with no captcha enabled but it will send if WP-Rocket’s deferred javascript is disabled?
    I recall another thread that pointed to WP-Rocket’s exception list not working properly, try disabling WP-Rocket and check the js files loaded in the browser console on your test page with the contact form, then enable WP-Rocket and enable the deferred javascript option and add all of those javascript files to the exception list, and then check your contact form with no captcha enabled, it should work correctly. If it doesn’t then the exception list isn’t, if it does then you can compare the files in the list to what you had in the list before hand.

    Best regards,
    Mike

    in reply to: Enfold & User registration Pro conflict #1411409

    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: Comment fundtion on normal page doesn’t work #1411408

    Hi,
    Your old post is created with the default WordPress editor, your new post using the Advanced Layout Builder which will not show the comment element without using the comment element added manually to the page in the Advanced Layout Builder. Please try this. If this doesn’t help, please open a new thread with your admin login, and url to the page in question in the private content area so we can take a closer look. Since this is not your thread posting your admin login here will not be private and you will not see our comments in the Private Content area.

    Best regards,
    Mike

    in reply to: Updates Changing Fonts and Colours #1411407

    Hi,
    Thanks for the login to your staging site, I exported your child theme settings and took a couple of screenshots for reference and tried to update the theme to see the styling errors, but your PHP Max Upload Size is set to 16mb which is too small to update the theme, please change the PHP Max Upload Size to about 20mb so I can try updating.
    I imagine that I should easily be able to see the error once I update, but is there a specific element that I should pay attention to that shows the biggest change or error after updating?

    Best regards,
    Mike

    in reply to: Adsense ads cut off on mobile #1411404

    Hi,
    Thanks for explaining, for mobile since the ads are different sizes the best solution seems to be this css:

    @media only screen and (max-width: 767px) { 
    .adsbygoogle {
    	width: 100%;
    	max-width: 100%;
    }
    }

    this keeps the ads within the page padding and margin and they don’t go off the screen.
    But I believe that you wanted the ads to be edge-to-edge, for that you could try this css:

    @media only screen and (max-width: 767px) { 
    .adsbygoogle {
    	width: 100vw;
    	max-width: 100vw;
        position: absolute;
    	left: -7vw;
    	right: auto;
    }
    }

    and this seems to work for most ads and most mobile screen sizes, but some ads are a little off.
    Give it a try and adjust the “left” value to suit.
    But I recommend the first solution for consistently.
    After applying the css, please remember to clear your browser cache.

    Best regards,
    Mike

    in reply to: Invalid reCAPTCHA form submitted #1411371

    Hi,
    It sounds like you have found that WP-Rocket’s deferred javascript is the issue, and when not in use the Captcha v3 works correctly.
    It’s probably messing with whatever remote js that Captcha v3 is tring to load, since we don’t know what these files are try to not use the deferred javascript option.

    Best regards,
    Mike

    in reply to: Contact Form and different domains #1411370

    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: Hide Category #1411305

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution, 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: Invalid reCAPTCHA form submitted #1411304

    Hi,
    Ok, can you create a smaller form to test with on your site such as name, email, & message. I think my answers in your form are causing an error because I don’t know valid answers in your language, this would also ensure that required fields are not the issue. Captcha v3 doesn’t show a Captcha question so the failing of it is based on other things like location.
    When I test on my site I can’t reproduce this error.

    Best regards,
    Mike

    in reply to: miss [role] in burger menu #1411303

    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: Logo horizontal and vertical #1411260

    Hi,
    Thanks for the screenshots, but this is not what I’m seeing for mobile, Please see the screenshots in the Private Content area.
    Please use this link on your mobile and tell use what your mobile screen resolution is so we can reproduce your results, your screenshot says 2340 X 1080 that is more like a decktop size, thanks.

    Best regards,
    Mike

    in reply to: Code wird angezeigt statt Tabelle #1411258

    Hi,
    Thanks for the link, I found that a less-than symbol in your table broke the layout, I removed it from the last cell before 70 dB (A)
    To use a less-than symbol there install our plugin Special Character Translation please read about it in our documentation here. Then you can add this code to your table to show the symbol: ###lt###.

    Best regards,
    Mike

    in reply to: horizontal content #1411236

    Hi,
    That is a good idea, I will add it to the feature requests, shall we close this then?

    Best regards,
    Mike

    in reply to: Updates Changing Fonts and Colours #1411226

    Hi,
    When I try the login I get this error: Incorrect credentials! Only administrators can access this page.
    When I try the alternative login link I get this error: The username enfold is not registered on this site.
    Please check.

    Looking back at your first post you wrote: I have been unable to do an Enfold update for a while because it changes my headings’ font sizes and colours.
    Are only a few headings changed? Is all th other text, colors, and fonts correct? Perhaps we can correct the few headings with some css? Or is there a big change in the site?
    Either way we should probably examine on your staging site first.

    Best regards,
    Mike

    in reply to: Possible to highlight the selection of grid section? #1411223

    Hey moritzkoester,
    To make the arrow orange try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-tab-arrow-container span {
        background-color: orange;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Square team members pics? #1411222

    Hey SimonePols,
    Please include the url to the page in question so we can examine the elements.

    Best regards,
    Mike

    in reply to: Logo horizontal and vertical #1411221

    Hey schweg33,
    When I check the logo is only shown on mobile portrait and not on mobile landscape or on desktop, is this what you wanted?
    Please include screenshots of what you see on mobile and desktop.
    Also use this tool on your mobile to tell us what screen resolution you are using.

    Best regards,
    Mike

    in reply to: Hide Category #1411220

    Hey ballindigital,
    Try this article from the woocommerce documentation: Exclude products from a particular category on the shop page

    Best regards,
    Mike

    in reply to: Adsense ads cut off on mobile #1411219

    Hey yuhyeju15,
    Thanks for the screenshot, but when I check on mobile the ad is 100% wide, Please see the screenshot in the Private Content area, the blue area is the ad.

    Best regards,
    Mike

    in reply to: Code wird angezeigt statt Tabelle #1411218

    Hey piaspilauer,
    Thank you for your patience, but the login link seems to have expired, please check.

    Best regards,
    Mike

    in reply to: horizontal content #1411217

    Hey laptophobo,
    Thank you for your patience, unfortunately I don’t have any ideas, perhaps there is a plugin that would do this well.

    Best regards,
    Mike

    Hey Andreas,
    It sounds like the cookie settings are blocking the Goolge font, does the font show correctly once the cookies are accepted and the page is reloaded?
    Try following the thread: Loading Google fonts locally

    Best regards,
    Mike

    in reply to: Randomly disappearing lightbox title #1411215

    Hi,
    Your site has this script insatlled that removes the title attribute on hover, this is what is causing your issue:

    (function($){
      $("*").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);

    check your child theme functions.php

    Best regards,
    Mike

    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: Sticky full width menu for sorting blog posts #1411213

    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: Theme errors URGENT-URGENT #1411212

    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: Theme errors URGENT-URGENT #1411206

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    Hi,
    Ok, please include an admin login in the Private Content area and a link to the page so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Make the thumb recent post bigger #1411204

    Hi,
    Since they show when the w3 total cache plugin is deactivated it sounds like a caching error, but I don’t know why, try the solution Guenni007 posted.

    Best regards,
    Mike

    in reply to: Icon font not loading #1411203

    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

Viewing 30 posts - 6,631 through 6,660 (of 34,667 total)