Forums

TDO Mini Forms Send/Preview Buttons not displayed correctly (4 posts)

  1. rmcfadden
    Member
    Posted 2 years ago #

    If you visit my form here: http://jenkinsfamilyteam.com/add-post/ you will see at the bottom of the form the send and preview buttons are unreadable. How do I fix this problem? Also, how do I eliminate the big space between the file uploads and the send button?

  2. mkebiz
    Member
    Posted 2 years ago #

    I have the same issue. Send and Preview button are messed up.
    See it here:
    http://www.mkebiz.org/submit-a-post/

    I use:
    Wordpress 2.9.1
    Plugin 0.13.7

    Anyone have a solution or cause for this?
    Thanks
    Dave
    MKEBiz.org

  3. mkebiz
    Member
    Posted 2 years ago #

    OK I messed with this some more. It looks like the class settings for the buttons have an incorrect width. I changed it to something like 200 and it looks good now.

    I had to go into the tdomf-style-form.css file under the TDO MINI FORUMS folder.

    Look at this section:
    -------------------------
    .tdomf_buttons {
    text-align: left;
    }
    .tdomf_buttons td {
    width: 10px;
    }
    -------------------------
    Change the width to be 200 or so.
    Now it looks like this:

    -------------------------
    .tdomf_buttons {
    text-align: left;
    }
    .tdomf_buttons td {
    width: 200px;
    }
    -------------------------

    There are a few other odd things I found, like subtitle colors that display in IE but not Google Chrome. It looks like TDO has a great base for the forums, you may just have to do some tweeking to get it to work great for you needs.

  4. uttamtakalkar
    Member
    Posted 2 years ago #

    Hello,

    I am using TDO mini form in my wordpress blog. Users can provide their post through this form. I also installed facebook connect plugin to login through facebook.
    User can logged in using facebook connect and able to post here. This works fine in Firefox. But it does not work in IE.
    In IE, after logged in using facebook post does not get added in database.

    Can anyone provide solution for this problem.

Topic Closed

This topic has been closed to new replies.

About this Topic