• Resolved cyberchoices

    (@cyberchoices)


    I have 2 problems running tables on http://waipawaclockshop.co.nz/

    1. The page http://waipawaclockshop.co.nz/novelty-clocks/ has a table that is showing an error code on the bottom row, “Error! You must specify a product name in the shortcode”. The product name has been specified and I have tried moving the row between top and bottom but it still shows the error maessage.

    2. On any of the pages that I have put the tables on it seems to be just the top row that changes color when hovered over.

    Any help appreciated.
    Thanks
    Ray

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    1. This error is coming from a different plugin. TablePress does not raise such messages, as it does not have any “product” features. If you are using any Shortcodes inside the table cells, the plugin that offers them is where you should start looking here.

    2. The hover is working fine for me on all rows. It’s just very subtle, as the hover color is very similar to the other background colors. If you want, you could make this stand out more, by using a slightly darker color. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .row-hover tr:hover td {
    	background-color: #e3e3e3;
    }

    Regards,
    Tobias

    • This reply was modified 6 years, 10 months ago by TobiasBg.
    Thread Starter cyberchoices

    (@cyberchoices)

    Thanks for you help Tobias.
    Great support
    Ray

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good 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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 problems with tablepress’ is closed to new replies.