0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

iPad/ iPhone - checkbox with inputs.png don't work

    • Bonavox's Avatar
    • Bonavox
    • Newbie
    • Posts: 6
    • Thanks: 0

    iPad/ iPhone - checkbox with inputs.png don't work

    Posted 13 years 5 months ago
    • Hi,

      All checkbox :
      <label for="autologin" class="rokchecks rokautologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" style="display: none; "> Log me on automatically each visit</label>

      and input type radio :
      <label for="topic_type-1" class="rokradios roktopic_type rokradios-active"><input type="radio" name="topic_type" id="topic_type-1" value="1" style="display: none; ">Post-it</label>

      with Rokbb3 version :
      * @package phpbb3-Rokbb3
      * @version 3.4 s: rokbb3.php 2011-08 $

      It is impossible to check these options on a iPad and iPhone with quasar and reaction theme.

      It works on iMac.
      It works on android smartphone and tablet.

      Have you the same problem?

      Thank you in advance :cheesy:

      using google translator :oops:
    • Last Edit: 13 years 5 months ago by Bonavox.
    • Bonavox's Avatar
    • Bonavox
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: iPad/ iPhone - checkbox with inputs.png don't work

    Posted 13 years 5 months ago
    • Anyone ? :cry:

      Or someone could tell me where i can change this value :
      style="display: none; "

      from :
      <!-- IF S_DISPLAY_FULL_LOGIN -->
        <dl>
          <!-- IF S_AUTOLOGIN_ENABLED -->
            <dd>
              <label for="autologin">
                <input type="checkbox" name="autologin" id="autologin" tabindex="4" style="display: none; " /> {L_LOG_ME_IN}
              </label>
            </dd>
          <!-- ENDIF -->
          <dd>
            <label for="viewonline">
              <input type="checkbox" name="viewonline" id="viewonline" tabindex="5" style="display: none; "/> {L_HIDE_ME}
            </label>
          </dd>
        </dl>
      <!-- ENDIF -->

      I can not find in any CSS :shock:

      using google translator :oops:
    • Bonavox's Avatar
    • Bonavox
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: iPad/ iPhone - checkbox with inputs.png don't work

    Posted 13 years 5 months ago
    • Not yet :cry:

      Could someone confirm for me ?

      The themes using .png (quasar, reaction and so on.) on their checkbox, can be checked on iPad?

      To test : RocketTheme -> phpBB3 -> Demos

      Thank you very much.

      using google translator :oops:
    • Bonavox's Avatar
    • Bonavox
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: iPad/ iPhone - checkbox with inputs.png don't work

    Posted 13 years 5 months ago
    • Hello everybody,

      I find a solution !

      1) In the file style1.css, find :
      background-image: url(images/body/style1/inputs.png);
      change for :
      /*background-image: url(images/body/style1/inputs.png);*/
      do the same for style2.css, style3.css, style4.css, style5.css ...

      2) In the file forms.css, find :
      label input {
      add after :
      display: inline !important;

      Do not forget to empty the cache.

      bye-bye :wink:

      using google translator :oops:

      Et vive la France ! lol

Time to create page: 0.066 seconds