themeblvd / jumpstart

The most extensive WordPress theme for both users and developers from Theme Blvd
http://wpjumpstart.com
GNU General Public License v2.0
5 stars 2 forks source link

Gnar and Denali: Popout images not working #385

Closed themeblvd closed 6 years ago

themeblvd commented 6 years ago

In Gnar and Denali, the tb-img-popout class isn't getting added to the body classes. Is this a framework issue? It seems like the framework should be taking care of adding this class. Is something in Gnar and Denali blocking that from happening?

themeblvd commented 6 years ago

Result: This was a result of some framework changes in 2.8.0. The popout images will only work when the narrow full-width content option has been enabled. But in Gnar and Denali, this option is removed to force the user to have full-width content always. So the solution was to filter themeblvd_do_fw_narrow to true (new filter added framework 2.8.0). This bypasses the need for the now framework option.