Forum breadcrumbs – You are here:Asgaros Support ForumSupportCan't click submit
Please or Register to create posts and topics.

Can't click submit

The forums seem beautiful and exactly like what we need but something is keeping me from being able to click submit. The submit button is too wide and un-clickable.

Style conflict perhaps?

This is on our dev server so I’d rather not post the URL publicly.

 

Uploaded files:
  • cant-submit.jpg

Hello @vampandora

Yes, this definitely looks like a problem in combination with your theme or another extension. What you can do first is to check if its running normally with one of the default-themes. If not, you can try to figure out if a specific WordPress plugin is responsible for this problem and leave me a message so we can find a fix.

If its a theme-related problem you have to check the HTML and CSS to find the issue. Without a link its impossible for me to check if its a theme problem or not.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I can send you a link but don’t want to post it here. Is there a Private Message option here or something?

You can send me an email with information about a test-account to the following mail-address: developer(at)thomasbelser.net

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hello @vampandora

I had a look at your site and found some css-rules which are overwriting the style-rules of the forum. Please try to add the following css-code to your themes style.css file to fix this issue:

#af-wrapper input[type="submit"] {
    min-height: 28px !important;
    clear: none !important;
    float: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

That fixed it! Thank you!!

Asgaros has reacted to this post.
Asgaros