Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Westminster_new template - Add additional hover buttons on front page

    The westminster_new template includes 3 hover buttons on the front page and i would like to add 3 more.
    I have created the 'homead4, 5 & 6 within the banners menu but they dont show up.
    How do i get them to show up? I have been through the Westminster_new pages but cant find anywhere how to do this.
    https://www.selfbuildplans.co.uk
    thanks.

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

    Default Re: Westminster_new template - Add additional hover buttons on front page

    It's a bit tricky (for me at least). The below is relevant to v1.3 of this template - it may be different if you are using a different version. The code to display these banners is in

    \includes\languages\english\html_includes\westminster_new\define_main_page.php

    you will see the sections for the three existing banners, like so

    SHOW_BANNERS_GROUP_SETHOMEAD1
    SHOW_BANNERS_GROUP_SETHOMEAD2
    etc.

    So, copy/rename/create new code for

    SHOW_BANNERS_GROUP_SETHOMEAD4
    SHOW_BANNERS_GROUP_SETHOMEAD5
    etc.

    The SHOW_BANNERS_GROUP_SETHOMEAD1, for example, refers to an entry in the database, as seen in Admin > Configuration > Westminster New Template Configuration

    You would need to edit your database to include configuration keys for SHOW_BANNERS_GROUP_SETHOMEAD4 etc.

    Then hopefully the banners you've created in Banner Manager with the homead4/5/6 groups should display.

    Then you'll have the delight of editing the css so that the banners display correctly on all screen sizes.
    Simon

  3. #3
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Westminster_new template - Add additional hover buttons on front page

    FYI, in future it's better to post template-specific questions in the relevant thread

    https://www.zen-cart.com/showthread....estminster-New
    Simon

  4. #4
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Hi Simon,
    Thanks for your help and apologies for posting in wrong thread.
    I have followed your instructions but they still dont appear.
    I added them to the main page (screen shot attached), opened the database and they were already there (screen shot attached) checked their settings and sort order, all good, checked the Admin >Tools>Banner Manager and they were all green, checked the Admin > Configuration > Westminster New Template Configuration and i still only have Homead1, 2 & 3 listed (no 4, 5 & 6).
    Any further thoughts?
    Thanks.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Banner Homead4,5&6 - Database.jpg 
Views:	16 
Size:	57.3 KB 
ID:	18934   Click image for larger version. 

Name:	Banner Homead4,5&6.jpg 
Views:	13 
Size:	64.7 KB 
ID:	18935  

  5. #5
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Yes, you've been looking in the Banners table, the additional database information needs to be in the Configuration table, if I search that table for SHOW_BANNERS_GROUP_SETHOMEAD3 I can see this:

    [can't seem to attach an image at the moment]

    So you need to create a new line(s) with SHOW_BANNERS_GROUP_SETHOMEAD4/5/6 (possibly easiest to copy an existing line and edit that), you should then see the the entries in Admin > Configuration > Westminster New Template Configuration and hopefully all should be well.
    Simon

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

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Quote Originally Posted by simon1066 View Post

    [can't seem to attach an image at the moment]
    Click image for larger version. 

Name:	Untitled.jpg 
Views:	36 
Size:	14.7 KB 
ID:	18936

    Managed it this time.
    Simon

  7. #7
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Quote Originally Posted by simon1066 View Post
    Yes, you've been looking in the Banners table, the additional database information needs to be in the Configuration table, if I search that table for SHOW_BANNERS_GROUP_SETHOMEAD3 I can see this:

    [can't seem to attach an image at the moment]

    So you need to create a new line(s) with SHOW_BANNERS_GROUP_SETHOMEAD4/5/6 (possibly easiest to copy an existing line and edit that), you should then see the the entries in Admin > Configuration > Westminster New Template Configuration and hopefully all should be well.
    You need to be careful doing the database edits, the configuration_group_id should remain unchanged with the configuration_id being a unique number. I think that is the way to do it. Back up your database, if I've given the wrong advice hopefully others will chime in.
    Simon

  8. #8
    Join Date
    Feb 2011
    Posts
    106
    Plugin Contributions
    0

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Hi Simon,
    your snippet was worth it as it had the info i needed to track down the banners, which are all working now... brillant.
    On to the next issue, the banners dont lineup and i've messed with the current settings but nothing will separate them or line them up. I wondered if you could advise on the CSS code to line them up please?
    That would be great.
    Thanks.

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

    Default Re: Westminster_new template - Add additional hover buttons on front page

    Quote Originally Posted by J9MM0 View Post
    Hi Simon,
    your snippet was worth it as it had the info i needed to track down the banners, which are all working now... brillant.
    On to the next issue, the banners dont lineup and i've messed with the current settings but nothing will separate them or line them up. I wondered if you could advise on the CSS code to line them up please?
    That would be great.
    Thanks.
    This was always going to be prone to issues. The best I can do is to remove the .hm-right css from line 705 of your stylesheet.css, hopefully that will provide a starting point for you to fine-tune the layout.
    Simon

 

 

Similar Threads

  1. Westminster_New - Front Page hover image does not always load...
    By J9MM0 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Mar 2020, 05:34 AM
  2. Replies: 4
    Last Post: 21 May 2019, 09:58 PM
  3. v156 cannot get westminster_new template to run on 1.5.6a
    By imals in forum Addon Templates
    Replies: 1
    Last Post: 29 Apr 2019, 12:53 PM
  4. Navigation buttons are overlapped on my Header in front page
    By fawad123 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Mar 2010, 06:49 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