Need help with CSS placement of a Sponsors section in existing layout

Discussion in 'CSS' started by killahdude, Aug 4, 2010.

  1. #1
    I have an existing CSS layout and I want to place a < div > for a sponsors section, I have marked in green where I want this div. Does anyone have any examples of what I need to do?
    URL for the site: http://cpanel24.proisp.no/~honnizrr/

    [​IMG]
     
    killahdude, Aug 4, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I'm sure you can add a div however it looks like joomla based template, may be you can have some text box widgets in the back end (like we have in wordpress). Not sure as I haven't worked on Joomla.

    Have you tried posting here; Home > Forum > Design & Development > Content Management > Joomla (http://forums.digitalpoint.com/forumdisplay.php?f=111) ; I guess that's the more appropriate section and you might get a quick response.
     
    Last edited: Aug 4, 2010
    radiant_luv, Aug 4, 2010 IP
  3. obehi

    obehi Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    yea this is more of a joomla problem. Its been a long time since Ive worked with the cms but you need to do something like this:

    in the index.php file of your template
    Just before you close the div with an id "rightmain" add this:
    <div id = "sponsors">
    <jdoc:include type="modules" name="sponsors" />
    </div>

    then, in the templateDetails.xml file in your template
    within the tag <positions> </positions> add a new position:
    <position>sponsors</position>

    save both files and you should be able to find the module when creating a new menu item in the backend.
    Im not sure about the best way of adding the sponsors in joomla, but if you make a menu item with custom html you can insert your sponsor code in there.

    Hope this helps
     
    obehi, Aug 5, 2010 IP