Post by mc49285 » Tue Apr 10, 2012 12:50 am

Message deleted
Last edited by mc49285 on Tue Apr 10, 2012 9:22 am, edited 1 time in total.

New member

Posts

Joined
Wed Mar 14, 2012 7:28 am

Post by MarketInSG » Tue Apr 10, 2012 8:57 am

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

Code: Select all

#header #cart.active .content {
	display: block;
}
to

Code: Select all

#header #cart.active .content {
	display: none;
}


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by doidge » Sun Apr 29, 2012 12:37 pm

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.

Newbie

Posts

Joined
Mon Mar 26, 2012 9:09 am

Post by mc49285 » Thu May 03, 2012 7:53 am

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.

New member

Posts

Joined
Wed Mar 14, 2012 7:28 am
Who is online

Users browsing this forum: No registered users and 33 guests