Are you going to start a template store on blogger. And you want to show your demo and download buttons in the side bar of blog. You are at right place!
If you visit a website that publishes a free download template for Blogspot kinds Soratemplates, Templateism, ThemeXpose, and so for, then you certainly understand the intent of this paper. From the website template provider that you can see, the description of a template as well as the words "Download Free" or "Buy This Theme" appears in the sidebar. Also do not understand? Consider the given box in the thumbnail.
In this tutorial, the script that I share not only the script to display the text in the post sidebar, but also information just like the websites that share templates. For example, we can see in the picture above there is a Live Preview button in the sidebar along with the description and Buy Now button or can be replaced with a Free Download, and under the existing button list of additional features for the premium version.
For those who are still confused to see the template description as shown above, please see the demo:
How to Show Demo and Download Button in Sidebar in Blogger Blog
- Go to Blogger > Template > Edit HTML, then put the below code in the head section.
[<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'></script>]
2. Then put the below code right above ]]></b:skin> or </style>.
[/* CSS StoreStyle */ #store-style{overflow:hidden;font-family:'Open Sans',sans-serif;background:#fff;border:1px solid #ddd;padding:25px 10px 10px;margin-bottom:20px} #store-style .storebutton{background:#07ACEC;color:#fff;font-weight:bold;border-radius:3px;text-align:center;transition:all .4s ease-in-out;position:relative}.rio-ss{padding-top:15px;overflow:hidden}.idb{line-height:1.5;padding:25px 0 5px}]
3. Place the code below just above the code </head>
[<script type='text/javascript'>/*<![CDATA[*/$(document).ready(function(){$('a[name="details"]').before($('#Theme-details').html());$('#Theme-details').html('');});/*]]>*/</script>]
[<a name='details'/><div class='clear'/>]
- [message]
- ##check## Note
- The below code will not appear in the post but will move to the sidebar.
[<div style="display:none"><div id="Theme-details"><div id="store-style"><center><a class="storebutton but1" href="#LINK-DEMO" target="_blank">Live Preview</a></center><div class="rio-ss idb">See it live with all the features that exist, both on the homepage and the page posts.</div></div><div id="store-style"><center><a class="storebutton but2" href="#LINK-PURCHASE" target="_blank">$5.20 - Buy Now</a></center><div class="rio-ss"><span class="storelist">Support Template Update</span><span class="storelist">Remove Footer Credits</span><span class="storelist">For Unlimited Domains</span><span class="storelist">No Encrypted Scripts</span><span class="storelist">Support Color Change</span><span class="storelist">And Much More...</span></div></div><div style="clear:both"></div></div></div>]
[<div style="display:none"><div id="Theme-details">/* Text that you want to appear on the blog sidebar.*/<div style="clear:both"></div></div>]
This article " How to Show Demo and Download Button in Sidebar in Blogger Blog [Updated]" is protected by
confusing
ReplyDeleteFirst of all thanks to comment here, Second I'll try to make it more simple so that you can understand it easily.
DeleteHappy Blogging :)
im test , not work ??? why ??
ReplyDeleteThanks for the feed back.
DeleteI'll check it and make it more easy... thanks :)
Hi how can I add this code in wordpress?
ReplyDeleteSorry Yusup its not for wordpress it is only for blogger.
Deletenot work why
ReplyDeleteDear Gulfam kindly add JavaScript script too in the head section.
Deletehallo sir not work why my blogger
ReplyDeleteHave you put the code correctly?
Delete