Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1439 #after_section_2 .container {
padding: 0;
}
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-339 .av-hamburger-inner, .page-id-339 .av-hamburger-inner::before, .page-id-339 .av-hamburger-inner::after, .page-id-1302 .av-hamburger-inner, .page-id-1302 .av-hamburger-inner::before, .page-id-1302 .av-hamburger-inner::after, .page-id-351 .av-hamburger-inner, .page-id-351 .av-hamburger-inner::before, .page-id-351 .av-hamburger-inner::after {
background-color: #006699;
}
Best regards,
Rikard
I need to put a button into the logo area.
I saw information on how to do it Here https://kriesi.at/documentation/enfold/add-button-elements-to-your-header/#toggle-id-2
but this tutorial was only if you want the menu below the logo area.
My client has the logo area below the menu, and the logo is justified to the left.
How can I add a button on the right side of the logo area?
Hi,
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
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
Hey sensiblekaren,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post #main h3 {
text-transform: none;
}
Best regards,
Rikard
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer div.first {
margin-bottom: 0;
}
}
Best regards,
Rikard
Hi Waltraud,
That is the Caveat Google font. You can set that under Enfold->General Styling->Fonts.
Best regards,
Rikard
Hey Julie,
Did you try to set Enfold->Footer->Footer Behavior to Sticky with Curtain Effect?
Best regards,
Rikard
Hi guys
I am getting this js error on one of my sites:
<blockquote>jquery.js?ver=3.6.0:130 Uncaught Error: Syntax error, unrecognized expression: #search:query=kostbarmacher&attrib%5Bsearch_type%5D%5B0%5D=product
at Sizzle.error (jquery.js?ver=3.6.0:130:402)</blockquote>
I have deactivated all plugins and also the enfold child theme, and the error still persists.
We are currently running:
WP: 6.0.2
Enfold: 5.1.1
PHP 7.4.30
Can you please have a look? I can give you access if you need since this is a test site.
Thanks for supporting
best, Jay
Hey Simon,
We can’t say if an update will break something unfortunately. Please try performing the update on a staging copy first. The update to 5.0 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
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,
Mike
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
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,
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,
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
Hi,
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
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Thanks Ismael!
I just had a quick look at the Video in your link – looks very much like my level of tech – thanks again!
Tony (studio3enfold)
Hey edgeofcinema,
Thank you for the inquiry.
You can use this css code to align the logo to the left.
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: none;
}
To insert additional text beside the logo image, try to use this filter in the functions.php file.
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub){
$sub .= "<span class='logo-title'>";
$sub .= get_bloginfo( 'name', 'display' );
$sub .= "</span>";
$sub .= "<span class='logo-title logo-subtitle'>";
$sub .= get_bloginfo( 'description', 'display' );
$sub .= "</span>";
return $sub;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hey studio3enfold,
Thank you for the inquiry.
You can actually upload custom icon fonts from flaticon or fontello in the Enfold > Import/Export > Iconfont Manager. Please check the link below for more info.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
Ismael
Hi,
Thank you for the inquiry.
@HulaSlim: As instructed above, you have to create a new page, preferably using the Advance Layout Builder, and set this new page as the Custom 404 Error Page in the Enfold > Theme Options panel.
@Sozo: Thank you for the instructions!
Best regards,
Ismael
Hey Sam,
Thank you for the inquiry.
Updating to the latest version of the Enfold theme should definitely help fix the problems with the Advance Layout Builder. After the upgrade, make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache. You should also update the plugins and optimize the database.
Make sure to create a site backup or a restore point before doing any of the steps above.
Best regards,
Ismael
Hey HulaSlim,
Thank you for the inquiry.
Looks like it is the only title with a link in the list. To remove the underline, try to use this css code.
#top .av_inherit_color a {
text-decoration: none;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hey dweddell,
Thank you for the inquiry.
You can use the actual shortcode of the custom button and add it manually to the content slider. To see the builder shortcodes, you have to set the builder to debug mode.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
After enabling the debug mode, you will see the shortcodes field below the Advance Layout Builder. Just copy the shortcode of the custom button and place it in the slider.
Best regards,
Ismael
Hey schwabino,
Thank you for the inquiry.
You can use this css code to adjust the background color of the preloader to black (#000000).
#top .av-siteloader-wrap {
background-color: #000000
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, then purge the cache.
Best regards,
Ismael
Hi,
Thank you for the info.
The handwriting font is displaying correctly on our end, checked on Chrome. We provided a screenshot below.
// https://1drv.ms/u/s!AjjTfXSRbKTvxAz4mT5g0NbqFt5T?e=BVQVGs
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache, do a hard refresh, then check the page again.
Best regards,
Ismael
Simon MasseGuest
Hello!
My client is using Enfold Theme Version 3.0.4. We are currently wanting to update the PHP version to 7, for speed and security purposes. However, it seems that this version is not compatible with PHP 7.
Would updating the site to the current Enfold Theme version likely break everything and require us to do a big migration, or is it mostly retrocompatible?
Website URL is in Private Content field.
Thanks!
Hi There!
Yes, you can edit a normal page and create your own custom/personalized 404 Page. Be sure to name the page you create “404” or “404 Error” or something similar, so that it displays properly in the address bar and tab.
If so, then how can I make it show in case it is needed? From which place ?
From the Enfold menu> Theme Options
Near the bottom of the page is a “Custom 404 Error Page” option. From the drop-down menu select “redirect to select page”
That will open another option and in that drop-down, you can select the custom 404 error page you just created.
Save your changes and you’re all set.
Hope that helps.
Waltraud ReisingerGuest
Sehr geehrte Damen und Herren!
Ich ersuche sie höflichst um Hilfe.
Ich habe das enfold theme health coach gekauft und baue gerade folgende HP: http://www.mediation-prammer.at. Leider bin ich bei den Theme Optionen auf den Button alles Styling zurücksetzen angekommen. Und jetzt sieht alles ganz anders aus.
Ich benötige die schöne geschwungene Schrift welche bei den Überschriften verwendet wurde. Im Textblock konnte man die Schrift einfügen.
Vielleicht können sie mir weiterhelfen.
Vielen Dank Reisinger Waltraud