• Resolved outofhouse

    (@outofhouse)


    Hi – really like the plugin. However, I’m finding that assigning a class doesn’t give me the control I need for styling the widgets. It would be much more useable if the class was applied to a parent div. I would like to set widths for each widget for responsive mobile sizing – I realise this is an update request rather than a support issue but worth thinking about for future releases!

    https://wordpress.org/plugins/woocommerce-ajax-filters/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi outofhouse,

    Structure of widget is next:
    title ( class = berocket_aapf_widget-title_div )
    widget with all content inside ( class = berocket_aapf_widget + you can set your own class through the widgets )

    Widgets width by default = 100%. This means that they are mobile ready. Everything else depends on your theme.

    If you still want to control the width what is the problem to set as it is now?

    .berocket_aapf_widget-title_div, .berocket_aapf_widget{
        width: 300px;
    }

    Regards,
    Dima

    Thread Starter outofhouse

    (@outofhouse)

    I’m wanting to display the widget as inline-block. I can do it by adding a div at the beginning of the widget_start.php and a closing div at the end of the widget_end.php. I want to do inline-block as it’s easier to make it all fluid within my theme…

    You can see here what I’m doing: http://eureka-ski.ooh-websites.co.uk/properties/

    Anyway, just thought it would be a great addition if the entire widget had a class assigned to it…

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    outofhouse,

    Create in your theme woocommerce-filters folder and copy into that folder widget_start and widget_end files. Edit the way you want and live happily =)

    Regards,
    Dima

    Thread Starter outofhouse

    (@outofhouse)

    Ah – great. I didn’t realise you’d set it up to be so easily child themed like WooThemes!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Classes structure’ is closed to new replies.