Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    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.

    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.

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

The topic ‘TDO Mini Forms Send/Preview Buttons not displayed correctly’ is closed to new replies.