Let's correct you. The CSS is not 'hidden'. The CSS codes are obviously in the stylesheet.css file. The javascript code is in common.js which is responsible for the displaying and hiding ONLY. The styling is all in CSS file...
If you wish to disable popup, an easy way can be to set in stylesheet
to
If you wish to disable popup, an easy way can be to set in stylesheet
Code: Select all
#header #cart.active .content {
display: block;
}
Code: Select all
#header #cart.active .content {
display: none;
}
And I believe this topic is at the wrong board....
Hello
If the person whose message was deleted spent as long hunting down the solution to this as I have done, their anger is to be expected. I have finally, at long last, found another cart.tpl in template/module. Not where I had expected to find it - the clue was in the previous, not terribly helpful, comment about common.js, which has this line:
$('#cart').load('index.php?route=module/cart #cart > *');
Now, how simple was that! NOT
I now intend to do all my CSS inline direct into the .tpl file and be done with it.
If the person whose message was deleted spent as long hunting down the solution to this as I have done, their anger is to be expected. I have finally, at long last, found another cart.tpl in template/module. Not where I had expected to find it - the clue was in the previous, not terribly helpful, comment about common.js, which has this line:
$('#cart').load('index.php?route=module/cart #cart > *');
Now, how simple was that! NOT
I now intend to do all my CSS inline direct into the .tpl file and be done with it.
Ah, mine was simply that the div name created in javascript as seen from the Chrome Web Tools, was not to be found in the style files. I got it fixed, if you click off enough things in chrome, you eventually find where the deed is done.
Who is online
Users browsing this forum: No registered users and 33 guests