Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Jane,

    Thanks for using my plugin. In this case the problems you’re seeing are caused by your theme’s style.css file, specifically the block at line 386

    /* Clearing */
    .clear:before,
    .clear:after,
    [class*="content"]:before,
    [class*="content"]:after,
    [class*="site"]:before,
    [class*="site"]:after {
    	content: '';
    	display: table;
    }

    The theme developer is using a css selector that looks for “site” in a class name, which it finds on “Website Tweaks” and “Websites” on your page. I have no idea why the theme developer used a selector like that, and I’m unsure of any impact elsewhere on the site if you remove that selector, but removing it does fix the problem.

    Thread Starter Jane B

    (@jane-b)

    Thanks for the very quick reply!

    That makes sense, as on the site where it works I don’t have “site” in the name of any features.

    I’ll see if I can work around it.

    Thread Starter Jane B

    (@jane-b)

    OK, it seems that I can leave the name of the feature as they are e.g. “Website Tweaks” but change the slug to not include “site”, e.g. “tweaks” and it works!

    Thank you so much – I really appreciate your help.

    Jane.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Portfolio features filter list squashed up’ is closed to new replies.