Hi Antonio,
Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab?
html {
background-color: white;
}
Best regards,
Yigit
Hey guys,
my website is not showing in the Google Search since 6 month.
Is there a technical problem from enfold? I register the site in the Google Search Console, but it doesn´t work.
I deactivated the plugin yoast, but it doesn´t work.
I´m not happy, please help me!
Thank you very much.
Hi A,
There were many errors in your custom CSS related to the way you add comments in CSS. I have corrected them. Following is the correct way of adding comments in CSS
/* Comment goes here */
And you had following custom CSS in Quick CSS field which was overriding default styling
#top .av-menu-button > a .avia-menu-text {
font-size: 16px !important;
font-family: 'Lato' !important;
background: #9cae30 !important;
border-collapse: separate !important;
border-width: 0px !important;
border-color: white !important;
border-radius: 5px !important;
color: white !important;
opacity: 1 !important;
padding: 10px !important;
box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5) !important;
-webkit-transition: 0.3s !important;
-moz-transition: 0.3s !important;
-ms-transition: 0.3s !important;
-o-transition: 0.3s !important;
transition: 0.3s !important;
}
I changed it to following
#top .av-menu-button > a .avia-menu-text {
font-size: 16px!important;
font-family: 'Lato'!important;
/* background: #9cae30!important; CAMBIO ANDREA */
border-collapse: separate!important;
border-width: 0px!important; /* CAMBIO ANDREA 30/6/2022, prima c'era 1px */
border-color: white!important;
border-radius: 5px!important;
color: white!important;
opacity:1!important;
padding:10px!important;
/* box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5)!important; */
-webkit-transition: 0.3s!important;
-moz-transition: 0.3s!important;
-ms-transition: 0.3s!important;
-o-transition: 0.3s!important;
transition: 0.3s!important;
border: solid !important;
}
You can now change border color in Enfold theme options > Advanced Styling > Menu Item Button with Border :)
Best regards,
Yigit
Hey Antonio,
Please go to Enfold theme options > Footer > Footer Behaviour and enable curtain effect :)
Best regards,
Yigit
Hi,
You are welcome, Antonio :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
Hi Support,
My Enfold form is sending out spam. Not form spam but email spam. According to my admin about 280 last week alone. I only caught it because it sent spam to me. Recaptcha is enabled and working. Are you aware of this and do you have a patch?
I can send the source if you need to see it.
Thanks,
Keith
-
This topic was modified 3 years, 8 months ago by
khickman.
Hi Mike,
Works perfect! Many thanks.
Only two questions:
– It´s possible save the loop-search.php file in enfold-child for the later updates?
– Could remove the pagination in the search?
Thanks advance,
BR,
Antonio.
Bespoke Ecommerce for a phone case retailer here in the UK.
place4acase – iPhone and Samsung Galaxy phone cases
place4acase are suppliers and retailers of high quality phone cases for iphone and samsung galaxy devices. The company is based in the UK and are able to sell and distribute throughout the world. They work with artists to provide unique phone case designs available in matte, glossy and reinforced options.
The site is based on a modified version of Enfold with WooCommerce. We also use the excellent WooCommerce Extra Product Options Plugin from Code Canyon
The site also uses The Smash Baloon Instragram Feed Plugin.
The following modifications have been made:
-Changed the product page layout with CSS so the thumbnails are beside the image rather than next to it
-Moved the single product image over and made it larger so it is displayed more prominently
-custom header and menu structure with mobile first design
-product pages tweaked with sidebars removed and widget based filters for navigation
The site scores up to 95/100 in mobile speed testing and up to 100/100 on desktops
(Note that ther is currently a bug in the new PayPal plugin causing the mini cart JS to load on every page. This does reduce scores to 85/100 until the new release – This post was created 04/08/2022)
Think Jarvis uses an optimised performance stack for Enfold that includes
– 500 lines of code in functions.php
– font pre-loads
– lazyloading images
– baspoke ht access settings
– 8 core VPS server shared with other optimised sites only
– Caching
– Image compression and WebP generation
– Lazy Load JS on top of Enfolds HTML option so that the Instagram Feed is Lazy Loaded
– Critical CSS generator
– Bespoke Enfold settings
Let me know if you have any feedback :)
-
This reply was modified 3 years, 8 months ago by
thinkjarvis.
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,
Great, I’m glad that you got it working, and thanks for the update. 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
Hi Nikko,
Ok, but I need to upload and use my own designs.
I have a set of 7 icons saved as svg, in a zipped folder, but I can not add them to enfold.
How are they added to Enfold
Alan ;)
Hello,
I don’t want a sidebar on my archive categories pages.
-I try to deactivate sidebar in enfold setting>sidebars>Sidebar on archive page but this will delete also sidebar on my shop site.
Is there any other option to hide the sidebar only on archive page?
Kind regards,
Daniel Turk
Hi,
Thank you for the inquiry.
You may need toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site. This is to ensure that the dynamic stylesheets are regenerated when something changes in the site. You should also disable the cache and minification plugin temporarily.
Best regards,
Ismael
Hi,
Thank you for the update.
We were able to reproduce the issue on an iPhone emulator. The number in the input field is faded because the opacity of the input field is set to 0.4. To fix the issue, we have to set the opacity of the quantity input element back to 1.
Please add this css code in the Quick CSS field.
#mainContainer div.qty input {
opacity: 1 !important;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi Ramiro,
Please use the plugin suggested in our documentation as well as follow the instructions there: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters
Hope this helps.
Best regards,
Nikko
Hi Tia,
I would suggest moving those scripts and styles from the codeblock to the child theme.
Here’s how you can add the script/style in footer: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section
Hope this helps.
Best regards,
Nikko
give a custom-class to your text-block element – f.e.: img-side-by-side
insert your images via add media – set for both images float left – or center or right – make one return and insert your text.
.avia_textblock.img-side-by-side p {
display: flex;
}
see details on: https://enfold.webers-webdesign.de/magoo/
Hi,
Thanks for the clarification. It’s only possible to use one theme at a time in WordPress unfortunately, and the Divi layout builder is not available as a standalone plugin as far as I know? If you want to use Enfold, then I would highly recommend that you use the built in Layout Builder instead.
If Enfold is not what you are looking for, then please file a refund request at Envato/Themeforest.
Best regards,
Rikard
letizia bertone
Sorry, i try to explain the problem: I buyed Enfold in order to create an indipendent e-commerce on my website (buildt with Divi). I thoudt that i could use both theme meanwhile, but if i activate Enfold this is not possible, so it’s useless for me to have both Divi and Enfold.
I hope you can understand now
Hey Antonio,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed :)
.header_color ::placeholder {
color: red;
}
Best regards,
Yigit
Hey Myrna,
Thanks for contacting us!
You can login on ThemeForest using the account you purchased Enfold with and go to Downloads page to download the latest version of the theme.
To receive auto updates in WordPress dashboard, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert your Personal Token in Enfold theme options :)
Best regards,
Yigit
RaghavaGuest
Hello,
The Enfold theme conflicts with LiveAgent support JavaScript. Those forms go down at the bottom after the footer, you can see it at our site.
It is fine with default wordpress themes, it will display in the middle of the page without any issue.
Hope you get a chance to fix it.
Thanks!
Myrna OuglandGuest
We purchased the Enfold theme on August 26, 2021 through Envato / Code Canyon. I can’t see any way to download or update the theme, the update is not available on the site, and I can’t find any place to log in and download the latest version. I assumed support would come with the theme but your support appears to have expired. How do I obtain the latest copy of Enfold? Thank you!
Hi again,
now memory limit is increased to 256m and PHP was upgraded to 8.0.22
But this didn’t solve the problem, same warnings:
Warning: Illegal string offset ‘default’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘mini’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘default’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘desktop’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘medium’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
Warning: Illegal string offset ‘small’ in /var/home/webt_at/www/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 220
and so on…………..
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
nav.main_menu li a:focus {
outline: none;
}
Best regards,
Rikard
Hi,
Thanks for letting us know, 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
letizia bertoneGuest
I Try to use Enfold to upgrade Woocommerce on WordPress, but the previous theme Divi works mutch better. Is it a way to use Enfold as an extension of Woocommerce or I have to use it on all my website?
If it’s not possible I’ll ask you a refund beacause it doesn’t work well. Thanks
Dear Team,
further to the above, I´ve learned it would make sense to track for the time being GA4 plus UA codes in parallel. Google offerrs this option as well.
-> Is the above option possible as well in the enfold settings/Google services/GA? If so, what syntax? E.g. like the following or so?
G-xxxxx; UA-yyyy
Thx and best regards Tilman
Hi,
So you can’t select a PHP version higher than 7.0? If so, then I would consider changing your hosting provider, since that version is not supported by WordPress or Enfold.
If the automatic update is not working, and you can’t use the plugin, then 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/
Make sure that you have backups of the site before starting updating.
Best regards,
Rikard