Home › Forums › WoodMart support forum › header in update 7.5
header in update 7.5
- This topic has 11 replies, 2 voices, and was last updated 1 year, 7 months ago by
Luke Nielsen.
-
AuthorPosts
-
April 22, 2024 at 12:49 pm #559422
fedor2626Participantin the last update I was not able to implement a transparent site header? what could be the problem?
April 23, 2024 at 9:25 am #559677
Luke NielsenMemberHello,
Make sure that the “Core” plugin is updated to the latest version. Otherwise, send me access to the staging site so I can check that issue on your side.
Kind Regards
April 27, 2024 at 8:09 pm #561350
fedor2626Participantdoes not work!
April 27, 2024 at 9:30 pm #561356April 29, 2024 at 4:18 pm #561723
Luke NielsenMemberHello,
1. Checked the functionality of “transparent” and it works well, here are screenshots – https://prnt.sc/HoOtPR6beuwg, https://prnt.sc/GCXiTOhsJbyk. Or do you mean the “blur” functionality for the header? Please let me know.
2. May I disable plugins and enable the parent theme for testing?
Thank you in advance.
Kind Regards
April 29, 2024 at 4:40 pm #561745
fedor2626ParticipantNo, I need blur. 2) yes you can, only then return everything back.
April 30, 2024 at 6:08 pm #562191
Luke NielsenMemberHello,
1. You need to add a little transparency to the main bg color (https://prnt.sc/v-qvFpplww2V) and then you will see that the blur is working. https://prnt.sc/aG165zaTuaaP
Then you can play with the options related to the “Blur” and adjust it in the way you want.
2. As for the image, the developer’s team investigate it, I will let you know the results as soon as they find a solution.
Kind Regards
April 30, 2024 at 8:28 pm #562227
fedor2626ParticipantThank you, I’m waiting for a solution to issue “2”.
April 30, 2024 at 8:32 pm #562230
fedor2626ParticipantI still looked at the wrong thing! The hat always turns out to be transparent! I thought it could be made transparent only when I scroll to the bottom of the site.
May 1, 2024 at 10:32 am #562320
Luke NielsenMemberHello,
1. For now, it works in such a way. You can leave the feature request here – https://woodmart.canny.io/feature-requests and our team will consider it.
2. Use the below code to fix the issue with the image.
add_action('woodmart_image', function ($content) { remove_action( 'woodmart_image', 'woodmart_lazy_image_standard', 10 ); return $content; }, 1);In the next update, it will be fixed.
Kind Regards
May 1, 2024 at 10:38 am #562323
fedor2626ParticipantThank you
May 1, 2024 at 10:41 am #562325
Luke NielsenMemberHello,
Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
-
AuthorPosts
The topic ‘header in update 7.5’ is closed to new replies.
- You must be logged in to create new topics. Login / Register
