Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105113

    Nordicearthchild
    Participant

    Hi there,

    I have the website: http://scandinavianearthchild.com/ and in my footer I have an instagram plugin so my instagram feed i pulled in. Under that I then have my social buttons and both things are exactly how I want it.

    The only thing is that I would also like a disclaimer placed at the very bottom of the page (underneath both insta feed and the social buttons) But when I write in the footer content box – underneath the code that pulls in my instagram feed it doesn’t appear. Instead it just messes up the instagram feed.

    Can you please tell me what to do to ensure that I add the disclaimer at the bottom of my page without interfering with my instagram feed being pulled in?

    Thank you very much.

    Mai

    #1105193

    Joao
    Moderator

    Hi There,

    Go to Appereance > Customizer > Footer

    Activate Footer Content and use it´s box to place your content.

    Hope it helps

    Joao

    #1181714

    Nordicearthchild
    Participant
    This reply has been marked as private.
    #1181907

    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials. I checked your Footer Content and I see you’ve added CSS in the content area, please remove the CSS from the Footer area and move it to Appearance > Customize > Custom > Edit Global CSS: and then add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.x-colophon.bottom').append("<p class='disclaimer-text' style='padding: 20px 0 0; margin: 0; text-align: center; font-size: 12px;'>Disclaimer Text</p>");
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!