Forum Replies Created
-
AuthorPosts
-
Hi,
If you want to purchase a Use Any Font API key the plugin gives you this link
Or you could just use one of the 88 built-in Google Webkit Fonts they are free to use.Best regards,
MikeHi,
You can export your theme setting file from the theme options panel, search the page for Export Theme Settings File I just tested and it worked.
You can also export your Export Layout Builder Templates you have 5 and this also worked.
Then export your WordPress content at WordPress ▸ Tools ▸ Export ▸ All content
When you import your WordPress content to the new site check the box to download the media and your images will also be imported.Best regards,
MikeHi,
That doesn’t make sense since we can not reproduce the error and we have not seen the error elsewhere, but the thread you found earlier that pointed to a caching conflict makes sense when you consiter that your host adds two must-use / drop-in plugins on your site.
advanced-cache.php
Kinsta Must-use Plugins
Perhaps if they disable these it would correct, please ask them to disable and leave disabled if this doesn’t help I will ask the rest of the team to check, but I know this will also be one of the first things they point to.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 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,
Thanks for the feedback, I see that you have many jQuery errors because it is not being loaded in the backend. I see jQuery loaded in the frontend.
I believe your webhost has customized the WordPress install you are using because the jQuery options in the theme are not showing, under Enfold Theme Options ▸ Performance ▸ Change WordPress Defaults you should see two jQuery options like this:

on your site these options are not showing:

from experience, I know this is from a customization to the loading of jQuery, please ask your webhost to disable this customization so jQuery will load correctly in the header.Best regards,
MikeHi,
Thanks, I found your site had this error:Uncaught SyntaxError: Unexpected token '!'I cleared the site cache and now the error is gone and the elements show.
Please clear your browser cache and check.Best regards,
MikeHi,
I tested your site will my Android mobile and a Mac with Safari, then with Chrome & Firefox on Windows, all worked for me.
I don’t have an iPhone or iPad to test with.
I still see the error message at the top of the screen, but when I disable all of your plugins the error message doesn’t show, please try disabling all of your plugins and caching and then clear your browser cache. Then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this error message.
Perhaps the error message and the password protected page redirect are two different errors?Best regards,
MikeHi,
Can you try this solution, you will need to make the change via FTP, I see your host has installed a Drop-in plugin advanced-cache.php and a Must-use plugin Kinsta Must-use Plugins only they can disable these.Best regards,
MikeHi,
Thanks for the feedback, I still see the same error and I can’t think of anything else than a server setting, was the theme panel like this when you first installed Enfold?
Please let us know what Kinsta finds.Best regards,
MikeHi,
Thanks please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.home .avia-fullscreen-slider .avia-slideshow-button.avia-button.avia-color-light { color: #fff; border: 2px solid #fff; background: 0 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey kevvwilson,
To remove the backlink add this shortcode in the copyright field:[nolink]
You can read more about this in our documentationBest regards,
MikeMarch 12, 2023 at 9:14 pm in reply to: Increase size of header and logo and center logo in mobile view #1400977Hi,
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,
Thanks, I see this error: Refused to execute script from ‘‘ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
This is causing #1 & #3
When did this begin, after updating to PHP v8.1.8, or adding a plugin?
I have not seen this before but I don’t believe Enfold can cause this, I recommend starting by disabling all of your plugins, I’m thinking strict MIME type checking might be a setting in Wordfence, but it could be a different one.
My research seems to point to a server setting or .htaccess, but it’s vague, try asking your webhost if strict MIME type checking can be disabledBest regards,
MikeHey cappellettimax,
Try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top.search-results .template-search .product .post-meta-infos { display: none; } #top.search-results .template-search .product .entry-content { height: 100px; overflow: hidden; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
It’s really thanks to Guenni007 :)
Shall we close this thread then?Best regards,
MikeHey andupro,
Try creating a menu in the WordPress ▸ Menus, then create a custom widget and add the navigation widget to it, then go to your page and add the widget element in a 3/5 column and choose your custom widget with the navigation widget.Best regards,
MikeHi,
Try this css to change them on hover:#top a[href*="linkedin"]:hover { color: #e84f24; } #top a[href*="xing"]:hover { color: #e84f24; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Nikko was 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 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 Thomas,
Thanks for your question, this is because you have added the LayerSlider shortcode in a code block in a color section, the color section centers the code block so the LayerSlider is not under the header.
I removed the code block and color section and added the LayerSlider element instead.
I found that your site is using a boxed layout so the LayerSlider was not centered so I added thes css:@media only screen and (min-width: 990px) { .home #layer_slider_1 { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; } }Then to hide the menu on the homepage I added this css:
#top.home .main_menu { display: none; }please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for your patience and the link to your site, please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top .header_color .main_menu ul:first-child > li.current-page-ancestor > a, #top .all_colors .widget #menu-untermenue_foto > li.current-page-ancestor > a { color: #ebebeb; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the feedback, so a couple of things that I notice between this thread and your original, first in the original thread I had found rouge curly brackets in your inline CSS:

and had removed them on the page that was corrected and had no errors, but in this thread, Yigit found them again, so my first thought is that you had used Revisions to try to edit an older revision of the page that was corrected, but I think the Yigit and I were fixing two different pages, is this correct?
I believe that you have been using the ALB templates to create these pages, is this correct?

If so this means that the errors are in some of these templates and adding them to the pages and saving could be the cause.
If this is true you can not fix the templates that have the errors, they should be deleted or they will spread the errors.
The second thing I notice is you said above: The only other thing I did differently was that I added it to a folder called IN PROGRESS. referring to a plugin Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager so perhaps try disabling the plugin as this could be a conflict.
Also note that WordPress requires a minimum PHP v7.4, Enfold has no trouble with PHP v7.4 or v8, if there was an error about the PHP version I’m sure it was from one of your plugins.
Please ask your webhost to enable PHP v7.4 and if they see and error ask them to disable your plugins and check again on a page other than these with the errors.
I recommend creating your page from scratch without using any of your templates and without the Folders Plugin enabled, I believe you will find your new page error free.Best regards,
MikeMarch 12, 2023 at 6:04 pm in reply to: change background color in top header with extra elements #1400945Hi,
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 -
AuthorPosts



