Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘How to edit the slideshow’ is closed to new replies.
Tagged: slideshow
I have recently downloaded the FitnessMag template. How can I edit and put my posts to slideshow…?
Find the codes in html editor.
<div class='flexslider' id='slider'>
<ul class='slides'>
<li class='slide'><a href= '#' target='_self'> <img src='.../image.jpg' /></a>
<div class='caption'>Awesome Blogging Theme! </div></li>
..........
Replace:
“#” with your featured post URL.
“image.jpg” with your slider image.
Awesome Blogging Theme! with your own Line.
Follow the steps one by one for all separate slides.
Hi,I have recently downloaded the Punjab Press Responsive v2 Blogger Template. How can I edit and put my posts to slideshow…?
Go to Dashboard>> Layouts>> Add HTML & JavaScript and now past and save the following codes
<div id="featpost"></div>
<script type='text/javascript'>
jQuery("#featpost").AutofeaturedPost({
blogURL: "",
MaxPost: 4,
ImageSize: 500,
Summarylength: 150,
slideSpeed:5000,
ShowDate: true,
ShowComment: true,
animation:"slide",
NoCommentText: "No Comment",
OneCommentText: "Comment",
CommentText: "Comments",
RandompostActive: true,
MonthNames: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
pBlank: "http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s72-c/grey.gif",
tagName: false
});
</script>
You can ask or get more customization answers for punjab press theme here https://gooyaabitemplates.com/forums/topic/how-can-add-the-horizontal-and-motion-post-in-the-punjab-press-theme/