Forum Replies Created
-
AuthorPosts
-
September 4, 2023 at 7:17 pm in reply to: CSS to remove arrow “external link” icons on all target=blank links #1418100
Hi,
The icon for external links may be for accessibility purposes but I’m not sure :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitSeptember 4, 2023 at 4:46 pm in reply to: CSS to remove arrow “external link” icons on all target=blank links #1418079Hi,
I’m sorry, I thought you meant the arrow icon that shows up on linked images.
This arrow is coming from the WP External Links plugin. You should be able to disable it in plugin settings. Please feel free to contact plugin authors if you cannot find the option.
Or, you can add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling
#top .wpel-icon { display: none; }
Best regards,
YigitHi,
You can add a header widget area by referring to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, place a Custom HTML widget inside it, and add your custom button to it using HTML.
Unfortunately, such customization would be out of the scope of our support so we cannot help you with that.
Regards,
YigitSeptember 4, 2023 at 4:26 pm in reply to: support reactived – but not possible to ask support #1418073Hi,
Great! Let us know if you have any other questions or issues.
Best regards,
YigitSeptember 4, 2023 at 4:25 pm in reply to: CSS to remove arrow “external link” icons on all target=blank links #1418072Hey,
Please go to Enfold theme options > Advanced Styling, edit the Linked Image Overlay, and disable it ( https://i.imgur.com/3CsGvh4.png ).
Best regards,
YigitHey,
You can add a Masonry element to your page, select the categories you have for your boats, enable sorting in Masonry > Content > Sorting > Sortable?, and choose to display captions as a centered overlay in Masonry > Content > Captions > Element Title and Excerpt Styling.
Please make sure to choose one of the Perfect options in Masonry > Styling > Masonry Settings > Size Settings if you’d like to display the featured images in square format.
Best regards,
YigitSeptember 4, 2023 at 3:59 pm in reply to: support reactived – but not possible to ask support #1418066Hey,
Please go to https://kriesi.at/support/forum/enfold#new-post, insert your purchase code, and revalidate it. After that, you should be able to start new threads.
Let us know if that doesn’t work for you.
Cheers!
YigitHi,
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,
Yigit -
AuthorPosts