Forum Replies Created
-
AuthorPosts
-
June 24, 2023 at 12:46 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411547June 24, 2023 at 12:42 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411546
Hi,
I did the update from the theme section on the dashboard, but first I disabled Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and clear your cache plugin.
To update 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.
Best regards,
MikeHi,
When I check the middle ad looks fine, if it is cut off intermittently then that would point to ads are sometimes shown in a larger format than mobile, there should be a why to choose only mobile sized ads to show.
The ads are shown in iframes and the inner divs of the iframe can not be adjusted localy, it is a limitation of iframes.Best regards,
MikeHi,
Glad Yigit 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,
MikeHey Mavis,
Thanks for your question, the Learn More & Book Now buttons in the demo are not set with any links, you will be able to add your own links.Best regards,
MikeHi,
For a ALB post, to add related posts try the solution in this thread
To have a sorting section above your posts try using the masonry element to show your postsBest regards,
MikeHi,
Thanks, I updated your staging site to v5.6.2 but I see no errors, the text in the top slider on the homepage is white, and I comprared the other elements on the homepage, all look the same to me.
Please clear your browser cache and check.Best regards,
MikeJune 23, 2023 at 5:41 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411501Hi,
We don’t see the admin login details in the Private Content area that you were going to post for us, please try to include this.Best regards,
MikeHi,
Sorry, I don’t know of any table plugins that include these features and I can not install each table plugin and test for you, it would just take too much time and since we don’t support third party plugins this would be outside our support scope.
You could try narrowing down the table plugins to ones that have the features you wish and then search the fourm for threads about them and search the table’s support forum for references about Enfold to gain a general sense if there is a conflict, but ultimately you will need to install and test the remaining plugins to determine if they match your needs and work with Enfold.Best regards,
MikeHi,
When I check your site the ads look correct, Please see the screenshot in the Private Content area.
As I recall Google ads use to give you different codes for mobile device and desktop devices, do they still offer this and are you using this option by only showing mobile add sizes on your site for mobile screens?Best regards,
MikeHi,
The Dev Team has added a fix for the variation product purchase button error with yoast when updating, I added a link to it below for you to test with, I’m not sure if it made the v5.6.3 update on Theme Forest. Thank you for your patienceBest regards,
MikeHi,
The Dev Team has added a fix for the variation product purchase button error with yoast when updating, I added a link to it below for you to test with, I’m not sure if it made the v5.6.3 update on Theme Forest. Thank you for your patienceBest 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,
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,
Mike -
AuthorPosts

