+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Joomla

  1. #1
    Sohail's Avatar
    Sohail is offline x10 Spammer Sohail is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    London, UK
    Posts
    3,052

    Joomla

    Hi, i have a site - http://sohailtech.com/joomla and you might be able to see that i'm having a few problems with it... If you goto http://sohailtech.com then you'll understand how i'm trying to put a similar background onto Joomla to match the site theme, If you look at Joomla you'll notice that there's this piece missing... The link to that piece can be found below :-

    http://sohailtech.com/joomla/templat...ges/middle.jpg

    The problem is that i've just created the middle.jpg but i don't know how to fit it in. I am willing to pay credits to whoever can do this for me. PM me if you are interested and i can give you admin access to Joomla plus FTP information to get into the site's files.

    Please help as i really need to fix this...

  2. #2
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,228

    Re: Joomla

    It looks like there is a problem with the css. THe "middle.jpg" is not repeating enough.
    Neil Hanlon | x10Hosting Support Representative
    Neil[at]x10hosting.com
    █ I'm always happy to help. Just ask a question in Free Hosting
    Terms of Service IRC

  3. #3
    intertec's Avatar
    intertec is offline x10 Elder intertec is an unknown quantity at this point
    Join Date
    Feb 2008
    Location
    Brisbane, Australia
    Posts
    946

    Re: Joomla

    That is weird! Never seen anything like that!

  4. #4
    Calipe is offline x10 Sophmore Calipe is an unknown quantity at this point
    Join Date
    Dec 2007
    Posts
    151

    Re: Joomla

    This can be done easily. You did the background wrong though. The "outer-container" div's background is also set up wrong. I can show you how to do it properly if you let me.
    Look I just edited your template in FireBug, this what you need to change in your template_css.css:
    From this:

    .outer-container {
    background:transparent url(../images/container.jpg) no-repeat scroll center bottom;
    padding-bottom:64px;
    }

    To this:
    outer-container{
    background: url(../images/middle.jpg) repeat-y top center;
    }

    Change the padding to 0px;

    You also need to add an extra <div> at the bottom to show your bottom background image.

    I called it:

    bottom-container{
    background:url(../images/container.jpg) no-repeat top center;
    }

    this <div> goes in your html file after <div id="outer-container">
    Last edited by Calipe; 02-15-2008 at 07:13 PM.

    CARLOSPEREA.COM

    NIPPONEXPORTS.COM - EXPORTING JAPANESE CULTURE!!!!!

    -JAPANESE SNACKS, JAPANESE FOOD, EVERYTHING JAPANESE!

  5. #5
    medphoenix's Avatar
    medphoenix is offline x10 Lieutenant medphoenix is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    354

    Re: Joomla

    OR Do like this...(ADDING ONLY NO NEED TO DELETE ANYTHING)

    under your template (Dirtylicious) folder find index.php and edit as bellow. you only need to add
    HTML Code:
    <div class="mid-container">
    HTML Code:
    <body >
    
    <div class="outer-container">
    <!--This one you need to add--> <div class="mid-container"> 
    
    <div class="inner-container">
    
        <div class="header">
            
    then open the template_css.css.......and add these following codes

    Code:
     .mid-container{
    background: url(../images/middle.jpg) repeat center bottom;
    padding-bottom: 164px;
    }

  6. #6
    Calipe is offline x10 Sophmore Calipe is an unknown quantity at this point
    Join Date
    Dec 2007
    Posts
    151

    Re: Joomla

    Quote Originally Posted by medphoenix View Post
    OR Do like this...(ADDING ONLY NO NEED TO DELETE ANYTHING)

    under your template (Dirtylicious) folder find index.php and edit as bellow. you only need to add
    HTML Code:
    <div class="mid-container">
    HTML Code:
    <body >
    
    <div class="outer-container">
    <!--This one you need to add--> <div class="mid-container"> 
    
    <div class="inner-container">
    
        <div class="header">
            
    then open the template_css.css.......and add these following codes

    Code:
     .mid-container{
    background: url(../images/middle.jpg) repeat center bottom;
    padding-bottom: 164px;
    }
    That works too. Whichever way you want.

    CARLOSPEREA.COM

    NIPPONEXPORTS.COM - EXPORTING JAPANESE CULTURE!!!!!

    -JAPANESE SNACKS, JAPANESE FOOD, EVERYTHING JAPANESE!

  7. #7
    Sohail's Avatar
    Sohail is offline x10 Spammer Sohail is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    London, UK
    Posts
    3,052

    Re: Joomla

    Thanks a load . I have given you guys rep and i will try this out now and let you know how it goes...
    Edit:
    No, i doesn't seem to be working. You can go to http://tutorials.sohailtech.com/ and you'll see what's wrong. I am willing to pay credits if someone can fix this for me...
    Edit:
    Could someone please reply quick as i really need this to be fixed soon.
    Last edited by Sohail; 02-16-2008 at 08:22 AM. Reason: Automerged Doublepost

  8. #8
    satbir is offline x10 Elder satbir is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    547

    Re: Joomla

    Some how it is coming for me.

    Please try to clear cache and reload. Try Ctrl+f5.

  9. #9
    Calipe is offline x10 Sophmore Calipe is an unknown quantity at this point
    Join Date
    Dec 2007
    Posts
    151

    Re: Joomla

    I'll fix it for you. How do you want me to do it?

    CARLOSPEREA.COM

    NIPPONEXPORTS.COM - EXPORTING JAPANESE CULTURE!!!!!

    -JAPANESE SNACKS, JAPANESE FOOD, EVERYTHING JAPANESE!

  10. #10
    Sohail's Avatar
    Sohail is offline x10 Spammer Sohail is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    London, UK
    Posts
    3,052

    Re: Joomla

    Okay just PM me and i'll give you the details.

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Ayuda con Joomla - Busco recursos...
    By pgoyanes in forum Ayuda Web
    Replies: 8
    Last Post: 04-10-2008, 05:55 PM
  2. What is joomla
    By kulpin in forum Scripts & 3rd Party Apps
    Replies: 7
    Last Post: 11-13-2007, 01:12 PM
  3. Replies: 2
    Last Post: 11-07-2007, 09:20 AM
  4. Baby Joomla! Cuts its First Tooth - Joomla!
    By n4tec in forum Graphics & Webdesign
    Replies: 1
    Last Post: 10-11-2006, 06:07 AM
  5. SMF is integrated in joomla. do i still need ads on both?
    By Christopher in forum Free Hosting
    Replies: 2
    Last Post: 07-25-2006, 11:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers