Home Forums WoodMart support forum Mobil tekli ürün alt sabit kısımda fiyat bilgisi eklenmesi

Mobil tekli ürün alt sabit kısımda fiyat bilgisi eklenmesi

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #720803

    azeri_aras
    Participant

    Merhaba mobilde tekli ürün sayfası mobil olarak sepete ekle kısmı var ancak yukarı kaydırınca çıkıyor bu hoş değil ürün sayfası mobil alt sabit FİYAT ve SEPETE EKLE gibi ayrı olmalı bunu nasıl yapabilirim lütfen ekli dosyada istediğim görüntü mevcut bunu yapabilmem için yardım edin teşekkürler

    Attachments:
    You must be logged in to view attached files.
    #720854

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Unfortunately, I am unable to visit your site at the moment due to maintenance mode. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #720874

    azeri_aras
    Participant

    Bahsettiğim konu sorun veya hata değil Tekli ürün sayfasında mobil alt sabit kısmın ekli dosyadaki resim gibi FİYAT ve SEPETE EKLE kısmı olmasını istiyorum örnek site url https://radyantshop.com/ bunu mobil olarak ürün sayfasını kontrol edin en alt sabit kısım yapmak istediğim gibi lütfen incelermisiniz

    Attachments:
    You must be logged in to view attached files.
    #720904

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to Theme Settings > Single product > Add to cart and enable the Sticky add to cart option https://postimg.cc/DWX26F3y

    Best Regards

    #720936

    azeri_aras
    Participant

    Merhaba ekli dosyadaki örnek resimdeki gibi olmuyor örnek resmi incelermisiniz FİYAT ve SEPETE EKLE kısmı mobilde en alt menü navigasyon yerinde olucak

    #720948

    azeri_aras
    Participant

    Merhaba https://radyantshop.com/ bu tema woodtmart teması doğrumu bu temada mobil olarak tek ürün sayfasına bakın en alt kısım sabit bu şekilde olmalı

    #721005

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    What you are showing from the demo site (with price + “Add to Cart” button in a fixed bottom bar) is actually a custom sticky bar layout, not the default WoodMart sticky add-to-cart style.

    In WoodMart, the built-in option can be enabled here:

    Theme Settings > Single Product > Add to Cart > Sticky Add to Cart

    However, please note that the default WoodMart sticky bar is designed differently:

    It shows product image, title, price, and add-to-cart in a compact horizontal layout and on mobile, some elements are intentionally hidden to keep it minimal.

    You are using a mobile bottom navbar, which is why it is showing above this, you can disable it from Theme Settings > general > Mobile bottom navbar then the sticky add to cart will show in bottom.

    If you want to change the style like the demo site, try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for mobile. Change the code as per your requirements.

    .wd-sticky-btn {
            height: auto;
            padding: 12px 16px;
            box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
        }
    
        /* Price styling */
        .wd-sticky-btn .price {
            display: block !important;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
        }
    
        /* Cart form takes full remaining space */
        .wd-sticky-btn form.cart {
            flex: 1;
            margin-left: 12px;
        }
    
        .wd-sticky-btn .single_add_to_cart_button,
        .wd-sticky-btn .wd-sticky-add-to-cart {
            width: 100%;
            height: 44px;
            border-radius: 10px;
            font-weight: 700;
        }
    
        .wd-sticky-btn {
            background: #fff;
            border-top: 1px solid #e5e7eb;
        }
    
        .wd-sticky-btn {
            transform: none !important;
        }

    Best Regards

    #721082

    azeri_aras
    Participant

    Benim ne istediğimi tam olarak anlamanıza çok sevindim açıklayıcı mesajınız için çok çok teşekkür ederim 🙏🙏

    Gönderdiğiniz kodu tema ayarlar özel CSS kısmından MOBİL CSS kısmına ekledim ancak hiç bir şey değişmedi ve hiç bir farklı durum olmadı eski durum devam ediyor

    Bu mobil alt düzen bizim için çok önemli denenmiş çalışan kodu yeniden rica ediyoruz

    Veya özelden size nasıl yazabilirim yolunu link bana iletirseniz oradan admin bilgilerini iletelim siz yapın bunun için teşekkür ederim 🙏🙏

    #721111

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #721128

    azeri_aras
    Participant

    Merhaba özel içerik Alanı nerede iletişim formundan gönderdim

    #721165

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    We have a private area (below the message area): which is visible to moderators only so you can leave the details there.

    Best Regards,

    #721189

    azeri_aras
    Participant

    Evet özel alandan admin bilgilerini gönderdim Nasıl yapıldığını bana bildirin lütfen güncellemelerde sorun yaşamayalım teşekkürler

    #721249

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please now check back your site and check the issue. I have added this code on your site in Theme Settings > Custom CSS > Custom CSS for mobile area and it is working. You can change the code as per your requirement to fit the design.

    See Screenshot for clarification: https://postimg.cc/mt6C3xF8

    .wd-sticky-btn {
            height: auto !important;
            padding: 12px 16px !important;
            box-shadow: 0 -4px 20px rgba(0,0,0,0.08) !important;
        } 
    
        /* Price styling */
        .wd-sticky-btn .price {
            display: block !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            margin: 0 !important;
        }
    
        /* Cart form takes full remaining space */
        .wd-sticky-btn form.cart {
            flex: 1 !important;
            margin-left: 5px !important;
        }
    
        .wd-sticky-btn .single_add_to_cart_button,
        .wd-sticky-btn .wd-sticky-add-to-cart {
            width:100% !important;
            height: 44px !important;
            border-radius: 10px !important;
            font-weight: 700 !important;
        }
    
        .wd-sticky-btn {
            background: #fff !important;
            border-top: 1px solid #e5e7eb !important;
        }
    
        .wd-sticky-btn {
            transform: none !important;
        }

    Best Regards.

    #721308

    azeri_aras
    Participant

    Merahaba evet çalışıyor çok teşekkür ederim 🙏

    #721333

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 15 posts - 1 through 15 (of 15 total)

The topic ‘Mobil tekli ürün alt sabit kısımda fiyat bilgisi eklenmesi’ is closed to new replies.