RockSea
Forum Replies Created
-
@malayladu Let us know if this feature will be included soon!
Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobile@mainkraft let us hope that this feature will be added by the devs soon.
Will be great to have this option in a future release. Plugin Contributors? @malayladu ?
Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobileThanks emran. It will be great to have this in the future release.
Okay, I found a way out. I see that there were many here who are looking for a working subscription for new “pages” published. Here you go:
Go to
/email-subscribers/includes/db/class-es-db-notifications.php
in the plugin folder.Comment the lines for the following IF LOOP. Currently, this is lines 31-52
if ( $post_type == "post" ) { }
This takes care of the post_type(page) and also the category factor (pages don’t have categories). I was almost moving into a different plugin, but this hack fixes it.
—————-
The above hack will remove the option for selecting categories. If you want that to work, you can add the “Add Pages to Categories” plugin and then simply change the post_type to “page” in the above line (or include both page and post with a boolean operator). When you publish a new page, you need to remember to select the category though.Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobileSorry, I am not looking for generic articles but the specific css which is utilized by the menu for collapse/expand behavior for the current-menu-item/ancestor. I have been inspecting the page and checking custom css for the past several days, but none of them seems to work.
Forum: Themes and Templates
In reply to: [Hueman] How to Disable Font AwesomeSame for me, font-awesome seems to slow down the website.
Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobileSeems I need to fiddle with the javascript rather than css?
Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobileHey @emranemranx yes I have been using css and fine with it.
@jarretc I had tried
.nav ul
already. It works but then it removes the entire submenu – i.e. it doesn’t expand the child menus on click. I just want the toggle to be collapsed instead of expanded.The website I am talking about is https://www.embroidery.rocksea.org
For example, if you open this webpage (given below) in the mobile and then click the hamburger menu, the entire submenu until the current menu item expands. I just want them collapsed.
https://www.embroidery.rocksea.org/stitch/fishbone-stitch/raised-fishbone-stitch/Forum: Themes and Templates
In reply to: [Hueman] collapse current-item submenu in mobileThanks Jarret, for the help. I tried that, but doesn’t work. The class #menu-all-pages doesn’t exist in hueman theme. I suspect it should be something with the toggle/show/collapse property of the menu.
- This reply was modified 6 years ago by RockSea.
Hey Malay, thanks for a quick response. I understand that the plugin doesn’t support Pages out of the box. But do you think there is an easy hack which I can do in the scripts?