Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Text Popup on Hover
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Text Popup on Hover
*
#30823
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 5
I changed it to
Code:
--------------------------------------------------------------------------------
{tip {$columns:Summary}}<a href="index.php?option=com_content&view=article&id={$columns:ArticleId}">{$value}</a> {/tip}
--------------------------------------------------------------------------------
where 'summary' and 'articleid' are my column names, and added it to the formatting box for the column I wanted.

Let me know if its not working


Ive tried this with J!2.5 and no luck.

When I use the suggested code:

Code:

{qluetip title=[Hover here to see tooltip]}That'll be a Text Tooltip!{/qluetip}


within the Format Column of ARI data table I get the output for the column, but only for the 1st row from the database query. That is the pop up does not load for any row but the 1st row from the query

Any ideas?

thanks
The administrator has disabled public write access.
 
#30886
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 5
Admin,

any tips to get this code to function in the Format parameter?

Code:

{qluetip title=[Hover here to see tooltip]}That'll be a Text Tooltip!{/qluetip}


As you can see in the pic, the tooltip will work, but only for one entry in the table (the first result which was then sorted).

The administrator has disabled public write access.
 
#30900
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 748
It seems this problem with tooltip extension which you use. It generated the same "id" for all instances.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31013
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 5
Thanks,

for those interested:

Code:

{tip Tooltip Title::Tooltip text}...{/tip}


works fine when you are using "Tooltips" extension for J! rather than using "Qlue Tip" extension

Trevor
The administrator has disabled public write access.
 
#31027
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 748
Different extensions use different code. We described the problem with "Qlue Tip" extension in our previous post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31136
Re:Text Popup on Hover 11 Years, 10 Months ago Karma: 2
trevor_stp wrote:
Thanks,

for those interested:

Code:

{tip Tooltip Title::Tooltip text}...{/tip}


works fine when you are using "Tooltips" extension for J! rather than using "Qlue Tip" extension

Trevor


I assume you meant this one:

extensions.joomla.org/extensions/news-display/article-elements/tooltips/17548
The administrator has disabled public write access.
 
Go to topPage: 1234