Tagged: cornerstone
-
AuthorPosts
-
July 27, 2016 at 8:26 am #1105113
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
July 27, 2016 at 9:16 am #1105193Hi There,
Go to Appereance > Customizer > Footer
Activate Footer Content and use it´s box to place your content.
Hope it helps
Joao
September 19, 2016 at 11:58 am #1181714This reply has been marked as private.September 19, 2016 at 1:43 pm #1181907Hi 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!
-
AuthorPosts