Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #1260432

    Selam Yiğit,

    Daha öncelerinde benimle şu şekilde bir css paylaşmıştın.
    @media only screen and (max-width: 481px) {
    #layer_slider_1 { display: none!important; }}
    @media only screen and (min-width: 480px) {
    #layer_slider_2 { display: none!important; }}

    Bir video eklemek istiyorum fakat telefonda gözüksün bilgisayarda gözükmesin istiyorum.Verdiğin kod bu sefer işe yaramadı :)
    kodu uyguladığımda hem bilgisayarda hemde telefonda gözükmüyor.Yardımını rica ederim.

    Saygılarımla,
    Orhan Başkal

    #1260435

    Hey orhan,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1260455

    Hi jordan ,

    Thanks for quick reply
    I used that css code before for slider
    @media only screen and (max-width: 481px) {
    #layer_slider_1 { display: none!important; }}
    @media only screen and (min-width: 480px) {
    #layer_slider_2 { display: none!important; }}
    Actually I want to see slider on my phone screen but I don’t want to see on my computer web page.
    That’s why I want to help from you because I used that code now I can’t see slider on two screen i mean mobile and pc.

    Thanks ,
    Orhan

    #1260495
    #1260597

    Also How Can I change category picture ?
    html code is <main class=”template-page content av-content-full alpha units”></main>
    website link http://www.tarimyedekparcam.com.tr/urun-kategori/tum-urunler/
    All category have same logo I want to change that picture.

    Thanks,
    Orhan

    #1260878

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1261036

    Merhabalar Orhan :)

    1- Bahsettiginiz videoyu video elementini kullanarak mi sayfaniza ekliyorsunuz? Eger oyleyse, video elementini duzenleyip Advanced > Responsive sekmesi altindan buyuk ekranlarda elementi saklamayi secebilirsiniz – https://imgur.com/a/orsHCAk :)

    2- Lutfen Enfold theme options > Shop Options sekmesinden “Enable Banner for product category pages” secenegini aktif edin. Daha sonrasinda Products > Categories sekmesinden duzenlemek istediginiz kategoriyi secin, bannerinizi “Thumbnail” alanindan yukleyip hemen altindaki “Enfold Child Category Styling” alanindan “Display product image and description as fullwidth page banner” secin :)

    Cheers!
    Yigit

    #1262667
    This reply has been marked as private.
    #1262669

    Merhabalar Orhan,

    Su an anasayfanizda 2 sliderda beyaz gorunuyor. Ayrica su an Enfold’un en son surumunu kullanmiyorsunuz. Temayi en son surume guncellememde bir sakinca var mi sizin icin?

    Dogru anladigimdan emin olmak icin, “Layer_Slider_2” isimli slideri masaustunde goruntuleyip mobilde gizlemek onun yerine “Layer Slider 3 Mobil” isimli slideri goruntulemek istiyorsunuz, degil mi?

    Best regards,
    Yigit

    #1262688
    This reply has been marked as private.
    #1263251

    Merhabalar Orhan,

    – Enfold’u en son surume guncellemedim
    – LayerSlider ayarlarina gidip her slider icin Slider Settings > Appearance > Slider Classes altindan farkli sinif atadim
    – Assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyip onbellegi temizledim

    @media only screen and (max-width: 481px) {
    .ls-dt-1,
    .ls-dt-2 {
    display: none !important; 
    }}
    @media only screen and (min-width: 481px) { 
    .ls-mo-1,
    .ls-mo-2 { 
    display: none !important; 
    }}

    481px uzerinde masaustu olanlari altinda mobil icin olanlari goruntuluyor.

    Lutfen sitenize goz atin :)

    Best regards,
    Yigit

    #1263376
    This reply has been marked as private.
    #1263377

    Merhabalar,

    Assagidaki kodu Quick CSS alanina ekledim

    @media only screen and (max-width: 480px) { 
    .responsive #top #main .products .product {
        width: 49%;
        padding-right: 1%;
    }}

    Istediginiz gibi olmus olmasi lazim :)

    Best regards,
    Yigit

    #1263418

    Merhaba Yiğit ,

    Ne kadar Teşekkür etsem azdır :)
    Bu son isteğim olacak ama bu da e-ticaret sitesinin olmazsa olmazlarından menünün yanına üyelik girişi(kullanıcıların üyel olabilmeleri için anonim insan resmi koyabilir misin ?
    çok denedim hatta sosyal medya ikonları bölümü ile koyabilir miyim dedim ama başaramadım :(
    örnek olarak https://www.keskinzade.com/

    Saygılarımla ,
    Orhan Başkal

    #1263419

    Üyelik formunu daha güzel bir hale getirmek için aşağıdaki css kodunu buldum bu gibi kodları nereye yapıştırmam gerekiyor seni daha fazla rahatsız etmek istemiyorum :)
    Aşağıdaki css kodunun link’i https://codepen.io/icebob/pen/LEbQVY

    @import “compass/css3”;

    @import url(https://fonts.googleapis.com/css?family=Dosis:300|Lato:300,400,600,700|Roboto+Condensed:300,700|Open+Sans+Condensed:300,600|Open+Sans:400,300,600,700|Maven+Pro:400,700);

    @import url(‘https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css&#8217;);

    $textColor: White;
    $greyColor: #BBB;

    * {
    @include box-sizing(border-box);
    }

    html {
    background: black;
    }

    body {
    font-family: “Open Sans”;
    font-size: 16px;
    color: $textColor;
    font-smoothing: antialiased;
    font-weight: 600;
    }

    a {
    color: $greyColor;
    }

    .content:before {
    content: “”;
    position: fixed;
    left: 0;
    right: 0;
    top: 0; bottom: 0;
    z-index: -1;

    display: block;
    background-color: black;
    background-image: url(‘http://ultraimg.com/images/Ho6hQWs.jpg&#8217;);
    width: 100%;
    height: 100%;
    background-size: cover;

    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    }

    .content {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 540px;
    height: 540px;

    background-color: rgba(10, 10, 10, 0.5);
    margin: auto auto;
    padding: 40px;

    @include border-radius(4px);
    @include box-shadow(0 0 10px rgba(0,0,0,1));

    .title {

    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;

    padding-bottom: 30px;

    } // .title

    input {
    width: 100%;
    font-size: 1.2rem;
    font-family: “Open Sans”;

    margin: 10px 0px;

    border: none;
    padding: 10px;

    @include border-radius(4px);

    } // input

    input[type=checkbox] {
    display: none;
    }

    label {
    display: inline-block;
    width: 20px;
    height: 20px;

    cursor: pointer;
    position: relative;

    margin-left: 5px;
    margin-right: 10px;
    top: 5px;

    &:before {
    content: “”;
    display: inline-block;

    width: 20px;
    height: 20px;

    @include border-radius(3px);

    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    @include box-shadow(inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8));
    }
    } // label

    input[type=checkbox]:checked + label:before {
    content: “\2713″;
    @include text-shadow(1px 1px 1px rgba(0, 0, 0, .2));
    font-size: 20px;
    color: Black;
    text-align: center;
    line-height: 20px;
    }

    span {
    font-size: 0.9rem;
    }

    button {
    width: 100%;
    font-size: 1.1rem;
    padding: 10px;
    margin: 20px 0px;

    background-color: #66A756;
    color: $textColor;
    border: none;

    @include border-radius(4px);
    }

    .social {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;

    span {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 20px;

    &:before, &:after {
    content: ”;
    display: block;
    width: 500px;
    position: absolute;
    top: 0.9em;
    border-top: 1px solid $textColor;
    }

    &:before {
    right: 75%;
    }

    &:after {
    left: 75%;
    }
    }
    }

    .buttons {
    width: 100%;
    margin: 30px 0px;

    button {
    float: left;
    width: 30%;
    margin: 0px 1.5%;

    i {
    padding-right: 7px;
    }

    &.facebook {
    background-color: #4464B2;
    }

    &.twitter {
    background-color: #28A9E0;
    }

    &.google {
    background-color: #DA4735;
    }

    } // button

    &:after {
    content: “”;
    display: block;
    clear: both;
    }

    } // .buttons

    .already {
    text-align: center;
    font-size: 0.9rem;
    }

    } // .content

    #1263485

    Merhabalar,

    Ana menunun sonuna ikonla birlikte “Uye Girisi” linkini ekledim. Sitenize goz atar misiniz dusundugunuz gibi olmus mu? :)

    Best regards,
    Yigit

    #1263532

    Selam Yiğit ,

    mobildede ana ekranda <span class=”av-icon-char” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span> menü bölümüne bu kodu kullanmıştık insan figürü için fakat sepeti yanına sabit bir şekilde ekleyince ikisi birbirine yapıştı.ikisini birbirinden ayıramıyorum responsive denedim ama olmadı.
    Masaüstünde gayet güzel duruyor ama mobil versiyonunu düzeltmem için ne yapmam gerekiyor ?
    https://www.tarimyedekparcam.com.tr
    Teşekkürler ,
    Orhan

    • This reply was modified 3 years, 11 months ago by obaskal.
    #1263928

    Merhabalar,

    Sadece ikonun oldugu yeni bir menu ogesi ekleyip Quick CSS alanina assagidaki kodu ekledim

    @media only screen and (max-width: 990px) {
    .only-desk,
    .only-mob.menu-item-5021 { 
         display: none !important;
    }
    #menu-item-5021 {
        display: block !important;
        float: right;
    }}
    @media only screen and (min-width: 990px) {
    .only-mob {
         display: none!important;
    }}

    990px altinda gizli alanda paylastigim ekran goruntusundeki gibi gorunuyor :)

    Best regards,
    Yigit

    #1268292

    Selam Yiğit ,

    mobildede ana ekranda <span class=”av-icon-char” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span> menü bölümüne bu kodu kullanmıştık insan figürü için fakat sepeti yanına sabit bir şekilde ekleyince ikisi birbirine yapıştı.ikisini birbirinden ayıramıyorum responsive denedim ama olmadı.
    Masaüstünde gayet güzel duruyor ama mobil versiyonunu düzeltmem için ne yapmam gerekiyor ?

    Teşekkürler ,
    Orhan

    #1268404

    Merhabalar Orhan,

    Assagidaki kodu Quick CSS alanina ekleyerek ayrilmaz ikiliyi birbirinden ayirabilirsiniz :)

    @media only screen and (max-width: 768px) {
    #menu-item-shop .cart_dropdown_link {
        margin-left: 20px;
    }}

    Best regards,
    Yigit

    #1268426

    Selam Yiğit,

    teşekkür ederim mobilde ikisini birbirinden ayırdım fakat menü ve arama butonu logoya doğru kaydı. :)

    #1268434

    Merhabalar,

    Onun icin bence en uygun cozum mobilde header konteynir genisligini 90%’dan 100%’e cekmek olur. Assagidaki koduda Quick CSS alanina ekleyip bir goz atabilir misiniz? :)

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .container.av-logo-container {
        width: 100%;
        max-width: 100%;
    }}

    Best regards,
    Yigit

    #1268438

    Menü ve arama çubuğu biraz daha sağa gelebilir mi ? öksüz gibi ortada kaldı :)

    Qick CSS alanına eklediğimiz tüm kodlar aşağıdadır :)

    @media only screen and (max-width: 481px) {
    .ls-dt-1,
    .ls-dt-2 {
    display: none !important;
    }}
    @media only screen and (min-width: 481px) {
    .ls-mo-1,
    .ls-mo-2 {
    display: none !important;
    }}
    @media only screen and (max-width: 768px) {
    #menu-item-shop .cart_dropdown_link {
    margin-left: 20px;
    }}

    @media only screen and (max-width: 480px) {
    .responsive #top #main .products .product {
    width: 49%;
    padding-right: 1%;
    }}

    @media only screen and (max-width: 990px) {
    .only-desk,
    .only-mob.menu-item-5021 {
    display: none !important;
    }
    #menu-item-5021 {
    display: block !important;
    float: right;
    }}
    @media only screen and (min-width: 990px) {
    .only-mob {
    display: none!important;
    }}
    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .container.av-logo-container {
    width: 100%;
    max-width: 100%;
    }}

    #1268457
    This reply has been marked as private.
    #1269058

    Merhabalar,

    Hem biraz daha temizlemek hemde menu ve arama cubugunu saga kaydirmak icin CSS kodunuzu assagidakine cevirdim

    @media only screen and (max-width: 481px) {
    .ls-dt-1,
    .ls-dt-2 {
        display: none !important; 
    }
    .responsive #top #main .products .product {
        width: 49%;
        padding-right: 1%;
    }
    }
    @media only screen and (min-width: 481px) { 
    .ls-mo-1,
    .ls-mo-2 { 
        display: none !important; 
    }
    }
    
    @media only screen and (max-width: 768px) {
    #menu-item-shop .cart_dropdown_link {
        margin-left: 20px;
    }
    .responsive #top #wrap_all .container.av-logo-container {
        width: 100%;
        max-width: 100%;
    }
    }
    
    @media only screen and (max-width: 990px) {
    .only-desk,
    .only-mob.menu-item-5021 { 
         display: none !important;
    }
    #menu-item-5021 {
        display: block !important;
        float: right;
    }
    .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {
        margin-right: 0 !important;
    }}
    
    @media only screen and (min-width: 990px) {
    .only-mob {
         display: none!important;
    }}

    Logo alaninin konteynir genisligi 768px ve altinda 100% oluyor haricinde 90% :)

    Best regards,
    Yigit

    #1269069

    Çok Teşekkür ederim.
    Senin desteğin olmasaydı site birşeye benzemezdi.
    Saygılarımla,
    Orhan

    #1269084

    Merhabalar,

    Rica ederim, yardimci olabildigime seviniyorum :)

    Baska yardimci olabilecegim bir konu olursa lutfen tekrardan iletisime gecmekten cekinmeyin.

    Iyi gunler & iyi calismalar dilerim.

    Saygilar,
    Yigit

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘hide layerslider’ is closed to new replies.