- Posts: 4
- Thank you received: 0
Featured virtuemart product displayed on frontpage
- Dumitrache Bogdan
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
9 years 6 months ago #7620
by Dumitrache Bogdan
Hello,
my website is chicky.ro and I have some problem whit featured product dispalyed on homepage.
i attache a image whit the problem.
Can someone help me?
my website is chicky.ro and I have some problem whit featured product dispalyed on homepage.
i attache a image whit the problem.
Can someone help me?
Attachments:
Please Log in or Create an account to join the conversation.
- Nguyen Mai
-
- Offline
- Senior Boarder
-
Less
More
- Posts: 47
- Thank you received: 10
9 years 6 months ago #7622
by Nguyen Mai
Replied by Nguyen Mai on topic Re: Featured virtuemart product displayed on frontpage
Hello,
You can edit file 'templates/ot_fringilla/js/otscript.js': comment line 48-62
You can edit file 'templates/ot_fringilla/js/otscript.js': comment line 48-62
Code:
$("#ot-body").append('<div id="ot-product-hover" style="display: none; z-index:9999;"></div>');
$(".product .spacer").mouseover(function() {
$("#ot-product-hover").children().remove();
$("#ot-product-hover").append($(this).html());
$("#ot-product-hover").css('width', parseInt($(this).width() + 40) + 'px');
$("#ot-product-hover").css('top', parseInt($(this).offset().top - 20) + 'px');
$("#ot-product-hover").css('left', parseInt($(this).offset().left - 20) + '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');
});
Please Log in or Create an account to join the conversation.
- Dumitrache Bogdan
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 6 months ago #7623
by Dumitrache Bogdan
Replied by Dumitrache Bogdan on topic Re: Featured virtuemart product displayed on frontpage
can i disabel only on homepage?
I like the script on the rest of the website!
I like the script on the rest of the website!
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 /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
9 years 6 months ago #7625 by Trung Duong
Replied by Trung Duong on topic Re: Featured virtuemart product displayed on frontpage
Could you please send your administrator account ? so i can login and check this issue.
Regards
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.
- Dumitrache Bogdan
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 6 months ago #7626
by Dumitrache Bogdan
Replied by Dumitrache Bogdan on topic Re: Featured virtuemart product displayed on frontpage
I send the data to your email address.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
9 years 6 months ago #7627
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: Featured virtuemart product displayed on frontpage
Can you resend it to email at my signal ? Cause i did not receive it
Regards
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.
Time to create page: 0.300 seconds