Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adding Image to Main Page

    Haven't used the banner manager myself, but that sounds like a good approach. You can set up the banner to display in the shape & location you want, and she can replace the content.

  2. #2
    Join Date
    Sep 2009
    Location
    Gold Coast, Australia
    Posts
    40
    Plugin Contributions
    0

    Default Re: Adding Image to Main Page

    Thanks for your help, i'll post a link and let you know how it turned out.

    Cheers

  3. #3
    Join Date
    Sep 2009
    Location
    Gold Coast, Australia
    Posts
    40
    Plugin Contributions
    0

    Default Re: Adding Image to Main Page

    This worked PERFECTLY. I went to the "Layout Settings" in the Admin section of Zen-Cart, then turned on the "Banner Display Groups - Footer Position 1" banner, named the group "Main-Image". Then i went to the "Banner Manager", created a new group called "Main-Image" and uploaded my picture. Now if my sis needs to edit it she can upload a new banner for the main image group all from the Admin section.

    cheers for your help

  4. #4
    Join Date
    Sep 2009
    Location
    Gold Coast, Australia
    Posts
    40
    Plugin Contributions
    0

    help question Re: Adding Image to Main Page



    I have one follow on question if anyone is reading this

    How do i choose to show a banner on one page only? Is it possible?


    I've just come to realise the main page image i setup in the footer pos 1 banner is repeating through all subsequent pages, i only want it to show on the main page.

    any suggestions would be appreciated

    cheers

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adding Image to Main Page

    The easiest way would probably be with your stylesheet. You can set the banner to not display except on the home page:

    #bannerWhatever {display: none;}

    #indexHomeBody #bannerWhatever (display: block;}

    If you can't find the right id to use, post a link and I'll look at it.


    There is a code method that will prevent the banner from being processed except on the home page, and if you experience slow loading, this would be worth doing.

  6. #6
    Join Date
    Sep 2009
    Location
    Gold Coast, Australia
    Posts
    40
    Plugin Contributions
    0

    help question Re: Adding Image to Main Page

    Thanks for your help bud, i tried inputting the info you gave me but to no avail. I used all banner identifiers up to #bannerSix but to be honest i'm not even sure if this is correct.

    I used the "Footer Banner Position 1" opening to upload the image, and created it under the group "Main-Image"

    My temporary site is located at: http://sitesynth.com/sukas/store/


    Cheers!


  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adding Image to Main Page

    There is apparently some display styling in the HTML, which takes precedence over the stylesheet by default. Add !important to make the stylesheet override the HTML:

    Code:
    #bannerFour {
       display: none !important;
       }
    
    #indexHomeBody #bannerFour {
       display: block !important;
       }
    Actually, I can't see anything in view source or the stylesheet that should be interfering... odd.

 

 

Similar Threads

  1. adding image links to categories on main page
    By mist57 in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 11 Aug 2009, 04:10 AM
  2. Adding an Image to Main Page
    By picard1701 in forum General Questions
    Replies: 5
    Last Post: 14 May 2009, 04:48 PM
  3. Adding an overflow image to the main page
    By guynumber6 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Mar 2008, 03:59 PM
  4. Adding image on main page
    By topaz44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Jan 2008, 09:45 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