Thread: Westminster New

Results 1 to 10 of 1865

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi all,

    I am using Zen-Cart 1.5.5d in combination with the Westminster template. I am having troubles with the position of the buttons. When I google for other sites where the same template is used, I see they have the same problem.

    See the image below; This is wat I get now.

    Click image for larger version. 

Name:	password_forgotten.jpg 
Views:	86 
Size:	17.7 KB 
ID:	16883

    I want the "BACK" button and the "SUBMIT" button at the same height. In the picture below I used my paint-skills to make clear what I want:

    Click image for larger version. 

Name:	password_forgotten2.jpg 
Views:	92 
Size:	18.0 KB 
ID:	16884

    Any help will be appreciated.

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Westminster New

    Quote Originally Posted by corrosie View Post
    Hi all,

    I see they have the same problem.
    Not sure why you say this is a problem... I have this template and the buttons are slightly out of line, but of the thousands of people who visit the site, I have not yet had any contact me to say - - "your website buttons aren't straight"

    However... maybe you see it as a problem... I don't think most other people will.

    The "height" of the buttons is controlled in the CSS (to a degree), and in the way the php code "positions" the elements. Part of the challenge with this particular page is that the buttons are not "relative" to each other, like the buttons at the bottom of the shopping cart page.

    You could try manipulating css declarations for .buttonRow and others:
    Code:
    #indexProductListCatDescription, #navCategoryIcon, .buttonRow
    {
      margin-top: 0.5em;
      margin-right: 0.5em;
      margin-bottom: 0.5em;
      margin-left: 0.5em;
    }
    
    /* Line 1 */
    #pi-right, #shoppingCartDefault #PPECbutton, #siteMapList, .forward
    {
      float: right;
    }
    
    /* Line 1 */
    .buttonRow
    {
      margin-top: 15px;
    }
    ... or you could get on with marketing your site and selling more product... People don't care about this sort of thing - and on mobile devices it renders differently...
    20 years a Zencart User

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

    Default Re: Westminster New

    Click image for larger version. 

Name:	westminster_new.jpg 
Views:	76 
Size:	33.9 KB 
ID:	16899
    ^so i should have figured I didn't install this correctly, but I went ahead and hit activate, now I'm getting a 500 error and mod_fcgid: ap_pass_brigade failed in handle_request_ipc function

    The images say 403 forbidden... ?

    this is a pretty fresh 1.5.3 install.

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

    Default Re: Westminster New

    Quote Originally Posted by wolfderby View Post
    this is a pretty fresh 1.5.3 install.
    A 500 error should be worked on by your host as that's a server problem.
    AND....If you are doing this work on 1.5.3, you would be better served to upgrade (or start over) with 1.5.5d using https://www.zen-cart.com/entry.php?3...d-of-upgrading. Do NOT use your host's autoloader. Get the newest version at https://www.zen-cart.com/latest.
    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.

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

    Default Re: Westminster New

    Quote Originally Posted by dbltoe View Post
    A 500 error should be worked on by your host as that's a server problem.
    AND....If you are doing this work on 1.5.3, you would be better served to upgrade (or start over) with 1.5.5d using https://www.zen-cart.com/entry.php?3...d-of-upgrading. Do NOT use your host's autoloader. Get the newest version at https://www.zen-cart.com/latest.
    Thanks, got it working, by just starting again w/ the latest zen-cart.

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

    Default Re: Westminster New

    Anyone know about this?

    #1 trigger_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:167]
    #2 queryFactory->show_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:139]
    #3 queryFactory->set_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:266]
    #4 queryFactory->Execute() called at [/mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php:18]
    #5 include(/mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/templates/tpl_flexible_footer_menu.php:13]
    #6 require(/mysite/html/newbuild/includes/templates/westminster_new/templates/tpl_flexible_footer_menu.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_footer.php:42]
    #7 require(/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_footer.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_main_page.php:334]
    #8 require(/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_main_page.php) called at [/mysite/html/newbuild/index.php:97]

    [24-Jan-2017 08:38:38 America/New_York] PHP Fatal error: 1146:Table 'newbuild.TABLE_FLEXIBLE_FOOTER_MENU' doesn't exist :: select * from TABLE_FLEXIBLE_FOOTER_MENU where status = 1 and col_sort_order > 0 order by col_sort_order, col_header ==> (as called by) /mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php on line 18 <== in /mysite/html/newbuild/includes/classes/db/mysql/query_factory.php on line 167

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

    Default Re: Westminster New

    Quote Originally Posted by wolfderby View Post
    Anyone know about this?

    #1 trigger_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:167]
    #2 queryFactory->show_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:139]
    #3 queryFactory->set_error() called at [/mysite/html/newbuild/includes/classes/db/mysql/query_factory.php:266]
    #4 queryFactory->Execute() called at [/mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php:18]
    #5 include(/mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/templates/tpl_flexible_footer_menu.php:13]
    #6 require(/mysite/html/newbuild/includes/templates/westminster_new/templates/tpl_flexible_footer_menu.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_footer.php:42]
    #7 require(/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_footer.php) called at [/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_main_page.php:334]
    #8 require(/mysite/html/newbuild/includes/templates/westminster_new/common/tpl_main_page.php) called at [/mysite/html/newbuild/index.php:97]

    [24-Jan-2017 08:38:38 America/New_York] PHP Fatal error: 1146:Table 'newbuild.TABLE_FLEXIBLE_FOOTER_MENU' doesn't exist :: select * from TABLE_FLEXIBLE_FOOTER_MENU where status = 1 and col_sort_order > 0 order by col_sort_order, col_header ==> (as called by) /mysite/html/newbuild/includes/modules/westminster_new/flexible_footer_menu.php on line 18 <== in /mysite/html/newbuild/includes/classes/db/mysql/query_factory.php on line 167
    It would be my guess that the 1_3.php installer didn't run... as I don't see the "TABLE_FLEXIBLE_FOOTER_MENU" table in my database, is there a way I can "trip" it?

  8. #8
    Join Date
    Jan 2016
    Location
    Merstham Surrey United Kingdom
    Posts
    102
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi monkeybus,

    Better still Login to your admin center. Then go to Tools/Banner Manager and look for homead1 homead2 and homead3. Now you should be able edit them to what you want in the place of those 3 images. I hope this helps you out.

 

 

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