Hi Anne
I hope you can help with this one, I've searched through the thread but couldn't find an answer (I will apologise if I have missed the answer somewhere!)
On Mobile Views (mainly on Iphone4 and on my Galaxy S5 Mini) the 'Hamburger' Icon is not showing. I tested views using Firefox Web Developer (responsive design view), image attached shows the results of the Firefox testing and also a screenshot of my S5 Mini view.
MobileView_800x426.jpg
As I mentioned, i've worked through the whole forum thread and applied any updated files etc.
Many thanks
Mark
I noticed that the demo version has zen colorbox installed, but the download doesn't seem to include that? Is zen colorbox what does the image hover effect on the product details page?
Thanks!
Experience is what you get when you don’t get what you want…
Couple of points whilst testing this...
With varying discount quantities the box did not align centrally like this :
Original.png
I had a hunt and did the following :
includes/templates/westminster_new/templates/tpl_modules_products_quantity_discounts.php
(not sure about this first one)
@@ -14,7 +14,7 @@
<?php
if ($zc_hidden_discounts_on) {
?>
- <table border="0" cellspacing="2" cellpadding="2">
+ <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2">
<tr>
<td colspan="1" align="center" class="dark">
<?php echo TEXT_HEADER_DISCOUNTS_OFF; ?>
(This is where it helped)
@@ -27,7 +27,7 @@
</tr>
</table>
<?php } else { ?>
- <table border="0" cellspacing="2" cellpadding="2">
+ <table class="QuantityDiscountCenter" border="0" cellspacing="2" cellpadding="2">
<tr>
<td colspan="<?php echo $columnCount+1; ?>" align="center" class="dark">
<?php
I then added the following to stylesheet.css
#productQuantityDiscounts td{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.dark{background:#ddd;padding:10px 15px;}
.addthis_sharing_toolbox{width:53%;margin:0 auto;}
+table.QuantityDiscountCenter {margin-left:auto; margin-right:auto;}
Centred.png
I am not sure that is a good solution but it seems to work for me (can't test on IE)
On another note, using Mini Opera I struggle to scroll the Categories menu. The second I touch the screen to scroll down the categories, the page starts to move down and then menu disappears. Dolphin and the built in Android browser are fine. Haven't solved that one yet !
B. Rgds
John