- Posts: 19
- Thank you received: 0
Remove Tool Tip
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 8 months ago #5477
by Todd Cartner
Remove Tool Tip was created by Todd Cartner
Can you tell me how to remove the tool tips over each module?
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 8 months ago - 11 years 8 months ago #5479 by Trung Duong
Replied by Trung Duong on topic Re: Remove Tool Tip
Hello,
You can edit file: templates/ot_jewelry/scripts/otscript.js
and delete this code:
and remove this css style
in this file templates/ot_jewelry/css/customs.css
You can edit file: templates/ot_jewelry/scripts/otscript.js
and delete this code:
Code:
jQuery(document).ready(function($) {
$("#ot-body").append('<div id="ot-product-hover" style="display: none; z-index:9999;"></div>');
$(".ot-custom-vmproduct .spacer").mouseover(function() {
$("#ot-product-hover").children().remove();
$("#ot-product-hover").append($(this).html());
$("#ot-product-hover").css('width', parseInt($(this).width() + 100) + 'px');
$("#ot-product-hover").css('top', parseInt($(this).offset().top - 50) + 'px');
$("#ot-product-hover").css('left', parseInt($(this).offset().left - 50) + 'px');
$("#ot-product-hover").css('display', 'block');
});
$("#ot-product-hover").mouseover(function() {
$("#ot-product-hover").css('display', 'block');
});
$("#ot-product-hover").mouseout(function() {
$("#ot-product-hover").css('display', 'none');
});
});
and remove this css style
Code:
.ot-top-content .otModule .ot-vmproduct .spacer .ot-product-detail .product-s-desc,
.ot-custom-vmproduct .spacer .ot-product-detail .product-s-desc,
.ot-custom-vmproduct .spacer .ot-custom-product .product-s-desc{
/* display: none; */
float: left;
width: 100%;
}
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 11 years 8 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 8 months ago #5484
by Todd Cartner
Replied by Todd Cartner on topic Re: Remove Tool Tip
I removed all the code you mentioned, and it still appears.
www.thetaylorcollection.com/index.php
Todd
www.thetaylorcollection.com/index.php
Todd
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
11 years 8 months ago #5491
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Remove Tool Tip
Hello,
I checked your site and i did see any tool tips on your products. Did you clear your browser cache before test ?
Regards
I checked your site and i did see any tool tips on your products. Did you clear your browser cache before test ?
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Todd Cartner
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 8 months ago #5500
by Todd Cartner
Replied by Todd Cartner on topic Re: Remove Tool Tip
I did. However, it is working now.
Thanks
Todd
Thanks
Todd
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds