Forum Replies Created
-
AuthorPosts
-
Hi,
Would you like to display a custom image on the linked image overlay? If so please add the following code to the Quick CSS field in the Enfold theme options > General Styling tab and change the link to your image:
#top .image-overlay .image-overlay-inside::before { background-image: url(https://your-domain.com/your-image.png); content: ''; background-size: contain; background-color: transparent; }
If that’s not what you meant, please give us more details on the changes you’d like to make.
Best regards,
YigitHey,
You can enable the page preloading in Enfold theme options > Page Preloading but it fades out when the page is loaded and doesn’t scroll up.
Best regards,
YigitHey Stilecatalini,
Please upload your favicon in a size that’s multiple of 48px square. Your current favicon is 70x64px. Please check out Google’s favicon guidelines at https://developers.google.com/search/docs/appearance/favicon-in-search#guidelines and make sure your favicon follows them.
Best regards,
YigitHey,
Please post a link to your page where we can see your layout and a screenshot showing the changes you’d like to make. You can upload your screenshots on imgur.com and share the links with us.
Regards,
YigitHey,
I checked your website on my iPhone using IOS 16.5 and the corners are rounded on my end as well. I attached a screenshot in the private content field below.
Regards,
YigitHi Jason,
Thanks for sharing your solution.
We added this to our docs at https://kriesi.at/documentation/enfold/personalize-theme/#custom-templates-for-custom-post-types.
Best regards,
YigitHi @tsvweinsberg,
I installed the Code Snippets ( https://wordpress.org/plugins/code-snippets/ ) plugin and added the following code as a new snippet and that helped:
add_theme_support( 'avia_exclude_lottie-animations' );
Please review your website.
Best regards,
YigitHi Nancy,
Please add the following code to the Quick CSS field to remove the bottom margin from the images:
.page-id-54 .avia-image-container.avia-align-center { margin: 0; }
Best regards,
YigitHey 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,
Yigit -
AuthorPosts