e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 213 forks source link

{SOCIALSHARE} dropdown render issue #2677

Open rica-carv opened 7 years ago

rica-carv commented 7 years ago

If the {SOCIALSHARE} dropdown is rendered too next to a right hand menu area, this is what happens: untitled 1

Is there a way to tell the menu to render the opposite direction? Like be aligned with the button on the right hand side, instead of the left hand side?

I've tryed this solution in page HTML, and it works, but since the current php doesn't allow further classes in the UL, i can't use this {SOCIALSHARE:dropdown=1&class=dropdown-menu-right}....

Furthermore, there should be also a tooltip positioning option, since the default (and only currently usable) position renders this untitled 1 , making the first dropdown buttons unclickable...

Jimmi08 commented 7 years ago

@rica-carv check z-index. With z-index it should go over menuarea.

rica-carv commented 7 years ago

@Jimmi08 No go, i've already tryed with z-index: 9999, and it still is behind the menu area... The issue is that my theme has the right side menu fixed...

Moc commented 6 years ago

@fizi do you have any thoughts on this?

fizi commented 6 years ago

I think need admin's options for tooltip (position) on link. I also met such a situation when it (socialshare) was at the top of the page.