SoloInter Posted yesterday at 07:42 PM Posted yesterday at 07:42 PM I don't want to show the autor on this view. Is there a way with blocks (as we can did on 4.7) ? Where I need to go or how I can edit this template ?
Jim M Posted yesterday at 08:12 PM Posted yesterday at 08:12 PM The easy solution is just to hide it via CSS. I'll let the devs answer if there is a better way. SoloInter 1
SoloInter Posted 11 hours ago Author Posted 11 hours ago Sometinh like that ? div[data-ips-hook="row"] .ipsData__meta { display:none; }
Marc Posted 11 hours ago Posted 11 hours ago the "display: none;" part is what Im assuming you are referring to, and indeed thats how you would hide something
SoloInter Posted 10 hours ago Author Posted 10 hours ago No it's more about the class and name I have to put to touch the element I want to hide. This, I shared, it's not working.
Marc Posted 10 hours ago Posted 10 hours ago I shall leave that to someone much better at CSS than I to correct. However Just looking myseld, I would have thoght it would be the class ipsData__last-text
SoloInter Posted 10 hours ago Author Posted 10 hours ago Thanks. No this is for the last poster. Not the author. .ipsData__meta { display:none !important; } This is working. But I don't know if it's hidding other things somewhere else.
Marc Posted 9 hours ago Posted 9 hours ago Ah, got ya. Something like this maybe ul.ipsData.ipsData--grid.ipsData--topic-feed-widget .ipsData__meta { display: none; } SoloInter 1
SoloInter Posted 7 hours ago Author Posted 7 hours ago Yes, this is working too. I will use yours. Thanks.
Recommended Posts