Home Forums WoodMart support forum header in update 7.5

header in update 7.5

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #559422

    fedor2626
    Participant

    in the last update I was not able to implement a transparent site header? what could be the problem?

    #559677

    Luke Nielsen
    Keymaster

    Hello,

    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

    #561350

    fedor2626
    Participant

    does not work!

    #561356

    fedor2626
    Participant

    2))

    Attachments:
    You must be logged in to view attached files.
    #561723

    Luke Nielsen
    Keymaster

    Hello,

    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

    #561745

    fedor2626
    Participant

    No, I need blur. 2) yes you can, only then return everything back.

    #562191

    Luke Nielsen
    Keymaster

    Hello,

    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

    #562227

    fedor2626
    Participant

    Thank you, I’m waiting for a solution to issue “2”.

    #562230

    fedor2626
    Participant

    I 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.

    #562320

    Luke Nielsen
    Keymaster

    Hello,

    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

    #562323

    fedor2626
    Participant

    Thank you

    #562325

    Luke Nielsen
    Keymaster

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Have a good day!

    Kind Regards

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘header in update 7.5’ is closed to new replies.