[Resolved] Integration problems with awesome support plugin

Home Forums Support [Resolved] Integration problems with awesome support plugin

Home Forums Support Integration problems with awesome support plugin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #186182
    Tom

    Hi,

    I try to setup a ticket system on a subdomain. But as soon as I activate the GP theme it screws up the registration form.

    Can you have a look into it, and hopefully provide me with a solution for it?

    My details:
    WordPress 4.4.2.
    Generate Press: 1.2.81 (including all add ons)
    Awesome support Plugin Version; 3.2.9.
    https://wordpress.org/plugins/awesome-support/

    After many attempts of fixing this by reinstalling the support plugin etc. I set up a new wordpress site. Installed the awesome support plugin, (everything looked fine). As soon as I changed the theme to the GP theme, the registration form of the plugin got scrambled.

    thanks for your support

    for all the rest your theme is amazing. It works really well!

    Tom Wijmans

    #186246
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to the page with the registration form? Might be some conflicting CSS somewhere.

    Let me know ๐Ÿ™‚

    #186251
    Tom

    Hi Tom,

    I think so, but I have not enough CSS experience to solve it myself.:(

    Ticket Indienen

    Regards Tom

    #186309
    Tom
    Lead Developer
    Lead Developer

    What are you wanting it to look like? I just tried in the Twenty Sixteen theme and the only difference is that the labels are full width.

    #186316
    Tom

    Hi Tom,

    The full width as it is shown on the twenty Sixteen theme is more then fine.
    The way as it is shown right now looks quit unprofessional if you ask me.

    Appreciate your prompt answers,

    Thanks

    Regards

    Tom

    #186386
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .wpas-form-group input {
        width: 100%;
    }
    
    .wpas-form-group input[type="checkbox"] {
        width: auto;
    }
    
    .wpas-form-group input {
        margin-bottom: 20px;
    }
    
    .wpas_form_registration {
        margin-top: 20px;
    }
    #186508
    Tom

    This did the job!

    Thanks for your support mate.

    I am very grateful

    You can close this thread now

    Regards

    Tom

    #186600
    Tom
    Lead Developer
    Lead Developer

    Glad I could help ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.