YCloudYUSA / yusaopeny_gated_content

Y USA Virtual YMCA
https://ds.ymca.org
GNU General Public License v3.0
2 stars 8 forks source link

Content is hidden after 1.9.1 release. #102

Open oleh-rymar opened 2 months ago

oleh-rymar commented 2 months ago

We attach library 'openy_gated_content/y_lb' to virtual_y_app and virtual_y_login blocks. But, we also attach openy_gated_content/openy_carnation_styles to all pages, openy_carnation is available as a base theme.

In assets/css/y_lb.css

.openy_carnation.page-with-lb article, .openy_carnation.page-with-lb .openy-page-tabs { display: block; }

And in assets/css/openy_carnation.css

.openy_carnation.openy-gated-content article, .openy_carnation.openy-gated-content .openy-page-tabs { display: none; }

The two libraries should be attached only to the virtual_y_app and virtual_y_login blocks.

oleh-rymar commented 2 months ago

https://github.com/YCloudYUSA/yusaopeny_gated_content/pull/101