Forum Replies Created
-
AuthorPosts
-
Hey 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,
YigitHi Elvira,
Thanks for contacting us!
Currently only images are lazy loaded using HTML. You can enable/disable it globally in Enfold theme options > Performance or enable/disable in supported elements under Advanced > Performance > Lazy Loading Of Images.
In a bad case, if you are using a 3rd party plugin to lazy load images, they may not show up or break the animations. Since it is implemented using HTML, it is safe.Regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.flex_column.av-6j251f4-707e937d083a53255153ab2399200342 { background-color: rgba(255,255,255,0.9); }255,255,255 is the RGB value of the color and 0.9 is opacity level.
Best regards,
YigitHey Vera,
Thanks for contacting us!
Unfortunately, such customization would be out of the scope of our support. If you really need it, please consider to hire a freelance developer for the task :)
Best regards,
YigitHi,
We are glad that Nikko could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { .title_container .breadcrumb { display: none; }}Best regards,
YigitHey,
Thanks for contacting us!
Active state works on my end but focus state does not. Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.header_color .main_menu ul:first-child > li a:focus { color: #b3ae40; }
@guenni007 thanks for your help :)Best regards,
YigitMay 10, 2022 at 5:53 pm in reply to: Critical Error after manually checking for Enfold theme update #1351210Hey,
Thanks for contacting us!
Could you please post FTP logins here privately as well?
Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }Best regards,
YigitHi,
I checked your website on my iphone and it does show same amount of filters on both mobile and desktop. I attached a screenshot in private content field below.
Have you figured it out already? :)
Regards,
YigitHey,
Thanks for contacting us!
I went to WPML > Languages > Language filtering for AJAX operations and checked “Store a language cookie to support language filtering for AJAX” which seemed to help.
Could you please go to your link in incognito mode and check once again? :)
Best regards,
YigitHi Roberta,
We are glad that it is working fine now!
It could have been server sided cache if you have one. In case you experience similar issue in future, please try clearing dynamic cache on your server and check if that helps :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
We are happy that Ismael could help you.
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitHallo Dirk,
Thanks for contacting us!
Yes, The Events Calendar is used in Church demo.
Enfold is fully compatible with both The Events Calendar and Events Calendar Pro plugins :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHey,
Thanks for contacting us!
You can go to Enfold theme options > Theme Update to see if you have the latest version. Currently the latest version is 4.9.2.2.
If your token is invalid, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and generate a new one :)
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,
Yigit -
AuthorPosts
