InvaderNat
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Virtue] Mobile Menu not workingI have just noticed the same problem with one of my websites. Mobile menu will only work on the home page, but not any of the sub pages.
Website is https://tinyurl.com/y99bfg9e
EDIT: Actually mine is working now, it seemed to be an issue with my caching plugin. I had to delete the actual website cache, not the browser cache.
- This reply was modified 7 years, 11 months ago by InvaderNat.
- This reply was modified 7 years, 11 months ago by InvaderNat.
I also have the same issue, can you please help.
Never mind, I found another plugin that works – https://ww.wp.xz.cn/plugins/wc-variations-radio-buttons/
Forum: Themes and Templates
In reply to: [Mountain Creek] child stylesheet not overridingThanks CrouchingBruin: That solution worked for me. Just replaced the line
wp_enqueue_style( 'main_style', get_template_directory_uri() . '/style.css' );
with
wp_enqueue_style( 'main_style', get_stylesheet_directory_uri() . '/style.css' );
Viewing 5 replies - 1 through 5 (of 5 total)