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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    This is in fact coming from your theme, which is setting a relative maximal width on the images. Chrome uses that to shrink the images. To fix that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
        max-width: none;
    }

    Regards,
    Tobias

    Thread Starter Hector

    (@solytec)

    All work fine. Thank you very much.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that’s great to hear! Thanks for the confirmation!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    xtensions

    (@williamews)

    Hello Tobias! Thanks for the plugin. The table works and display great in Firefox and internet explorer. However, I’m having an issue with the table’s size in Google Chrome: The table’s size reduces in Google Chrome and that mess up the alignment of things on my page. Any advice?

    Thank you in advance!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please post a link to the page with your table, so that I can take a direct look. Thanks!

    Regards,
    Tobias

    Hello, sorry for the delay. Can you provide a place or email I can send you a screenshot of the webpage? Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please send me an email to the address that you can find in the main plugin file “tablepress.php” of TablePress.
    But please send me a link to the page, a screenshot alone is not enough, as I can then not inspect the code. Thanks!

    Regards,
    Tobias

    I’m new to WordPress, so forgive my complete ignorance. Our website was customised for us (mainly colours), and as with others in this thread the logo is tiny in Chrome, but fine on other browsers. I have seen that you are supposed to add custom css, but I guess it won’t work unless you have tables listed for the TablePress plugin. How is this achieved with pre-exisiting tables? Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not really sure what you mean here. Can you please post a link to the page where this problem with the logo in Chrome is visible? Thanks!

    Regards,
    Tobias

    Hi,

    Thanks. The main logo for my site appears much smaller in Chrome than in FF or IE. I thought it might be linked to how chrome handles tables, but I guess it’s not a table?

    http://www.mypurplehouse.co.uk/

    Regards, Steve

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Steve,

    thanks for the link!
    You are correct, this is not a table, so that CSS recommendations that I made here do not apply (those are only valid for the TablePress plugin for which these are the support forums).
    You might therefore want to try the general theme forums at http://wordpress.org/support/forum/themes-and-templates or you could maybe contact the theme developers directly.

    Regards,
    Tobias

    Tobias,

    I’m having the same problem with the picture size on one of my tables. I use tablepress on a few posts on my site but for some reason, one post doesn’t want to display the pictures full size when I look at them in Chrome. IE/FF they display proper. Not Chrome. I used the code:
    .tablepress img {
    max-width: none;
    }
    But does not help. Also the pictures look fine on the other posts. But this one post won’t show the pictures full size unless I use IE or FF. I did clear my browser cache. Pictures are so tiny.
    I’m at my wits end. I need some assistance, please. If you need a url I can email you one.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, I would need to see the page with the table here. Please post a link or send it to me via email (my address is in the main plugin file “tablepress.php”).

    Regards,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for sending me the links! Due to some CSS, the CSS for the max-width will need some slight changes. Please try again with

    #content .tablepress img {
      max-width: none;
    }

    Regards,
    Tobias

    Thank You! Thank You! Thank You!

    All the pictures on all the posts using Tablepress are the correct size now. Chrome, FF, IE, all the browsers work just fine now using the code you just posted.

    Again, Thank You for your help.

    Tippy

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Problems with Google Chrome’ is closed to new replies.