[cXF] Enhanced Search Forum Widget

[cXF] Enhanced Search Forum Widget [Paid] 1.0.0

No permission to buy (€25.00)
The replies indicator is causing this problem. There is too little space.

There are several solutions for your case.

1. You can decrease the padding for article footer:
Less:
.cxf-esfw-2 .message--articlePreview .articlePreview-footer {
    padding: 0 5px;
}


2. You can remove the share icon:
Less:
.cxf-esfw-2 .u-flexStretch {
    display: none;
}


3. You can remove replies:
Less:
.cxf-esfw-2 .message--articlePreview .articlePreview-replies {
    display: none;
}


4. You can change the code for replies (the icon will show above the count):
Less:
.cxf-esfw-2 .message--articlePreview .articlePreview-replies {
    white-space: normal !important;
    text-align: center;
}
 
Thanks, I went with option 2 (but needed!important )

It also worked to remove the date/time.

Anyway all sorted now great support!
 
Associated with the above, I got this today:


Screenshot 2023-03-03 at 16.22.03.png

So the NEW indicator in this forces the top left one to be wider and the one next to it narrower.

Once I read the new posts in the thread all back to normal.
Screenshot 2023-03-03 at 16.22.19.png
 
Yes, thank you for this. If you're using it in the sidebar then this can happen.
Yes, it is a sort of trade off. But realised the NEW indicator is probably more useful than the date and replies so keeping that in and removed replies as well as shares. All fine now.
 
Back
Top Bottom