Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 2, 20168 yr I think the widgets on the main forum page should be lined up. I'm not entirely sure if my suggestion works for all themes though. I understand that technically they do line up, since "Forums" is the start of the left block, and the bar of the widget is lined up with the "Forums" title. However, with the white background, it looks messed up. Hopefully my picture shows what I mean. I'd definitely like to hear what others have to say about this suggestion.
March 2, 20168 yr Management It's been brought up before and is largely a matter of preference. Some like that it breaks up the whitespace, some prefer it lined up with the category. We recommended changing this for your preference as necessary.
March 3, 20168 yr Author I see. I assume this involves custom modifications and there is no easy option for it?
March 3, 20168 yr Forums, Gallery, blogs etc... All follow a consistent application presentation for unity and flow. Used in all IPB applications . .ipsPageHeader h1 { display: inline; } As an example and general target .ipsPageHeader h1 { display: none; }
March 3, 20168 yr Author Interesting! Thank you. Do you know why it is not lined up perfectly now? (Also, I don't see why the edges are slightly rounded except for edges on widget headers, but that's a different issue.)
March 3, 20168 yr 3 hours ago, Thomas Kantener said: Do you know why it is not lined up perfectly now? The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well.
March 4, 20168 yr On 3/3/2016 at 3:20 AM, opentype said: The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well. .ipsPageHeader { display: none; } Indeed. Target the page header class itself, not the h1 inside it and that problem doesn't exist. That said... it will likely need individual tweaking to only affect desired pages using the attributes on the body tag if one actually goes this route - this would affect page titles *everywhere*.
March 5, 20168 yr 1. add body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader { display: none; } to custom.css or 2. remove {template="pageHeader" group="global" app="core" params="\IPS\Member::loggedIn()->language()->addToStack('forums')"} from "forums" -> "index" -> "index"
Archived
This topic is now archived and is closed to further replies.