• Resolved mmtomm

    (@mmtomm)


    Hi,

    I’m using the content filter and I styled my entries aka filter results with a left aligned image and text which flows aside of the image.
    By default in my theme (storefront) the results are appear cascaded like in a comment thread, the 2nd div with class .ub-content-filter-panel is positioned at the alignment of the image in the first entry.

    So it needed a clearfix:

    .ub-content-filter-panel {
    	clear: both;
    }

    By the way, for my first time usage I needed the tutorial of the ultimate blocks content filters because the basic usage is not self explaining inside of the plugin itself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @mmtomm,

    Thanks for letting us know. We really appreciate it.

    We will include the fix in the next release.

    About the usage, we are sorry about that. We will try to add little tooltips inside the editor to make things clearer.

    Regards.

    Thread Starter mmtomm

    (@mmtomm)

    Hi Imtiaz,

    thank you!

    I found out, that I have to use another clearfix to the element which is following right after the content filter block. I used a full width <hr> which also aligned itself to the right of the image of the last content filter entry. After I added the clearfix to the separator it is correctly placed in full width below the content filter block as expected.

    Thanks for your efforts
    Tom

    Thread Starter mmtomm

    (@mmtomm)

    Hi,

    may I add some more little issues:
    – the mouse over on the content-filter-tag button is a text cursor, this should become a pointer
    – the block is not editable anymore when it is transformed into a reusable block

    Thanks for investigating
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Filter Entry needs a clear fix’ is closed to new replies.