wmaraci reklam

Wordpress Tema'ya Slider

3 Mesajlar 709 Okunma
smmexpress

Milholy Milholy WM Aracı Kullanıcı
  • Üyelik 15.06.2015
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İzmir
  • Ad Soyad U** K**
  • Mesajlar 7
  • Beğeniler 0 / 0
  • Ticaret 0, (%0)
Merhaba öncelikle arkadaşlar, yaklaşık yedi sekiz ay önce wordpress entegre yapmaya başladım. Kısa süre sonra açacağım web sitem için bir tema yapmaya karar verdim, herşeyi çizdim HTML CSS'de tamam entegreye geldiğimde ise manşet kısmında takıldım. http://jsfiddle.net/cgrclk/y3aPC/ buradaki slider'ı wordpress'e nasıl entegre ederim? Bilen bir arkadaş yardım ederse çok sevinirim. İyi günler ve yardım etmeye çalışan herkese teşekkürler.
 

 

wmaraci
reklam

iltasyazilim iltasyazilim Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 13.03.2015
  • Yaş/Cinsiyet 35 / E
  • Meslek webmaster
  • Konum Adana
  • Ad Soyad M** I**
  • Mesajlar 35
  • Beğeniler 0 / 1
  • Ticaret 0, (%0)
header

kodu






css kodu



* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
}

body {margin:0;font-size:11px; font-family: Helvetica; line-height:1;}

#manset {
overflow: hidden;
position: relative;
margin: 0 auto 20px;
width: 960px;
height: 350px;
z-index: 11;
background-color: #e74c3c;
}

.ana-haber {
float: left;
overflow: hidden;
position: relative;
width: 558px;
height: 350px;
border-left: 0px solid #fff;
box-shadow: 0 1px 0 #fff;
}

.ana-haber:hover img {
opacity: .4;
}

.ana-haber-resim {
display: block;
position: relative;
width: 100%;
height: 100%;
}

.ana-haber-resim:before {
content: '';
opacity: .5;
float: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 15;
-moz-box-shadow: 0 0 150px 0px #e74c3c inset;
-ms-box-shadow: 0 0 150px 0px #e74c3c inset;
-o-box-shadow: 0 0 150px 0px #e74c3c inset;
-webkit-box-shadow: 0 0 150px 0px #e74c3c inset;
box-shadow: 0 0 150px 0px #e74c3c inset;
}

.ana-haber img {
float: left;
opacity: 1;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-webkit-transition: opacity .4s;
transition: opacity .4s;
margin-left: -10px;
min-width: 580px;
height: auto;
width: 100%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.buyuk-yazi {
color: #fff;
float: left;
padding: 20px;
position: absolute;
bottom: 0;
left: 0;
width: 558px;
background: background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
}

.buyuk-yazi h1 {
color: #fff;
float: left;
font-size: 40px;
font-weight: 700;
line-height: 120%;
margin: 0 4% 5px;
text-align: center;
text-decoration: none;
word-wrap: break-word;
-moz-text-shadow: 1px 1px 2px #000;
-ms-text-shadow: 1px 1px 2px #000;
-o-text-shadow: 1px 1px 2px #000;
-webkit-text-shadow: 1px 1px 2px #000;
text-shadow: 1px 1px 2px #000;
text-transform: uppercase;
width: 92%;
}

.kucuk-haber {
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
box-shadow: 1px 0 0 #fff;
float: left;
overflow: hidden;
position: relative;
width: 201px;
height: 176px;
}

.kucuk-haber img {
float: left;
opacity: 1;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-webkit-transition: opacity .4s;
transition: opacity .4s;
width: 100%;
height: 100%;
}

.kucuk-haber-yazi {
padding: 10px 10px 8px;
position: absolute;
bottom: 0;
left: 0;
width: 200px;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
}

.kucuk-haber-yazi h2 {
color: #fff;
float: left;
font-size: 18px;
font-weight: 400;
line-height: 140%;
margin-bottom: 4px;
-moz-text-shadow: 1px 1px 2px #000;
-ms-text-shadow: 1px 1px 2px #000;
-o-text-shadow: 1px 1px 2px #000;
-webkit-text-shadow: 1px 1px 2px #000;
text-shadow: 1px 1px 2px #000;
text-transform: uppercase;
}

.kucuk-haber:hover img {
opacity: .2;
}
 

 

Milholy Milholy WM Aracı Kullanıcı
  • Üyelik 15.06.2015
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İzmir
  • Ad Soyad U** K**
  • Mesajlar 7
  • Beğeniler 0 / 0
  • Ticaret 0, (%0)

iltasyazilim adlı üyeden alıntı

header

kodu






css kodu



* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
}

body {margin:0;font-size:11px; font-family: Helvetica; line-height:1;}

#manset {
overflow: hidden;
position: relative;
margin: 0 auto 20px;
width: 960px;
height: 350px;
z-index: 11;
background-color: #e74c3c;
}

.ana-haber {
float: left;
overflow: hidden;
position: relative;
width: 558px;
height: 350px;
border-left: 0px solid #fff;
box-shadow: 0 1px 0 #fff;
}

.ana-haber:hover img {
opacity: .4;
}

.ana-haber-resim {
display: block;
position: relative;
width: 100%;
height: 100%;
}

.ana-haber-resim:before {
content: '';
opacity: .5;
float: left;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 15;
-moz-box-shadow: 0 0 150px 0px #e74c3c inset;
-ms-box-shadow: 0 0 150px 0px #e74c3c inset;
-o-box-shadow: 0 0 150px 0px #e74c3c inset;
-webkit-box-shadow: 0 0 150px 0px #e74c3c inset;
box-shadow: 0 0 150px 0px #e74c3c inset;
}

.ana-haber img {
float: left;
opacity: 1;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-webkit-transition: opacity .4s;
transition: opacity .4s;
margin-left: -10px;
min-width: 580px;
height: auto;
width: 100%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.buyuk-yazi {
color: #fff;
float: left;
padding: 20px;
position: absolute;
bottom: 0;
left: 0;
width: 558px;
background: background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
}

.buyuk-yazi h1 {
color: #fff;
float: left;
font-size: 40px;
font-weight: 700;
line-height: 120%;
margin: 0 4% 5px;
text-align: center;
text-decoration: none;
word-wrap: break-word;
-moz-text-shadow: 1px 1px 2px #000;
-ms-text-shadow: 1px 1px 2px #000;
-o-text-shadow: 1px 1px 2px #000;
-webkit-text-shadow: 1px 1px 2px #000;
text-shadow: 1px 1px 2px #000;
text-transform: uppercase;
width: 92%;
}

.kucuk-haber {
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
box-shadow: 1px 0 0 #fff;
float: left;
overflow: hidden;
position: relative;
width: 201px;
height: 176px;
}

.kucuk-haber img {
float: left;
opacity: 1;
-moz-transition: opacity .4s;
-ms-transition: opacity .4s;
-webkit-transition: opacity .4s;
transition: opacity .4s;
width: 100%;
height: 100%;
}

.kucuk-haber-yazi {
padding: 10px 10px 8px;
position: absolute;
bottom: 0;
left: 0;
width: 200px;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.7) 100%);
}

.kucuk-haber-yazi h2 {
color: #fff;
float: left;
font-size: 18px;
font-weight: 400;
line-height: 140%;
margin-bottom: 4px;
-moz-text-shadow: 1px 1px 2px #000;
-ms-text-shadow: 1px 1px 2px #000;
-o-text-shadow: 1px 1px 2px #000;
-webkit-text-shadow: 1px 1px 2px #000;
text-shadow: 1px 1px 2px #000;
text-transform: uppercase;
}

.kucuk-haber:hover img {
opacity: .2;
}

Bunları eklediğimde bir problem yok hocam, ben paylaştığım yazının slider'a gitmesini istiyorum. Wordpres'e entegresini nasıl yaparız onu soruyorum yani hocam.
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al