New Landing How can we help? Themeforest Theme Support Neighborhood Filter widget – Layout issue (Number no longer next to attribute value)

Viewing 15 posts - 1 through 15 (of 24 total)
  • #157329
    molebear
    Member
    Post count: 8

    Hi,

    somehow my widget layout has changed. As you can see from the screenshot, the number of hits for a particular attribute value appears under the value. I wish to have the number next to the value and not under it. I have the feeling that this occured during the last Woocommerce upgrade. No modification were purposely done by me.

    Where should I tweak to remedy this?

    Thanks,
    Mark Hamer

    Attachments:
    You must be logged in to view attached files.
    #157369
    molebear
    Member
    Post count: 8

    I have just done a little testing – the above mentioned problem came in with the upgrade to Woocommerce 2.3.6. With 2.3.5 all is fine.

    #157503
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #157851
    molebear
    Member
    Post count: 8
    This reply has been marked as private.
    #158132
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce .widget_layered_nav ul li span {
        padding: 7px 0px !important;
        float: right !important;
    }
    
    .woocommerce .widget_layered_nav ul li a {
        padding: 7px 0px !important;
        float: left !important;
    }

    Thanks
    Mohammad

    Thanks
    Mohammad

    #158152
    molebear
    Member
    Post count: 8

    Thank you.

    #158154
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #158164
    glassdomain
    Member
    Post count: 103

    Hi,

    I have added this customer CSS but the problem is still there on my site?
    http://glassdomain.co.uk/Glass-furniture/glass-dining-table/

    Any advice would be great.

    Cheers,

    Pete

    #158172
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Closing brace missing } after this code at custom css code in theme options:-

    .portfolio-details-wrap .date {
    display: none !important;
    
    It should be:
    .portfolio-details-wrap .date {
    display: none !important;
    }

    Thanks
    Mohammad

    #158200
    glassdomain
    Member
    Post count: 103

    Hi Mohammad,

    Is this reply for us/me?
    The CSS looks like its for something else?

    Cheers,

    #158229
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes it’s for you, in your custom CSS you have

    .portfolio-details-wrap .date {
    display: none !important;

    And it’s not closed, which is preventing custom css from working, you need to close it with }

    – Kyle

    #158236
    glassdomain
    Member
    Post count: 103

    Opps!

    Many thanks,

    Pete

    #158237
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #168934
    glassdomain
    Member
    Post count: 103

    Hi,

    I have just been going through the updates and noticed that the woo-commerce sidebar style is a little messed up on one of my options. Could you take a look and let me know a if you know of a way around this please?

    It only seems to happen on the woo layered Nav – filter by seating number.
    I want the filter to have a query type of ‘Or’ but when I select or it seems to show all options whether available on not. The Link explains better .

    http://glassdomain.co.uk/Glass-furniture/glass-dining-table-extendable/
    See filter by seating number.
    (The problem only shows up once you select a seating number)

    Many thanks for your help

    #168943
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this CSS:

    .woocommerce .widget_layered_nav ul li span:not(.count) {
      float: left!important;
    }
    

    – Kyle

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register