Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter marketinggarnetriver

    (@marketinggarnetriver)

    Charles,
    Thanks for the idea. I worked with our theme support, and here is a fix that should work with any theme:

    Add this custom CSS to your site:
    iframe {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    }

    If you want to apply the fix only for that specific iframe, use this custom CSS:
    iframe.iframe-class {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    }

    This solved the issue of the iframe’s width on iOS. It was already OK on Android.

    The only thing outstanding now is the issue with the button on iOS. To upload a resume file, user has to double-click or click in the box but outside the words.

    Thanks for the continued support.

    Thread Starter marketinggarnetriver

    (@marketinggarnetriver)

    Thank you, Charles.
    Regarding item 1, you wrote that The styling on the page can be overridden to give the portal 100% width. In the Career Portal Configuration plugin, our width is set at 100%. Can you tell me where / how do I style the page to give the portal 100% width?

    Thread Starter marketinggarnetriver

    (@marketinggarnetriver)

    Charles,
    You worked your magic! Thank you.
    The data field “Sort Field for Jobs*” was empty. Your code did the trick. You can close this item.

    On a related topic … do you have info regarding a couple of usability issues on mobile? I have ticket #03368805 with Delores in your support center.
    1 – Can’t close the tooltip for file types because the iframe is not fully responsive and the X to close the popup isn’t showing.
    2 – The button for “Attach Resume File” works only with a double-click and not a single-click if user touches the words. If user touches inside the box but outside the words, it works with a single click.

    I can open another forum topic, if you prefer.

    Thanks for the help and Happy Thanksgiving!

    Thread Starter marketinggarnetriver

    (@marketinggarnetriver)

    That code goes directly into the WYSIWYG editor on the wordpress page where you want it to show.

Viewing 4 replies - 1 through 4 (of 4 total)