Support

  1. webmax
  2. General
  3. Monday, December 31 2018, 08:26 AM
Hi, is it possible to have the tool tip appear at the bottom of the text field instead of in a balloon when hovered? Thanks.
admin Accepted Answer
Admin
Hi,
unfortunately this is not possible with a simple way, because it is managed by Joomla (and in some cases from template).

Anyway you can try to add following javascript code to your template:
jQuery(document).ready(function(){
jQuery(".hasPopover").popover('destroy').popover({"html": true,"container": "body","placement":"bottom","trigger": "hover focus"});
});
  1. more than a month ago
  2. General
  3. # 1
webmax Accepted Answer
Pro
Thanks for the reply but where exactly should this code be added?
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
Custom code should be managed by template, normally it have a option in the backend to add custom code or optionally have a custom file.

For example you seems to use a template called "rt_versla", it uses a framework called "Gantry 5". From documentation seems that you can use something called "Custom HTML Particle" (docs at http://docs.gantry.org/gantry5/particles/custom-html). You can put in the HTML a code like:
<script>
jQuery(document).ready(function(){
jQuery(".hasPopover").popover('destroy').popover({"html": true,"container": "body","placement":"bottom","trigger": "hover focus"});
});</script>

NOTE: Unfortunately we does not have experience with Rocket Theme templates, we found only this way with docs and never tested. For more info you could contact Rocket Theme support.
  1. more than a month ago
  2. General
  3. # 3
webmax Accepted Answer
Pro
Thanks so much for checking my concern. Will try to ask RocketTheme for some clues as well.
  1. more than a month ago
  2. General
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.