معهد خبراء بلوجر

معهد خبراء بلوجر (https://www.bloggerexp.com/index.php)
-   إضافات وأدوات بلوجر (https://www.bloggerexp.com/forumdisplay.php?f=10)
-   -   حصريا سلايدرشو اوتوماتيكي اسهل طريقة اضافتها في مدونتك (https://www.bloggerexp.com/showthread.php?t=7221)

alam3arbcom 04-25-2013 10:27 PM

حصريا سلايدرشو اوتوماتيكي اسهل طريقة اضافتها في مدونتك
 

سلام عليكم

اليوم قررت ان اضيف لكم سلايدر شو مثل ما نستعمله في عالم العرب

صورة اضافة

http://2.bp.blogspot.com/-vJCdpZSkBw...-25_220916.png

لمشاهدة مثال حي

اهم امتيازات المضافة في سلايدر

1 - افضل ميزة .. انسخ كود و اضعه في مدونتك بدون تعديل رابط feedburner

يعني يشتغل اوتوماتيكي

2 - يمكنك تغيير الوان الخلفية سلايدر

3 - يمكنك تعديل حجم الصور داخل سلايدر الى اي حجم

4 - يمكنك تغيير حجم سلايدر بالكامل

الان شرح تركيب كود

تركيب بأبسط طريقة

انسخ كود و قم بوضعه في Html/JavaScript

واضفه في اي مكان تريد

الكود

<style type="text/css">
#slides *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#slides ul,#slides li{padding:0;margin:0;list-style:none;position:relative}
#slides ul{height:250px}
#slides li{width:49.9%;height:100%;position:absolute;displ ay:none}
#slides li:nth-child(1), #slides li:nth-child(2), #slides li:nth-child(3), #slides li:nth-child(4){display:block}
#slides li:nth-child(1){left:0;top:0}
#slides li:nth-child(2){left:50.1%;width:24.8%;height:49.8%}
#slides li:nth-child(3){left:75.2%;width:24.8%;height:49.8%}
#slides li:nth-child(4){left:50.1%;top:50.2%;height:49.9%}
#slides a{display:block;width:100%;height:100%;overflow:hi dden}
#slides img{display:block;width:100%;height:100%;border:0; padding:4px;background-color:#18B3FB;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
#slides .overlayx{width:100%;height:100%;position:absolute ;z-index:2;background-image:url(http://softglad.at.ua/images/fadebg....d-position:50% 50%;background-repeat:repeat-x;border:4px solid #18B3FB;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
#slides h4{position:absolute;bottom:30px;margin:0;font-size:18px;font-family:Arial;left:0;padding:0 10px;color:white;z-index:3;line-height:20px;font-weight:normal}
#slides li:nth-child(2) h4,#slides li:nth-child(3) h4{font-size:13px;line-height:15px}
#slides .label_text{font-size:9px;color:white;bottom:10px;z-index:3;left:10px;font-family:Verdana,Geneva,sans-serif;position:absolute}
#slides li:nth-child(2) .autname,#slides li:nth-child(3) .autname{display:none}
#slides .overlayx,#slides li{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
#slides li:hover .overlayx{-ms-filter:"progid:DXImageTransform.Microsoft. Alpha(Opacity=10)";filter:alpha(opacity=10);-khtml-opacity:0.1;-moz-opacity:0.1;opacity:0.1}
#buttons{margin: 5px auto;text-align: center;background:#18B3FB;width: 10%;}
#buttons a{display:inline-block;text-indent:-9999px;width:15px;height:25px;position:relative}
#buttons a::before{content:"";width:0;height:0;border-width:8px 7px;border-style:solid;border-color:transparent #ffffff transparent transparent;position:absolute;top:50%;margin-top:-8px;margin-left:-10px;left:50%}
#buttons a#nextx::before{border-color:transparent transparent transparent #ffffff;margin-left:-3px}
@media only screen and (max-width:600px){
#slides ul{height:600px}
#slides li:nth-child(1){width:100%;height:49.8%}
#slides li:nth-child(2){top:50.2%;height:24.8%;left:0;width:49.8% }
#slides li:nth-child(3){left:50.2%;top:50.2%;width:49.8%;height:2 4.8%}
#slides li:nth-child(4){left:0;top:75.3%;height:24.8%;width:100%}
}
</style>
<div id="featuredpost"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="http://softglad.at.ua/widgets/slider.js" type="text/javascript"></script>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
FeaturedPost({
blogURL:"http://alam3arb.com/",
MaxPost:8,
idcontaint:"#featuredpost",
ImageSize:300,
interval:5000,
autoplay:true,
tagName:false
});
});
//]]>
</script>


وسلام اتمنى ان اراكم في موضوع اخر و مفيد

المصدر: عالم العرب http://www.alam3arb.com/2013/04/blog...#ixzz2RVbT8Yzz

imo7amedi 05-01-2013 07:05 PM

رد: حصريا سلايدرشو اوتوماتيكي اسهل طريقة اضافتها في مدونتك
 
مش مظبوط عندي

amira_amira 05-05-2013 04:25 PM

رد: حصريا سلايدرشو اوتوماتيكي اسهل طريقة اضافتها في مدونتك
 
تسلم على الاضاقه


الساعة الآن 08:41 PM

Powered by vBulletin® Copyright ©2000 - 2025 Dov By EGYNT.Co
new notification by 9adq_ala7sas
Developed By Marco Mamdouh
معهد خبراء بلوجر - 2012