Liddika
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Primary menu won't hide on mobile devicesAh wait, breaking point in the sense of when the responsive menu should kick in once a certain width of the website is reached. Now I understand.
I set it to 768… and it works! Great ??
thanks for your helpForum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Primary menu won't hide on mobile devicesI am confused about the breaking point. It says “Show the toggle bar only below this pixel width.” What width? Wouldn’t it be pixel height?
Anyway, if I leave it blank, it shows the responsive menu but with the original menu. When I set any number (without px), it won’t display at all, no matter how far I scroll.To me it seems, the CSS to hide the .nav-primary is either being overwritten or not triggered.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Primary menu won't hide on mobile deviceshello chris,
sorry I just tried out several alternative plugins, so I temporarily dectivated yours. It’s now reactivated. I would like to hide the primary menu at the very top (.nav-primary). I also tried to hide the secondary menu with
.nav-secondary.Doesn’t seem to hiding any of the menus.
Forum: Plugins
In reply to: [Admin Page Framework] Ajax tabsResolved.
Forum: Plugins
In reply to: [Admin Page Framework] Ajax tabsHello,
Thanks for the fast reply. I actually just found it myself.
By ajax tabs I meant the tabs inside of a tab, to which you can switch to without reloading the page.$this->addSettingSections( array( 'section_id' => 'tabbed_sections_a', 'section_tab_slug' => 'tabbed_sections', 'title' => 'Tab A', 'description' => 'This is the first item of the tabbed section.', ), array( 'section_id' => 'tabbed_sections_b', 'section_tab_slug' => 'tabbed_sections', 'title' => 'Tab B', 'description' => 'This is the second item of the tabbed section.', ) ); $this->addSettingFields( array( 'field_id' => 'text', 'section_id' => 'tabbed_sections_a', 'title' => 'Text', 'type' => 'text', 'default' => 123456, ), array( 'field_id' => 'text2', 'section_id' => 'tabbed_sections_b', 'title' => 'Text', 'type' => 'text', 'default' => 123456, ) );
All working as intended ??
Ah, I just posted this issue as well. Good to see Im not the only one. It seems its not compatible with wordpress 4.0