السلام عليكم ورحمة الله تعالى وبركاته
في هذا الدرس سنشرح لكم طريقة إضافة زر التحميل والمعاينة بأشكال احترافية.هذه الإضافة جد جيدة تساعد المدونين بعرض قوالبهم أو الاضافات عن طريق المعاينة كما تساعد الزائر بمعاينة وتحميل الملفات الدي يريدها عن طريق الازرار الاحترافية للمعاينة و التحميل.
شكل ازرار الإضافة
1- من لوحة التحكم
2- قالب
3- تحرير HTML
4- خذ نسخة احتياطية لقالب المدونة قبل اجراء اي تغير
5- قم بالبحث عن الكود التالي بالاستعانة بلوحة التحكم (CTRL+F)
</head>
6- اضف فوقه مباشراً الكود التالي<!--ازرار تحميل ومعاينة-->
<style>
.button-group, .text-center, .center {
text-align: center;
margin:15px 0;
font-size:13px;
letter-spacing:0px;
}
newbutton, input[type="newbutton"], input[type="reset"], input[type="submit"], .newbutton, a.newbutton {
position: relative;
width: auto;
line-height: normal;
color: #fff !important;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: #B44;
border-color: #78cd51;
border-radius:5px;
padding:8px 25px;
cursor: pointer;
margin-right:15px;
font-family: Amiri;
font-size: 12px;
}
.newbutton.download:hover, .newbutton.demo:hover, .newbutton.link:hover {
background:#B88;
}
.newbutton.download:active, .newbutton.demo:active, .newbutton.link:active {
background-color:#B44;
box-shadow: 0 -2px #5da13f;
padding:6px 18px 12px !important;
}
.newbutton.download:before {content:"\f019"}
.newbutton.demo:before {content:"\f06e"}
.newbutton.link:before {content:"\f074"}
.newbutton.link:before, .newbutton.demo:before, .newbutton.download:before{font-family:'FontAwesome';font-weight:normal;font-style:normal;vertical-align:middle;margin:0 8px 0 6px;font-size:16px;color:#000;text-shadow:0 1px 0 rgba(255,255,255,.1)}
</style>
<!--ازرار تحميل ومعاينة-->
<a class="newbutton demo" href="رابط ملف المعاينة" target="_blank">معاينة</a>
<a class="newbutton download" href="رابط ملف التحميل" target="_blank">تحميل</a>
thanks
ردحذفشكرا لك سالم على مرورك
حذف