Re: Winchester Black Responsive Template
Quote:
Originally Posted by
wmorris
Hi Anne,
Can you able to help me fix this iPad/Tablet layout. My Store's Web Address is
http://www.morrisgiftshop.biz When you use the drop down menu text not showing up. Also the image logo shifts the other side. Also to much dark gray in the in the product title and others.
Again, couple of things. Believe that issue has been described and some form of solution offered in the forum. Does the same issue occur when you try the associated demo site? If not, then it is a good time to become familiar with css tools in all browsers (press f12) where you would be able to copy the contents of the css files and correct the issues.
Re: Winchester Black Responsive Template
So I saw one or two posts saying save stylesheet.css into ncludes/templates/override/css/ and what is the purpose for this?
Re: Winchester Black Responsive Template
Love the template...:yes:
Re: Winchester Black Responsive Template
Ok, I did some changes from this thread https://www.zen-cart.com/showthread....49#post1274049
Then my Menus is all messed up. Here is my site again http://www.morrisgiftshop.biz
Re: Winchester Black Responsive Template
This is sucks, When I change one thing on one line it screws up the menu for the Desktop, iPads and mobile.
You can see it in action here => http:.//www.mtechama.com/zc_test/index.php this is not a live site I am using it for testing purposes.
Re: Winchester Black Responsive Template
So I change this in stylesheet.css
From:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#222 !important;}
to
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#fff !important;}
Image below what it looks like on Desktop:
http://mtechama.com/zc_test/images/menu.png
Re: Winchester Black Responsive Template
Error Using this Template after a few changes in Stylesheet:
Code:
[09-Aug-2016 18:07:08 America/Chicago] Request URI: /zc_test/, IP address: 50.26.26.88
#1 trigger_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php:18]
#5 include(/home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/templates/tpl_flexible_footer_menu.php:13]
#6 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/templates/tpl_flexible_footer_menu.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_footer.php:42]
#7 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_footer.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_main_page.php:332]
#8 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_main_page.php) called at [/home1/xxxxxx/public_html/zc_test/index.php:97]
[09-Aug-2016 18:07:08 America/Chicago] PHP Fatal error: 1146:Table 'xxxxxx_xxxxxx.flexible_footer_menu' doesn't exist :: select * from flexible_footer_menu where status = 1 and col_sort_order > 0 order by col_sort_order, col_header ==> (as called by) /home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php on line 18 <== in /home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php on line 167
Re: Winchester Black Responsive Template
Anne,
Can you able to help me?
Thanks
Wade
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
wmorris
So I change this in stylesheet.css
From:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#222 !important;}
to
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#fff !important;}
Image below what it looks like on Desktop:
http://mtechama.com/zc_test/images/menu.png
Ok, I manage to get the iPad/Tablet Portrait menu where it needs to be. I am still getting black text over black background on the iPad/Tablet. I changed #222 to #fff on line 259 in stylesheet.css the desktop shows in this post picture and the menu in iPad/Tablet disappeared.
Re: Winchester Black Responsive Template
**Update**
I work at Walmart Electronics I did a Test on one of our Samsung Tablets 10 inch and the links from my Gift Shop shows fine White Text on front of Black Background. Now on my personal iPad 2 still no white text on black background which I am talking about is "Black Text on Black Background". How can I solve this issue?