إضافة صفحة إتصل بنا مدونات بلوجر


السلام عليكم
كل مالكي المدونات و المواقع يرغبون في فتح قنوات إتصال بينهم و بين زوارهم و متابعيهم لذلك أصبحت صفحة اتصل بنا مهمة جدا لدى الجميع .



اليوم أشرح لكم طريقة إضافة صفحة إتصل بنا contact us  لمدونات بلوجر ، أولا المعاينة المباشرة للإضافة :

الآن تابع الشرح :

#1 إضافة أداة أتصل بنا :
يجب إضافة أداء إتصل بنا المقدمة من طرف جوجل و تفعيلها لتصلنا الرسائل إلى إيميل أدمين المدونة :
من لوحة تحكم المدونة إختر : التخطيط > إضافة أداة  ( أضف أداة في أي مكان تريد لأننا سنخفيها لاحقا )



ثم من المزيد من الآدوات إختر نموذج إتصال :



#2 إخفاء الأداة السابقة :
الآن من لوحة تحكم المدونة > المظهر > تحرير HTML
:
إبحث عن الكود التالي  ]]></b:skin> و قبله أضف الكود التالي :

div#ContactForm1 {
    display: none !important;
} 


#3 إضافة كود خط font awesome إلى القالب :

الآن إبحث عن الكود التالي <head> و أضف بعده هذا السطر :

<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet'/> 
و الآن إحفظ القالب و إنتقل للخطوة التالية .

#4 إنشاء صفحة إتصل بنا و إضافة الكود الخاص بها :
- من لوحة تحكم المدونة إختر صفحات ثم صفحة جديدة ،  أنشىء صفحة جديدة و أدخل العنوان contact ثم إختر HTML :


الآن ألصق الكود التالي :

23456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274276277278279280281282283284285286288290291292293294295296297298299300301302303304305306307308309310311312313314
 <div dir="rtl" style="text-align: right;" trbidi="on"><style>@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);div#twist_blogger_cntct_form {    padding: 50px 0px;    border-radius: 2px;    color: #1D1D1D;    font-size: 15px;    font-weight: bold;    position: relative;    background-color: #404040;font-family: 'Droid Arabic Kufi', serif;}div#twist_blogger_cntct_form .wrap-me {    margin: 0 auto;    display: block;    padding: 30px 20px;    background-color: #F3F3F3;    max-width: 440px;    width: 100% !important;    border-top: 65px solid #FF0000;    box-sizing: border-box;}div#twist_blogger_cntct_form .wrap-me:before {    content: '\f0e0';    position: absolute;    font-family: FontAwesome;    font-weight: normal;    margin-top: -88px;    margin-right: -23px;    right: 50%;    display: inline-block;    font-size: 28px;    width: 53px;    height: 53px;    border-radius: 50px;    text-align: center;    color: #FFFFFF;    box-sizing: border-box;    border: 2px solid #FFFFFF;    line-height: 49px;}input#ContactForm1_contact-form-name, #ContactForm1_contact-form-email, #ContactForm1_contact-form-email:hover, #ContactForm1_contact-form-email:active {    padding: 5px;    margin-top: 4px !important;    box-shadow: none!Important;    max-width: 300px;    width: 100%;    border: 1px solid #D2D2D2;    line-height: 1em;    min-height: 31px;    background: #FEFEFE;font-family: 'Droid Arabic Kufi', serif;    margin-bottom: 15px;    border-radius: 0px;}.contact-form-email-message, .contact-form-email-message:active, .contact-form-email-message:hover {    padding: 5px;    margin-top: 4px !important;    box-shadow: none!Important;    max-width: 400px;    width: 100%;    border: 1px solid #D2D2D2;    line-height: 1em;    min-height: 80px;    background: #FEFEFE;font-family: 'Droid Arabic Kufi', serif;    margin-bottom: 10px;    border-radius: 0px;}/***** Focus *****/#ContactForm1_contact-form-name:focus, #ContactForm1_contact-form-email:focus, #ContactForm1_contact-form-email-message:focus {    outline: none;    background: #FFFFFF !important;    color: #444;    border-color: rgb(236, 235, 235) !important;    box-shadow: 0 0 5px rgba(241, 241, 241, 0.7) !important;    transition: all 0.3s ease-in-out !important;}/**** Submit button style ****/.contact-form-button-submit:hover {    color: #FFFFFF;    background: #0083FF !important;}.contact-form-button-submit {    background: #19B3EA;    display: table;    font-size: 17px;    margin: 0 !important;    border-radius: 0 !important;    max-width: 100%;    width: 100%;    min-width: 100%;    height: 32px;    line-height: 0.5em;    letter-spacing: 0.5px;font-family: 'Droid Arabic Kufi', serif;    font-weight: normal;    cursor: pointer;    outline: none!important;    color: #FFFFFF;    border: 1px solid #fff !important;    text-align: center;    padding: 0px 15px 0px 0px;    text-transform: capitalize;    transition: all 300ms ease-in-out;    -webkit-transition: all 300ms ease-in-out;    -moz-transition: all 300ms ease-in-out;}/**** Submit button on Focus ****/.contact-form-button-submit:focus, .contact-form-button-submit.focus {  border-color: #FFFFFF;  box-shadow: none !important;}/**** Error message ****/.contact-form-error-message-with-border .contact-form-success-message {  background: #f9edbe;  border: 1px solid #f0c36d;  bottom: 0;  box-shadow: 0 2px 4px rgba(0,0,0,.2);  color: #666;  font-size: 12px;  font-weight: bold;  padding-bottom: 10px;  line-height: 19px;  margin-right: 0;  opacity: 1;  position: static;  text-align: center;}/**** Submit Button On Success Message ****/.contact-form-button-submit.disabled, .contact-form-button-submit.disabled:hover, .contact-form-button-submit.disabled:active {    opacity: 0.9;}/****** Success Message *****/.contact-form-error-message-with-border {    background: #000000;    border: 1px solid #5A5A5A;    bottom: 0;    box-shadow: none;    color: #FDFDFD;    font-size: 15px;    font-weight: normal;    line-height: 35px;    margin-right: 0;    opacity: 1;    position: static;    text-align: center;    height: 35px;    margin-top: 45px;}.contact-form-cross {    height: 14px;    margin: 5px;    vertical-align: -8.5%;    float: left;    width: 14px;    border-radius: 50px;    border: 0 !important;    cursor: pointer;}.contact-form-success-message-with-border {    font-weight: normal;    background-color: #000;    border: 1px solid #FFF;    color: #FFF;    line-height: 35px;    margin-right: 0;    font-size: 13px;    opacity: 1;    position: static;    text-align: center;    height: 35px;    margin-top: 45px;}/* Extra Stuff */div#twist_blogger_cntct_form span.name-bg {    background-color: #E8F2FF; }div#twist_blogger_cntct_form span.email-bg {    background-color: #FFE8E8;}div#twist_blogger_cntct_form span.name-bg, div#twist_blogger_cntct_form span.email-bg {    display: inline-block;    max-width: 300px;    line-height: 21px;    width: 100%;    color: #696969;    padding: 3px 5px;    margin: 0px 0px 4px;    box-sizing: border-box;    height: 30px;    border: 1px solid #E4E0E0;    padding-right: 39px;}div#twist_blogger_cntct_form span.name-bg:before {    content: '\f007';    background-color: #60A2FF; }div#twist_blogger_cntct_form span.email-bg:before {    content: '\f1fa ';    background-color: #FF530B;}div#twist_blogger_cntct_form span.name-bg:before, div#twist_blogger_cntct_form span.email-bg:before, div#twist_blogger_cntct_form span.message-bg:before {    font-family: FontAwesome;    text-align: center;    margin: -4px 0px 0px 0;    font-weight: normal;    padding: 0;    line-height: 27px;    width: 28px;    height: 28px;    display: table;    position: absolute;    margin-right: -40px !important;    border: 1px solid rgba(0, 0, 0, 0.1);    border-left: 0 !important;    color: #FFFFFF;}div#twist_blogger_cntct_form span.message-bg {    background-color: #EBFFE8;    display: inline-block;    max-width: 400px;    line-height: 21px;    width: 100%;    color: #696969;    padding: 3px 5px;    box-sizing: border-box;    height: 30px;    border: 1px solid #E4E0E0;    padding-right: 39px;    margin: 0px 0px 4px;}div#twist_blogger_cntct_form span.message-bg:before {    content: '\f0e0';    background-color: #20CC00;}div#twist_blogger_cntct_form span.send-bg {    height: 32px;    display: inline-block;    float: right;    max-width: 45%;    width: 100%;    margin-top: 15px;    transition: all 0.4s ease-in-out !important;}div#twist_blogger_cntct_form span.send-bg:before {    content: '\f1d8'; }div#twist_blogger_cntct_form span.send-bg:before, div#twist_blogger_cntct_form span.clear-bg:before {    font-family: FontAwesome;    text-align: center;    font-weight: normal;    margin: 0;    background-color: #000;    padding: 0;    line-height: 27px;    width: 30px;    height: 30px;    display: inline-block;    position: absolute;    border: 1px solid #fff;    border-left: 0 !important;    color: #FFFFFF;}div#twist_blogger_cntct_form span.clear-bg {    display: inline-block;    float: left;    margin-top: 15px;    max-width: 45%;    width: 100%;}div#twist_blogger_cntct_form span.clear-bg:before {    content: '\f021'; }input.contact-form-button.contact-form-button-submit.clear-button:hover {    background-color: #E83434 !important;}div#twist_blogger_cntct_form .clear-button {    color: #FFFFFF;    border: 1px solid #FFF !important;    background-color: #FF2C2C;    float: left;    display: table;    height: 32px;}</style><br /><div id="twist_blogger_cntct_form"><div class="wrap-me"><form name="contact-form"><span class="name-bg">الإسم</span><br /><input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" placeholder=" أدخل إسمك هنا" size="30" type="text" value="" /><br /><br /><span class="email-bg">الإيميل*</span><br /><input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" placeholder="أدخل عنوان بريدك الإلكتروني هنا" size="30" type="text" value="" /><br /><br /><span class="message-bg">الرسالة*</span><br /><textarea class="contact-form-email-message" cols="25" id="ContactForm1_contact-form-email-message" name="email-message" placeholder="أدخل هنا نص الرسالة" rows="5"></textarea><br /><span class="send-bg"><input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="إرسال" /></span><span class="clear-bg"><input class="contact-form-button contact-form-button-submit clear-button" type="reset" value="مسح" /></span><br /><div style="max-width: 100%; text-align: center; width: 100%;"><div class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></div><div class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></div></div></form><br /></div></div></div>

إمنع التعليقات عن الصفحة ، و آنشرها و مبروك عليك .

أتمنى أن يعجبكم الشرح و الإضافة ،

منقول من مدونة : زاوية مبرمج 

Post a Comment

أحدث أقدم