• 29-05-2014, 17:52:12
    Bir lisans satın aldım, teşekkür ediyorum, gayet güzel bir tema.
  • 30-05-2014, 10:32:50
    wwwZiranbula adlı üyeden alıntı: mesajı görüntüle
    Galeri özelliği buradaki örnekte olduğu gibidir: http://www.modamazon.com/bershka-mon...2012-2013.html
    merhaba hocam burda kullandığınız wp galeri hangi eklendi acaba sakıncası yoksa ismini paylaşabilirmisin
  • 30-05-2014, 10:39:37
    byemrah adlı üyeden alıntı: mesajı görüntüle
    merhaba hocam burda kullandığınız wp galeri hangi eklendi acaba sakıncası yoksa ismini paylaşabilirmisin
    standart wordpress galeri fonksiyonudur. [gallery] tagı. eklenti değildir.
  • 30-05-2014, 10:51:37
    wwwZiranbula adlı üyeden alıntı: mesajı görüntüle
    standart wordpress galeri fonksiyonudur. [gallery] tagı. eklenti değildir.
    teşekkürler hocam hızlı cevabınız için adresimi pm yolladımda vaktin varsa bi bakabilirmisin
  • 30-05-2014, 11:00:08
    byemrah adlı üyeden alıntı: mesajı görüntüle
    teşekkürler hocam hızlı cevabınız için adresimi pm yolladımda vaktin varsa bi bakabilirmisin

    style.css dosyasına ekleyiniz.



    .gallery {
    	margin-bottom: 20px;
    	margin-left: -4px;
    }
    
    .gallery-item {
    	float: left;
    	margin: 0 4px 4px 0;
    	overflow: hidden;
    	position: relative;
    }
    
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
    	display: table;
    	margin: 0 auto 20px;
    }
    
    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item {
    	text-align: center;
    }
    
    .gallery-columns-4 .gallery-item {
    	max-width: 23%;
    	max-width: -webkit-calc(25% - 4px);
    	max-width:         calc(25% - 4px);
    }
    
    .gallery-columns-5 .gallery-item {
    	max-width: 19%;
    	max-width: -webkit-calc(20% - 4px);
    	max-width:         calc(20% - 4px);
    }
    
    .gallery-columns-6 .gallery-item {
    	max-width: 15%;
    	max-width: -webkit-calc(16.7% - 4px);
    	max-width:         calc(16.7% - 4px);
    }
    
    .gallery-columns-7 .gallery-item {
    	max-width: 13%;
    	max-width: -webkit-calc(14.28% - 4px);
    	max-width:         calc(14.28% - 4px);
    }
    
    .gallery-columns-8 .gallery-item {
    	max-width: 11%;
    	max-width: -webkit-calc(12.5% - 4px);
    	max-width:         calc(12.5% - 4px);
    }
    
    .gallery-columns-9 .gallery-item {
    	max-width: 9%;
    	max-width: -webkit-calc(11.1% - 4px);
    	max-width:         calc(11.1% - 4px);
    }
    
    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    	margin-right: 0;
    }
    
    .gallery-caption {
    	background-color: rgba(0, 0, 0, 0.7);
    	box-sizing: border-box;
    	color: #fff;
    	font-size: 14px;
    	line-height: 1.3;
    	margin: 0;
    	max-height: 50%;
    	opacity: 0;
    	padding: 2px 8px;
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	text-align: left;
    	-webkit-transition: opacity 400ms ease;
    	transition:         opacity 400ms ease;
    	width: 100%;
    }
    
    .gallery-caption:before {
    	box-shadow: 0 -10px 15px #000 inset;
    	content: "";
    	height: 100%;
    	min-height: 49px;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    }
    
    .gallery-item:hover .gallery-caption {
    	opacity: 1;
    }
    
    .gallery-columns-7 .gallery-caption,
    .gallery-columns-8 .gallery-caption,
    .gallery-columns-9 .gallery-caption {
    	display: none;
    }
    
    img.wp-post-image {
    	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    	border-radius: 3px;
    	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }
    .wp-caption {
    	max-width: 100%; /* Keep wide captions from overflowing their container. */
    	padding: 4px;
    }
    .wp-caption .wp-caption-text,
    .gallery-caption,
    .entry-caption {
    	font-style: italic;
    	font-size: 12px;
    	font-size: 0.857142857rem;
    	line-height: 2;
    	color: #757575;
    }
    img.wp-smiley,
    .rsswidget img {
    	border: 0;
    	border-radius: 0;
    	box-shadow: none;
    	margin-bottom: 0;
    	margin-top: 0;
    	padding: 0;
    }
    .entry-content dl.gallery-item {
    	margin: 0;
    }
    .gallery-item a,
    .gallery-caption {
    	width: 90%;
    }
    .gallery-item a {
    	display: block;
    }
    .gallery-caption a {
    	display: inline;
    }
    .gallery-columns-1 .gallery-item a {
    	max-width: 100%;
    	width: auto;
    }
    .gallery .gallery-icon img {
    	height: auto;
    	max-width: 90%;
    	padding: 5%;
    }
    .gallery-columns-1 .gallery-icon img {
    	padding: 3%;
    }
  • 30-05-2014, 11:43:52
    allah razı olsun hocam oldu telden bile yazarak yardımcı olduğun için teşekkür ederim
  • 30-05-2014, 19:32:26
    Üyeliği durduruldu
    pm gönderildi , tema çok şık gözüküyor
  • 31-05-2014, 23:15:51
    2 adet lisans daha satıldı.

    Rakipleriniz 1 adım önde.
  • 06-06-2014, 19:13:13
    Kimlik doğrulama veya yönetimden onay bekliyor.
    ödeme geçildi teslimat bekleniyor teşekkürler