Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the link to your site, I see that you are using a very old version 4.8.7 this version can not be updated through the theme update panel, 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
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.
After you manually update to v5.7.1 you will be able to update though the theme update panel in the future.Best regards,
MikeHi,
Your wp-config.php file might have it disables withdefine( 'DISALLOW_FILE_EDIT', true );
You could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
then add the previous code solution and save.Best regards,
MikeHi,
The file permissions might not be correct, try checking this threadBest regards,
MikeMay 8, 2024 at 11:51 am in reply to: Video fallback image causing enormous performance issues on mobile devices. #1442672Hi,
no it’s a simple Shared Hosting with cPanel: a2hosting.com
I don’t like Managed WordPress hosts, typically they don’t allow you to make changes and I need to be able to change the PHP version for testing, currently I’m using PHP v8.0, I created a muilti site network install and have 40 of our demo sites active plus a couple of other projects.
I’ve done nothing custom to the server, it’s out of the box, they do have Solid State Drives instead of physical hard drives, but I think this is pretty common.
What is your host?
I do note that the pagespeed test is seems to be different each time I run it, today on the first run my site was 84 for mobile and on the second run it was 93, I don’t know why there would be a difference with each run.Best regards,
MikeMay 7, 2024 at 5:36 pm in reply to: Accessibility: Compliance of forms and tab elements in the Enfold theme #1442590Hi,
Thanks for the feedback, I have shared this with the Dev Team for their review and will reply when I hear back from them. Thank you for your patience.Best regards,
MikeMay 7, 2024 at 12:00 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1442546Hi,
I saw the error in the browser console, I checked today and the slider shows while logged in with no error, so I guess that is all set now.
My test site is on my server, I thought it might be a good comparison.Best regards,
MikeHi,
Thank you for sharing, perhaps this will help someone in the future.
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 josefineeiby,
Please look in the custom.css file in the theme:/wp-content/themes/enfold/css/custom.css
and find this rule:#footer .container { background: url(/wp-content/uploads/2017/09/logo.png) top right 50px no-repeat; background-size: 20%; }
It adds the logo in your footer.
Best regards,
MikeHey Frank,
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
then add the code that you found in the other threads and save.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,
MikeHey m1sturny,
Please try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and disable and caching plugins like JetPack and clear your browser cache and check again.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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color .avia-logo-element-container.avia-content-slider .slide-image { background: transparent; }
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,
MikeHi,
Ok, thanks for the update, we will go ahead and close this thread and at a later date if you choose to look into this again please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
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,
Try removing the .page-id-1266 from the css so it will work on many pages.Best regards,
MikeMay 6, 2024 at 11:12 am in reply to: erledigt – Frage zu #1439344 – anderes Logo bei Mobilversion #1442430Hi,
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,
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,
Well I enabled the cookie bar for you in Chrome and the bar shows when I test the site.
But if you can’t see the settings link in the screenshot above then perhaps something on your end is blocking it and perhaps you also won’t see the cookie bar?
It is strange because it works for me.Best regards,
MikeHi,
Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a { color: #000; opacity: 1 !important; }
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,
MikeMay 5, 2024 at 9:33 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1442382Hi,
I see this also, when we are logged in I see a error Uncaught SyntaxError: Cannot use import statement outside a module coming from a _jb_static cache file. I’m not sure which cache plugin it is from.
I note that you have a lot of plugins to try to speed up your site like Jetpack Boost, Fast Velocity Minify, EWWW Image Optimizer, etc and I thought that I would see how your site would run without them, so I exported your site to my test site and I posted a login for you below. I have no active plugins and only the built-in cache and the pagespeed test is 97-89 for mobile, I also linked the tests below.
Perhaps you could create a staging site and try removing all of your plugins and see if you can get a similar score. Perhaps all of the plugins are not helping so much?Best regards,
MikeHey Jody,
Please link to your page so we can examine, I’m not able to reproduce your situation.Best regards,
MikeHi,
To fix the menu in landscape mode try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 989px) and (orientation: landscape) { #av-burger-menu-ul { padding: 0 !important; } }
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.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeMay 5, 2024 at 6:57 pm in reply to: Fullwidth Easy Slider Responsive problem and Language switcher problem #1442369Hey sailentpooN,
Thank you for your patience and the link to your slider, I recommend using the LayerSlider for your situation, I created a test page linked below so you can see that it will work better and I linked the LayerSlider export file of my example if you want to try it on your site, just use the import project button in the LayerSlider:
Best regards,
MikeHey clbdcnpafe,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 481px) { #avia_sc_text_7 #attachment_34258, #avia_sc_text_7 p { max-width: 361px!important; } }
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,
MikeHey peterolle,
In your css above you have a comma:
Try removing it and disable any caching plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression, then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and then ensure to clear your browser cache and check again.
If this doesn’t help then try removing all of your custom css, as you may have other commas or missing brackets, and check again. If this does help then add your custom css back a little at a time until you find the error, of try using CSS Lint
If this doesn’t help, then we will need to examine your site, if it is on a localhost then we will need to wait until it is live.Best regards,
MikeHi,
It works for me, I enabled the cookie bar with Firefox and then disabled it with Chrome. Did you try with this login link?Best regards,
MikeMay 5, 2024 at 4:59 pm in reply to: Fullwidth easy slider title, caption and button animation #1442359Hey AlyssaMandy,
To fade-in try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_transform .active-slide .avia-caption-title, .avia_transform .active-slide .avia-caption-content, .avia_transform .active-slide .avia-slideshow-button-2, .avia_transform .active-slide .avia-slideshow-button { -webkit-animation: avia-fadein 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important; animation: avia-fadein 0.7s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important; }
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 -
AuthorPosts