Showing posts with label slider. Show all posts
Showing posts with label slider. Show all posts

Thursday, September 1, 2016

JQUERY IMAGE SLIDER FOR BLOGGER

JQUERY IMAGE SLIDER FOR BLOGGER




Moving jquery image slider for featured content in Blogger


Moving jquery image slider for featured content in Blogger



How to Install This Widget on Blogger?

Steps...

A. Adding CSS Theme Code

B. Adding Script Code

C. Adding HTML Code

Adding CSS Theme Code




In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.

In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.



Now find (CTRL+F) this code in the template:

]]></b:skin>

And immediately before it, paste this code:

#myslides{



background:#000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7WMCCGbbedhBMr96845p4aR6biG0-AkCFW9DSULDgpCq8ednRjAoDjQPMqW5xcX6_6c8EOpJIw0MhD2CuwtGjZs5QykuHHNCCRW7beUvLjX3HZBhyphenhyphenrYCMp2x7VxljABdSC7uVuPHVVA/s1600/mslid.jpg) repeat-x;

width: 650px;

height:165px;

margin-bottom:5px;

}



.stepcarousel{

position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/

width: 554px; /*Width of Carousel Viewer itself*/

height: 160px; /*Height should enough to fit largest contents height*/

margin: 0px 48px 5px 48px;



}



.stepcarousel .belt{

position: absolute; /*leave this value alone*/

left: 0;

top: 0;

}



.stepcarousel .panel{

float: left; /*leave this value alone*/

overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

margin: 20px 10px ; /*margin around each panel*/

width:170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

background:#0e1829;

height:120px;

border:1px solid #1d2c44;



}

.stepcarousel .panel p{

text-align: left; /*leave this value alone*/

overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

margin: 5px 5px ; /*margin around each panel*/



}



.stepcarousel .panel h2{

text-align: left; /*leave this value alone*/

height:20px;

overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

margin: 2px 5px ; /*margin around each panel*/

font-size:16px;

font-weight:bold;

text-align:center;

font-family:Georgia,century gothic,Arial,verdana, sans-serif;

}



.stepcarousel .panel img{

float: left; /*leave this value alone*/

background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/

margin: 5px 5px 5px 5px; /*margin around each panel*/

padding:0px 0px;

}


Adding Script Code


Now find (CTRL+F) this code in the template:

Step 2:And find the code </head>
Step 3: Now add the following code just before the </head> tag.



<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><!-- JavaScript Slider -->

<script src=http://safir85.ucoz.com/24work-blogspot/featured-post-s/jquery-1.3.2.min.js type=text/javascript/>

<script src=http://safir85.ucoz.com/24work-blogspot/featured-post-s/30111191622-slider.js type=text/javascript/>



<!-- End JavaScript Slider -->

<script type=text/javascript>

stepcarousel.setup({

galleryid: &#39;mygallery&#39;, //id of carousel DIV

beltclass: &#39;belt&#39;, //class of inner &quot;belt&quot; DIV containing all the panel DIVs

panelclass: &#39;panel&#39;, //class of panel DIVs each holding content

panelbehavior: {speed:1500, wraparound:true, persist:true},

autostep: {enable:true, moveby:1pause:1000},

defaultbuttons: {enable: true, moveby: 4, leftnav: [&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVDKHQQqCaygtud7ugYK0ux1mvv20wYD5VpwZcK7o_NVfQWamuCEspVLTHAFj7RVehDdaJ-eLG76ZI_Jebu-S_D0SnUQwMhw4mul3jyF755oIYQRtw_dwLLJtZujOOeHH6wgQNXFEysaA/s400/left.jpg&#39;, -48, 0], rightnav: [&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjf6tkic2B6yaRKXeg0OyogIIDsP-FHZPcB7KK4BZT7vqt43D1C3SBw2VWdXc9CZf1QnlRbUHBVIho1SAgvBotN9ceBVaPmUpuNAFOikzIWnL8i4lIT5SMtrTy6UwFkAbHdnEvWihQNNHo/s400/right.jpg&#39;, 0, 0]},

statusvars: [&#39;statusA&#39;, &#39;statusB&#39;, &#39;statusC&#39;], //register 3 variables that contain current panel (start), current panel (last), and total panels

contenttype: [&#39;external&#39;] //content setting [&#39;inline&#39;] or [&#39;external&#39;, &#39;path_to_external_file&#39;]



})



</script>


And now click Save Template 



Adding HTML Code

So, lets see how to install this cool widget in your blog..

1. Sign into Blogger dashboard

old Blogger interface: Go to Dashboard - Design - Page Elements - Add a Gadget.If youre using the new Blogger interface: Go to Dashboard - Layout - Add a Gadget.Select HTML/Javascript and add the one of code given below.Just copy and paste this code..


<div id="myslides">

<div id="mygallery" class="stepcarousel">

<div class="belt">



<!-- 1st Template -->

<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=made in spain> <img alt=made in spain height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif width=185/> </a>

</div>

<!--end code of 1st Template -->

<!-- 2nd Template -->



<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=fashion press> <img alt=fashion press height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif width=185/> </a>



</div>

<!--end code of 2nd Template -->



<!-- 3rd Template -->



<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=techlure> <img alt=techlure height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif title=techlure width=185/> </a>

</div>

<!--end code of 3rd Template -->

<!-- 4th Template -->



<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=woodmag> <img alt=woodmag height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif title=techlure width=185/> </a>

</div>

<!--end code of 4th Template -->

<!-- 5th Template -->



<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=showcase> <img alt=showcase height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif title=showcase width=185/> </a>

</div>

<!--end code of 5th Template -->

<!-- 6th Template -->



<div class=panel>

<a href=http://bdlab.blogspot.com/ target=blank title=versatile> <img alt=versatile height=135 src=http://safir85.ucoz.com/bdlab-blogspot/24work/falling-text/8.gif title=versatile width=185/> </a>

</div>

<!--end code of 6th Template -->



</div></div></div>


And now click Save 



Make A Simple Featured Content SlideShow Using JQuery


Make A Simple Featured Content SlideShow Using JQuery



How to Install This Widget on Blogger?

Steps...

A. Adding CSS Theme Code

B. Adding Script Code

C. Adding HTML Code

Adding CSS Theme Code




In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.

In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.



Now find (CTRL+F) this code in the template:

]]></b:skin>

And immediately before it, paste this code:

#contentSlide {
background : #ddd; -moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
height : 228px; margin-bottom: 10px;
padding : 10px 0px 10px;
}
#slideshow {
margin : 0 auto;
width : 953px;
height : 230px;
background : #eeeeee none repeat scroll 0 0;
position : relative;
}
#slideshow #slidesContainer {
margin : 0 auto;
width : 845px;
height : 228px;
overflow : auto;
position : relative;
}
#slideshow #slidesContainer .slide {
margin : 0 auto;
width : 845px;
height : 228px;
}
.control {
display : block;
width : 39px;
height : 228px;
text-indent : -10000px;
position : absolute;
cursor : pointer;
}
#leftControl {
top : 0;
left : 0;
width : 55px;
background : transparent url(http://lh6.ggpht.com/_9b1traaMESE/Sms_Pg_IsqI/AAAAAAAAAXU/tTxdiIsFY4g/previous%20gray.jpg)no-repeat scroll 0 0;
}
#rightControl {
top : 0;
right : 0;
background : transparent url(http://lh6.ggpht.com/_9b1traaMESE/Sms-s5qb9iI/AAAAAAAAAXQ/edpXAZIaxCI/next%20gray.jpg) no-repeat scroll 0 0;
width : 55px;
}
.slide h2, .slide p {
margin : 15px;
}
.slide h2 {
font : italic 24px Georgia, "Times New Roman", Times, serif;
color : #212421;
letter-spacing : -1px;
}
.slide img {
float : right;
margin : 0 15px;
padding : 1px;
}


Adding Script Code


Now find (CTRL+F) this code in the template:

Step 2:And find the code </head>
Step 3: Now add the following code just before the </head> tag.



<a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a><script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js type=text/javascript/>
<script type=text/javascript>
//<![CDATA[
$(document).ready(function(){var currentPosition=0;var slideWidth=845;var slides=$(.slide);var numberOfSlides=slides.length;$(#slidesContainer).css(overflow,hidden);slides.wrapAll(<div id="slideInner"></div>).css({float:left,width:slideWidth});$(#slideInner).css(width,slideWidth*numberOfSlides);$(#slideshow).prepend(<span class="control" id="leftControl">Clicking moves left</span>).append(<span class="control" id="rightControl">Clicking moves right</span>);manageControls(currentPosition);$(.control).bind(click,function(){currentPosition=($(this).attr(id)==rightControl)?currentPosition+1:currentPosition-1;manageControls(currentPosition);$(#slideInner).animate({marginLeft:slideWidth*(-currentPosition)})});function manageControls(position){if(position==0){$(#leftControl).hide()}else{$(#leftControl).show()}if(position==numberOfSlides-1){$(#rightControl).hide()}else{$(#rightControl).show()}}
});
//]]>
</script>


And now click Save Template 



Available link for download

Read more »

Nokia 5230 slider key not working problem solution

Nokia 5230 slider key not working problem solution


if nokia 5230 slider key not working then this problem can be solve with a few steps as given in bellow diagram.its solution can be to change slider button or keys ic as path is shown in diagram.and also check these tracks with meter.
Nokia C2-07 Not Charging Problem jumpers Ways Solutions


if button shows value with meter then replace slider button and if value is missing in these points then apply jumpers as given in above diagram.slider key is also used as key guard key to apply and dis apply key guard in Nokia 5230.
for more detail and new tips and tricks about cellphone service problem keep visiting this page we will update cellphone service diagrams timely with new cellphone diagrams.some related post are also given bellow you can read them also for more information about cellphone.

Available link for download

Read more »