Re: Winchester Black Responsive Template
So I've been looking at stylesheet.css and web developer tools in FF.
Correct me if I'm wrong, but I think it is the .rowEven line 115. I've even removed background-color:#fff; from the css file and it still manages to have one there when I'm back at the page: background-color: #FFF;
If I untick the box it in web developer, the white background goes and it works perfectly, I'm not sure what keeps making the background come back even though I've removed the background-color:#fff; code completely, hope I'm making sense.
Re: Winchester Black Responsive Template
Re: Winchester Black Responsive Template
I figured it out, I removed the background-color from lines 114 & 115 leaving it as:
.rowOdd {height:1.5em;vertical-align:top;}
.rowEven {height:1.5em;vertical-align:top;}
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
shaneo
I figured it out, I removed the background-color from lines 114 & 115 leaving it as:
.rowOdd {height:1.5em;vertical-align:top;}
.rowEven {height:1.5em;vertical-align:top;}
I am happy that you figured it out ;)
Thanks,
Anne
Re: Winchester Black Responsive Template
I have downloaded the winchester black template for testing
When deceasing the screen size the side menu goes and leaves 3 columns
displaying. I then decrease the size more and at tablet size the columns go
to 1 can anyone tell me how to alter the code so it goes from 3 to 2 and
then to 1?
Re: Winchester Black Responsive Template
Hi Anne,
Sorry to keep annoying you. I was hoping you could point me in the right direction. If I wanted to add text or an image before the shopping cart count in the header, what do I need to put where?
I've noticed this is already in the header.php file, but I'm guessing that would come up after the item count.
Code:
define('HEADER_TITLE_CART_ITEMS', 'item(s)');
And I thinking I need to put something the the tpl_header.php file on line 125 somewhere in this code:
Code:
<div class="header-cart">
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo $_SESSION['cart']->count_contents();?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<?php }?>
</div>
</div>
So basically I want to be able to place text/html before 0 - $0.00
Any help would be appreciated.
Shane
Re: Winchester Black Responsive Template
Hi Anne,
NICE template, first of all.
So far, I have 2 problems:
1. Can you tell me how I can push down the header menus? It currently runs into my header image.
2. My footer says this: WARNING: An Error occurred, please refresh the page and try again.
Thanks in advance!
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Congerman
I have downloaded the winchester black template for testing
When deceasing the screen size the side menu goes and leaves 3 columns
displaying. I then decrease the size more and at tablet size the columns go
to 1 can anyone tell me how to alter the code so it goes from 3 to 2 and
then to 1?
This template uses php mobile detect to serve up the optimized layout based on device. To see the exact layout served to tablets and phones when you are using a desktop you need to use the following urls:
yourdomain.com/index.php?main_page=index&display_mode=isMobile
yourdomain.com/index.php?main_page=index&display_mode=isTablet
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
KissManiac
Hi Anne,
NICE template, first of all.
So far, I have 2 problems:
1. Can you tell me how I can push down the header menus? It currently runs into my header image.
2. My footer says this: WARNING: An Error occurred, please refresh the page and try again.
Thanks in advance!
1. If you post a link to your site I can take a look.
2. It sounds like you have plugins installed that have files in your old template override folder that you have not copied over to the new template override folder. Check your logs folder for errors and correct them.
Thanks,
Anne
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
This template uses php mobile detect to serve up the optimized layout based on device. To see the exact layout served to tablets and phones when you are using a desktop you need to use the following urls:
yourdomain.com/index.php?main_page=index&display_mode=isMobile
yourdomain.com/index.php?main_page=index&display_mode=isTablet
Thanks,
Anne
Ok, Tried that and it looks much better. I really must buy a tablet to check new sites lol
Thank you very much