Re: Right hand Side boxes disappear when items are placed in the cart
I visited your site, but am not able to replicate he error.
Re: Right hand Side boxes disappear when items are placed in the cart
Sorry – I noticed a whole bunch of other glitches had crept in so I have since performed an entire file and database restore.
Cured the problems – unfortunately it doesn’t solve what caused it in the first place though.
Proof that you should always back-up as you go!
Re: Right hand Side boxes disappear when items are placed in the cart
Quote:
Originally Posted by
Podgeminster
Sorry – I noticed a whole bunch of other glitches had crept in so I have since performed an entire file and database restore.
Cured the problems – unfortunately it doesn’t solve what caused it in the first place though.
Proof that you should always back-up as you go!
:flex: No problem
Re: Right hand Side boxes disappear when items are placed in the cart
I am running V155a on the responsive classic template. Site works fine on desktop but on mobile, when you click on an item, it goes to the sitemap instead of the item page. p3america.com
Re: Right hand Side boxes disappear when items are placed in the cart
(Currently using: v1.5.5a)
Hi,
The new store is in the final testing stages and I have a few remaining issues to fix.
One which I can’t seem to solve with the responsive classic template is the penultimate checkout page “index.php?main_page=checkout_payment”.
This page displays okay on a PC but on mobile devices the price totals are not correctly ordered and display above their line titles as follows:
£00.00
Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:
(Here, lineTitle.larger.forward is being displayed below totalBox.larger.forward)
I’d like it to display ordered as follows:
Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:
£00.00
(So totalBox.larger.forward displayed below lineTitle.larger.forward)
Any advice on how to achieve this would be much appreciated.
Checkout page totals do not show in the correct order when viewed on mobile devices.
Quote:
Originally Posted by
Podgeminster
(Currently using: v1.5.5a)
Hi,
The new store is in the final testing stages and I have a few remaining issues to fix.
One which I can’t seem to solve with the responsive classic template is the penultimate checkout page “index.php?main_page=checkout_payment”.
This page displays okay on a PC but on mobile devices the price totals are not correctly ordered and display above their line titles as follows:
£00.00
Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:
(Here, lineTitle.larger.forward is being displayed below totalBox.larger.forward)
I’d like it to display ordered as follows:
Shipping:
£00.00
Sub-total:
£00.00
VAT (20%):
£00.00
Total:
£00.00
(So totalBox.larger.forward displayed below lineTitle.larger.forward)
Any advice on how to achieve this would be much appreciated.
Sorry, used the title from my last post by mistake - now corrected.
Anyone else experiencing this issue?
Re: Right hand Side boxes disappear when items are placed in the cart
hello, i am using Responsive-Classic template.
extra_links_box on mobile view is showing under header ( just mobile desktop is ok )
how to hide it from there ?
thanx Best emil
here is live site : www.sonarscope.hr
zencart v1.5.5d
1 Attachment(s)
Re: Right hand Side boxes disappear when items are placed in the cart
Quote:
Originally Posted by
SonarScope
hello, i am using Responsive-Classic template.
extra_links_box on mobile view is showing under header ( just mobile desktop is ok )
how to hide it from there ?
thanx Best emil
here is live site :
www.sonarscope.hr
zencart v1.5.5d
Attachment 16982
i trn it off from site for the moment but here is screenshot where You can check extra links box with links
Re: Right hand Side boxes disappear when items are placed in the cart
I've just spotted a typo in includes/templates/responsive_classic/css/responsive_tablet.css line 171
Code:
.rowEven, .roeOdd{overflow:hidden;}
should probably read
Code:
.rowEven, .rowOdd{overflow:hidden;}
Andy
(Sorry! I forgot to change the title!)
Re: Right hand Side boxes disappear when items are placed in the cart
Quote:
Originally Posted by
amayze
I've just spotted a typo in includes/templates/responsive_classic/css/responsive_tablet.css line 171
Code:
.rowEven, .roeOdd{overflow:hidden;}
should probably read
Code:
.rowEven, .rowOdd{overflow:hidden;}
Andy
(Sorry! I forgot to change the title!)
Nice find and thanks for pointing it out.