Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the easiest way in your case probably would be this “Custom CSS”:

    #post-117 .wpcf7 {
      float: left!important;
    }
    
    #post-117 .dataTables_wrapper {
      clear: none!important;
      float: right!important;
    }
    
    #post-117 .interactive_bottom {
      clear: both!important;
    }

    Notice that this piece of CSS depends on the ID of the post/page, so that it does not influence other forms or tables on your site. In this case, 117 is the ID of your page, so whenever that changes (e.g. when you move the page, or want to use the CSS for a different form/table combination), don’t forget to adapt the CSS.

    Best wishes,
    Tobias

    Thread Starter fhecksher

    (@fhecksher)

    Tobias, you absolutely, positively rock!! That was driving me bananas! Thank you so much for a great plugin and for fantastic and speedy support. I’ve made a small donation.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Fiona,

    no problem, you are very welcome! Great to hear that it worked!

    And thanks for the donation, that is really awesome!

    Best wishes,
    Tobias

    I did it pretty simply by having a table with 2 columns.. 1 with contact form shortcode and other with table content as normal..

    and its looks pretty cool.. 😛

    http://kuldeep.revolutioners.com/contact/

    thanks for the plugin man.. its awesome.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, such a solution does also work, thanks for the hint.
    (However, I don’t really recommend it, as this is mis-using a table for layout purposes, which is no longer “state of the art”. Tables should nowadays only be used for displaying data, but not for styling of a page.)

    Regards,
    Tobias

    Thread Starter fhecksher

    (@fhecksher)

    Hi again,

    I’ve just noticed that the table is beside the form when I view the page on Safari but is still below and to the right on Firefox. Is there any way round that?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I just checked again in Google Chrome 10 and Firefox 4beta8 and the table shows up nicely to the right of the form. What Firefox version are you using?

    Regards,
    Tobias

    Thread Starter fhecksher

    (@fhecksher)

    Firefox 3.6.10 for mac, i’m guessing it might be a mac thing…

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it shouldn’t be, web sites should look the same, regardless of the operating system.

    Unfortunately, I don’t have a Firefox 3.6.10 (on Windows) at hand to test right now, but will later today. I’ll then report on what it looks like there.

    Regards,
    Tobias

    Thread Starter fhecksher

    (@fhecksher)

    Thanks Tobias, I really appreciate it.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I now checked again on Windows XP with Firefox 3.6.13 (not .10 as I said earlier), and everything looks nice there as well.

    Have you tried emptying the cache on the Mac Firefox? Maybe you are seeing an old version there?
    If that’s not it, it really seems to be a Mac issue, as I have no further ideas on where this might originate 🙁

    Best wishes,
    Tobias

    Thread Starter fhecksher

    (@fhecksher)

    Hi Tobias,

    I tried emptying the cache and it’s still the same. I guess it really must be a mac issue.

    Thanks anyway for your help,

    Regards,

    Fiona

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Place table beside contact form’ is closed to new replies.