Thread: template help

Results 1 to 10 of 17

Threaded View

  1. #1
    Join Date
    Jan 2010
    Posts
    35
    Plugin Contributions
    1

    css problem template help

    version 1.3.8a

    This is a CSS & PHP issue...

    I've downloaded a few versions of the Free ZenCart templates from templates13.com, namely #372 and its color variants. All of these templates seem (to me) to have an error...

    There are several template images that create a curved edge to the center column. They are called,

    MenuRightHeader.gif (curved edge for top left center column)
    MenuRightBackground.gif (fill-in repeating image under curved edge)
    MenuRightFooter.gif (curved edge for bottom left on center column -- MISSING IN ACTION )

    The PROBLEM is that MenuRightFooter.gif is not called upon anywhere in the CSS and without this image being used, the design is not curved at the bottom, but just a right angle by default. I've attached a screenshot from the template website of how it should look.

    Here's a snippet of code from the stylesheet.css and as you can see it calls on the first two images but not the last...

    [SCR]
    Code:
    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
        padding-left:30px;
    }
    .centerColumn {
        background-image: URL(../images/MenuRightHeader.gif);
        background-repeat: no-repeat;
        padding-top:10px;
    }
    
    #centerBackground {
        background-image: URL(../images/MenuRightBackground.gif);
        background-repeat: repeat-y;
    }
    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
        font-size: 0.9em;
        background-color:#C4B68E;
    }
    #siteinfoIP {
        padding-top:10px;
    }
    [/SCR]

    I'm not a programmer but I'm familiiar with id tags and id selectors and so I need help finding/creating the correct id in the php code so I can call on the image in the css.

    I've contacted the designer at Templates13.com and he is not willing to help at the moment (the site is quite outdated from 2007)

    Any help is appreciated! Thanks :)
    Attached Images Attached Images  
    Last edited by Kim; 22 Jan 2010 at 04:56 PM.

 

 

Similar Threads

  1. Replies: 8
    Last Post: 29 Apr 2011, 07:53 PM
  2. Purchased template from Template Monster ... need help.
    By dragonimpact in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Nov 2010, 04:07 PM
  3. Template Coding / CSS template location help please?
    By ttac in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jun 2010, 06:37 AM
  4. Need help modifying a Template Monster template
    By liquidpictures in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Oct 2007, 05:59 PM
  5. Help About New Template Install Please Help
    By mboley370 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jun 2007, 06:52 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