Forum Replies Created
-
AuthorPosts
-
Hi,
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,
YigitHi,
Could you please create temporary admin logins for one of the websites and post them here privately so we can look into it? :)
Best regards,
YigitHey,
Thanks for contacting us!
I just tested share via email button and it works fine on my end. I attached a screenshot in private content field below :)
Best regards,
YigitFebruary 17, 2022 at 5:42 pm in reply to: Masonry Gallery Load More button not working on mobile #1341207Hi,
We are happy that Ismael could help you out! :)
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,
Thanks for contacting us!
– Please make sure you are using a child theme – https://kriesi.at/documentation/enfold/child-theme/
– Go to /enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php file via FTP and copy it
– Create a folder called “shortcodes” in your child theme and paste magazine.php file inside that folder.
– Open magazine.php file on your child theme and find following line
$time = get_the_time( get_option('date_format'), $entry->ID );
and change it to following
$time = get_the_modified_time( get_option('date_format'), $entry->ID );
– Add the code shared here – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb into functions.php file of your child theme :)Regards,
YigitHi,
We are glad that Ismael could help you out! :)
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,
YigitHey,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Have you referred to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot? :)
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 Rixi,
Thanks for the information. I could reproduce the issue in older versions as well and reported the issue to our devs.
As a temporary workaround, please edit your Color Section where you would like to override the background image and give it a custom CSS class “bg-section” in Advanced > Developer Settings. I already added following code to Enfold theme options > General Styling > Quick CSS in your installation so currently it works as expected with custom CSS class
.bg-section.main_color { background-image: unset; }Best regards,
YigitFebruary 17, 2022 at 4:11 pm in reply to: White space between footer socket and main content #1341188Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
I edited the cells and set Background Repeat to “stretch to fit” and Background Image Position to “center center”. Could you please review your website once again? :)
Best regards,
YigitHi Veronika,
I thought you wanted to do the opposite :)
I added following code to bottom of Quick CSS field
#avia-menu { display: flex; flex-direction: column-reverse; } @media only screen and (max-width: 990px) { #top #menu-item-search { margin-top: -30px; } }Please review your website :)
Best regards,
YigitHi,
Thanks for that. I could see the issue. I noticed that you have already started a thread regarding this issue so I will close this one and reply in your other thread – https://kriesi.at/support/topic/coloursection-colour-is-not-shown/ :)
Best regards,
YigitHi,
Could you please create temporary FTP and WP admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHey Jarno,
Thanks for contacting us!
TTF, EOT, WOFF and WOFF2 are needed as well so I converted your fonts using – https://transfonter.org/ and then re-uploaded them. Please review your website :)
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 :)
Regards,
YigitFebruary 17, 2022 at 3:24 pm in reply to: White space between footer socket and main content #1341175 -
AuthorPosts
