Home Forums WoodMart support forum Product distribution mission on tablet

Product distribution mission on tablet

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #148761

    nicolesautter
    Participant

    Hi, I do have a problem. I launched my shop today and have checked everything in advance. Now today a costumer asked me if I don’t diachronen my products and their ingredients, which surprised me. I checked my computer and my iPhone and it showed on both devices. But obviously it doesn’t show on tablets. I have no idea where to change that. I checked the customize woocommerce section and I checked in your theme settings but can’t find it. Can you help? The pictures attached show what the customer sees- or not sees and the video was taken from my iPhone. I had someone else check and they can’t see it at there iPad either. So obviously this only occurs on tablets. What do I need to do? Thanks in advance.

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

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue.

    function singleProductTabsAccordion(){
        if ( jQuery(window).width() > 1024 ) {
            return;
        }
        jQuery('.woocommerce-tabs').removeClass('tabs-layout-tabs').addClass('tabs-layout-accordion');
        jQuery('.single-product-page').removeClass('tabs-type-tabs').addClass('tabs-type-accordion');
    }
    singleProductTabsAccordion();

    Regards

    #148873

    nicolesautter
    Participant

    Hi! Thanks for your response but that doesn’t work either. I see in your response that the code snipped includes accordion where I am using Tab. Does that make a difference. I don’t like the look of the accordion so that’s why I am using tabs. It does work fine on the computer and on my iPhone but obviously not on a tablet. So I am afraid that doesn’t work…

    #148878

    Artem Temos
    Keymaster
    Xtemos team

    Please, send us a link where we can see that and where the code is placed.

    #148890

    nicolesautter
    Participant

    I keep sending your messages but always get an error. Here again. See down below in the private section.

    #148893

    Artem Temos
    Keymaster
    Xtemos team

    When I test this on iPad we see tabs are there and working correctly. Could you please clear your browser cache and check again?

    #148894

    nicolesautter
    Participant

    Hi, as mentioned I don’t have an iPad. I will have to ask my customers. But I can’t always ask them if they have cleared their cache…. Hope it really does work cause I loose customers if it doesn’t show. Checking will take a while cause I need someone with an iPad.. Will get back once I know. Thanks

    Oh and can you do me a favor and send me a screenshot of what it is you see so we are talking about the same?

    #148895

    Artem Temos
    Keymaster
    Xtemos team

    We are talking about tabs on iPad and it seems to work fine now https://gyazo.com/4f2fec6cba0e34d2d72854cd6d991899

    #148896

    nicolesautter
    Participant

    That does look better. Is there a text if you open them?

    #148903

    Artem Temos
    Keymaster
    Xtemos team

    Yes, it works correctly. This bug will be also fixed in our next theme update.

    #148949

    nicolesautter
    Participant

    Hi, I was told again it doesn’t work…. This really urgently needs to be fixed. I am loosing customers. What do you want me to do? I can’t add a note on my webpage that the theme has a bug and that they always have to empty their cache. I can’t check since I don’t have an iPad. Why does it work on cell phones and computers but not on tablets. This is really a little frustrating since I just started and now this. This is so important for my page. Please somehow fix this.

    #149005

    Artem Temos
    Keymaster
    Xtemos team

    What exact version of the iPad have they tested on? I have tested on almost all modern iPads using browser stack service and it works fine https://gyazo.com/33d600e9a3cdcca4cce6f1f0a342cf7a
    https://gyazo.com/cc91126d10432c492ada337f4b49d728
    And it is not related to caching if you don’t have any kind of full-page cache plugins installed. You can try to test it yourself here https://browserstack.com

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