SEO Themes
SEO Themes
The normalize.css was just an example but good to know it’s included. I’m currently rebuilding my starter theme’s Sass and have started splitting up certain styles into node packages e.g...
@necolas why not?
I've done some experimenting with this and discovered that it requires a way to specify the array key of the replacement setting which is not currently possible with the string...
Thanks @claytoncollie, haven't had a chance to test genesis-theme-claim with the new version yet. Will keep this one open until it's fixed.
I’ll try to get both of these issues fixed asap, haven’t checked this repo for a long time.
This happens when Merlin is installed inside of a plugin because it uses `get_template_part` to get the SVG here https://github.com/richtabor/MerlinWP/blob/master/class-merlin.php#L686 The only workaround I could find is to extend the...
Found another solution using the dynamic `get_template_part_{$slug}` hook. No need for another filter: ```php add_action('get_template_part_merlin-wp/assets/images/spinner', function() { require_once 'path/to/merlin-wp/assets/images/spinner.php'; }); ```
@richtabor this one can probably be closed.