Home Forums WoodMart support forum Widget loading

Widget loading

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

    Javi24
    Participant

    Its possible to load a normal product category widget. Now, the subcategory moving(loading) like in the video.
    Would it be possible for the widget to be persistent and not move like there?
    https://vimeo.com/713693403/98dd144036

    #379234

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .categories-accordion-on .widget_product_categories .cat-item.cat-parent .children {
    	display: block;
    }

    Kind Regards

    #379257

    Javi24
    Participant

    Hello,

    Thanks you 🙂

    #379261

    Artem Temos
    Keymaster

    You are always welcome!

    Kind Regards

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

The topic ‘Widget loading’ is closed to new replies.