Please always enter the name of the template and the Joomla version and the live URL if available
Astroid and Bootstrap settings
I just updated to Astroid 3.0.10 and I wanted to use the bootstrap feature, but the one that I need is not provided on the list: Tooltips
Is there a special reason tooltip was not included? Or will it be included in the future?
Thank you in advance for your answer and regards,
Roberto Huezo
Stats:
Joomla: 4.4.2
PHP: 8.2
Astroid: 3.0.10
Template: biz 1.3.17
Is there a special reason tooltip was not included? Or will it be included in the future?
Thank you in advance for your answer and regards,
Roberto Huezo
Stats:
Joomla: 4.4.2
PHP: 8.2
Astroid: 3.0.10
Template: biz 1.3.17
Last Edit:10 months 6 days ago
by dgintern
Last edit: 10 months 6 days ago by dgintern.
Please Log in or Create an account to join the conversation.
I don't understand your question, Tool-Tip works without any problems.
See information here: getbootstrap.com/docs/4.0/components/tooltips/
Put this in your article with code-mirror:
See information here: getbootstrap.com/docs/4.0/components/tooltips/
Put this in your article with code-mirror:
Code:
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">
Tooltip on top
Last Edit:10 months 4 days ago
by WM-Loose
Last edit: 10 months 4 days ago by WM-Loose.
Please Log in or Create an account to join the conversation.
Hi WM-Loose,
thank you for your reply. But to further specify my issue. I need a Tooltip with html, i.e. display a small table with data as a tooltip of a span-block. With Joomla 3 I just made a call to HTMLHelper::tooltip() with the correct parameters and I would see the table. Starting with Joomla 4 I found out that this technic does not work anymore. I saw on the generated html code that another component uses the bootstrap loading to achieve their tooltips with html and I thought when Astroid would support the loading of the bootstrap.tooltip it would make it easier for me to accomplish what used to work. Here the before and after of the above mentioned code:
Joomla 3:
Joomla 4:
Best regards,
Roberto Huezo
thank you for your reply. But to further specify my issue. I need a Tooltip with html, i.e. display a small table with data as a tooltip of a span-block. With Joomla 3 I just made a call to HTMLHelper::tooltip() with the correct parameters and I would see the table. Starting with Joomla 4 I found out that this technic does not work anymore. I saw on the generated html code that another component uses the bootstrap loading to achieve their tooltips with html and I thought when Astroid would support the loading of the bootstrap.tooltip it would make it easier for me to accomplish what used to work. Here the before and after of the above mentioned code:
Joomla 3:
Joomla 4:
Best regards,
Roberto Huezo
Last Edit:10 months 4 days ago
by dgintern
Last edit: 10 months 4 days ago by dgintern.
Please Log in or Create an account to join the conversation.
This is a pure Joomla Core question and not Astroid.
Please contact the Joomla Forum with your question.
forum.joomla.org/
Please contact the Joomla Forum with your question.
forum.joomla.org/
Last Edit:10 months 3 days ago
by WM-Loose
Last edit: 10 months 3 days ago by WM-Loose.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates