As per your requests we are glad to present yet another stunning version of Image slideshow Widget for BlogSpot blogs. This widget is different from its previous versions with regard to speed, load time, navigation and control options. You can use it to display even your Featured Posts using the Featured post title and description. This widget is again an extracted code from a WordPress template. The slider is coded such that it will appear on your homepage only. So lets first see a demo,
Adding the Slider To Blogger:
Kindly follow these steps:
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search for </head>
- Just above it paste the jQuery code in this page -> Slider jQuery Code
- Then search for ]]></b:skin>
- Just above it paste the CSS code below,
/*-------------------- MBT jQuery Image Slider -------------*/
.featuredposts{border:1px solid #E9E7DE;width:608px;background:#FFF;margin:0 0 10px 0;height:400px;overflow:hidden;}
.fp-slides{}
.fp-post{padding:13px;}
.fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-title{color:#787878;font:bold 14px Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;}
.fp-title a{color:#000;text-decoration:none;}
.fp-title a:hover{color:#0080fF;text-decoration:none;}
.fp-label{color:#504D4D;margin:15px 15px 0 15px;padding:0;text-transform:uppercase;font:bold 16px/16px Arial,Helvetica,Sans-serif;}
.fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;}
.fp-more,.fp-more:hover{color:#F77C04;font-weight:bold;}
.fp-nav{width:590px;padding:0px 10px;height:14px;}
.fp-pager a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH0I-EJej6Y25tLsl1jjwZ-OwkCwIus2_oC2-0K9lQKtKFoUayUN19XnkPNlIIHYgQHhdNG5RZy48f0aOfX81JMCBlng2InUvgeQ7m7Jfb5cnl9L5y4YPqu8DKV9wGJiPOyEw5lflajVs/s1600/featured-pager.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;}
.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px;}
.fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcd15wJwn578IAuLruMlBU9Ob0MGtMjhWFU7BKPWVOMYOV02YIcXF9oKyqFf11XzFl5hiemEgplKrnaeArhiyt7lN0BRvJJ2rxF04pLPlYYvrDdpnDIwDOM4hxKap68AIFfHtuOrdDiZA/s1600/featured-prev.png) top left no-repeat;}
.fp-prev:hover{opacity:1;}
.fp-prev:active{opacity:0.7;}
.fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXOVT1CXeQY1o0ZBCM1aYQ9iVumfz5Bc9o8Sk-5mmx8TlUhDtvy2Tfy6Mq6OUsOb0naYPRbaIu-cMm7V7D69qokuA6w0_3c9Bevrac4hO_xZ7CcFX8d4U71Fpq1ptwXgFv8wJiKSyX84E/s1600/featured-next.png;) top left no-repeat}
.fp-next:hover{opacity:1;}
.fp-next:active{opacity:0.7;}
7. Now Search for this,
<div id='main-wrapper'>
Hint: This code is located near <div id='content-wrapper'>
PS: In this part most of you will face problems as the coding for each template differ. If you could not find this code then do not panic and simply post your Blog URL in the comments.
8. and just below it add the HTML code below,
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<div class='featuredposts clearfix'>
<div class='fp-slides'>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-1 HERE'><img src='ADD IMAGE-1 LINK HERE'/></a></div><h3 class='fp-title'><a href='ADD POST URL-1 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-2 HERE'><img src='ADD IMAGE-2 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-2 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-3 HERE'><img src='ADD IMAGE-3 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-3 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-4 HERE'><img src='ADD IMAGE-4 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-4 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-5 HERE'><img src='ADD IMAGE-5 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-5 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
</div>
<div class='fp-nav clearfix'>
<span class='fp-pager'/>
<a class='fp-next' href='#fp-next'/>
<a class='fp-prev' href='#fp-prev'/>
</div>
</div>
</b:if></b:if>
Make these changes:
- Replace ADD POST URL-1, 2, 3, 4, 5 HERE with the URL of your post pages one by one. These URLs will be added twice for each slide. Once for the image and second time for the Post title.
- Replace ADD IMAGE-5 LINK HERE with the Image link of the Featured post. By default all images have width:580px; height:266px; You can edit the image size by editing the width and height in the CSS code shared in step#6. Make sure all your images must have same size
- Replace WRITE POST TITLE HERE... with the title of your Post Page
- Replace WRITE POST DESCRIPTION HERE with the Post Page description. You can write the first few lines of your post here and the readers can read the full post by clicking the title.
- To Change the Overall size of the slider container then edit in step#6 the following two codes -> width:608px and height:400px
9. Save your template and you are done! Visit your blog and say Bingo! :>
Previous Versions:
You can also check the old versions here,
If you faced any problem implementing this tutorial then please do not hesitate to post your question. Would be a pleasure helping you. Have Fun! :>
Adobe Photoshop CC is an outstanding tool for image editing.
However, it has enhanced its features in its later releases. Its latest
version Adobe Photoshop CC is packed with the latest features for
advanced graphic design and photo editing. Now photo editing has become very easy with all new Adobe Photoshop CC. Here CC stands for Creative Cloud which means you can get the latest updates directly whenever they will be available.
It cannot be said that Adobe Photoshop is solely for image editing.
Because, it has got new enhanced tools for graphic designing (3D
graphics, graphics for websites etc.), CSS, animations and video
editing. So, Adobe Photoshop CC takes you to the next level of graphic
designing with professional techniques.
The following tools are also integrated with Adobe Photoshop CC:
- Adobe Generator
- Adobe Lightroom
- Adobe Edge Reflow CC
- Adobe Bridge
- Behance
Other Software of the series:
What’s New in Photoshop CC 2014
Adobe Photoshop CC 2014 has lots of new things and some of them are given below:
Camera Shake Reduction
Now forget worrying about your images that were blurred due to shake of
your camera or slow shutter speed because Camera Shake Reduction will
restore them to their real sharpness.
Smart Sharpen
This technology gives your images a realistic look. It sharpens your images or photos to maximize clarity and reduce noise.
Perspective Warp
It provides you the facility to change the perspective or view point of
any specific part of your image (especially architecture, buildings
etc.) without causing any distortion to the surrounding area.
3D Printing
Adobe Photoshop CC provides you an all new support for 3D printing.
Smart Image Resolution Upgrade
The new Photoshop offers you to convert a low resolution image to a
larger one without introducing any noise or blurriness and preserving
its detail.
Enhanced Web Graphics Designer and CSS Generator
Create amazing website graphics and buttons and also generate the CSS code to make your webpages look as you want.
Smart Video Creation
Create any video clip using full range of Photoshop tools. Now you can use Adobe Premiere Pro CC for advanced editing.
Faster Performance
Adobe Photoshop CC comes with a superior Adobe Mercury Graphics Engine to deliver you faster and hassle free photo editing.
Details
Release Date:18 June 2014
Version: CC 2014
Developer: Adobe Systems
Software type: Image editing
Minimum System Requirements
Operating System: Windows 7 SP1/Windows8/8.1 32 bit and 64 bit
Processor: Intel Pentium 4 or AMD Athlon 64 Processor
RAM: 1 GB
VRAM:512MB
Screen Resolution:1024X768
Screenshots
Download
Free Download Full Version of Adobe Photoshop CC 2014 with latest Crack and Updated Keygen/Patch
Free download the latest Cracked VersionofAdobe Photoshop CC 2014 32 bit & 64 bitfrom the following link:
http://bit.ly/UetLyV
Free download the latest Cracked VersionofAdobe Photoshop CC 2014 32 bit & 64 bitfrom the following link:
http://bit.ly/UetLyV
Mac users can download the latest Adobe Photoshop CC 2014 from the link below:
Free Download Adobe Photoshop CC 2014 Cracked For Mac OS X
Free Download Adobe Photoshop CC 2014 Cracked For Mac OS X
0 comments:
Post a Comment