PSUEducationalEquity / plonetheme.eeq

Plone Diazo theme for Penn State Educational Equity website
0 stars 0 forks source link

Navigation Portlet Style: 3 pts #18

Open skleinfeldt opened 3 years ago

skleinfeldt commented 3 years ago

As a user I can see navigation (where needed) in the top right sidebar portlet content area themed appropriately throughout the site. (Does not include homepage or office landing pages.) Include styling for at least 3 levels of depth initally.

witekdev commented 3 years ago

@MBrahosky @paulrentschler Implemented. My local site looks like this:

Screenshot from 2021-06-07 10-10-52

Screenshot from 2021-06-07 11-52-43

paulrentschler commented 3 years ago

Is it possible with Diazo rules to easily switch the order of parent and local portlets on the right side so that the "All In" portlet appears below the navigation portlet. I know we can block parent portlets and recreate the navigation portlet to achieve this, just wondering if the switch is easily done everywhere at once with Diazo. If it is not, then we will use the block parents/recreate method.

skleinfeldt commented 3 years ago

Good question to ask in meeting tomorrow @paulrentschler if you haven't heard before then.

alecpm commented 3 years ago

I don't believe there are any good CSS hooks for detecting local vs acquired portlets, however it should be possible to move the navigation portlet to the bottom of the stack whenever it's at the top. Not sure whether that solves the problem though.

paulrentschler commented 3 years ago

We are going to leave this as is and use Plone to block parent portlets and recreate as necessary.