Archived topic
Integration problems with awesome support plugin
7 replies · Started by Tom on April 12, 2016
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
Hi there,
Any chance you can link me to the page with the registration form? Might be some conflicting CSS somewhere.
Let me know :)
Hi Tom,
I think so, but I have not enough CSS experience to solve it myself.:(
http://support.solutionmanagement.nl/
Regards Tom
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.
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
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;
}
This did the job!
Thanks for your support mate.
I am very grateful
You can close this thread now
Regards
Tom
Glad I could help :)
