Forum Replies Created
-
AuthorPosts
-
Hi Elvira,
Thanks for contacting us!
Currently only images are lazy loaded using HTML. You can enable/disable it globally in Enfold theme options > Performance or enable/disable in supported elements under Advanced > Performance > Lazy Loading Of Images.
In a bad case, if you are using a 3rd party plugin to lazy load images, they may not show up or break the animations. Since it is implemented using HTML, it is safe.Regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.flex_column.av-6j251f4-707e937d083a53255153ab2399200342 { background-color: rgba(255,255,255,0.9); }
255,255,255 is the RGB value of the color and 0.9 is opacity level.
Best regards,
YigitHey Vera,
Thanks for contacting us!
Unfortunately, such customization would be out of the scope of our support. If you really need it, please consider to hire a freelance developer for the task :)
Best regards,
YigitHi,
We are glad that Nikko could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { .title_container .breadcrumb { display: none; }}
Best regards,
YigitHey,
Thanks for contacting us!
Active state works on my end but focus state does not. Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.header_color .main_menu ul:first-child > li a:focus { color: #b3ae40; }
@guenni007 thanks for your help :)Best regards,
YigitMay 10, 2022 at 5:53 pm in reply to: Critical Error after manually checking for Enfold theme update #1351210Hey,
Thanks for contacting us!
Could you please post FTP logins here privately as well?
Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Best regards,
YigitHi,
I checked your website on my iphone and it does show same amount of filters on both mobile and desktop. I attached a screenshot in private content field below.
Have you figured it out already? :)
Regards,
YigitHey,
Thanks for contacting us!
I went to WPML > Languages > Language filtering for AJAX operations and checked “Store a language cookie to support language filtering for AJAX” which seemed to help.
Could you please go to your link in incognito mode and check once again? :)
Best regards,
YigitHi Roberta,
We are glad that it is working fine now!
It could have been server sided cache if you have one. In case you experience similar issue in future, please try clearing dynamic cache on your server and check if that helps :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
We are happy that Ismael could help you.
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitHallo Dirk,
Thanks for contacting us!
Yes, The Events Calendar is used in Church demo.
Enfold is fully compatible with both The Events Calendar and Events Calendar Pro plugins :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHey,
Thanks for contacting us!
You can go to Enfold theme options > Theme Update to see if you have the latest version. Currently the latest version is 4.9.2.2.
If your token is invalid, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and generate a new one :)
Regards,
YigitHi,
You are welcome! :)
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,
YigitHi Niclas,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHey,
Slider Revolution is not included in Enfold. LayerSlider plugin is included and we will include the updated version in upcoming version.
Best regards,
YigitHey Claudia,
WooCommerce is a free plugin, WooCommerce Bookings is a paid extension. Only WooCommerce is required to import the demo.
You can go to Plugins > Add New and search “WooCommerce” or download it here – https://wordpress.org/plugins/woocommerce/ :)
Best regards,
YigitHi,
I am well, Justin. Thanks! I hope you are too :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey Justin,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { .responsive #top #home .slide-entry.flex_column { width: 100%; margin-left: 0; } }
Best regards,
YigitMay 2, 2022 at 2:10 pm in reply to: GiveWP + Events Calendar + WooCommerce + Enfold = multiple AVIA element failures #1350185Hi,
Our devs are currently very busy working on upcoming major Enfold update and since GiveWP plugin is not one of the supported plugins, we are unable to help you fix this issue. We appreciate your understanding, Andrew.
If you have any other questions, please do not hesitate to start new threads.
Best regards,
YigitMay 2, 2022 at 1:09 pm in reply to: Product filter disappear in sidebar after update on 4.9.2.1 #1350178Hi Kai,
Thanks for contacting us and sorry for the late reply!
I tried updating Enfold to the latest version 4.9.2.2, switching to widget block editor and de-activating all active plugins except for WooCommerce but the issue persists.
I will report the issue to our devs and share this thread as reference.
Please kindly wait to hear from us :)
Best regards,
YigitHi Mike,
1- Please change your code to following one
function av_add_bbpress_custom_content() { echo 'YOUR SCRIPT GOES HERE'; }; add_action( 'ava_after_main_title', 'av_add_bbpress_custom_content', 10, 0 ); add_action( 'bbp_template_before_topics_loop', 'av_add_bbpress_custom_content', 10, 0 );
bbPress does not seem to have a hook before search form, the ones I tried did not work but this should work. This would add your banner below title bar. You can then add following code to bottom of Quick CSS field to position it in center
#b32654dbd97de { margin: auto; }
If that does not work, please post a link of your page.
2- Please add following code to Quick CSS
#b32654dbd97de { margin-bottom: 30px; }
3- Could you please refer to this post – https://bbpress.org/forums/topic/how-to-disable-hyperlinks-in-bbpress-forum/?
4- You can use – https://developer.wordpress.org/reference/functions/wp_is_mobile/ function to set different banners :)
Best regards,
YigitHey Tim,
Thanks for your suggestion!
We have forwarded your request to Günter on GitHub and shared this thread as reference. We will inform you here in case we have any updates on your request as always :)
Best regards,
YigitHi,
Thanks for your patience!
Yes, I got black screen on both IOS and macOS. webm files are not supported by Apple – https://discussions.apple.com/thread/3961142
Would it be possible for you to convert English version of the video to mp4 as well? :)
Best regards,
YigitHey,
Thanks for contacting us!
You can enable debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and then edit your page and copy the shortcodes from debugging field that will appear right below ALB and paste them into your other website.
If you would like to import a layout from another demo, please go to – https://kriesi.at/themes/enfold-overview/ and copy the pages you would like to import so we can provide you their shortcodes :)
Regards,
YigitHey Jan,
Thanks for contacting us!
You are currently using a very old version of the theme which is not compatible with your WordPress version. Updating the theme would fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9.2.2.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Regards,
YigitApril 30, 2022 at 11:30 am in reply to: Icon Grid (Image Flip Box) broken after Enfold upgrade from ver. 4.8.7.1 to 4.9 #1350032Hi,
You are welcome and thank you for your feedback!
Let us know if you have any other questions and enjoy your weekend :)Best regards,
YigitApril 28, 2022 at 10:09 am in reply to: Icon Grid (Image Flip Box) broken after Enfold upgrade from ver. 4.8.7.1 to 4.9 #1349779Hi E,
We have just released Enfold 4.9.2.2. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version :)
Best regards,
Yigit -
AuthorPosts