themovation / th-widget-pack

Theme Widget Pack
19 stars 6 forks source link

Masonry Blog Page Template #102

Closed ryanlabelle closed 7 years ago

ryanlabelle commented 7 years ago

I've added a new Page Template called blog-masonry-wide.php to provide a new drop down option under Page Templates, allowing user to toggle between boxed mode (blog-masonry.php) and wide mode (blog-masonry-wide.php). You mentioned that you can target the unique class in the body tag to style.

I also changed:

to

teaganm commented 7 years ago

Alright this is mostly looking good - the sizing for boxed vs F/W is working well.

A couple related items:

  1. As discussed the other day, the blog meta info is not currently outputting for the masonry templates (https://cl.ly/1B243J1x2h0m) whereas it is on the blog widget and the standard blog template - so looks like it's just missing for the masonry blog templates.

  2. Right now the "mas-blog-post-sizer" element in the masonry blog templates has hardcoded classes "col-lg-4 col-md-4 col-sm-6" - can we add some logic so that when the sidebar is on for the template, it instead is just "col-sm-6" ?

Thanks

ryanlabelle commented 7 years ago

All done!

teaganm commented 7 years ago

Looks great, thanks!