Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 2, 20214 yr I found the club members list block useless, I prefer use there to display other widget or information, where is the configuration to disable the block diplay?
January 4, 20214 yr custom CSS body[data-pagemodule="clubs"][data-pagecontroller="view"] #elContextualTools { display: none; }
January 5, 20214 yr Author 9 hours ago, bfarber said: custom CSS body[data-pagemodule="clubs"][data-pagecontroller="view"] #elContextualTools { display: none; } Don't work. 1. It just hide the block from club Activity tab, but leaving the space emtpy, the space still there. 2. The member list block continue appearing on club pages (others tabs with Pages feature).
January 5, 20214 yr The CSS selector can be tweaked to hide the block on other pages, I was just providing an example (albeit an incomplete one).
January 5, 20214 yr Author 16 hours ago, kmk said: but leaving the space emtpy, the space still there. How to fix this...