Forum Replies Created
-
AuthorPosts
-
Hey,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and update the theme via FTP :)
Regards,
YigitHi,
It seems like you are still using Enfold 4.6.3.1. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9 :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
Sure, please post temporary FTP and WP admin logins here privately so we can look into it :)
Best regards,
YigitHi,
Broken HTML would break the page. As long as you make sure your HTML is not broken, there should not be any issues.
Please make sure all Strong tags are opened and closed properly as following
<strong>This is a strong text</strong>
Best regards,
YigitFebruary 21, 2022 at 1:14 pm in reply to: Warning to Enfold Users – ADA Compliance Lawsuits a Big Issue in USA Now #1341623Hi Rob,
A Level is the lowest level and AAA is the highest level. Line heights are increased when AAA conformance level is selected for better readability :)
Best regards,
YigitFebruary 21, 2022 at 1:08 pm in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341622Hi @GWS,
Thanks for your feedback!
Future readers; we have just released Enfold 4.9 which includes the fix :)
Best regards,
YigitFebruary 21, 2022 at 1:06 pm in reply to: Matomo Analytics Cookies Opt-In Reload After Accept #1341621Hi,
Sorry for the late reply!
I could reproduce the issue on Firefox as well and reported to our devs. However they mentioned that this is cross domain issue. There are ways to manipulate the header in WP or via .htaccess file – but this is not theme related and needs deeper digging into. You can refer to this post – https://stackoverflow.com/questions/3342140/cross-domain-cookies
Best regards,
YigitFebruary 18, 2022 at 5:26 pm in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341359Hi,
I added following code as a new snippet
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ if ( get_post_type( get_the_ID() ) == 'dlp_document' ) { $args['show_home'] = __( 'Home / Library documents', 'avia_framework' ); } return $args; }
This basically just replaces “Home” with “Home / Library documents” :)
Best regards,
YigitHi,
Your page is password protected so I could not view it. Full width elements such as Color Section, Fullwidth Easy Slider etc. push sidebar below them. Could that be the case on your page as well?
Best regards,
YigitFebruary 18, 2022 at 4:31 pm in reply to: How to change color of hover-background in Burger-Menu? #1341352Hi Jak,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av_header_transparency .main_menu ul:first-child > li > a:hover, #top .av_header_transparency .main_menu ul:first-child > li > a:focus, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus { opacity: 1; }
Best regards,
YigitHi,
If you are able to update the theme with only those 3 permissions using Envato Market plugin, that is fine! 7 permissions are required to be able to update the theme from Enfold theme options :)
Thanks for sharing your solution. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
I logged into your account and it seems like you can start new threads – https://kriesi.at/support/forum/enfold/#new-post :)
I have attached your new password in private content field below. Please do not forget to change it :)
Best regards,
YigitHi!
1- Semi colon is missing after border-radius property and that is causing the issue – https://imgur.com/a/JcTI9P5. If I add it in dev tools, it works correctly – https://imgur.com/a/IChWNpp.
You are using Block Editor and this is not a CSS conflict with Enfold so I would recommend you to contact WordPress support regarding the issue.
As a temporary workaround, I added following code to Quick CSS in Enfold theme options > General Styling tab
.wp-block-button__link.has-col-ffffff-color.has-col-ff-6600-background-color.has-text-color.has-background { border-radius: 0; background-color: #f60; }
2- You can add it to functions.php file of Enfold parent theme however when you update the theme, file would be overwritten so you would need to add it again. That is why we would recommend you to use a child theme :)
Regards,
YigitHi,
Please make sure to enable only following tokens
All 7 should be enabled.Regards,
YigitHey Robin,
Thanks for contacting us!
Enfold is fully compatible with WooCommerce and WP EasyCart. We have used WooCommerce on Enfold demos that have shop functionality. Cart and Checkout pages are created by WooCommerce.
To add PayFast payment method, you can use this plugin – https://woocommerce.com/products/payfast-payment-gateway/
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHey Pietro,
Thanks for contacting us!
Please login to our forums and go to – https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code :)
We can do it for you too but we would need to reset your password, login to your account and re-validate. If you would like us to do so, please confirm :)
Regards,
YigitHi Peter,
Thanks for contacting us!
Have you referred to this post – https://kriesi.at/documentation/enfold/theme-update/?
We can gladly update your sites for you however we would need to validate your purchases. Could you please privately share your purchase codes, FTP and WP admin logins of the sites? :)
Regards,
YigitHey,
After activating Enfold, you can go to Enfold theme options > Demo Import and import Law demo with a single click within a few minutes – https://kriesi.at/documentation/enfold/import-demos/ :)
Regards,
YigitFebruary 18, 2022 at 12:39 pm in reply to: Issue with Re-ordering Media Files on Masonry gallery #1341325You can start new threads in Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Best regards,
YigitHi,
Copying the shortcodes is easy, you can simply refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode, enable ALB debugging mode and then copy the shortcodes of the page in debugging field that will appear right below Advanced Layout Builder. Copying CSS is more complicated. For example main color, alternate color, footer color, header color etc. are different in each demo as they are dynamically generated depending on theme options and you would need to override them using page ID’s in your custom CSS as following
.page-id-59 .main_color { color: red; border-color: orange; }
Best regards,
YigitFebruary 18, 2022 at 12:26 pm in reply to: How to change color of hover-background in Burger-Menu? #1341322Hi Jak,
You can edit “Menu Links in overlay/slide out” and change “Font Hover Color” instead of “Menu Hover BG” to change text color on hover :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi Veronika,
You are welcome!
No, it was my bad :) Please feel free to remove commented out codes I mentioned above.
Let us know if you have any other questions and enjoy your weekend!
Best regards,
YigitFebruary 18, 2022 at 12:21 pm in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341317Hey,
Thanks for contacting us!
Please try using this plugin – https://wordpress.org/plugins/json-content-importer/ :)
Best regards,
YigitFebruary 17, 2022 at 6:13 pm in reply to: Attempting to Update Enfold to Version 4.8.9.1 – WooCommerce Error #1341213Hi,
I could not login to your website, I received the message I attached in private content field below.
I updated the theme via FTP but the version still shows 4.8.2 on your staging site. If you have some sort of server sided cache, please temporarily disable it and adjust the privileges so we can login to your staging site :)
Best regards,
YigitHey,
Thanks for contacting us!
I am not sure I understood the changes you would like to make clearly. Could you please elaborate? If you have screenshots, please upload them on imgur.com and post the links here :)
Best regards,
Yigit -
AuthorPosts