Home › Forums › All Other Themes › SKT charity theme add shortcode into copyright section
- This topic has 10 replies, 2 voices, and was last updated 6 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
September 1, 2018 at 12:07 pm #106586
Hi is there a way that I can add a shortcode into the copyright section at the bottom of the homepage? I would like to add a text slider there. I am working on my site offline at the moment so cannot share the url but i can share pics if needed
thanks 🙂September 3, 2018 at 10:21 am #106729Hi,
Okay, Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisSeptember 3, 2018 at 1:29 pm #106802Hi here are the images to show where I would like to add the short code :
https://imgur.com/JMswZ3G (dashboard)
https://imgur.com/CFpU6b0 (website)I would like to add the short code for a text slider that I have uploaded. The main thing is that it goes below the footer section
best wishes
September 4, 2018 at 11:56 am #106863Hi,
Kindly edit header.php file, go to line number 197 and replace:
<div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?> </div>
With:
<div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo do_shortcode( of_get_option('copytext',true) ); } ?> </div>
Regards,
ChrisSeptember 5, 2018 at 3:40 pm #106983Hi –
thanks for that – i changed it in the footer.php file and i see it works ok for a shortcode to add a button (in other words a small item) but not for what i wanted to put there.
The issue is that the text slider needs the whole of the width of the screen and at the moment some of the footer with is given over to ”Footre Text Link”.Here are the images to demonstrate:
https://imgur.com/VoZA3ch ( short code added for button)
https://imgur.com/uSNhdzc ( how it shows on the screen)
https://imgur.com/ABsQzRI ( image of the text slider i am trying to add to the footer)
https://imgur.com/7bt4qE7 ( how the text slider displays )I appreciate any help you can give
🙂September 11, 2018 at 1:52 pm #107419ALSO – I noticed it is only the homepage it doesn’t work on. It is working on the other pages………
September 13, 2018 at 6:16 am #107602Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
ChrisSeptember 16, 2018 at 2:07 pm #107770I am working on my site offline at the moment so cannot share the url but i have shares pics in the previous reply. If it cannot be done from the pictures I will ask again when my site is online
thanks ????September 18, 2018 at 9:45 am #107887Hi,
Okay…. First you site live, then we will resolve the issue.
Regards,
ChrisSeptember 23, 2018 at 8:07 am #108231Kay – thanks 🙂
September 24, 2018 at 1:37 pm #108301🙂
-
AuthorPosts
- You must be logged in to reply to this topic.