Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #91316
    maeva
    Participant

    hello,

    I want to insert a footer in all my page (the same for all).

    This footer will contain logo of the partner of the event with a redirection in the website of every logo.

    I can’t do that with the widget because i can’t insert logo and link.

    Can you help me ?

    Thank you

    #91368
    Mahesh
    Participant

    @maeva: If you want to have it in the footer widget area, this can be down with Text Widget.
    1. Go to Dashboard=> Media=> Add Media and upload the logo you want to display in the footer.
    2. Once the upload complete you’ll see edit button, click it.
    3. A new tab will open and you’ll see file url and other option in that page at the right side. Copy the file URL.
    5. Go to Dashboard=> Appearance=> Widget then add a Text Widget to one of the footer area and then copy and paste the following code into the widget.

    <div class="custom-footer-logo">
        <a title="custom-footer-logo" href="yourlink.com">
            <img src="paste-copied-file-url-here" alt="custom-footer-logo">
        </a>
    </div>

    Note: In the above code, replace yourlink.com and paste-copied-file-url-here with your desired LINK and the url you’ve copied earlier after uploading the logo in the media respectively.

    Let me know if any trouble.

    Regards,
    Mahesh

    #91383
    maeva
    Participant

    Thank you it work,
    and if i want to make a redirection in another website when i click on the logo, what can i do ?

    #91386
    Mahesh
    Participant
    #91387
    maeva
    Participant

    yes it works

    Thank you a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer’ is closed to new replies.