0
Welcome Guest! Login
0 items Join Now

SOLVED RSForms Pro Form field width limit not adhered to in Callisto

    • Carl L.'s Avatar
    • Carl L.
    • Sr. Rocketeer
    • Posts: 136
    • Thanks: 0

    Re: SOLVED RSForms Pro Form field width limit not adhered to in Callisto

    Posted 8 years 2 months ago
    • Hi Damir,

      It is testsite-1.ccc77.org as specified in my recent comments, no longer the original testsite that I used 3 months ago.

      If you reduce the viewport to that of a vertical smartphone, you will see the overlap. It occurs in FF, IE and Chrome. My attached screenshot shows it in FF 48.

      The real issue here is not so much the overlap (I could change the display of the flags in the language switcher to horizontal to avoid the overlap, even though I much prefer the vertical arrangements for display on smartphones), but three other issues, as mentioned in my previous comments:

      a) the CSS code you proposed, if it is inserted in the custom.scss file, throws the language switcher to the next row (see the position of the flags *before* inserting your CSS code in the custom.scss on the second screenshot).

      b) the proposed code does not have the intended effect when inserting it in the page settings (as described in previous comments).

      c) perhaps most importantly, the above-mentioned unexpected effect of inserting your CSS code in the custom.scss cannot be reversed by removing the inserted CSS code (I recompiled the CSS for both the base outline and the default outline and cleared both types of cache in Joomla). So, it seems that running the custom.scss with the inserted code changes something else, too ... I could only reverse the effect of the changed and overlapping language switcher position by restoring a backup in which I had not inserted the additional custom.scss code... very strange. The intended effect of inserting the CSS code in the custom.scss (higher fields in the RSForms Pro form and wider captcha box margin) is correctly reversed when removing the code again.

      I hope this cleared any confusions and look forward to your response.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED RSForms Pro Form field width limit not adhered to in Callisto

    Posted 8 years 2 months ago
    • Its not my code that is giving the error but yours you are missing the px:
       div.mod-languages {
          position: absolute;
          right: -15;
          bottom: 10px;
        }


      This image is hidden for guests.
      Please log in or register to see it.


      Also dont run the site in Procution mode in Gantry and RokBoster have enabled when you developing it! You tunr that on when you are done so it creates the cache ...
    • The following users have thanked you: Carl L.

    • Available for CUSTOM WORK with Joomla, WordPress and Grav Templates and Gantry Framework!
    • Carl L.'s Avatar
    • Carl L.
    • Sr. Rocketeer
    • Posts: 136
    • Thanks: 0

    Re: SOLVED RSForms Pro Form field width limit not adhered to in Callisto

    Posted 8 years 2 months ago
    • Thank you for spotting the mistake in my CSS, Damir. Fixing that mistake, did not, however, resolve point c) above. As it turned out, that particular problem was due to the fact that the site backup contained uncompiled CSS so that when I added your code and recompiled, it brought out an issue that was already in the site backup... making it seem that your CSS caused the issue, when in fact it did not. My apologies for suggesting that your CSS was faulty and thanks again for your help.

      Regards

      Carl
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED RSForms Pro Form field width limit not adhered to in Callisto

    Posted 8 years 2 months ago

Time to create page: 0.056 seconds