0
Welcome Guest! Login
0 items Join Now

Problem with com gantry and component job board

    • ramiis's Avatar
    • ramiis
    • Newbie
    • Posts: 7
    • Thanks: 0

    Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Hello.
      in RocketTheme templates 1.5, file gantry.css ( in css folder com gantry ) i get problem with job board component. i can't see all of the data ln the page.
      The line that makes the "problem" is:

      /* Clear Set */
      html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear

      when i delete that line, everything in the page is o.k.
      (of course that makes problems with the css template...)
      Thanks
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Never ever remove anything from gantry framework files!

      Which template do you use?
    • Check my services at: Mihha-Vision
    • ramiis's Avatar
    • ramiis
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Hello and thanks.
      The problem happend in differents templates.(1.5 joomla)
      I try in: Zephyr, Dominion, Syndicate
      ( i use in local computer and i don't know if in 2.5 templates is o.k because i have now just 1.5 templates ) .

      I remove files from job board component and templates..
      just to find what "make" the problem, and of course return it back.

      Thanks again .
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • I can't help you if I don't see the problem. I would strongly suggest to use Joomla 2.5 though
    • Check my services at: Mihha-Vision
    • ramiis's Avatar
    • ramiis
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Hello and thanks.
      I try with your free template: grunge 2.5, same problem.

      Thank you anyway for your help.
      ramy
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • As I said, I can't help you if I don't see the problem
    • Check my services at: Mihha-Vision
    • ramiis's Avatar
    • ramiis
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Hi,

      you have to understand that we can't provide custom template styles for each and every extension that is out there. This is clearly a problem with your extension.

      To prove that you can edit file www.technolab.co.il/joomla2.5/components.../css/layout_2col.css

      Find:
      #jbcontent {
      width: 100%;
      float: right;
      clear: both;
      }

      Change to:
      #jbcontent {
      width: 100%;
      float: right;
      clear: both;
      height: 100%;
      visibility: visible;
      }

      As you can see, all you had to do is to change css file that belongs to the extension. If you need further assistance with this, please contact extension support to help you with this kind of issue
    • Check my services at: Mihha-Vision
    • ramiis's Avatar
    • ramiis
    • Newbie
    • Posts: 7
    • Thanks: 0

    Re: Problem with com gantry and component job board

    Posted 13 years 1 week ago
    • Thanks

Time to create page: 0.070 seconds