BYU-ODH / wp-humanities-byu

Humanities theme following BYU Official style
2 stars 0 forks source link

Replicate styles of elementor pretty pages without elementor #575

Open WorldsEndless opened 1 year ago

WorldsEndless commented 1 year ago

For example https://odh.byu.edu/dight-minor/ uses elementor but doesn't really need to; there are less than half-a-dozen style rules that should give the same effect on staging.

Prod: image

Staging: image

KHayes98 commented 6 months ago

Pages that currently use Elementor

WorldsEndless commented 6 months ago

Thanks for making this list! Surely the people page doesn't need it, since it (our directory) only uses a shortcode. I wonder which other of those pages don't really need it at all. What do you think?

KHayes98 commented 6 months ago

I'm still taking some time to determine which pages can do without it and which still need it. Should have that figured out by tonight.

KHayes98 commented 6 months ago

In case it's not seen on the pull request, in order for the DigHT Minor page's new CSS to take effect, replace all the HTML on the backend side of the DigHT page with this updated HTML. Updated DigHT Minor HTML.txt

This updated HTML has the correct div tags and classes included.

WorldsEndless commented 6 months ago

Thanks for this! What are the differences between that and what's already there?

KHayes98 commented 6 months ago

The updated HTML includes div tags with classes that just change the specific elements on the DigHT Minor page, and not site-wide properties.

WorldsEndless commented 6 months ago

Excellent. I love proper classing.