Home Forums WoodMart support forum footer / underfooter logos

footer / underfooter logos

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #520135

    atiam1982
    Participant

    Good morning, I have a question, I need to include logos in the website footer:

    The only solution I found is to put it in the “payment method” place, but then it “catches linking” with designed by..

    How to disable linking for logos? Or is there any way to place them, e.g. between the footer and designed by, or at the very bottom of the website under the footer, centered?

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code that will help you to disable “linking” for that logo. Please define it in Theme Settings -> Custom CSS.

    .copyrights-wrapper .min-footer  .col-right {
        pointer-events: none;
    }

    Kind Regards

    #521004

    atiam1982
    Participant

    Ok. And if I wood have to link those logos to site in my website. How can I do it?

    Is it possible to link externally? OR placing logos as an element below the footer?

    YHX

    #521150

    Luke Nielsen
    Keymaster

    Hello,

    Yes, you can create a separate element above the footerю

    Let me know if you have any questions.

    Kind Regards

    #521576

    atiam1982
    Participant

    how can I do it?

    #521683

    Luke Nielsen
    Keymaster

    Hello,

    You can create the section above the footer and define the “Information Box” element in which you can define the Image and the link: https://take.ms/A7sIA

    Let me know if you have any questions.

    Kind Regards

    #521754

    atiam1982
    Participant

    I how can I place it under the footer?

    #521902

    Luke Nielsen
    Keymaster

    Hello,

    Either by creating the section at the bottom of the page or globally by creating the section in the Prefooter area (https://take.ms/kOtlu, https://take.ms/JvR0B).

    Feel free to reach out to me anytime when you have anything more to say.

    Kind Regards

    #522528

    atiam1982
    Participant

    I understand that I should add such an element…. I aded and it is not on the page… on “footer admin view” I see it, on website view nothing. Second thing – I understand placing textbloc in prefooter (your proposal) that the logo appears between the footer and the prefooter and not at the end of the page, under the footer? And I want to put them at the very bottom of the page…

    Can you also tell me what code should be pasted to link the logos if they are placed in the current place (next to Copyrights)

    But how do I place it below the footer? I can’t “move” it under the footer and I don’t see a link anywhere that would enable such a solution.

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

    Luke Nielsen
    Keymaster

    Hello,

    If you want to enable back “links” for the logo in copyrights, just remove the above code: https://xtemos.com/forums/topic/footer-underfooter-logos/#post-520315

    In order to place it below the footer, first create a footer via HTML BLock and in the HTML Block itself define the logos at the bottom: https://take.ms/5OFxQ

    Kind Regards

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