Home Forums WoodMart support forum Problem with variations

Problem with variations

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28073

    leonidas
    Participant

    Can you help me with this problem?I see that it doesn’t happen with your demo.Maybe it’s something with my configuration

    #28096

    leonidas
    Participant

    Removed all custom CSS, any code in function.php, disabled all the plugins.Cleared the cache.The same behaviour.Look at another video taken from my tablet.

    #28140

    Artem Temos
    Keymaster

    Hi,

    We can’t find the reason why it happens for you. But try to fix it adding the following code snippet to the Custom CSS area for tablet devices

    .quick-shop-wrapper {
    	display:none;
    }
    
    .quick-shop-shown .quick-shop-wrapper {
    	display:block;
    }

    Regards

    #28151

    leonidas
    Participant

    The code worked well.Problem solved so close the ticket.
    Thank you

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

The topic ‘Problem with variations’ is closed to new replies.