cenapps
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openTakanakui, YOU ARE THE MAN!!!!!
Thank you sooo much for that javascript fix it seems to work perfectly.
Have a great day!
-Brent
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openWhen I swap out the js file with the new one and change the css the spacing is fixed but it takes the drop down buttons away and clicking on the title doesn’t show the submenu. I would like the +/- icons to still be useable as well as show sub-menu on click of title. I dumped cache and tried on different browsers as well.
-Brent
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openThanks for the icon fix. The issue I still have is the space between the parent elements that have sub menus. they should all have even vertical spacing as it is between Home / Contact Us and What We Do. For what ever reason, if I take out the “Width: 100%;” line the correct spacing returns but when it is there, the spacing between What We Do / Who We Are and Learning Library is an extra 40+ px. I would think the Height: 50px would take care of that but it isn’t for some reason.
This is the one issue making it unusable for my client. Any thoughts would be greatly appreciated.
Thanks Takanakui
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openForum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openHi Rui,
So actually I am having an issue. The on-click is working beautifully but the styling gets messed up when I add this style:
.mob-expand-submenu { position: absolute; top: 0px; right: 0px; float: right; width: 100%; height: 50px !important; z-index: 99999999; }Specifically the width: 100%; attribute. If I take it out the spacing issue goes away but the onclick stops working.
Here is a screen capture of the menu styling. I am up against a deadline to try and make this work so any thoughts you have would be much appreciated.
Thanks.
-Brent
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openNever mind. I had to reset the dynamic css. It add some margin or padding space below it that I will play with.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] sub-menu openI want to do the same thing but your fix didn’t work for me. Basically if I click the Down Arrow next to my text the sub menu opens (I have changes this to a + and -) but if I click the Title it tries to go to a url. None of our parent menus go to urls and I want it to show menu instead when I click them. I thought I would change this behavior in the mobile-menu/js/mobilemenu.js file but above you show it as a css change. Let me know if I misunderstood you and there is a different fix.
Thanks,
Brent
Forum: Fixing WordPress
In reply to: Embedding Word Press into Existing AppHey Esmi – I appreciate the link. I have actually been working with that data for the past few days and have been running into a bunch of errors. So I am looking for some hidden crumb of information that I may not be understanding. The article makes sense but isn’t working for me.