digisavvy / some-like-it-neat

A WordPress Theme Using _s, Bourbon + Neat and Theme Hook Alliance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Child theme issues and guidance

millo2k opened this issue · comments

I asked this (and you gave great guidance) some years ago but with these a bit newer I have tried and only partially succeeded with creating a child theme and so need a steer (again!)

Basically, I have setup and styled my website with a main theme but now realise I need to edit some plugin files (no hooks). So I'm relying on a child theme.

The child theme is just vanilla (not somelikeitneat) as no styles will be added, just a place to safely edit plugin files.

In doing so, it has recognised the parent style fine except for flexnav for some reason and no matter what I do I can't get it to recognise it. It loads everything else just fine.

Is it setup any different? Thanks

On further investigation it seems it isn't added certain class names and ids to the main menu (which is the only thing that isn't being styled)

It seems like none of the flexnav stuff in 'template-parts' is being added to my childs menu... Any ideas?