Thread: Westminster New

Page 62 of 187 FirstFirst ... 1252606162636472112162 ... LastLast
Results 611 to 620 of 1865
  1. #611
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by RixStix View Post
    We DO educate the customer WHEN we get a chance. We have also found that the majority of customers seem to have failed "Reading 101" and "Comprehension 101" and have a boatload of "Entitlement". Sometimes tactfully educating customers is a challenge.
    Oh trust me!!! I DO get that!!! I call it the "Short Bus Folks" syndrome..

    Just saying you have to keep at it.. It's hard, and you may need some cocktails afterwards... But stay vigilant..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #612
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Westminster New

    So make it easy for them by adding "Menu" to jquery.slimmenu.min.js file

    <div class="collapse-button"><span class="icon-bar"> YES, This mean MENU! </span>

    Quote Originally Posted by RixStix View Post
    I am not arguing with the philosophy.
    I am not disagreeing with your comments.
    I agree that the hamburger is pretty much universally known to indicate MENU.

    We DO educate the customer WHEN we get a chance. We have also found that the majority of customers seem to have failed "Reading 101" and "Comprehension 101" and have a boatload of "Entitlement". Sometimes tactfully educating customers is a challenge.

  3. #613
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by rbarbour View Post
    So make it easy for them by adding "Menu" to jquery.slimmenu.min.js file

    <div class="collapse-button"><span class="icon-bar"> YES, This mean MENU! </span>
    Don't tempt me!!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #614
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by RixStix View Post
    MegaMenu options.
    The downarrow icons are too teenie for my fingers, so I usually end up tapping the text and Menu opens/collapses.
    Hey wanted to share some changes I made based on subsequent feedback from my testers that you might find useful.. Some reported that they were not always able to hit the arrow accurately on a consistent basis when interacting with the mega menu on touchscreen devices.. (this issue is platform independent.. both Apple and Android users reported the same issue..) The mobile dropdown menu doesn't have this same issue as the area around the arrow is a little wider.. So I made some refinements to the mega menu styles on tablet device displays to adjust for larger fingers and aggressive tappers.. I have the following in my responsive tablet CSS.

    Code:
    ul.slimmenu > li, ul.slimmenu1 > li {margin-right: -4px;width: 13%;}
    ul.slimmenu li .sub-collapser, ul.slimmenu1 li .sub-collapser {width: 50px;right: 15px;}
    ul.slimmenu li ul li, ul.slimmenu1 li ul li {width:200px;padding-left:2px;/*font-size:95%;*/padding-right:15px;}
    You may need to adjust for your own site.. But what this did was to add some width to the area surrounding the arrow so that it is now a bigger target for larger fingers or more aggressive tappers.. HTH..
    Last edited by DivaVocals; 8 Feb 2015 at 11:21 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #615
    Join Date
    Feb 2015
    Location
    Netherlands
    Posts
    15
    Plugin Contributions
    0

    Default Re: Westminster New

    Hello,

    I am trying to change the name of "categories" in the header menu navigation.

    Also,

    I am trying to change the content under the "Information" tab.

    Any specifics or an example on how to achieve this would be beyond great.

  6. #616
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by Daba_do View Post
    Hello,

    I am trying to change the name of "categories" in the header menu navigation.

    Also,

    I am trying to change the content under the "Information" tab.

    Any specifics or an example on how to achieve this would be beyond great.
    You can use the admin--tools--developers toolkit to search for text that you want to change. The header menu "categories" is defined in includes/languages/english/extra_definitions/override/westmisnter_new_defines.php

    To change the menu you can edit includes/templates/override/templates/tpl_modules_mobile_categories_tabs.php

    Thanks,

    Anne

  7. #617
    Join Date
    Apr 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Westminster New

    Hello,

    Would someone have a moment to please take a look at my site using Chrome, I have a css issue that I am stumped on that is only present in Chrome.

    There is a large space between the Categories header and the "All Products" menu item when viewing my store in Chrome however it is not there in Firefox. I have used Firebug and web developer in these browsers and I just can not seem to find what piece of my CSS is causing this.

    I appreciate your time to take a look and point me in the direction of the code that I need to be correcting please :-)

    http://www.beehavendesignz.com/shop/...age=conditions
    Melanie
    beehavendesignz DOT com

  8. #618
    Join Date
    Apr 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne,

    Could you please confirm for me the correct way in which to remove the search box from the header area and turn it on in the left sidebox space?

    Do i remove the code from tpl_header.php at approx line 127:
    Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    Or is there another way? I have tried turning off search box in the layout box control and renumber orders but this is not having any affect to achieve what I wish to do, which is move the search box from the header area to the left sidebox area.

    I appreciate your assistance and thank you in advance for your time to help me with this please.
    Melanie
    beehavendesignz DOT com

  9. #619
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Westminster New

    Quote Originally Posted by missesbeehaven View Post
    Hi Anne,

    Could you please confirm for me the correct way in which to remove the search box from the header area and turn it on in the left sidebox space?

    Do i remove the code from tpl_header.php at approx line 127:
    Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    Or is there another way? I have tried turning off search box in the layout box control and renumber orders but this is not having any affect to achieve what I wish to do, which is move the search box from the header area to the left sidebox area.

    I appreciate your assistance and thank you in advance for your time to help me with this please.
    You need to turn off the "single column" status to turn it off in the header.. DO NOT remove the default code.. there's no reason to.. just turn it off..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #620
    Join Date
    Apr 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Westminster New

    Yay I found the solution, and thought I would post for others in case anyone else would like to move the search box from the header area.

    Login to the zen cart admin.

    Tools Menu -> Select Layout Box Control from the Tools menu

    Click on sideboxes/search_header.php

    Adjust settings as follows:
    Left/Right Column Status: On
    Location: (Single Column ignores this setting): Left
    Single Column Status: Off
    Show this Box @ Min-Width: Off


    You will also need to add / amend the stylesheet with adjustments for the search box to appear as the other side boxes do.




    Quote Originally Posted by missesbeehaven View Post
    Hi Anne,

    Could you please confirm for me the correct way in which to remove the search box from the header area and turn it on in the left sidebox space?

    Do i remove the code from tpl_header.php at approx line 127:
    Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    Or is there another way? I have tried turning off search box in the layout box control and renumber orders but this is not having any affect to achieve what I wish to do, which is move the search box from the header area to the left sidebox area.

    I appreciate your assistance and thank you in advance for your time to help me with this please.
    Melanie
    beehavendesignz DOT com

 

 

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

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