Home Forums WoodMart support forum iPad issues

iPad issues

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #252908

    Mido_exe
    Participant

    Hi,
    Some issues I have with iPad portrait layout:
    1- Ajax product tabs jump down to another row instead of scrolling to side. See attached 1
    2- on product page the attribute title stick on the same row as the variations images unlike mobile version where the title position is above the images. See attached 2

    Another question about SKU and category section, how to disable them on product quick view?

    #252909

    Mido_exe
    Participant
    #252933

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide your site admin access to the private area. We will check the pages on other browsers to detect if the problem is caused by the browser or the content arrangement.

    Best Regards

    #253057

    Mido_exe
    Participant

    Hi,
    Please see private content below

    #253112

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px) {
    	.variations_form td {
    		display: block;
    	}
      .woodmart-products-tabs .products-tabs-title {
    		overflow-y: auto;
        margin-right: -10px;
        margin-left: -10px;
        white-space: nowrap;
        mask-image: linear-gradient(to left,transparent 5px,#000 40px);
        -webkit-mask-image: linear-gradient(to left,transparent 5px,#000 40px);
      }
    }

    Best Regards

    #253121

    Mido_exe
    Participant

    Thanks alot. This has solved 1 and 2. Regarding 2, would it be possible to show the variation name as in mobile.
    https://prntscr.com/w7vbzi

    What about 3? Can you help with that? How to disable SKU and category section on product quick view?

    Best regards
    /Mohamed

    #253131

    Mido_exe
    Participant

    One more request please, can you edit the code for question 2 to be standard, I mean to be like that even on pc and on wide position ipad and mobile. Thank you!

    #253170

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global for the SKU:

    body .popup-quick-view .product_meta>span {
    display:none;
    }

    If I understand your request properly, add this edited code to Global, and remove the previous one:

    	.variations_form td {
    		display: block;
    	}
      .woodmart-products-tabs .products-tabs-title {
    		overflow-y: auto;
        margin-right: -10px;
        margin-left: -10px;
        white-space: nowrap;
        mask-image: linear-gradient(to left,transparent 5px,#000 40px);
        -webkit-mask-image: linear-gradient(to left,transparent 5px,#000 40px);
      }

    Best Regards

    #253184

    Mido_exe
    Participant

    That’s great! Thanks a lot 💐

    #253195

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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