Forum Replies Created
-
AuthorPosts
-
Hi,
Please do and thanks for sharing the tip. I am sure that is overlooked by many :)
Best regards,
YigitHi Tim,
Wanted to inform you that we are going to update the element however due to a conflict with another change on the element, it will probably not be included in upcoming version but in the next one.
This thread was added as reference so we will keep you updated there :)
Best regards,
YigitJune 28, 2021 at 12:54 pm in reply to: clean enfold install with woocommerce and demo data results in critical error #1307729Hi Pieter,
You can use a cache plugin to merge and compress JS and CSS files, it would increase the performance. Enfold is definitely a good WooCommerce theme. I reported the issue to our devs and it should be fixed soon :)
Best regards,
YigitJune 28, 2021 at 12:07 pm in reply to: Revolution Slider since 6.5.0 not working with enfold #1307723Selamlar Fatih!
I requested a copy from our devs. I will try to reproduce the issue on my installation and will keep you updated here :)
Regards,
YigitHi,
It is a small customization that is not included in the theme however if you would like to implement a similar solution, please login to our support forum and attach temporary admin logins in private content field so we can help :)
Best regards,
YigitHi,
Sorry, I meant to say set opacity to 1 :)
Have you tried commenting out the code in shortcodes.css file and check if that helps?
If it does, you can copy enfold/css/shortcodes.css file into your child theme inside /css/ folder and add following code to functions.php file of your child theme
add_action( 'wp_enqueue_scripts', 'wp_change_shortcodescss', 20 ); function wp_change_shortcodescss() { wp_dequeue_style( 'avia-shortcodes' ); wp_enqueue_style( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/css/shortcodes.css' ); }Best regards,
YigitHi,
Thanks for contacting us!
Please see – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token :)
Regards,
YigitHi,
Thanks for contacting us and sorry for the late reply!
I tested adding “™” to product name and it seems fine on my end. Please see screenshot here – https://imgur.com/a/72UnCq4
Have you made any changes on email templates?
Best regards,
YigitHi Tim,
Glad Rikard and Nikko could help! :)
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,
Glad you figured it out!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitHi Pauline,
Thanks for contacting us!
You can use Accordion element to create such section. Here is an example of the element from our demo site – https://kriesi.at/themes/enfold-2017/elements/accordion/ :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHey Robert,
Thank you so much, however, we are currently not interested :)
Enjoy the rest of your day!
Regards,
YigitHey Thomas,
Could you please try adding following code to Quick CSS and check if that helps?
.js_active .av-minimum-height .container { opacity: 0; }It is added on 104th line of enfold/css/shortcodes.css file :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitJune 23, 2021 at 7:56 pm in reply to: Regular Licences Purchased but cannot register with the Purchase Codes #1307202Hey,
Glad you figured it out! Let us know if you have any other questions and enjoy the rest of your day! :)
Regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitHi,
Yes, updating the theme would help. Your second site is using Enfold 4.4.1 which is not compatible with your WordPress version.
If you are unable to login to your first site, please clear browser cache and refresh your page a few times and it should work :)
Best regards,
YigitHey,
Thanks for contacting us!
I was able to login to your dashboard. Attached a screenshot in private content field below.
I am guessing you have updated Enfold to the latest version and that helped? :)
Best regards,
YigitJune 23, 2021 at 5:30 pm in reply to: clean enfold install with woocommerce and demo data results in critical error #1307189Hi Peter,
Thanks! SFTP took forever however did not connect.
In the meantime, I went to Enfold theme options > Performance and disabled CSS & JS file merging and compression feature and that helped.
We will look further into the issue and will update you on this thread :)
Best regards,
YigitJune 23, 2021 at 3:55 pm in reply to: clean enfold install with woocommerce and demo data results in critical error #1307175Hey,
Thanks for contacting us!
Could you please share a link of your website and temporary FTP logins as well so we can look into it? :)
Best regards,
YigitHi Julio,
I am located in Lithuania. I tested on Firefox, Chrome, Safari and Opera on desktop and Safari on mobile however autoplay did not work on any of the browsers I tested.
I will ask my teammate @mike who is also in the USA to check this thread but I am pretty sure this applies globally. I attached 2 articles below
Firefox – https://support.mozilla.org/en-US/kb/block-autoplay
Chrome – https://developers.google.com/web/updates/2017/09/autoplay-policy-changesBest regards,
YigitHi Roger,
Please refer to this post – https://contactform7.com/setting-up-mail/
If you need additional help, please create temporary admin logins and post them here privately :)
Best regards,
YigitHi,
I have updated the theme to the latest version. I see no errors and Text Blocks are showing up correctly.
Please review your website and 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 :)
Best regards,
YigitHey THP,
Thanks for your suggestion!
I am not sure why we have chose to use background image instead of image but I will forward your request to our devs and share this thread as reference :)
Best regards,
YigitJune 23, 2021 at 2:23 pm in reply to: How do i add or import elements from demo to my website #1307157Hey Sabeeh,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode which would display shortcode of ALB elements in debugging field. After creating elements on a test page, you can copy the shortcodes and use them in Elementor :)
Best regards,
YigitJune 23, 2021 at 1:32 pm in reply to: emergency!!! contact form doesn't work on Ipad and Iphone #1307151Hi,
Following code in Quick CSS field was causing the issue
*{ -webkit-user-select: none !important; }I commented it out and cleared the cache and that helped.
Please review your website :)
Best regards,
YigitHey Jens,
Thanks for contacting us!
You can try using a plugin such as this one – https://wordpress.org/plugins/toggle-content/. I am afraid I do not have any experience with such plugin that I can guarantee it would work.
Sorry to hear that you are tired of our custom solutions. There are so many plugins out there and project requirements change for almost every user nevertheless, we try to help with customizations which is actually out of the scope of our support :)
Best regards,
YigitHi,
Thanks for contacting us!
Enfold ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) is fully compatible with WooCommerce. You can use WooCommerce to turn your Enfold site into a online shop. Here is a plugin for Shopee integration – https://woocommerce.com/products/shopee-integration-for-woocommerce/# :) You can use any Enfold demo you like – https://kriesi.at/themes/enfold-overview/.
I hope that helps. Let us know if you have any other questions and enjoy the rest of your day!
Regards,
Yigit-
This reply was modified 4 years, 8 months ago by
Yigit.
Hi,
You are welcome! :)
Please try changing the code to following one
@media only screen and (max-width: 480px) { .responsive #top:not(.home) #main .products .product:nth-child(2n) { margin-left: 2%; } .responsive #top:not(.home) #main .products .product { width: 48%; } }Best regards,
Yigit -
This reply was modified 4 years, 8 months ago by
-
AuthorPosts
