Forum Replies Created
-
AuthorPosts
-
Hey Marco,
I added the following code to the functions.php file of your child theme to enable ALB on your CPT ( https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type ) and that fixed the issue:
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'untersuchungsbogen'; $supported_post_types[] = 'untersuchungsbogen'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
Best regards,
YigitHey Nancy,
It looks like this is the padding you have on the Cell of your Grid Row element.
You can edit the Cell, go to Styling > Padding, select the Smartphone Portrait screen size, and set the padding to zero ( https://i.imgur.com/3BISq8f.png ).
Best regards,
YigitHey @studioinktvis,
Please refer to this post: https://kriesi.at/documentation/enfold/optimization/#troubleshoot.
Best regards,
YigitHey Gerry,
Great! Thanks for the update.
Let us know if you have any other questions.
Regards,
YigitHey Stephen,
Would you like to display an edit icon when hovering over the images inside the Masonry Gallery element ( https://i.imgur.com/oEvQJAJ.png ) in the backend?
I will post this as a request to our developers at https://github.com/KriesiMedia/Enfold-Feature-Requests/.
Best regards,
YigitHey,
You are welcome, Nancy!
Let us know if you have any other questions.
Cheers!
YigitHi Gerry,
Does this page https://kriesi.at/themes/enfold-overview/, not load on your end?
I checked it on different browsers and it is loading fine on my end. Maybe there was a temporary hiccup on our server. Please try loading the page again.
If this doesn’t help, please send us a screenshot of the issue. You can upload screenshots on imgur.com and share the links here.
Best regards,
YigitHey Nancy,
No, it wouldn’t be clean white.
It looks like the gif doesn’t reset when you select the Fade to another image option ( https://i.imgur.com/yGqwdzB.png ) so this should work for you.
Best regards,
YigitHi,
You are welcome!
For your information, you can take a look at Enfold documentation at https://kriesi.at/documentation/enfold/.
If you have any other questions or issues, feel free to start a new thread under the Enfold sub-forum and we will gladly try to help you.
Best regards,
YigitHey Buddy,
Please temporarily switch from Enfold to one of the default themes in Appearance > Themes and check if that resolves the issue.
If you are only experiencing the issue when Enfold is active, please create a staging copy of your site and send us temporary admin logins and FTP logins in private content so we can look into it.
Best regards,
YigitHey,
Please make sure that you are using the latest version of Enfold as @thomasjarvisdesign suggested. If you are experiencing the issue on Enfold 5.6.6, please share a link to your website in the private content field as well.
@thomasjarvisdesign thanks for your help :)Best regards,
YigitHi,
If you mean the “title” issue ( https://i.imgur.com/Gpb11iu.png ), please update Enfold to the latest version 5.6.6. This issue is fixed in this version.
Best regards,
YigitHey Nancy,
Instead of switching images on hover, you can use custom CSS to display the image in grayscale and remove grayscale on hover.
To do that, you can upload the colored gif, edit the Image element, and give it a custom CSS class in Advanced > Developer Settings > Custom CSS Class field (“gs-img” in the example below), and add the following code to the Quick CSS field:
.gs-img img { filter: grayscale(100%); } .gs-img:hover img { filter: none; }
I hope this works for you!
Best regards,
YigitHey Nancy,
Thanks for the update.
Let us know if you have any other questions.
Cheers!
YigitHi,
You are currently using a very old version of Enfold. Please update Enfold to the latest version 5.6.6 ( https://kriesi.at/documentation/enfold/theme-update/ ). After updating Enfold, you should be able to select the Full Size option ( https://i.imgur.com/ydn3e8A.png ) when selecting your logo.
If updating the theme doesn’t fix the issue, please create temporary admin logins and share them with us in the private content field.
Regards,
YigitAugust 29, 2023 at 11:39 am in reply to: Targeted Content Marketing for Kriesi։ Dominate Your Niche #1417410Hey Hasmik,
Thanks for reaching out to us but we are currently not interested.
Regards,
YigitHey Venty,
Which demo are you trying to import? When you import a demo, images are not imported, is that the issue you are having?
I tried importing a demo on my local installation on WordPress 6.3 and images were imported.
Also, please reply to your post instead of starting a new thread each time.
Best regards,
YigitHey Venty,
That is expected on fresh installations. Please go to Enfold theme options > Demo Import and import a demo ( https://kriesi.at/documentation/enfold/import-demos/ ) if you’d like to add dummy content.
We didn’t receive such a report from other users and cannot reproduce it on our local installations.
If need further assistance, please register to our support forum ( https://kriesi.at/support/register/ ), and start new threads under Enfold sub-forum ( https://kriesi.at/support/forum/enfold#new-post ).
Regards,
YigitHi Venty,
This looks like a fresh installation. Please replicate the issue on this installation and let us know so we can investigate.
Regards,
YigitHey Venty,
You can share temporary admin login credentials in the private content field. Do you experience this issue when you switch the theme from Enfold to one of the default ones?
Also, please reply to your threads instead of starting new ones.
Regards,
YigitHi Natacha,
You can find it on the ThemeForest Downloads page ( https://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg ) or on this page https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support below the Go to item support button.
You can use your Purchase Code to register to our support forum at https://kriesi.at/support/register/. After logging in, you can start new threads at https://kriesi.at/support/forum/enfold#new-post.
Best regards,
YigitHi,
You are welcome!
For your information, you can take a look at Enfold documentation at 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.
Best regards,
YigitHey,
Please see https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type.
Let us know if you need help with that.
Best regards,
YigitAugust 17, 2023 at 4:29 pm in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416488Hey,
Please use the code as the following:
#top .special_amp { font-size: 1em; line-height: 1; font-style: normal; font-family: inherit; font-weight: 300; }
After that, please go to Enfold theme options > Performance and disable CSS file merging, save theme options, clear cache, and enable CSS file merging once again.
If that doesn’t work, please create temporary admin logins and share them with us in the private content field.
Regards,
YigitAugust 17, 2023 at 9:48 am in reply to: Deprecated : The get_page_by_title function has been deprecated since version 6. #1416458Hey,
You are using an old version of Enfold. Updating Enfold to the latest version 5.6.5 would fix this issue.
Please update Enfold: https://kriesi.at/documentation/enfold/theme-update/.
Regards,
YigitAugust 16, 2023 at 6:44 pm in reply to: Follow up to “After update to Enfold 5.6.5, Advance Layerslider post title… #1416426Hi,
You are welcome!
Let us know if you have any other questions.
Best regards,
YigitHey Nikhil,
Enfold version you are using is not compatible with PHP 8.x. Updating Enfold would fix this issue.
Please install the Envato Market plugin and insert your Personal Token into the plugin settings and check if you’ll receive the update.
Best regards,
YigitAugust 16, 2023 at 5:34 pm in reply to: Follow up to “After update to Enfold 5.6.5, Advance Layerslider post title… #1416420Hey,
Unfortunately, we don’t have an ETA yet.
I emailed you the development version of Enfold 5.6.6 which includes LayerSlider 7.8.0. I tested this version and the issue with dynamic layers is fixed.
Since this isn’t the final version of Enfold 5.6.6, please test it intensively on a staging site before installing it on your live site.
Best regards,
YigitHi,
Thanks for the information.
I deleted the enfold/config-templatebuilder/avia-shortcodes/lottie_animation folder and that helped.
For now, please use this workaround on your live site and keep the logins you shared in this thread active so we can investigate further.
Best regards,
Yigit -
AuthorPosts