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
enfold docs
header setting >
Enfold > Header > Header Layout > Menu and Logo Position > Logo left, Menu right
Why is it saying to select menu right when i am trying to have menu below?
code snippet – CSS
Code snippet heading > Logo left, Widget center, widget right, menu above
States menu above and when i add it in it does what is says… menu above when notes are for menu below
i would like as docs states
LOGO widget 1 widget 2
menu below
thanks
Hi,
Glad Ismael 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
Hi,
@Createve_Solutions did the shortcodes that Yigit posted for you solve what you were trying to do?
If you need more you can install Enfold on a localhost or a subdomain and Enable the Avia Layout Builder Debugger to see the shortcodes from the demos. After importing demos on your test site you can the reset the site to test other demos and copy their shortcodes.
Best regards,
Mike
Hi,
we noticed that images on a page don´t seem to be resized on a mobile – i.e. they are optically scaled down to fit the screen, but they are still the same size (in KB) as for a full desktop screen. It that intentional and is there any way that we can get WP/Enfold to use smaller versions? Would that even make sense? The question arises over sluggish pagespeed on mobile. We are in the process of replacing older jpgs with wep, which should also generally make a difference.
Thanks for your advice.
Best,
Sara
Hi,
on my website the wrong colors for frames and buttons are displayed – only when I am logged out and when WP Fastest Cache is active. I have already deleted the cache of the plugin and deactivated Delete old CSS and JS files under Enfold/Performance.
Thank you very much for your help!
kind regards,
ebenanders
Screenshot uploaded. As you can see, the first website just has the url as the Meta Title. The second one (my other website with enfold) has the title shown.
According to Rank Math: This issue happens since there’s an empty <title> tag added on every page’s source code (1st box) and Rank Math already sets the correct title (2nd box) (second screenshot).
The duplicate tag could be added by one of your plugins or active theme. Assuming you are using the latest version of all the plugins and the themes (everything is up to date), to determine that, please follow this troubleshooting guide:
rankmath .com/kb/check-plugin-conflicts/
I did this and used the site health plug in they suggested. When the theme was removed in trouble shooting mode, the meta titles returned. I also added back the plug-ins in trouble shooting mode (and the meta titles stayed). So it appears the theme is causing some sort of conflict.
I know RankMath works with Enfold as it works fine on my second website.
For some reason we only get the WordPress logo and not our uploaded favicon. Do you know why this is?
This goes for a few sites we have built in Enfold. one example shown in Private Content.
Hey Francesco,
You could import the demo you are looking to add a page from to a local or test site for example, then activate debug mode under Enfold->Layout Builder->Show Advanced Options->Debug mode. After that you will be able to see the shortcodes for the layout under the regular layout window. If you don’t have a local or test site, then let us know which page you want the shortcodes for here.
Best regards,
Rikard
Hi,
Thanks for the update. Please add this to the copyright field under Enfold->Footer to remove the backlink:
[nolink]
Best regards,
Rikard
Hi,
I’m wondering …
After had imported all the demo files, at the end, I’ll delete all the are unnecessary.
But, is it possible import a single demo page (as sample to be used for something new, if in the future I would need it?
Thanks
Francesco
Hello
I’ve put in my private token and Enfold tells me I’m using the latest version:
No Updates available. You are running the latest version! (5.5)
however, on my other site is shows this as the latest version:
No Updates available. You are running the latest version! (5.6.9)
How can I get the latest update on the first site?
Thank you
ok thanks, solved. For Google Maps the problem was that I entered https instead of http.
And how do I remove it from the footer “Enfold Theme by Kriesi”
Yes – on WPML this is the way – because we have on WPML for each language a separated Enfold Options Dialog. But i do not get an info – if it is a WPML Multilang Installation.
Hi,
Thank you for the update.
You can try @Guenni007’s suggestion above or make sure that the RO home page is properly selected in the RO version of the Enfold > Theme Options > Frontpage Settings.
Best regards,
Ismael
Hey northorie,
Thank you for the inquiry.
The advanced styling of the h2 element overrides the custom style of the timeline date. You may need to adjust the advanced styling of the element or you can add this css code to adjust the color of the date.
#top #wrap_all .all_colors h2.av-milestone-date {
color: #000000;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.
Best regards,
Ismael
Hi,
Thank you for the update.
The API keys for Google Maps and ReCAPTCHA are missing from the Enfold > Google Services panel. Where did you place the API keys?
Please provide the API keys in the private field so that we can test it. Make sure to add the site domain as an http referrer. For more info, please check the following link.
// https://kriesi.at/documentation/enfold/google-map/#add-an-api-key
Best regards,
Ismael
I’ve had this issue before and it was not resolved. There are 3 of the same video on the link included in Private.
The top on works because I added the You Tube code.
The other 2 videos on this page are not showing when I use the Enfold Video “media element”. I even tried both style links.
Please help on why this is happening and why I can’t use Video options.
thanks
Hi gatehealing,
We’re glad that you were able to find the code that worked for you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi CredoCreations,
Please try to disable CSS File Merging And Compression and Javascript File Merging And Compression in Enfold > Performance.
Hope it helps.
Best regards,
Nikko
For some reason the Meta Title is showing up as the URL of the page (and not the page title and website as set in RankMath SEO %title% %sep% %sitename%).
I have confirmed with RankMath support that the plug-in is set-up correctly. And it works as it should on my other Enfold website. RankMath thinks it’s a theme issue/conflict. I have tried deactivating plug-ins with no luck.
The other strange thing is that on Safari the favicon is the “W”for wordpress (but shows the correct one on chrome.
Hi keep12,
You can just add it on the child theme and not on parent/main theme.
As for the issue shown in the screenshot, that’s pointing to wp-includes/index.php which is a WordPress file, Enfold does not add anything to it, you may want to check it’s content and if there’s any difference from the original content then you can remove it.
Best regards,
Nikko
Hi tomsky68,
Please go to Enfold > Theme Options > then disable Lightbox Modal Window
Hope it helps.
Best regards,
Nikko
Hi whdsolutions,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell {
display: flex;
flex-direction: column;
justify-content: center;
}
.responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell .flex_column {
margin-bottom: 0;
}
}
Hope it helps.
Best regards,
Nikko
Hi frb1,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .flex_column_table_cell {
display: flex;
flex-direction: column;
justify-content: center;
}
}
Hope it helps.
Best regards,
Nikko
Thank you, Ismael, for the explanation.
My footer page is still not showing up. I have multiple websites using Enfold; the other ones show the Footer when I have the settings to use a Footer page; however, one of my websites no longer shows the footer. I see some (new?) language of “beta” on some of the Enfold Theme settings for the Footer.
I turned off various plugins, and the footer still does not show up.
I do not see any obvious errors being thrown in the Chrome Developer console.
Not sure what my next steps should be? It was working fine until recently, and not sure why the Footer does not appear now?
Thank you for any guidance you can provide.
Ed
Hi there,
Since updating to the latest version release (v5.6.9), I’ve added TikTok and the new Twitter/X icons and links to the Enfold > Social Profiles section so that our icons appear in the header and footer of the site. While the links (including hovers) and space for those icons are indeed “there”, the actual icons are not appearing. They are also missing when I got to insert the icon content through a regular page.
Thanks in advance!
Under Enfold Child > Performance, none of the file compression options are on. Must be the WP fastest cache plugin. I’ll try it, but doesn’t that compression help with technical SEO in terms of page load speed, etc?
I updated from Enfold 4.5 to Enfold 5.6.9 on a staging site and updated the PHP version along with it. While everything translated beautifully to the new version, the hero images are no longer showing. Those are Fullwidth Easy Sliders and when opening them the image and information is still there, but the image just doesn’t show on the staging site. Any idea what I can do to get them back?
Thank you!
Hi Nikko
The current under construction page is being displayed by a third-party plugin. The problem lies with the coming soon page generated by the Enfold theme. Would it be permissible to grant you temporary administrator access to investigate this issue?
BR