Home Forums Basel support forum Adding Custom Footer to Product Pages

Adding Custom Footer to Product Pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6353

    Aeriform
    Participant

    Hey all!

    So I wanted to add the footer used here (which was created in Visual Composer):
    http://undonyc.com/ (the mailing list signup and social buttons)

    To every page, including the product page here:
    http://undonyc.com/product/long-sleeve-slub/

    If I edit contemt-single-product.php to add it, it doesnt work because I copy paste the VC code which is in shortcode form and that wont work. I need the VC footer in raw html or a way to import and make the shortcodes work in the product.php. What can I do?

    Thanks!

    #6363

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    If you are going to create your footer with Visual Composer and display it in the same way on every page through the site you can follow this insctruction:

    1. Create a new HTML Block with Visual Composer and add your elements there. (that you want to see in the footer)

    2. Set footer layout to be 1 column in Theme Settings -> Footer.

    3. Go to Appearance -> Widget and add “HTML Block” widget to your footer area with the block you just created.

    Kind Regards

    #6387

    Aeriform
    Participant

    Great! Thank you. Now that I did it this way, Im getting this weird gap that I cant identify between the padding of the content and the footer:

    http://undonyc.com/clothes/

    If you see there, below the slider, there is a gap before the footer starts. I want to remove that. How can I?

    http://imgur.com/a/YjFHE

    #6389

    Artem Temos
    Keymaster

    Try to add this code to the Custom CSS

    .site-content {
        margin-bottom: 0;
    }

    Regards

    #6478

    Aeriform
    Participant

    Thank you so much! 1 more question:

    Where do I edit this? Cant seem to find in the backend where to modify this that appears in the My Account Page sidebar.

    http://imgur.com/VhxROrh

    Thanks for the help!

    #6488

    Artem Temos
    Keymaster

    Hi,

    You can edit this widget in Appearance -> Widgets. It seems to be added to your My account area.

    Regards

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