Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.main_color .avia-content-slider .slide-image { background-color: transparent; }
Regards,
YigitHi,
You are currently using a very old version of the theme, 3.8.4. 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.
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. Since you are using a very old version, Personal Token would not work on your installation. Please update first and then insert Personal Token in Enfold theme options :)
Cheers!
YigitHi,
Please refresh your page a few times. It works fine on my end. I attached a screenshot in private content field below :)
Cheers!
YigitHey,
I updated your pages and images started showing up. Please review your website :)
Regards,
YigitHey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHi Antonio,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and change “blue” and “green” to hex value of desired colors
.header_color .header_bg { background: linear-gradient(blue, green); }
Regards,
YigitHi,
Great! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Dondela,
Thanks for contacting us!
Please edit your Text Block element and give it a custom ID (“custom-border” in example below) and then add following code to bottom of Quick CSS field
#custom-border { padding: 1rem; border-width: 10px; border-style: solid; border-image: linear-gradient( to bottom, #E95A1A, #6F536B, #142453 ) 1 100%; border-right: none; }
Regards,
YigitHey,
Please change your code to following one
.page-id-702 #avia-menu > li > a .avia-menu-text { color: #d3d1d1 !important; }
Best regards,
YigitHey,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/privacy-cookies/ and use Enfold’s cookie content messages.
If you need a more advanced cookie plugin, we would recommend – https://borlabs.io/borlabs-cookie/
Best regards,
YigitMarch 15, 2022 at 4:12 pm in reply to: Icon Grid (Image Flip Box) broken after Enfold upgrade from ver. 4.8.7.1 to 4.9 #1344576Hi,
Thanks!
The issue seems to be related to the items having the same element IDs. Manually changing IDs does not help but updating the element does. Our devs will consider adding a check to make sure all IDs are unique.
When we have more information to share, we will update you here :)
Best regards,
YigitHi,
I commented out following code in functions.php file of your child theme and that helped
// add_action( 'woocommerce_single_product_summary', 'woocommerce_single_product_summary_button', 11); /** * Dequeue wc-fragments * Removes synchronous wp-admin/ajax request that happened on every page load when cart is non-empty. * This script is not in use and should be safe to disable. */ /* function dequeue_wc_fragments() { wp_dequeue_script( 'wc-cart-fragments' ); } add_action( 'wp_enqueue_scripts', 'dequeue_wc_fragments', 100 ); */
Please review your website.
Best regards,
YigitHi Michael,
Please add following code to Quick CSS field as well
.avia-promocontent { margin-right: 0; }
Best regards,
YigitHi Annemarie,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Currently the latest version of Enfold is 4.9. Have you tried checking for update manually in Enfold theme options? If you have, there might be some issue with your token. Could you please try to regenerate one and make sure all required tokens are enabled – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5?
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_promobox .avia-button-right { float: none; } .av_promobox .avia-button { float: none; position: unset; margin-top: 0 !important; width: 150px; /* Adjust width as needed */ margin: auto; }
Best regards,
YigitHey Sha,
Thanks for contacting us!
We have reset your forum password and attached it in private content field below. After logging in, please edit your profile to update your password :)
Regards,
YigitHi Annemarie,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { .avia-product-slider-container .avia-slideshow-arrows { display: none; }}
Best regards,
YigitHey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHi,
Yes, that must be the case. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates in WP dashboard :)
Regards,
YigitMarch 14, 2022 at 3:26 pm in reply to: Blog Ansicht – Beitragsdatum in Englisch statt auf Deutsch #1344413Hey Claudia,
Could you please regenerate a new token and make sure that all listed tokens here – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5 are enabled?
Best regards,
YigitHi,
We are happy that Ismael could help you out! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Please edit your Special Heading element, go to Styling > Colors, choose to use custom colors and change it as needed – https://imgur.com/a/kGtAo4q :)
Best regards,
YigitHi,
Thanks for contacting us!
Could you please post a link to your page and screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)
Cheers!
YigitHi,
We are glad that you have figured it out! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
It seems like you are choosing resized versions of the images. Please make sure you are choosing full size or a bigger size – https://imgur.com/a/rIpHVaB :)
Regards,
YigitHi,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 and switch to mobile menu on screens sizes smaller than 1305px
/* Activate burger menu */ @media only screen and (max-width: 1305px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; }}
Regards,
YigitHi Rob,
We have checked with WordPress themes team and they confirmed that a theme named “Enfold” will not be accepted to WordPress repository. They said that their system would not allow to upload the theme with higher than 50 active users :)
Best regards,
YigitHi,
I am glad that Rikard could help you out! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitMarch 10, 2022 at 6:22 pm in reply to: Icon Grid (Image Flip Box) broken after Enfold upgrade from ver. 4.8.7.1 to 4.9 #1344045Hi E,
Thanks for your patience!
I tried reproducing the issue on my local installation however it works fine on my end as well.
I enabled debugging mode of ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode, copied the shortcodes from your page and pasted into my test page and Icon Grid element was broken then. I checked the shortcodes for difference but there is not major differences that could cause the issue.
I added the element I re-created to your page and it worked fine. Unfortunately, I am not sure what exactly is causing the issue on your installation however re-creating the element fixes it. I added re-created versions to your test pages. Please remove old Icon Grid elements, then copy shortcodes from test pages and paste them into your live pages :)
Best regards,
Yigit -
AuthorPosts