Thread: Westminster New

Results 1 to 10 of 1865

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Westminster New

    I am probably narrow sighted, but can't find how i can activate my hamburger menu in this template
    my test site is on 1.5.7 and installed with fresh westminster responsive. I don't think Anne is anymore available for questions? but if someone could help me to activate this before i have to restart and redo the whole thing in a different template i would be so happy.
    i just love this template... and it worked for me.. but now its leaving me tearing my hair
    please help

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,706
    Plugin Contributions
    12

    Default Re: Westminster New

    More info would be really helpful. Perhaps a link?

    Are you not seeing the hamburger in mobile view?
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Westminster New

    Sorry you are perfectly right.
    no i don't see it in mobile view and it is a test shop not even public. i did change a lot of the css and can't find it in my chrome or firefox web checks also.
    i did not want the sideboxes to show on the index page, but they are on the product pages.
    https://shop.skindexsystem.com/index...ain_page=index
    i have no idea where i went wrong

  4. #4
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by kernheimer View Post
    Sorry you are perfectly right.
    no i don't see it in mobile view and it is a test shop not even public. i did change a lot of the css and can't find it in my chrome or firefox web checks also.
    i did not want the sideboxes to show on the index page, but they are on the product pages.
    https://shop.skindexsystem.com/index...ain_page=index
    i have no idea where i went wrong
    Although this thread is for Westminster New, I see you are using Winchester Responsive - no problem because, as I recall, the two are basically the same template under the hood. I have used Westminster New, not necessarily the latest version of the template but hopefully the detail below matches yours somewhat.

    The source code of your site doesn't contain any reference to the menu, so it's not hidden by css, instead there must be something missing in your template files.

    The hamburger menu doesn't have a switch that controls it, instead it is loaded by javascript in

    includes/templates/winchester_responsive/common/tpl_main_page.php

    in that file you should have something like:

    Code:
    <?php if ($detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') { ?>
    
    <script type="text/javascript">
        $('ul.slimmenu').slimmenu(
    			      {
    			      resizeWidth: '800',
    				  collapserTitle: '',
    				  animSpeed: 'medium',
    				  easingEffect: null,
    				  indentChildren: false,
    				  childrenIndenter: '&nbsp;'
    				  });
    </script>
    (
    as an aside the content of the h/burger menu is subsequently controlled by the file
    includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php
    )

    You should check your template's tpl_main_page.php with the original source file.

    Failing that, verify that all of the template's source files have been correctly uploaded - if they are then I can't see any reason why the menu wouldn't show.
    Last edited by simon1066; 5 Aug 2021 at 03:53 PM.
    Simon

  5. #5
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Westminster New

    OH dear, i am so sorry to have posted this on the wrong pages..
    and thank you @simon for the help. It did not solve anything and yes i did even uploaded the template files again, but no luck.
    I gues i have to discuss with my self if i like this good enoug to continue or just make something new from it.
    Thank you so much for your advise
    Eugénie



    Quote Originally Posted by simon1066 View Post
    Although this thread is for Westminster New, I see you are using Winchester Responsive - no problem because, as I recall, the two are basically the same template under the hood. I have used Westminster New, not necessarily the latest version of the template but hopefully the detail below matches yours somewhat.

    The source code of your site doesn't contain any reference to the menu, so it's not hidden by css, instead there must be something missing in your template files.

    The hamburger menu doesn't have a switch that controls it, instead it is loaded by javascript in

    includes/templates/winchester_responsive/common/tpl_main_page.php

    in that file you should have something like:

    Code:
    <?php if ($detect->isMobile() && !$detect->isTablet() or $detect->isMobile() && !$detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $detect->isTablet() && $_SESSION['display_mode']=='isMobile' or $_SESSION['display_mode']=='isMobile') { ?>
    
    <script type="text/javascript">
        $('ul.slimmenu').slimmenu(
                      {
                      resizeWidth: '800',
                      collapserTitle: '',
                      animSpeed: 'medium',
                      easingEffect: null,
                      indentChildren: false,
                      childrenIndenter: '&nbsp;'
                      });
    </script>
    (
    as an aside the content of the h/burger menu is subsequently controlled by the file
    includes/templates/winchester_responsive/templates/tpl_modules_mobile_categories_tabs.php
    )

    You should check your template's tpl_main_page.php with the original source file.

    Failing that, verify that all of the template's source files have been correctly uploaded - if they are then I can't see any reason why the menu wouldn't show.

 

 

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