sinanisler / snn-brx-child-theme

SNN Bricks Builder Child Theme and Extra Settings
21 stars 1 forks source link

woocommerce default template pages preventing bricks header/footer showing up #3

Open sinanisler opened 1 month ago

sinanisler commented 1 month ago

bricks builder templates header and footer not loading properly when woocommerce is installed.

reason: woocommerce default templates conflicting.

I think problem is happening because of the woocommerce checking the theme and if the theme supports the site editor it hooks its own header and footer and ofcourse after that bricks builder header footer becomes null. (somehow...)

sinanisler commented 1 month ago

ok problem happening because of the woocommerce template system overwriting everything.

it defaults to its own templaying system but because this theme supports both site editor and .PHP templates it gets confused and woocommerce turns null

possible solution is to create the parts > header.html and footer.html but import the bricks header and footer nomatter what.

easier said than done....