Post by romeo2k » Mon Dec 12, 2011 12:57 am

Hello

I'am trying to implement an script that will ad a simple tooltip popup on keywords in Description Tab.

I tryed with

http://www.dynamicdrive.com/forums/show ... hp?t=38741

and it doesent work :S

Can somewone help ??

I think that it will be great if opencart sould support thease .

The idea is that whey you have teh description like thease:

HP Compaq 8540p
P-C i5-520M (2.4GHz)
15.6'' HD AG LED
Webcam
2GB
250GB
DVDRW LS
WIFI
Bluetooth
Fingerprint
WIN7 PRO32

If you mouseover "WIFI" it will open the Tooltip saying (wireless network adapter) or whatewer and it will shown on all articles with that word in description.

The script on http://www.dynamicdrive.com/forums/show ... hp?t=38741 works in html... But i can't get it work in OpenCart....

Sorry for my english ;D

THNX FOR HELP

Newbie

Posts

Joined
Wed Nov 16, 2011 8:57 pm

Post by ehong33234 » Thu Oct 11, 2012 10:24 am

Hi did you find a solution for this? I too am looking for this same function. Thanks!

Newbie

Posts

Joined
Fri Sep 28, 2012 3:06 am

Post by chico11mbit » Thu Jan 23, 2020 1:24 am

Is there a solution or a mod for this ?
That would be perfect. Nowadays i hardcode this in the description source with this:
But a mod which find a string and add a tooltip would be awesome.

<a data-toggle="modal" data-target="#my-awesome-popup-1">this text need a tooltip</a>


<div id="my-awesome-popup-1" class="modal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header"><button class="close" type="button" data-dismiss="modal">&times;</button>
<h4 class="modal-title">Tool Tip Header</h4>
</div>
<div class="modal-body">
<p>And here is the tool tip</p>
</div>
</div>
</div>
<!-- /.modal-content --></div>
<!-- /.modal-dialog -->
<p>&nbsp;</p>
<!-- /.modal -->




Gicl&amp;eacute;e-Print

Newbie

Posts

Joined
Wed Apr 03, 2019 5:04 pm
Who is online

Users browsing this forum: No registered users and 95 guests