Thread: Westminster New

Page 185 of 187 FirstFirst ... 85135175183184185186187 LastLast
Results 1,841 to 1,850 of 1865
  1. #1841
    Join Date
    Mar 2018
    Location
    Idaho,USA
    Posts
    23
    Plugin Contributions
    0

    Default Re: Westminster New

    Zencart Version 1.5.5f. not an upgrade.
    installed using zc_install.
    PHP version 7.4.23.
    Westminster new version 1.3.
    www.legendcycle.net

    I've seen this question asked but haven't seen a fix.

    I have a few categories with subcategories. I would like to see the subcategories listed in the main body of the page when I click on the category in the side box. Is there an easy way to do that?

  2. #1842
    Join Date
    Mar 2006
    Location
    Auckland, New Zealand
    Posts
    243
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by Beav View Post
    Zencart Version 1.5.5f. not an upgrade.
    installed using zc_install.
    PHP version 7.4.23.
    Westminster new version 1.3.
    www.legendcycle.net

    I've seen this question asked but haven't seen a fix.

    I have a few categories with subcategories. I would like to see the subcategories listed in the main body of the page when I click on the category in the side box. Is there an easy way to do that?
    Do you mean the images of the subcategories that you can click on?
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  3. #1843
    Join Date
    Mar 2018
    Location
    Idaho,USA
    Posts
    23
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by Elemi View Post
    Do you mean the images of the subcategories that you can click on?
    Just the subcategory titles. when I click on the category in the side box I get the category title at the top of the main body of the page but no subcategories. I would like the subcategory titles to be listed below the Category title.

  4. #1844
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: Westminster New

    In Layout Settings. Make sure Categories - Always Show Categories and SubCategories is set to 1

  5. #1845
    Join Date
    Nov 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Westminster New

    On the product information page, the "Details" and "Reviews" shrinks the center column like it is formatted for a tablet not a PC. It is only on the PC that it shrinks on those two tabs (mobile and tablet look great). It does not do this in other responsive tabs templates. I cannot find anything in stylesheet.css nor stylesheet_responsive_tabs.css that would cause it to change to tablet width when clicking on those two tabs.

    Does anyone else have this issue? If No and yours works correctly, which version are you using?

    Can anyone advise me on what to check or change?

    I am using zen-cart 1.5.7d. and winchester_responsive_2.0.
    Katrina Robb
    KatalinaKlark.com

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

    Default Re: Westminster New

    Quote Originally Posted by katrobb View Post
    On the product information page, the "Details" and "Reviews" shrinks the center column like it is formatted for a tablet not a PC. It is only on the PC that it shrinks on those two tabs (mobile and tablet look great). It does not do this in other responsive tabs templates. I cannot find anything in stylesheet.css nor stylesheet_responsive_tabs.css that would cause it to change to tablet width when clicking on those two tabs.

    Does anyone else have this issue? If No and yours works correctly, which version are you using?

    Can anyone advise me on what to check or change?

    I am using zen-cart 1.5.7d. and winchester_responsive_2.0.
    This demo site shows the Winchester Responsive template in action, I can't see the issue you're referring to - I'm assuming the demo is the latest version. It might be worth comparing your files with those from the plugin, a link to your site might also be useful.

    BTW, this is the thread for Westminster New template (which is a sister template of Winchester Responsive)
    Simon

  7. #1847
    Join Date
    Nov 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Westminster New

    My apologies Simon, I meant westminster_new_2.1 with this the demo site.
    I removed all the left side boxes, so the pages do not have the categories menu on the left. I see that the demo does not change widths, so I do not know why my website does.

    I looked at my css changes and I did not see anything that would effect the size, just colors. I tried to use westminster's css pages and besides the color, the pages still changes.

    I did a Reset on the Layout Boxes, but it did not help. I notice that Contact Us was also narrow. I tried to put the categories back on the right side, and now the categories show on top of the right box on Description & Custom Tab and on the right side on the Details & Reviews with the right column being narrow. What would cause it to change like this?

    Below are a couple of pictures of the differences between Description & Detail pages. The Contact Us is even more narrow.
    Click image for larger version. 

Name:	Capture Disc.jpg 
Views:	54 
Size:	32.8 KB 
ID:	19954 Click image for larger version. 

Name:	Capture Detail.jpg 
Views:	45 
Size:	37.4 KB 
ID:	19958

    I just tried to use westminster's css pages and besides the color, the pages still change.
    Katrina Robb
    KatalinaKlark.com

  8. #1848
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: Westminster New

    Can't think why that's happening, I have a site with an older version of the template but can't replicate this. One small thought, when you 'removed all the left side boxes' did you just switch the left column off in Admin or turn off each sidebox individually? The former would be the correct way to do it.
    Simon

  9. #1849
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,294
    Plugin Contributions
    1

    Default Re: Westminster New

    You could also check the page for html errors, https://validator.w3.org/ (a quick & dirty way is to also view the page source in Firefox - errors are highlighted in red), that might give some clues as to what is going on.
    Simon

  10. #1850
    Join Date
    Nov 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: Westminster New

    Simon,
    Thank you for your reply. I said no to all the Left(s) in Tools/Layout Boxes Controller. I tried switching off the Column Left Status - Global in Configuration/Layout Settings, but I like the left hand buffer on the screen, so I switch it back on.

    I finally found a solution. At includes/templates/westminster_new/css/responsive_default.css - Line 114, I added the width section.

    #middle>[class*="columns"] { float:left; display:table-cell; margin:0;
    width: 100%; /*KR Added width block s4/20/2022*/
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;}

    It now keeps the width consistently with every tab.
    Katrina Robb
    KatalinaKlark.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