Thread: Westminster New

Results 1 to 10 of 1865

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by schoolboy View Post
    Looks like the answers are all in that thread... Why are you posting your question in this thread, when you know the thread that deals with the issue? (Just curious - not criticism).
    I can't seem to get Ajeh's corrections found on more specifically in the post:
    https://www.zen-cart.com/showthread....47#post1265047

    ...to work w/ Westminster New because it doesn't seem that /includes/templates/*westminster_new*/sideboxes/tpl_categories.php is used for the top nav menu?

    I'm somewhat guessing but it doesn't seem to break if I rename that file.

    Basically I just want categories to "automatically hide" if they don't have products in them.

    My best guess is that
    includes/templates/*westminster_new*/common/tpl_header.php

    would have to be modified or for...
    includes/templates/*westminster_new*/templates/tpl_modules_mobile_categories_tabs.php

    I'm really not sure though, I'm a novice programmer, I just don't think the categories drop down menu is loading from a "sidebox" but I'm not sure.

    Any help would be appreciated.

  2. #2
    Join Date
    Dec 2008
    Location
    Pittsburgh, PA
    Posts
    237
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by wolfderby View Post
    I can't seem to get Ajeh's corrections found on more specifically in the post:
    https://www.zen-cart.com/showthread....47#post1265047

    ...to work w/ Westminster New because it doesn't seem that /includes/templates/*westminster_new*/sideboxes/tpl_categories.php is used for the top nav menu?

    I'm somewhat guessing but it doesn't seem to break if I rename that file.

    Basically I just want categories to "automatically hide" if they don't have products in them.

    My best guess is that
    includes/templates/*westminster_new*/common/tpl_header.php

    would have to be modified or for...
    includes/templates/*westminster_new*/templates/tpl_modules_mobile_categories_tabs.php

    I'm really not sure though, I'm a novice programmer, I just don't think the categories drop down menu is loading from a "sidebox" but I'm not sure.

    Any help would be appreciated.

    Answered my own question... includes/classes/categories_ul_generator.php
    Code:
            while (!$categories->EOF) {
              if (CATEGORIES_PRODUCTS_INACTIVE_HIDE == 1 && zen_count_products_in_category((int)$categories->fields['categories_id']) == 0) {
                // skip empty or status off categories
              } else {
    
    
    
                $this->data[$categories->fields['parent_id']][$categories->fields['categories_id']] = array('name' => $categories->fields['categories_name'], 'count' => 0);
            }
    $categories->MoveNext();
            }

  3. #3
    Join Date
    Feb 2015
    Posts
    64
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi,
    I searched but can't find solution, please help me to erase the static "Sale" image on left leader of this template. I want to permanently disable or delete it. But it should not disturb cross browser adjustments which is currently fine.
    I notice this static image already does not show up on mobile devices which is fine.

    Regards

  4. #4
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by RiazShahid View Post
    Hi,
    I searched but can't find solution, please help me to erase the static "Sale" image on left leader of this template. I want to permanently disable or delete it. But it should not disturb cross browser adjustments which is currently fine.
    I notice this static image already does not show up on mobile devices which is fine.

    Regards
    In the README file, I think the description and control is listed in the section which describes HOME PAGE BANNERS and is the one labeled HOMETOP and controlled from within the Banner Manager section of Admin
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  5. #5
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Westminster New

    I am using the Winchester Black Template and am running Zen Cart v1.5.5a. I just installed several plugins each one breaks my top navigation menu dropdown. The top menu does not work when you hover over the menu. If you click on the top drop down menu links they do not display all the sub-pages and categories. Meaning the hover over javascript is not working.

    The modules I installed that break the navigation menu are: (SEO Urls, Image Manager 4, or ZX slideshow)

    I am positive I didn't overwrote any template files with any of these modules. After many hours today I compared the source code before and after of the homepage, to see what is different between when the menu displays drop-downs and when it does not.

    When these show in the header (after installing a new program):
    <link rel="stylesheet" type="text/css" href="includes/templates/winchester_black/css/style_imagehover.css" />
    <script type="text/javascript" src="includes/templates/winchester_black/jscript/jscript_imagehover.js"></script>

    The drop-down menus are broken.


    The menus show perfectly when these definitions are gone. Which happens before I try to install any one of the programs mentioned. I would think it would be the opposite.

    Any pointers as to how I can fix this top menu to display properly so these are removed after I add a new program? I don't know which file is being overwrittten that adds these when I add a program but I cannot move past this.

    You can see the website here: http://highergroundsilver.com/index.php If the top menu is working when you visit I reverted back to the working version temporarily.
    Last edited by sports guy; 18 Mar 2017 at 08:21 PM.
    Building a better web, one site at a time: Dayton Web Design

  6. #6
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Westminster New

    I am guessing at least for Image Manager 4s (which I keep trying to install) that these 2 files:

    /css/style_imagehover.css
    jscript/jscript_imagehover.js

    Interfere with this templates hover over drop-down menu. In looking at the additional_images.php (modules> Winchester Black folder) I see mentions to something called: Zen Colorbox. My guess is Winchester Black uses Zen Colorbox and Image Manager 4 somehow conflicts. Hmmmm. I really need this image manager for my client but its too late to change templates.
    Building a better web, one site at a time: Dayton Web Design

  7. #7
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Westminster New

    Within this template can someone tell me how to turn off or delete some of the items on the left side of the footer.

    Home
    Featured
    Specials
    New Arrivals

    View All

    The items in Bold I would like to get rid of.
    Any help would be appreciated.

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 PM

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