Thread: Westminster New

Page 6 of 187 FirstFirst ... 456781656106 ... LastLast
Results 51 to 60 of 1865
  1. #51
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by DesDev5 View Post
    In which file can I adjust the footer text that includes "Powered by..."? It has been some time since I updated to a new template, forget where this content is located!

    Also, how can I remove the side slide-outs? They seem to freeze on an Android phone.

    Thanks!!
    Whenever you want to find which file to edit you can use the developers toolkit to search. See the FAQs section for a tutorial.

    You can remove the slide out code in includes/templates/westminster_new/common/tpl_main_page.php at the bottom.

    Thanks,

    Anne

  2. #52
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Ok, I think that I understand now. You are viewing the desktop view and just making your browser window smaller to 1038 - 1234 pixels wide. As far as I know, this width is not really used on any real device. Laptops typically are 1024 pixels wide. If you want to isolate for this width you will need to add a media query for it either to the responsive_default.css file or the stylesheet_flex.css and adjust the positioning of the caption bar.

    Thanks,

    Anne
    Thanks, I too understand, why it's doing what it is. I'll probably make the stylesheet edits, to allow for when the window is resized in desktop view, if I do it others may also.

  3. #53
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Ok, I think that I understand now. You are viewing the desktop view and just making your browser window smaller to 1038 - 1234 pixels wide. As far as I know, this width is not really used on any real device. Laptops typically are 1024 pixels wide. If you want to isolate for this width you will need to add a media query for it either to the responsive_default.css file or the stylesheet_flex.css and adjust the positioning of the caption bar.

    Thanks,

    Anne
    Ok - to cater for large desktop screens, in the stylesheet_flex.css I added

    Code:
    @media screen and (max-width: 1920px) {   /*for large desktop screens eg 1920 x 1080*/
    .banner {left: 0;right: 15px;margin-left: 0;}
    .banner p {font-size: 22px;text-indent: 15px}
    .flexslider .slides img {min-height: 0}
    }
    just before

    Code:
    @media screen and (max-width: 1038px) {
    .banner {left: 0;right: 15px;margin-left: 0;}
    .banner p {font-size: 22px;text-indent: 15px}
    .flexslider .slides img {min-height: 0}
    }
    and all displays fine when the browser window is extended to it's full width on my desktop screen. I rarely display my browser window this wide but at least the slider caption does not distort if someone decides to have such a wide browser window. Also shows up well on my TV with the same resolution.

    Cheers / Frank

  4. #54
    Join Date
    May 2014
    Posts
    3
    Plugin Contributions
    0

    Default Re: Westminster New

    Hello,
    I just had a client call in and point something out to me. When I uploaded this template, the all products listing doesn't work and my printable price list is no longer available. It is doing the same thing with my new products listing. I have attached an image of my problem, and if you want to see it on the website, it is www.allstatetent.com

    I need to know how to remove those tabs, and also how to fix themClick image for larger version. 

Name:	zen cart trouble.jpg 
Views:	181 
Size:	21.6 KB 
ID:	14132

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

    Default Re: Westminster New

    Quote Originally Posted by bleonnig View Post
    Hello,
    I just had a client call in and point something out to me. When I uploaded this template, the all products listing doesn't work and my printable price list is no longer available. It is doing the same thing with my new products listing. I have attached an image of my problem, and if you want to see it on the website, it is www.allstatetent.com

    I need to know how to remove those tabs, and also how to fix themClick image for larger version. 

Name:	zen cart trouble.jpg 
Views:	181 
Size:	21.6 KB 
ID:	14132
    Whenever you install a new template you need to copy any module files that are in override directories to the new template override or else there will be errors.

    Thanks,

    Anne

  6. #56
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    I just submitted an update to this template package. Changes were:

    ...

    05/27/2014------Added includes/templates/westminster_new/css/responsive.css div#mobile-nav1.hidenav1 {display:none;}

    ...

    Thanks,

    Anne
    Unless I'm mistaken, this stylesheet line does not appear in the ver 1.1 distribution. Should I add it at the end of responsive.css? Perhaps it should go into responsive_mobile.css?

    Thanks

    Simon

  7. #57
    Join Date
    Jul 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi,

    I installed this template on a upgraded 1.5.1 ZC.
    Love this template.

    However, there are 2 things that i am looking to modify /add.

    1. Click image for larger version. 

Name:	changes.jpg 
Views:	186 
Size:	20.3 KB 
ID:	14139

    I want to add more menu buttons like categories adjacent to the contact us so that it covers the whole screen to the extreme right. The search bar comes as the last as shown in red.

    2. Want to remove the space between the top login menu bar and the categories menu bar again shown in red.


    Please can you help.

    Chetan

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

    Default Re: Westminster New

    Quote Originally Posted by simon1066 View Post
    Unless I'm mistaken, this stylesheet line does not appear in the ver 1.1 distribution. Should I add it at the end of responsive.css? Perhaps it should go into responsive_mobile.css?

    Thanks

    Simon
    This was a change in the Winchester Responsive package. I intended to add it to this package also, but must have missed it. It should be added to the bottom of the responsive.css file.

    Thanks,

    Anne

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

    Default Re: Westminster New

    Quote Originally Posted by mr.chetanladdha View Post
    Hi,

    I installed this template on a upgraded 1.5.1 ZC.
    Love this template.

    However, there are 2 things that i am looking to modify /add.

    1. Click image for larger version. 

Name:	changes.jpg 
Views:	186 
Size:	20.3 KB 
ID:	14139

    I want to add more menu buttons like categories adjacent to the contact us so that it covers the whole screen to the extreme right. The search bar comes as the last as shown in red.

    2. Want to remove the space between the top login menu bar and the categories menu bar again shown in red.


    Please can you help.

    Chetan
    You can add to the menu by editing includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php.

    If you want to move the categories, information, contact us, etc to just below the top navigation bar you will edit the includes/templates/westminster_new/common/tpl_header.php file.

    Code:
    <!--bof handheld menu display-->
    <?php require($template->get_template_dir('tpl_modules_mobile_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_mobile_categories_tabs.php'); ?>
    <!--eof handheld menu display-->
    You might also need to make some css adjustments.


    Thanks,

    Anne

  10. #60
    Join Date
    Jul 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    You can add to the menu by editing includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php.

    If you want to move the categories, information, contact us, etc to just below the top navigation bar you will edit the includes/templates/westminster_new/common/tpl_header.php file.

    Code:
    <!--bof handheld menu display-->
    <?php require($template->get_template_dir('tpl_modules_mobile_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_mobile_categories_tabs.php'); ?>
    <!--eof handheld menu display-->
    You might also need to make some css adjustments.


    Thanks,

    Anne


    Thanks Anne. What are the changes i need to make to these files.
    I broke it in testing. I want the new boxes i want to add to redirect to some main category page....

 

 
Page 6 of 187 FirstFirst ... 456781656106 ... LastLast

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