• Resolved JeremyMCC

    (@jeremymcc)


    Hi,

    I have a problem whith the hover function. When I deactivate it in the plugin, it doesn’t work at all, I still have a highlight hover on all the rows of my tabs (exept for the Head rows). Plus I can’t even change the color of the highlight Hover. I’ve read all of your documentation and I’ve tried everything.
    Can you please give me some support, cause I have many tabs to do and this problem is pretty disapointing.

    Whatever, I thank you for this great plugin!

    Here is an example of a page with the problem: http://mcitycar.com/revision/

    Jeremy

    https://wordpress.org/plugins/tablepress/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this simply is that your theme also contains CSS for tables, so that some of the styling is overridden. For example, the theme also adds a row highlighting feature.

    Can you maybe explain what exactly you want to change about this? I quite like the row highlight effect on the page from your link.

    Regards,
    Tobias

    Thread Starter JeremyMCC

    (@jeremymcc)

    Hi,

    Thanks for your answer.

    Actually I also like the Highlight color, the point is I would just deactivate it for some special rows. Example on the last table of my page (the one with stars) there’s 3 rows in grey that I would’nt have highlighting.

    Regards,

    Jeremy

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, ok. Then just change

    .tablepress-id-2 .row-2 td,
    .tablepress-id-2 .row-22 td,
    .tablepress-id-2 .row-27 td {
    	background: #acacac;

    to

    .tablepress-id-2 .row-2 td,
    .tablepress-id-2 .row-22 td,
    .tablepress-id-2 .row-27 td {
    	background: #acacac !important;

    to exclude those.

    Regards,
    Tobias

    Thread Starter JeremyMCC

    (@jeremymcc)

    The change’s done but unfortunatly still doesn’t work :/

    JEREMY

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    are you sure? When I check on http://mcitycar.com/revision/ , the three rows with the dark gray background color stay like that, even when I hover them.

    Regards,
    Tobias

    Thread Starter JeremyMCC

    (@jeremymcc)

    Oh no sorry, it works great! My mistake, it was a cache issue.

    Thanks a lot !

    Plugin Author Tobias Bäthge

    (@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!

    Thread Starter JeremyMCC

    (@jeremymcc)

    I’ve rate it 5 stars !

    Thanks again.

    Best wishes,

    Jeremy

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jeremy,

    thanks a lot, I really appreciate it!

    Best wishes,
    Tobias

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

The topic ‘Problem with Hover function’ is closed to new replies.