emile.vinge
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Make parent menu items clickable?The sharing functions comes with Jetpack by wordpress: http://jetpack.me/support/sharing/
Forum: Themes and Templates
In reply to: [Customizr] Make parent menu items clickable?@enggass, I am not able to explain how it works, but I guess that is what I did to make parent menus clickable at http://www.juliafchozas.com. On a touch device actually the dropdown is activated at the first click on the menu and with a second click you can enter either the parent menu page or a subpage.
Forum: Themes and Templates
In reply to: [Customizr] Make parent menu items clickable?I have put following in the style.css of my child-theme:
-
ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; margin: 0;}
And I have installed the “Real Time Find and Replace plugin.” replacing
data-toggle="dropdown" data-target="#"with a simple space character. Remember to leave a space before ” data-togg….” too.I am using acub and ElectricFeet’s suggestions from here, I guess:
http://ww.wp.xz.cn/support/topic/menu-dropdown-on-hover-and-all-parents-link
I followed the solution proposed by acub & ElectricFeet here: http://ww.wp.xz.cn/support/topic/menu-dropdown-on-hover-and-all-parents-link?replies=14
It seems to work fine for me: http://www.juliafchozas.com. I tried on iphone and ipad and the drop-downmenus are perfectly accessible when touch-surfing.
Forum: Themes and Templates
In reply to: [Customizr] Make parent menu items clickable?Thank you – I’ll mark this topic as resolved