zigzagad
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 'Price Each' in customer invoicesPlease?
Forum: Plugins
In reply to: [Simple Image Sizes] PHP warning: Illegal offsetLooks like this has been fixed in 3.0.5, but it’s not on the WordPress repository yet
https://github.com/Rahe/Simple-image-sizes/releases/tag/3.0.5
Forum: Plugins
In reply to: [Simple Image Sizes] PHP warning: Illegal offsetSame here
Thanks Daniel, that was the reason 🙂
Thanks Peter
Ahhh, got it sorted.
The theme I’m creating was based on underscores theme, its css included the following:
@media screen and (max-width: 600px) { .menu-toggle, .main-navigation.toggled .nav-menu { display: block; } .main-navigation ul { display: none; } }I’m guessing you use the same class names?
Anyway I’ve deleted the above and it all works fine now, sorry to waste your time.
Actually, testing this by dragging in a desktop browser, it seems the responsive menu is triggering at 600px – my Menu Breakpoint is definitely set to 321px
Thanks for your response Peter.
I’ve tried setting the break point to 321px but I still get the responsive menu in landcape mode?
Forum: Themes and Templates
In reply to: Creating templates for custom taxonomyI’m getting somewhere now…
I had to add ‘hierarchical’ => true to the args when registering the taxonomy
Forum: Themes and Templates
In reply to: Creating templates for custom taxonomySorry, the forum has removed the tabbing I’d put into the structure to make it easier to understand, I hope it’s still clear enough.