• Resolved campusexposure

    (@campusexposure)


    Hello,

    My Login/Registration/Password Recovery pages on my mobile version do not have a “box” as the input box. Instead they just have a single vertical line above where the text is inputted which is confusing to both me and my users. i would like it to be a box just like it is on the desktop version. Im not sure if this is because my background color is the same as the lower box edge colors or what but if anyone has any tips as to how to fix this it would be greatly appreciated.

    https://wordpress.org/plugins/profile-builder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author adispiac

    (@adispiac)

    Hi,
    This is probably caused by the theme you’re using.

    Could you give me a link to your site to look into it? It should be something CSS related to the active theme.

    Thread Starter campusexposure

    (@campusexposure)

    Hello,

    I’m glad to hear from you!
    That’s what I figured. I, unfortunately, just had trouble finding the exact cause.
    My site is http://www.campusexposure.com/ucla and when on the mobile version “login” is under the responsive menu in the top left corner, here is where you will see the issue.

    Thank you so much for the support,
    Evan

    Plugin Author adispiac

    (@adispiac)

    Ok, I see what you mean.

    The theme you’re using is causing this behavior. Here’s why:
    – on the form pages on mobile after page loading is complete, there’s new styling applied: jquery.mobile.structure-1.3.1.min.css
    – using jquery they add divs with certain classes (ui-imput-text, ui-shadow-insert, ui-corner-all, ui-btn-shadow, ui-body-c) and wrap all inputs into them.

    This doesn’t quite make sense, and removing this div classes will make our forms display properly.

    I suggest you get in touch with the ClassifiedEngine theme support and ask them for a fix.

    Hope this helps

    Thread Starter campusexposure

    (@campusexposure)

    Thank you. I have reached out to Engine Themes.

    Appreciate the support.

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

The topic ‘Mobile Version Issue’ is closed to new replies.