-
Re: Winchester Black Responsive Template
I would like to remove the shopping cart from appearing at the top of this template. It shows a 0 for items and $0.00 for the total, but I do not want it to appear there (0 - $0.00). How can I turn this off? Thanks! :-)
-
Re: Winchester Black Responsive Template
I would also like to remove the "Register / Log-in" option in the header that is up by the cart. ???
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
CookieMonster
I would like to remove the shopping cart from appearing at the top of this template. It shows a 0 for items and $0.00 for the total, but I do not want it to appear there (0 - $0.00). How can I turn this off? Thanks! :-)
You can edit the includes/templates/override/common/tpl_header.php file
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
CookieMonster
I would also like to remove the "Register / Log-in" option in the header that is up by the cart. ???
Ditto, you can edit the includes/templates/override/common/tpl_header.php file
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Hi,
I have installed this template on the Italian version of Zen Cart. It work greatly except for the ezpages_drop_menu.php. If I leave the SINGLE COLUM status to ON it will generate this error:
PHP Code:
[18-Mar-2015 19:34:30 Europe/Paris] PHP Fatal error: 1054:Unknown column 'pages_title' in 'order clause' :: select * from ezpages where status_header = 1 order by header_sort_order, pages_title ==> (as called by) C:\wamp\www\negozio154\includes\modules\sideboxes\winchester_black\ezpages_drop_menu.php on line 23 <== in C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php on line 155
[18-Mar-2015 19:34:30 Europe/Paris] PHP Stack trace:
[18-Mar-2015 19:34:30 Europe/Paris] PHP 1. {main}() C:\wamp\www\negozio154\index.php:0
[18-Mar-2015 19:34:30 Europe/Paris] PHP 2. require() C:\wamp\www\negozio154\index.php:97
[18-Mar-2015 19:34:30 Europe/Paris] PHP 3. require() C:\wamp\www\negozio154\includes\templates\winchester_black\common\tpl_main_page.php:181
[18-Mar-2015 19:34:30 Europe/Paris] PHP 4. require() C:\wamp\www\negozio154\includes\templates\winchester_black\common\tpl_header.php:102
[18-Mar-2015 19:34:30 Europe/Paris] PHP 5. require() C:\wamp\www\negozio154\includes\templates\winchester_black\templates\tpl_modules_mobile_categories_tabs.php:85
[18-Mar-2015 19:34:30 Europe/Paris] PHP 6. queryFactory->Execute() C:\wamp\www\negozio154\includes\modules\sideboxes\winchester_black\ezpages_drop_menu.php:23
[18-Mar-2015 19:34:30 Europe/Paris] PHP 7. queryFactory->set_error() C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php:262
[18-Mar-2015 19:34:30 Europe/Paris] PHP 8. queryFactory->show_error() C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php:132
[18-Mar-2015 19:34:30 Europe/Paris] PHP 9. trigger_error() C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php:155
Actually I have found that this error appear when there are Multilanguage Ezpage and the template doesn't support it. Is there a way to fix this? I like my Ezpages :P.
Zencart version 1.5.4 (test server)
-
Re: Winchester Black Responsive Template
Ok i found the solution...
Simply find ezpages_drop_menu.php and edit, find:
PHP Code:
$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by header_sort_order, pages_title");
replace with:
PHP Code:
$page_query = $db->Execute("select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, e.toc_chapter, et.pages_title
from " . TABLE_EZPAGES . " e, " . TABLE_EZPAGES_TEXT . " et
where e.pages_id = et.pages_id
and et.languages_id = '" . (int)$_SESSION['languages_id'] . "'
and status_footer = 1 and footer_sort_order > 0 order by footer_sort_order, pages_title");
Done :blush:
-
Re: Winchester Black Responsive Template
http://cloud10shop.com
thank you
Quote:
Originally Posted by
picaflor-azul
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
KissManiac
I don't see any errors in the footer.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I meant to tell you I fixed the footer. Now I just need my first concern addressed regarding my logo "running into" the menu in the header.
Sorry for the confusion.
Quote:
Originally Posted by
picaflor-azul
I don't see any errors in the footer.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Thanks! I found what I needed to edit there.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
CookieMonster
Thanks! I found what I needed to edit there.
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Hi Anne,
I'm wondering if you had a chance to look at my website regarding my logo issue.
Aside from making my logo smaller, is there a way to lower the menu in the header?
Thanks.
-
Re: Winchester Black Responsive Template
In the css file, I want to change the color of the text for the navigation bar at the top when viewed on a tablet. Which line(s) should I be focusing on to make these changes? I have tried a bunch and nothing is working. Thanks! :-)
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
CookieMonster
In the css file, I want to change the color of the text for the navigation bar at the top when viewed on a tablet. Which line(s) should I be focusing on to make these changes? I have tried a bunch and nothing is working. Thanks! :-)
You can use the chrome developer tools to find the line of css that needs to be edited or added. To view the tablet layout on a desktop to viewing on a desktop using an emulator use the url:
your domain.com/index.php?main_page=index&display_mode=isTablet
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
KissManiac
Hi Anne,
I'm wondering if you had a chance to look at my website regarding my logo issue.
Aside from making my logo smaller, is there a way to lower the menu in the header?
Thanks.
What is your site url? I don't see it in this post.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
http://cloud10shop.com
thanks
Quote:
Originally Posted by
picaflor-azul
What is your site url? I don't see it in this post.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
You can use the chrome developer tools to find the line of css that needs to be edited or added. To view the tablet layout on a desktop to viewing on a desktop using an emulator use the url:
your domain.com/index.php?main_page=index&display_mode=isTablet
Thanks,
Anne
For some reason, that did not work for me. Instead, do you just know the lines of code in the stylesheet file that I could play around with for the mobile devices? Even if you tell me to look from 300 to 350. I just need to be pointed in the right direction, because what I have tried so far isn't right! :-)
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
CookieMonster
For some reason, that did not work for me. Instead, do you just know the lines of code in the stylesheet file that I could play around with for the mobile devices? Even if you tell me to look from 300 to 350. I just need to be pointed in the right direction, because what I have tried so far isn't right! :-)
The tablet stylesheet is responsive_tablet.css and the mobile stylesheet is responsive_mobile.css
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Hi Anne,
just to let you know I went live with our new web site using zen cart and your template in the early hours, although I have not implemented everything (yet maybe...) .
The feedback from visitors so far is 100% that it looks great and works seamlessly.
Thank you ... Mike
http://www.dracocrafts.com
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Mikeondraco
Hi Anne,
just to let you know I went live with our new web site using zen cart and your template in the early hours, although I have not implemented everything (yet maybe...) .
The feedback from visitors so far is 100% that it looks great and works seamlessly.
Thank you ... Mike
http://www.dracocrafts.com
That's great ;) Congratulations on your site launch!
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Good morning,
I'm having a problem with the handheld menu display. When viewing a product page on my 10" android tablet, the menu stops working. The icon disappears altogether and leaves what would be listed scattered across the logo area. When viewing on my laptop, the icon is there (though i'm sure it shouldn't be) but it doesn't function at all.
Any insight would be great.
Website: www.thepersonalisedgifthub.co.uk
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
choochoo
Good morning,
I'm having a problem with the handheld menu display. When viewing a product page on my 10" android tablet, the menu stops working. The icon disappears altogether and leaves what would be listed scattered across the logo area. When viewing on my laptop, the icon is there (though i'm sure it shouldn't be) but it doesn't function at all.
Any insight would be great.
Website:
www.thepersonalisedgifthub.co.uk
The post can not be deleted, but I answered you over on the Winchester Responsive thread.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
In the includes/templates/winchester_black/templates/tpl_index_default.php file change this:
Code:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
to this:
Code:
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Thanks,
Anne
I am working on my test site, non SSL , but I put in this tweak since my live site is SSL. On the test site (WAMP, Win8) this caused my left slide out box to drop down to underneath the footer on the main page, but not on other pages. So I undid the tweak and hope I remember to fiddle again when I go live ;o)
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
I am working on my test site, non SSL , but I put in this tweak since my live site is SSL. On the test site (WAMP, Win8) this caused my left slide out box to drop down to underneath the footer on the main page, but not on other pages. So I undid the tweak and hope I remember to fiddle again when I go live ;o)
Thank you for posting. I already have these down on a list for a future update.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
How (where) do I add/edit additional links to the Information drop down sub-menus? Thanks.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
How (where) do I add/edit additional links to the Information drop down sub-menus? Thanks.
These are ezpages. See the readme.html file for instructions on how to turn these on.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
These are ezpages. See the readme.html file for instructions on how to turn these on.
I don't see a section on this in the readme.
I can add ezpages to the Useful links. But I'd like to add ezpages and Defined Pages other than the pages already showing in General Info drop menu. Defined pages (other than default to template) that are turned on don't show in either. Copying other Defined Pages, such as 'page 2' into html_includes/Winchester has no effect. I can convert those to ez pages which puts them in Useful links, but I would like to put in General Info as that menu has only the sitemap in it and it's lonely ;o) Thanks.
-
Re: Winchester Black Responsive Template
Found it. To add/delete/move headings in sub-menus Customer Service and General Info: includes/templates/winchester_black/templates/tpl_modules_mobile_category_tabs.php cut/paste/edit the code snippets to where I want them. Useful Links is managed through tools/ezpages.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
Found it. To add/delete/move headings in sub-menus Customer Service and General Info: includes/templates/winchester_black/templates/tpl_modules_mobile_category_tabs.php cut/paste/edit the code snippets to where I want them. Useful Links is managed through tools/ezpages.
I am happy that you figured it out ;)
Thanks,
Anne
-
1 Attachment(s)
Re: Winchester Black Responsive Template
Hello! I'm completely redoing my site and using your awesome template!
I've come across a few things that I'm hoping someone may be able to help me with. First, for the left slideout menu, I'm using it for a list of links. I can only put the amount that will fit on the viewable page, any more and my whole site goes completely blank. I have more to add, though I guess if the slideout menu is inherently limited to a certain height, I'll just have to not add them all. When I view the css in the Firefox web developer, I can see that the css says height: auto, but then there is an inline style that says height: 737px. I can't find this inline code anywhere, and I tried to find it in the web developers toolkit in my zen cart admin. Maybe this is part of the jquery code and is not accessible? Anyway, ideally I'd be able to add all the links I want, and it would just create a scrollbar.
Next, the home page featured products carousel was working perfectly, but it's now just showing all the featured products in rows, though the little arrows are still there. If you click an arrow, the page just sorta jumps up. I added Frontpage Slideshow because I wanted to be able to control the speed of the slides and couldn't figure out how to do it with the slider that came with the template, and I noticed this issue with the carousel after this. Might they not be compatible with each other?
Any ideas? I'm attaching a screenshot of the slideout menu. Thanks!! Oh, and the site is in a test area right now so I don't want to post it so it doesn't get indexed, but I would pm it to anyone if it would be helpful. Thanks again!
Attachment 15151
-
Re: Winchester Black Responsive Template
Ok, I fixed the Featured Products Carousel issue, when I added Frontpage Slideshow I overwrote the tpl_index_default file, and that's where the javascript for the carousel was, so I added that back and it works again! So now it's just the side slideout menu issue.....
-
Re: Winchester Black Responsive Template
What file do I edit to change the information dropdown-useful links
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
bsmith186
What file do I edit to change the information dropdown-useful links
You don't need to change a file. The Useful links are created through ezpages in your admin/tools. Add content or link in a new ezpage; turn on in the 'header' column and it will appear in the Useful links. You can also turn same link on or off as you please in the sideboxes column.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
bsmith186
What file do I edit to change the information dropdown-useful links
No need to double post, I just answered your other post.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Thank you so much for the lovely design Anne.
I would like to add the text "menu" or something of that description to the handheld menu display for Tablet and Mobile. Could you please point me in the right direction for this?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
Thank you so much for the lovely design Anne.
I would like to add the text "menu" or something of that description to the handheld menu display for Tablet and Mobile. Could you please point me in the right direction for this?
You can add it to the includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php file
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Just wanted to give an update to my previous question about the slideout menu. It wasn't an issue of only being able to list a certain amount of links in the list as I previously thought, it was that some of the titles of my links had apostrophe's which the php file didn't like, so it was breaking the whole page. I fixed those and was able to get all my links on the slideout menu that I wanted.
Anyway, I've got this template fully integrated now and am using it with my live site. Thanks Anne for this amazing template, I really think it will bring more sales because my site was just not at all mobile friendly before! I'm loving it!
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
BlackOrchidCouture
Just wanted to give an update to my previous question about the slideout menu. It wasn't an issue of only being able to list a certain amount of links in the list as I previously thought, it was that some of the titles of my links had apostrophe's which the php file didn't like, so it was breaking the whole page. I fixed those and was able to get all my links on the slideout menu that I wanted.
Anyway, I've got this template fully integrated now and am using it with my live site. Thanks Anne for this amazing template, I really think it will bring more sales because my site was just not at all mobile friendly before! I'm loving it!
I am happy that you figured it out ;) Good work on getting your site mobile friendly by google's deadline too!
Thanks,
Anne
-
Re: Winchester Black Responsive Template
My additional images are not displaying on the test site for some reason. They are named pearlring_1.jpg and pearlring_2.jpg so it should be fine. Is there a setting somewhere that needs to be changed?
Cheers.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
My additional images are not displaying on the test site for some reason. They are named pearlring_1.jpg and pearlring_2.jpg so it should be fine. Is there a setting somewhere that needs to be changed?
Cheers.
No, there is nothing native to the template package that would suppress additional images. Make sure you don't have them turned off in admin--catalog--product types
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Just wanted to thank you again Anne for this awesome template! I'm SOOOO happy with my store! And I think that google is being organically happier with my store, because I've started getting daily google alerts from some alerts that I set up a long time ago for my store, and for which I stopped getting alerts years ago. So I think that this responsive template is just very google friendly!
I have a question about the tabbed product descriptions. I looked at the instructions and it said to use the banner manager to change the content of the Details tab. So this means adding some detail that would be the same across the board for all products? If I wanted a tab that I could have different details for groups of products, and that I could change on a mass level with Easy Populate, would I need different addons or is there a way to do it with this? I'm thinking I need something like Tabbed Products Pro and Numinix Product Fields to add the columns to Easy Populate, does this sound right? And if I did this, do you know if it would change the product description tabs that come with this, or would it just add the additional tabs that I created with the addons?
Thank you!!
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
No, there is nothing native to the template package that would suppress additional images. Make sure you don't have them turned off in admin--catalog--product types
Thanks,
Anne
That is marked as true. I had a look at the template demo on your website and I can't see any products with additional images there either. Could there be a file missing somewhere?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
BlackOrchidCouture
Just wanted to thank you again Anne for this awesome template! I'm SOOOO happy with my store! And I think that google is being organically happier with my store, because I've started getting daily google alerts from some alerts that I set up a long time ago for my store, and for which I stopped getting alerts years ago. So I think that this responsive template is just very google friendly!
I have a question about the tabbed product descriptions. I looked at the instructions and it said to use the banner manager to change the content of the Details tab. So this means adding some detail that would be the same across the board for all products? If I wanted a tab that I could have different details for groups of products, and that I could change on a mass level with Easy Populate, would I need different addons or is there a way to do it with this? I'm thinking I need something like Tabbed Products Pro and Numinix Product Fields to add the columns to Easy Populate, does this sound right? And if I did this, do you know if it would change the product description tabs that come with this, or would it just add the additional tabs that I created with the addons?
Thank you!!
I am happy that the template is working out for you ;) Google is liking responsive design.
Yes, that is correct about the tab. If you want different info for each product you will need to add a custom product field (if you do a search of the forum there is a great, detailed tutorial about this).
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
That is marked as true. I had a look at the template demo on your website and I can't see any products with additional images there either. Could there be a file missing somewhere?
Yes additional images do work on the demo:
http://www.zenlyzen.com/responsive-z...&products_id=1
The problem is not in the template package.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
That is marked as true. I had a look at the template demo on your website and I can't see any products with additional images there either. Could there be a file missing somewhere?
Additional images are working on my site: http://www.blackorchidcouture.com/st...oducts_id=2803
-
Re: Winchester Black Responsive Template
What the bloomin heck have I done then?! LOL!! I have installed IH and the adding of additional images works that way.
-
Re: Winchester Black Responsive Template
Hi,
I've found a problem with Chrome browser. First take a look at this test site: http://www.viaincenso.com
If you load it with Firefox it's all fine but if You load it in Chrome the Logo got modified (it's smaller than should be).
Doing some search I've found that the CSS line in charge shoulde be the /includes/templates/override/css/stylesheet.css at line 87 (should be different cause I modified something):
#logoWrapper{
float:left;
width:30%;
margin-bottom: 0px;
}
If You change the width to 100% the logo go back to the size it should have, but the menu move to left. This does not happen in Firefox
Any idea how to fix it?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
What the bloomin heck have I done then?! LOL!! I have installed IH and the adding of additional images works that way.
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Hi,
I've found a problem with Chrome browser. First take a look at this test site:
http://www.viaincenso.com
If you load it with Firefox it's all fine but if You load it in Chrome the Logo got modified (it's smaller than should be).
Doing some search I've found that the CSS line in charge shoulde be the /includes/templates/override/css/stylesheet.css at line 87 (should be different cause I modified something):
#logoWrapper{
float:left;
width:30%;
margin-bottom: 0px;
}
If You change the width to 100% the logo go back to the size it should have, but the menu move to left. This does not happen in Firefox
Any idea how to fix it?
Yes, that is exactly how you will fix the width. If you want to use a logo that is wider than that shown in the demo you may have to make other adjustments to the header.
It is not a problem with chrome or the template. Chrome is interpreting the css correctly.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Yes, that is exactly how you will fix the width. If you want to use a logo that is wider than that shown in the demo you may have to make other adjustments to the header.
It is not a problem with chrome or the template. Chrome is interpreting the css correctly.
Thanks,
Anne
Hmmmm.. so is it Firefox that is not interpreting the css correctly?
So basically if i want to use a wider logo have i modify the includes/templates/override/common/tpl_header.php? Working with css is useless for my purpouse, right?
Just trying to get in the right direction.
Thanks for help Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Hmmmm.. so is it Firefox that is not interpreting the css correctly?
So basically if i want to use a wider logo have i modify the includes/templates/override/common/tpl_header.php? Working with css is useless for my purpouse, right?
Just trying to get in the right direction.
Thanks for help Anne
No, you need to modify the css
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Hi Anne
Great templates btw... I'm a big fan...
I'm test driving the winchester black on a new site but would like to remove the top specials bar altogether, can you point me in the right direction please.
Regards
AfterHouR
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Hi Anne
Great templates btw... I'm a big fan...
I'm test driving the winchester black on a new site but would like to remove the top specials bar altogether, can you point me in the right direction please.
Regards
AfterHouR
Great ;) If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Add a display:none; to the #top-wrapper in your stylesheet.css file
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Add a display:none; to the #top-wrapper in your stylesheet.css file
Thanks,
Anne
Hi Anne
Ive changed the following
/*bof header*/
#headerWrapper{margin:0 auto;}
display:none;#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-
size:130%;text-align:left;padding-top:10px;padding-bottom:5px;}
display:none;#top-wrapper a{color:#fff;}
display:none;#top-wrapper:hover{background:#171717;color:#a0a0a0}
but it still shows the link for specials :-/ what have I missed??
Regards
AfterHouR
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
Hi Anne
Ive changed the following
/*bof header*/
#headerWrapper{margin:0 auto;}
display:none;#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-
size:130%;text-align:left;padding-top:10px;padding-bottom:5px;}
display:none;#top-wrapper a{color:#fff;}
display:none;#top-wrapper:hover{background:#171717;color:#a0a0a0}
but it still shows the link for specials :-/ what have I missed??
Regards
AfterHouR
It needs to be like this:
Code:
#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-size:130%;text-align:left;padding-top:10px;padding-bottom:5px;display:none;}
Be sure to remove the code that you added as it will probably cause problems ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
It needs to be like this:
Code:
#top-wrapper{width:100%;height:30px;background: #a0a0a0;color: #000;font-size:130%;text-align:left;padding-top:10px;padding-bottom:5px;display:none;}
Be sure to remove the code that you added as it will probably cause problems ;)
Thanks,
Anne
That's brilliant! thanks again Anne for such great templates and support.
I've use Westminster New on another couple of sites and they are just what I wanted.
http://www.allgoodideas.co.uk
http://www.sticksandcanes.com
Regards
AfterHouR
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
AfterHouR
That's great ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Scratch this. I just noticed a mistake in the file. To fix the problem you just need to remove this line in the /* ----------- iPads (portrait) ----------- */ section:
Code:
#menu{float:none;margin-top:-30px;width:50%;}
Thanks,
Anne
So I've been having some issue with the menu on my iPad Air, in that it doesn't appear at all (portrait or landscape). The little "button" version to display the menu works fine on my iPhone 6+, I tried all the different changes you listed and none made any difference, so I reverted them back to "stock" and wondered if you could take a peak and see what is going on, and what I would need to change. I can send a screenshot if needed (though basically the menu is just not present regardless of orientation). Site is setup at www.tuxedoscuba.com/store
Desktop works fine, and I don't have any issue (unless I add the "&display_mode=isTablet") and then even on the desktop the menus disappear. I love the look of this and hope I can get it working on my mobile devices before I tear my hair out!
Thanks for any help you can provide!
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tronage
So I've been having some issue with the menu on my iPad Air, in that it doesn't appear at all (portrait or landscape). The little "button" version to display the menu works fine on my iPhone 6+, I tried all the different changes you listed and none made any difference, so I reverted them back to "stock" and wondered if you could take a peak and see what is going on, and what I would need to change. I can send a screenshot if needed (though basically the menu is just not present regardless of orientation). Site is setup at
www.tuxedoscuba.com/store
Desktop works fine, and I don't have any issue (unless I add the "&display_mode=isTablet") and then even on the desktop the menus disappear. I love the look of this and hope I can get it working on my mobile devices before I tear my hair out!
Thanks for any help you can provide!
No, I don't see the menu on tablets. My guess is that you did something to the tpl_header_tablet.php file. Try uploading this file again from the template package.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
No, I don't see the menu on tablets. My guess is that you did something to the tpl_header_tablet.php file. Try uploading this file again from the template package.
Thanks,
Anne
I don't think that was a file I even tinkered with, but I did re-upload the file from the template pack, it was same file size, and I overwrote, however I still don't see any change. In fact the only "tinkering" I think I've done is, add my logo, blank out the slogan, did the fix for the search box, and hid the top specials bar, and left slideout bar. Any other ideas?
Also in addition I'd like to remove the "gift certificate faq" from the bottom. I've already removed the module in admin (hence why it is not on the left side, as per a blog post on your site), but it didn't get rid of the one on the bottom. Any thoughts?
Thanks so much for your effort and help!
-
Re: Winchester Black Responsive Template
So figured out source, but don't know how to fix it, I un-did my "display:none" to the #top-wrapper in the stylesheet.ccs and the menus appeared... but so did the specials bar. So I guess, somewhere there is an issue with the ipad version if you hide the top-wrapper, but works fine on the desktop? I'm glad at least I figured the cause, but now how to fix so I can I have menus, and no specials bar on both desktop and tablet?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tronage
So figured out source, but don't know how to fix it, I un-did my "display:none" to the #top-wrapper in the stylesheet.ccs and the menus appeared... but so did the specials bar. So I guess, somewhere there is an issue with the ipad version if you hide the top-wrapper, but works fine on the desktop? I'm glad at least I figured the cause, but now how to fix so I can I have menus, and no specials bar on both desktop and tablet?
The header files for the tablet and desktop versions are different so you can just remove the code in the tpl_header_tablet.php for the top specials bar.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I am unable to double tap or zoom on a mobile with this template. I would like to change that if possible so people can zoom in on images/text if they want to. Where would I alter the code that currently disables zoom please?
-
Re: Winchester Black Responsive Template
I found where to edit. Just in case anyone else wants to change this you go to:
includes -> templates -> winchester_black -> common -> html_header.php and find this line
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
and change it to
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes" />
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Crooked_Halo
I found where to edit. Just in case anyone else wants to change this you go to:
includes -> templates -> winchester_black -> common -> html_header.php and find this line
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
and change it to
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=yes" />
Great, thank you for posting ;) i will be sure to change this in the next template update.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Hi, Anne,
I'm trying to modify the menu so to have more links. You can have a preview at www.viaincenso.com
The problem (silly one) is the "About us" link, it is displayed on two lines (it's not the text lenght the problem, i've tryied with just "A B" and it does the same).
First thing first, what i did is:
add a definition in includes/languages/italian/winchester_black/whinchester_black_defines.php
PHP Code:
define('TITLE_ABOUTUS','About us');
Than i added a line in the includes/template/winchester_black/templates/tpl_modules_mobile_categories_tabs.php
after line 20 i added:
PHP Code:
<li class="menu-aboutus"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US, '', 'NONSSL'); ?>" class="maboutus"><?php echo TITLE_ABOUTUS; ?></a></li>
and finally i added to stylesheet.css the class:
PHP Code:
li.menu-aboutus{
width:100px !important;
}
I've tryied to modify the css but got no luck, any idea how to display the "about us" on one line only?
p.s. I've described the procedure so that is someone need to modifie the menu can use it
-
Re: Winchester Black Responsive Template
I had iPad Retina issue with the menu - seemed to be caused by changing the size of my logo, which I did on desktop. I re-did my logo to same size as original template which mostly corrected the situation. Tweaked a little with the collapse-button css to postion the button more to my liking.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Hi, Anne,
I'm trying to modify the menu so to have more links. You can have a preview at
www.viaincenso.com
The problem (silly one) is the "About us" link, it is displayed on two lines (it's not the text lenght the problem, i've tryied with just "A B" and it does the same).
First thing first, what i did is:
add a definition in includes/languages/italian/winchester_black/whinchester_black_defines.php
PHP Code:
define('TITLE_ABOUTUS','About us');
Than i added a line in the includes/template/winchester_black/templates/tpl_modules_mobile_categories_tabs.php
after line 20 i added:
PHP Code:
<li class="menu-aboutus"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US, '', 'NONSSL'); ?>" class="maboutus"><?php echo TITLE_ABOUTUS; ?></a></li>
and finally i added to stylesheet.css the class:
PHP Code:
li.menu-aboutus{
width:100px !important;
}
I've tryied to modify the css but got no luck, any idea how to display the "about us" on one line only?
p.s. I've described the procedure so that is someone need to modifie the menu can use it
The width has to be increased until the about us text shows on one line.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
The width has to be increased until the about us text shows on one line.
Thanks,
Anne
Thanks, I have tryed but not enough it seems :D
Now it works :laugh:
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Thanks, I have tryed but not enough it seems :D
Now it works :laugh:
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
I am happy that you figured it out ;)
Thanks,
Anne
Sorry to bother you again, I've done as You said and it quite worked... I did some test (:P) and i saw that if You put a title made of 3 words it will be displayed like:
1
2
3
if You use a 4 word title it will be
1
2
3
4
and so on. The problem is that if you want to line the title on one row you have to adjust the "width" far bigger than it is really needed with a result like:
First Title SecondTitle Third Title LastTitle
an abnormal spacing that is far more evident if one, or more, of the titles have just one word.
What i'm trying to figure out is why It consider any space as a new line.
Thanks for the help Anne :blush:
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
izar74
Sorry to bother you again, I've done as You said and it quite worked... I did some test (:P) and i saw that if You put a title made of 3 words it will be displayed like:
1
2
3
if You use a 4 word title it will be
1
2
3
4
and so on. The problem is that if you want to line the title on one row you have to adjust the "width" far bigger than it is really needed with a result like:
First Title SecondTitle Third Title LastTitle
an abnormal spacing that is far more evident if one, or more, of the titles have just one word.
What i'm trying to figure out is why It consider any space as a new line.
Thanks for the help Anne :blush:
If you want to add things to the menu then you may need to make adjustments to the css such as padding, widths, etc. One thing that you can try is to just remove all of the widths from the menu css.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Facebook footer link.
My facebook footer link to my facebook page works in desktop and mobile modes but not in tablet. Other links in tablet foot work fine. Is there a place in the template other than admin panel/tools/footer that I need to look at? Or?? Thanks.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
Facebook footer link.
My facebook footer link to my facebook page works in desktop and mobile modes but not in tablet. Other links in tablet foot work fine. Is there a place in the template other than admin panel/tools/footer that I need to look at? Or?? Thanks.
No, you do not need to do anything special for tablets. Can you be more specific about what is not working?
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I was getting a Facebook 404 error when clicking the link in the tablet portrait or horizontal. Yet no problem in either mobile format or on the desk top. It was initially working properly when I first set it up. I suspected this was a facebook issue rather than template but wanted to make sure there was no other file in template involved that I hadn't picked up on.
I seem to have solved the situation by trial and error though - I went into my facebook settings, changed viewing to private from public. Saved. Then changed back to public and the link connected correctly. Still don't know what happened. But situation corrected. Posting in case someone else hits same situation.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
I was getting a Facebook 404 error when clicking the link in the tablet portrait or horizontal. Yet no problem in either mobile format or on the desk top. It was initially working properly when I first set it up. I suspected this was a facebook issue rather than template but wanted to make sure there was no other file in template involved that I hadn't picked up on.
I seem to have solved the situation by trial and error though - I went into my facebook settings, changed viewing to private from public. Saved. Then changed back to public and the link connected correctly. Still don't know what happened. But situation corrected. Posting in case someone else hits same situation.
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I have the template all set up. One thing I just can't find: where do I edit the "Useful Links?" I've looked at every file I think.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
redwood.eagle
I have the template all set up. One thing I just can't find: where do I edit the "Useful Links?" I've looked at every file I think.
If you read the readme.html file you will see that these are your ez pages.
Thanks,
Anne
-
1 Attachment(s)
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you read the readme.html file you will see that these are your ez pages.
Thanks,
Anne
Except in my Admin panel, it's not showing any EZpages. See screen shot.Attachment 15313
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
redwood.eagle
Except in my Admin panel, it's not showing any EZpages. See screen shot.
Attachment 15313
If you post a link to your site I can take a look. Be sure to include your original question in the post so that I do not have to search through the thread.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Thank you Anne! :smile:
Original question: Where do I edit the "Useful Links?" I've looked at every file I think.
Site: http://avalonrisen.com
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
redwood.eagle
Thank you Anne! :smile:
Original question: Where do I edit the "Useful Links?" I've looked at every file I think.
Site:
http://avalonrisen.com
If you are referring to the header useful links in the drop down, these are ezpages. You will create them in your amin--tools--ez pages and be sure that they have a sort order and are turned on in the header.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you are referring to the header useful links in the drop down, these are ezpages. You will create them in your amin--tools--ez pages and be sure that they have a sort order and are turned on in the header.
Thanks,
Anne
As noted, and illustrated in the screen shot a couple messages above, there are no EZpages listed in my Admin panel. I actually am clueless concerning EZpages, as I've never used them in the six + years I've been running this site.
-
Re: Winchester Black Responsive Template
Ok, I've figured it all out now, though it seems like the links should appear as an extension to the drop down, like the other drop downs do, but this is at least functional.
Thanks Anne.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
redwood.eagle
Ok, I've figured it all out now, though it seems like the links should appear as an extension to the drop down, like the other drop downs do, but this is at least functional.
Thanks Anne.
You need to add your ezpages if you want them so show. This means you have to create them and then turn them on in the header and assign a sort order and the links will show.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Winchester white to black
All my test site is setup with winchester white template
Do I simply change the css files with the "black one" or I have to change something somewhere else ?
I didn't do a file comparaison between the two package at the moment...
Just passing on the forum and ask the question ;-)
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
EricBel
Winchester white to black
All my test site is setup with winchester white template
Do I simply change the css files with the "black one" or I have to change something somewhere else ?
I didn't do a file comparaison between the two package at the moment...
Just passing on the forum and ask the question ;-)
There are other differences in the packages. You would need to diff them to find them.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Thanks Ann for this great template as it is all black it's ideal for my website. I have managed to alter a few things on the template via the coding and the zen cart admin panel, but I am stumped as to where I can find the code to hide the transparent bar on the "main page" slideshow.
I have also searched the forum and google, but to no avail.
I would be grateful if you could point me in the right direction.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
GothCardz
Thanks Ann for this great template as it is all black it's ideal for my website. I have managed to alter a few things on the template via the coding and the zen cart admin panel, but I am stumped as to where I can find the code to hide the transparent bar on the "main page" slideshow.
I have also searched the forum and google, but to no avail.
I would be grateful if you could point me in the right direction.
Take a look in the stylesheet_flex.css. It is .banner span
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Anne,
I have 3 requests.
Paypal address to help fund your continued development of this template and or assistance.
Check this link out. Where do I change the color in the stylesheet to have the sub product categories several layers deep a lighter color. You will see in the link where they are dark and do not stand out.http://www.jonbondperformance.com/in...ex&cPath=67_68
Also, while you are there, add an item to my shopping cart. You will notice the description of the item is not visible till you hold your mouse over it. Can you tell me where to change this color to make it visible without holding my mouse over it?
Thank you, Jon
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Take a look in the stylesheet_flex.css. It is .banner span
Thanks,
Anne
Thank you for your quick responce. Worked a treat.
-
Re: Winchester Black Responsive Template
Hey Anne,
I thought I got the template working great, but now I've found what seems to be a conflict between the template and SBA (stock by attribute) addon.
mc12345678 over in that forum suggested I speak with you. The link to the discussion where the problem was first identified is here:
https://www.zen-cart.com/showthread....-1-3-9/page223
According to MC, there is something that is affecting the dynamic drop downs of SBA only displaying 1 value for the 2nd attribute (and only exists when I use your template. If I switch to the default one the issue goes away). He suggested something with </div> and </a> being to early (see the response in the link above for the details). However I don't have the skills to understand what would be involved in finding or fixing the issue. I'll send you a PM with a link to my page that exhibits the issue I'm experiencing. Let me know if there is anything else I can provide to help find the issue.
Let me know when you have taken a look, so I can turn the dynamic dropdowns off (so my customers will be able to shop normally in the meantime).
I appreciate any help you can provide!!!
-
Re: Winchester Black Responsive Template
Hi,
I am using your 1.0 themes on ZC 1.5.1
Install ok, but the "Desktop" version "enter search key word here" box using mouse click not work, mean I am can't enter any text for search there, I had test by IE11, FF 38, Chrome also same.
But using iPad 3 test, it can "click" so i can enter text on it.
How to fix it?
THANK
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
explorer1979
Hi,
I am using your 1.0 themes on ZC 1.5.1
Install ok, but the "Desktop" version "enter search key word here" box using mouse click not work, mean I am can't enter any text for search there, I had test by IE11, FF 38, Chrome also same.
But using iPad 3 test, it can "click" so i can enter text on it.
How to fix it?
THANK
The author posted the fix on page two of this thread:
https://www.zen-cart.com/showthread....77#post1273777
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tronage
Hey Anne,
I thought I got the template working great, but now I've found what seems to be a conflict between the template and SBA (stock by attribute) addon.
mc12345678 over in that forum suggested I speak with you. The link to the discussion where the problem was first identified is here:
https://www.zen-cart.com/showthread....-1-3-9/page223
According to MC, there is something that is affecting the dynamic drop downs of SBA only displaying 1 value for the 2nd attribute (and only exists when I use your template. If I switch to the default one the issue goes away). He suggested something with </div> and </a> being to early (see the response in the link above for the details). However I don't have the skills to understand what would be involved in finding or fixing the issue. I'll send you a PM with a link to my page that exhibits the issue I'm experiencing. Let me know if there is anything else I can provide to help find the issue.
Let me know when you have taken a look, so I can turn the dynamic dropdowns off (so my customers will be able to shop normally in the meantime).
I appreciate any help you can provide!!!
The template will work with any stable, properly installed plugin. My guess is that you have mismatched tags in a modification you have made to the template or the plugin has this problem.
If you post a link to a page of your site with the problem I can take a look.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
The template will work with any stable, properly installed plugin. My guess is that you have mismatched tags in a modification you have made to the template or the plugin has this problem.
If you post a link to a page of your site with the problem I can take a look.
Thanks,
Anne
Here is a link to an example page:
http://tuxedoscuba.com/store/index.p...products_id=89
The only mods I've made to the template are the ones from this thread (fix the search, fix ipad, disable special bar, etc.) and the ones from the documentation (add your logo, change banners, etc.). I'm not a programmer, I just follow directions. So I didn't go "off-roading" and make any un-documented changes. As for the plugin, if I switch to "classic contemporary green" template the problem goes away. So I'm not sure.
Specifics of issue can be found in the thread link I posted, but the jist of it, is with the dynamic dropdowns enabled in SBA, all items with multiple attributes assigned will only show the first value for the second attribute. On the page linked, there should be all sizes, not just X-Small. If I change nothing else but swap to classic contemporary green" template, all the sizes will show.
Like I said I'm not a programmer, and don't know anything about php, css, js, etc. I just insert patches and fixes that people post, or that are in an document with said template/adon. If I did screw something up, I'm going to apologize in advance since I "Thought" I only applied fixes posted by you, or documented customizations.
Any help is appreciated, and I'm thankful for you to take the time and at least check it out.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tronage
Here is a link to an example page:
http://tuxedoscuba.com/store/index.p...products_id=89
The only mods I've made to the template are the ones from this thread (fix the search, fix ipad, disable special bar, etc.) and the ones from the documentation (add your logo, change banners, etc.). I'm not a programmer, I just follow directions. So I didn't go "off-roading" and make any un-documented changes. As for the plugin, if I switch to "classic contemporary green" template the problem goes away. So I'm not sure.
Specifics of issue can be found in the thread link I posted, but the jist of it, is with the dynamic dropdowns enabled in SBA, all items with multiple attributes assigned will only show the first value for the second attribute. On the page linked, there should be all sizes, not just X-Small. If I change nothing else but swap to classic contemporary green" template, all the sizes will show.
Like I said I'm not a programmer, and don't know anything about php, css, js, etc. I just insert patches and fixes that people post, or that are in an document with said template/adon. If I did screw something up, I'm going to apologize in advance since I "Thought" I only applied fixes posted by you, or documented customizations.
Any help is appreciated, and I'm thankful for you to take the time and at least check it out.
What happens if you turn off the events calendar sidebox?
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
What happens if you turn off the events calendar sidebox?
Thanks,
Anne
That was installed after the issue (last night) so is unrelated. But I turned it off if it aids in figuring out what's going on.
Thanks so much!