• Resolved cpan

    (@cpan)


    Hi,

    I’ve just installed the responsive tables extension but the tables don’t line up properly. Currently I have the responsive behavior set to “tablet”. I had it set to “desktop” before and the tables did not line up correctly either on the computer screen.

    Website with table page: http://www.trendskitchens.co.nz/yamaha_wp/wordpress/?page_id=11

    Debug and version information:
    · Website: http://www.trendskitchens.co.nz/yamaha_wp/wordpress
    · TablePress: 1.0
    · TablePress (DB): 18
    · TablePress table scheme: 3
    · Plugin installed: 2013/07/11 21:28:36
    · WordPress: 3.5.1
    · Multisite: no
    · PHP: 5.2.17
    · mySQL (Server): 5.5.29-0ubuntu0.12.04.1-log
    · mySQL (Client): 5.0.51a
    · ZIP support: yes
    · UTF-8 conversion: yes
    · WP Memory Limit: 40M
    · Server Memory Limit: 64M
    · Magic Quotes: off
    · WP_DEBUG: false

    And one more question; why is there a line gap between the image and the description below it? e.g. “cutting board stand”. I adjusted the padding but it is not the problem.

    Thank you!

    http://wordpress.org/extend/plugins/tablepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cpan

    (@cpan)

    And is it possible to remove the function of opening up a new page for the image when you click on it? I also don’t want the images highlighted whenever the mouse moves over it. Thank you very much!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    The “Responsive Tables” Extension will not work with this table, as it is designed to work with real data tables only. You should deactivate the Extension for this table.

    That gap between the image and the text is the result of a line break. Just remove that line break between the HTML code for the image and the text, so that the text stands right behind the last > of the image HTML code.

    Regarding clicking on the images: They don’t open in a new window for me, but in the same window. If you don’t want that, you’ll have to remove the HTML code for the link around the HTML code for the image (i.e. remove the <a href=...> and </a> around the <img ... />).
    The highlighting of the image also comes from the theme, and that will be gone after that change as well.

    Regards,
    Tobias

    Thread Starter cpan

    (@cpan)

    Ok thank you!

    Thread Starter cpan

    (@cpan)

    Just one quick question, is there a way to get rid of the gap between two lines of words, when the words are forced to a new line by the width of the table’s cell? e.g. Sink A’s “cutting board stand”, the “stand” is forced to a new line and there’s a gap between “cutting board” and “stand”. Thank you!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that gap is the result of the theme’s line height setting. To change that, just add this to the “Custom CSS” textarea on the “Plugin Options” screen:

    .tablepress-id-1 tbody td {
      line-height: normal;
    }

    Regards,
    Tobias

    Thread Starter cpan

    (@cpan)

    Thank you!!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem! 🙂 Great to hear that this helped!

    Best wishes,
    Tobias

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Responsive tables not working’ is closed to new replies.