By David Montoya on Saturday, 15 April 2017
Posted in General
Replies 8
Likes 0
Views 527
Votes 0
The Echo template seems to have its own variant of Bootstrap and normal BS data tags don't work. I have the notifications module positioned at position-0; the very top of the template. When the user mouses over either the Conversations or Notifications icon, they're presented with a tooltip. But it's cut off because it's positioned to the top. data-placement="bottom" doesn't work in repositioning the tooltip, so my only other option is to remove the tooltip from the template. Is there a data tag for tooltip positions? Or will I need to load Bootstrap into the template and redo the tooltip?
Oh, I think i got what is your meaning now, you reported that is tooltip instead of the popbox.

Yes, i think we should allow user to set the tooltip position from the Easydiscuss notification module for avoid this issue when display the module on the header.


data-placement="bottom"


I will log this issue into our issue tracker.
·
Monday, 17 April 2017 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Perhaps you can try change this Popbox position to bottom-right and see how it goes?

If the issue still persists, can you provide us some of the screenshot how that pop up look like.
·
Sunday, 16 April 2017 08:57
·
0 Likes
·
0 Votes
·
0 Comments
·
It's already set to that. Here's what I'm referring to.
·
Sunday, 16 April 2017 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
/modules/mod_discuss_notifications/tmpl/default.php


data-ed-provide="tooltip"
data-original-title="<?php echo JText::_('MOD_NOTIFICATIONS_NOTIFICATIONS');?>"
·
Sunday, 16 April 2017 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey David,

Is it possible provide us with your development site access so we can better have a check? Because it seems look fine in my locally with the Easydiscuss 4 latest version.
·
Monday, 17 April 2017 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Apologies, I've since migrated to another template. This post can be locked unless you're curious about the bug.
·
Monday, 17 April 2017 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post