Home Forums WoodMart support forum Clear selected variation button is misplaced after update

Clear selected variation button is misplaced after update

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #363812

    horny_fungus
    Participant

    Hi, I am currently testing Woodmart 6.3 in my local environment and I noticed that the button used to clear selected variation is misplaced, please see attached pics.

    • This topic was modified 2 years, 1 month ago by horny_fungus.
    #363859

    Hello,

    Please deactivate all the plugins except these ones:

    Slider Revolution
    WPBakery Page Builder or Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    In case, the problem remains, even after all the plugins are deactivated, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #363928

    horny_fungus
    Participant

    1) I can’t provide access to localhost
    2) The issue can be seen even in your demo – https://woodmart.xtemos.com/shop/accessories/wooden-bow-tie-man/. It just doesn’t affect the aesthetics that bad due to different layout (see the screenshot https://paste.pics/a8a33bd9324b8108ae5b7143d3cfcdbe)

    Before the update clear button was under the dropdown, now it is on the right side.

    #363940

    Bogdan Donovan
    Keymaster

    Hi,

    After adding a single product builder in the recent update, the product variation form was refactored and some styles may be visually changed. Try to add the following custom code to the Global Custom CSS area in Theme Settings to change your “clear” button position.

    @media (min-width: 1024px) {
    	.main-page-wrapper .wd-reset-side-lg .wd-reset-var {
    		width: 100%;
    	}
    }

    Kind Regards

    #364197

    horny_fungus
    Participant

    Thanks, that worked. I hope you will include it in next update.

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

The topic ‘Clear selected variation button is misplaced after update’ is closed to new replies.