Page 39 of 50 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 498
  1. #381
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by wmorris View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #382
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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?

  3. #383
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Love the template...

  4. #384
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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

  5. #385
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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.

  6. #386
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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:

  7. #387
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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

  8. #388
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Anne,

    Can you able to help me?

    Thanks
    Wade

  9. #389
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by wmorris View Post
    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:
    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.

  10. #390
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default 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?

 

 
Page 39 of 50 FirstFirst ... 29373839404149 ... LastLast

Similar Threads

  1. v151 Winchester Responsive
    By picaflor-azul in forum Addon Templates
    Replies: 952
    Last Post: 10 Aug 2023, 08:51 PM
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. Ajax error with winchester black template
    By bluestorm in forum General Questions
    Replies: 2
    Last Post: 4 May 2016, 01:39 AM
  4. v154 Where do I find the images for sliders, using Winchester Responsive Black
    By zbdude in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2016, 12:00 AM
  5. v153 Winchester Responsive - Trouble resizing carousel size?
    By hols.club in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Nov 2014, 05:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR