Forum Replies Created
-
AuthorPosts
-
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,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
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, 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,
MikeHi,
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,
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 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,
MikeHi,
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,
MikeHi,
That is a good idea, I will add it to the feature requests, shall we close this then?Best regards,
MikeHi,
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,
MikeJune 21, 2023 at 12:36 am in reply to: Possible to highlight the selection of grid section? #1411223Hey 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,
MikeHey SimonePols,
Please include the url to the page in question so we can examine the elements.Best regards,
MikeHey 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,
MikeHey ballindigital,
Try this article from the woocommerce documentation: Exclude products from a particular category on the shop pageBest regards,
MikeHey 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,
MikeHey piaspilauer,
Thank you for your patience, but the login link seems to have expired, please check.Best regards,
MikeHey 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,
MikeJune 20, 2023 at 11:35 pm in reply to: Enabling Cookies mess up with the website font. What next? #1411216Hey 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 locallyBest regards,
MikeHi,
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,
MikeJune 20, 2023 at 11:19 pm in reply to: “Cookie-Zustimmungs-Nachricht aktivieren” ist nicht auswählbar #1411214Hi,
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 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, shall we close this then?Best regards,
MikeJune 20, 2023 at 8:30 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411205Hi,
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,
MikeHi,
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,
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,
Mike -
AuthorPosts