Page 11 of 50 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 498
  1. #101
    Join Date
    Apr 2013
    Location
    Wisconsin
    Posts
    134
    Plugin Contributions
    0

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

  2. #102
    Join Date
    Apr 2013
    Location
    Wisconsin
    Posts
    134
    Plugin Contributions
    0

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

  3. #103
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by CookieMonster View Post
    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

  4. #104
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by CookieMonster View Post
    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

  5. #105
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default 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/ParisPHP Fatal error:  1054:Unknown column 'pages_title' in 'order clause' :: select from ezpages where status_header 1 order by header_sort_orderpages_title ==> (as called byC:\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/ParisPHP Stack trace:

    [
    18-Mar-2015 19:34:30 Europe/ParisPHP   1. {main}() C:\wamp\www\negozio154\index.php:0

    [18-Mar-2015 19:34:30 Europe/ParisPHP   2. require() C:\wamp\www\negozio154\index.php:97

    [18-Mar-2015 19:34:30 Europe/ParisPHP   3. require() C:\wamp\www\negozio154\includes\templates\winchester_black\common\tpl_main_page.php:181

    [18-Mar-2015 19:34:30 Europe/ParisPHP   4. require() C:\wamp\www\negozio154\includes\templates\winchester_black\common\tpl_header.php:102

    [18-Mar-2015 19:34:30 Europe/ParisPHP   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/ParisPHP   6. queryFactory->Execute() C:\wamp\www\negozio154\includes\modules\sideboxes\winchester_black\ezpages_drop_menu.php:23

    [18-Mar-2015 19:34:30 Europe/ParisPHP   7. queryFactory->set_error() C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php:262

    [18-Mar-2015 19:34:30 Europe/ParisPHP   8. queryFactory->show_error() C:\wamp\www\negozio154\includes\classes\db\mysql\query_factory.php:132

    [18-Mar-2015 19:34:30 Europe/ParisPHP   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 .

    Zencart version 1.5.4 (test server)

  6. #106
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

    Default 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

  7. #107
    Join Date
    Jan 2015
    Location
    Michigan
    Posts
    12
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    http://cloud10shop.com
    thank you
    Quote Originally Posted by picaflor-azul View Post
    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

  8. #108
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Winchester Black Responsive Template

    Quote Originally Posted by KissManiac View Post
    I don't see any errors in the footer.

    Thanks,

    Anne

  9. #109
    Join Date
    Jan 2015
    Location
    Michigan
    Posts
    12
    Plugin Contributions
    0

    Default 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 View Post
    I don't see any errors in the footer.

    Thanks,

    Anne

  10. #110
    Join Date
    Apr 2013
    Location
    Wisconsin
    Posts
    134
    Plugin Contributions
    0

    Default Re: Winchester Black Responsive Template

    Thanks! I found what I needed to edit there.

 

 
Page 11 of 50 FirstFirst ... 91011121321 ... 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