0
Welcome Guest! Login
0 items Join Now

How to disable Input styling in Gantry framework.

  • How to disable Input styling in Gantry framework.

    Posted 12 years 2 months ago
    • Gantry seems to be causing problems with the radio buttons on my pages.
      I can provide a URL, but the site is currently offline; user access provided upon request.

      Is there a general setting I am missing?
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: How to disable Input styling in Gantry framework.

    Posted 12 years 2 months ago
    • Tami Whiteside wrote:
      Gantry seems to be causing problems with the radio buttons on my pages.
      I can provide a URL, but the site is currently offline; user access provided upon request.

      Is there a general setting I am missing?
      In your custom.css or the template.css file add this:
      .inputbox.required {
           position: relative !important;
           left: 0 !important;
      }
      .rokradios, .rokchecks, .rokradios-active, .rokchecks-active {
           background-image: none !important;
      }
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: How to disable Input styling in Gantry framework.

    Posted 12 years 2 months ago
    • I'm not seeing this line of code I supplied you:
       
      .inputbox.required {
      position: relative !important;
      left: 0px !important;
      }
       
  • Re: How to disable Input styling in Gantry framework.

    Posted 12 years 2 months ago
    • That's interesting.
      I'm not either, in Firebug.
      But here is what I entered at the bottom of my custom stylesheet:
      /* correct radiobox problem */
      .inputbox.required {
      position: relative !important;
      left: 0px !important;
      }
      .rokradios, .rokchecks, .rokradios-active, .rokchecks-active {
          background-image: none !important;
      }
  • Re: How to disable Input styling in Gantry framework.

    Posted 12 years 2 months ago
    • Dan, I have verified my CSS again. What do I need to do to troubleshoot this further?
    • watashi's Avatar
    • watashi
    • Jr. Rocketeer
    • Posts: 32
    • Thanks: 0

    Re: How to disable Input styling in Gantry framework.

    Posted 11 years 8 months ago
    • Hi,

      I have the same issue, but this solution does not work for me either.
      Seems I need to try Gantry Exclusion discussed in the other thread.

      Regards

      Template: Panacea
      Joomla: 2.5

Time to create page: 0.068 seconds