Please help;
When someone visits a single product page, it automatically takes the user down the page to the #tab-attributes?
http://thechocolution.com/chocolate-shop/200g-raw-organic-cocoa-beans/
thank you
Please help;
When someone visits a single product page, it automatically takes the user down the page to the #tab-attributes?
http://thechocolution.com/chocolate-shop/200g-raw-organic-cocoa-beans/
thank you
Hi wonddigital
I believe a suggested answer was posted for you in your other post here: http://www.kriesi.at/support/topic/product-pages-tab-attributes-jump
Regards,
Devin
Thanks for letting me know Devin but the css here doesn't fix the problem:
http://www.kriesi.at/support/topic/product-pages-tab-attributes-jump
I have had too developers to help and neither could do it right. My only option right now is to have this javascript in single-product.php
<script type="text/javascript">
var total =0;
var cl;
$(document).ready(function() {
setPosition();
});
function setPosition(){
total=total+1;
cl=setTimeout("setPosition()", 1200);
if(total==2){
window.scrollTo(0,0);
clearTimeout(cl);
}
}
</script>
Hi wonddigital,
I'm going to lock this topic for now to keep the discussion to the other post. I'm not sure what could be cause this to happen, but I've flagged the topic to be looked at by Kriesi as well.
Regards,
Devin
This topic has been closed to new replies.