Forum Replies Created
-
AuthorPosts
-
Hey,
Could you please clear server sided cache and check if that helps? It seems like issue is related to dynamic cache to me.
Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.single-product .av-woo-purchase-button { text-align: center; }
Regards,
YigitHey,
Have you referred to this post – https://kriesi.at/documentation/enfold/theme-registration/ and inserted a newly generated Personal Token in Enfold theme options?
Alternatively, you can use this plugin to check for the updates – https://www.envato.com/lp/market-plugin/
I am closing this thread as it is no longer related to image licenses. If you have any other questions or issues, please start a new thread under Enfold sub forum :)
Best regards,
YigitHi Rixi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
You can refer to @guenni007’s post above and to get the Enfold shortcodes, you can refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode for ALB. After enabling debugging mode, you would see the shortcodes of the page in debug area right below Advanced Layout Builder.
Thanks for your help @guenni007!
Regards,
YigitHi,
I have updated your header.php file on your child theme and that helped. I included Global site tag but did not notice any other change on the file. If there is, please include it as well.
Please review your website :)
Best regards,
YigitHi,
Thanks for the update!
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,
YigitHi Chrilles,
We are happy that Rikard could help you. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
We are glad that Rikard 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,
YigitMay 11, 2022 at 9:28 am in reply to: 4 Problems – Icon Animation, White Space, Layer Slider & Header #1351311Hi Peter,
We are glad that Rikard 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,
YigitHey Olivier,
Thanks for contacting us!
Could you please post FTP logins here privately as well? Also, which demo would you like to import? :)
Cheers!
YigitHi María,
We are happy that Rikard could help you.
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,
YigitHi Sarah,
Thanks for contacting us though, we are not interested.
Enjoy the rest of your day!
Regards,
YigitHi,
You are welcome, Dan. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Tiffany!
Thanks for contacting us!
Both codes seem correct. Please check your custom CSS for errors using this website – http://csslint.net/ and make sure to clear cache :)
Best regards,
YigitHey Ingo,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)
Best regards,
YigitHi Ingo,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-safari #top .flex_column_table.av-equal-height-column-flextable.av-7kmmtz-63e735761ed44bed2ca27c142ce5dff9 { margin-top: -40px; }
Also you have following code in style.css file
.submenue-ib { padding: -100px 0 10px 0; margin: 0 0 0 0; text-align: right; vertical-align: top; }
Please change “-100px” to “0” as negative values are invalid for padding
Best regards,
YigitHi Vera,
It does not really matter but developers at Codeable are familiar with Enfold :)
Best regards,
YigitHi Dan,
Thanks for contacting us!
Could you please try moving your Code Block element into a separate Color Section element with a custom ID (you can edit your Color Section element and go to Advanced > Developer Settings > Custom ID. “custom-bar” in example below) at the very beginning of your page and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#custom-bar { z-index: 2; position: fixed; }
Best regards,
YigitHi,
Thanks for the update! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Eric,
Thanks for contacting us!
Please add following code to bottom of functions.php file of your child theme
add_filter('avf_title_args', 'av_custom_single_title', 10, 2); function av_custom_single_title($args,$id) { if ('is_singular') { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); } return $args; }
Best regards,
YigitHey rixi,
Thanks for contacting us!
Please use this website – https://transfonter.org/ and generate TTF, EOT, WOFF and WOFF2 formats and upload it.
If you need assistance with it, please create temporary admin logins and post them here privately :)
Cheers!
YigitHey Evi,
Let me elaborate:
1- Image elements i.e. slider elements, gallery elements. Supported elements have lazy load option in Advanced > Performance tab.
2- You can use it on all supported elements.
3- If there is a conflict with 3rd party plugins, lazy loaded images may not be loaded or animations may be broken. You can simply check your images on front end.
4- It would be safe when checked once. You could also check after an update if we make performance changes which would be mentioned in change log – https://kriesi.at/documentation/enfold/changelog/Cheers!
YigitMay 10, 2022 at 7:23 pm in reply to: Critical Error after manually checking for Enfold theme update #1351263Hi,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)Best 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,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey rixi,
Thanks for contacting us!
Please edit your page and uncheck “Allow comments” under Discussion field – https://imgur.com/a/XEsTkKV :)
Best regards,
YigitHey Thorsten,
Thanks for contacting us!
Have you checked Custom Element Templates – https://kriesi.at/documentation/enfold/custom-element-templates/? You could lock selected settings in the elements and only leave content field unlocked :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Ingo,
Thanks for contacting us!
Please login to your account on ThemeForest and go to Enfold’s page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and click “Renew support” button on the right hand side.
After that, you can go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code :)
Best regards,
Yigit -
AuthorPosts