• Resolved Rick

    (@itwd)


    Hi Tobias:

    I’m using the current TP version and I have an issue where, on a list where pagination is set (30 rows in this case), the Previous/Next links don’t work and the page flutters when you mouseover the links.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Rick

    (@itwd)

    To add to your reply, this is the css I have, and have had for this table since installing Tablepress. This fluttering behavior is something new.

    .tablepress-id-2 .column-1 {
    width: 5%;
    }

    .tablepress-id-2 .column-2 {
    width: 29%;
    }

    .tablepress-id-2 .column-3 {
    width: 66%;
    }

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is caused by some of your “Custom CSS”. In the code blocks:

    .dataTables_paginate .paginate_enabled_previous:hover,
    .dataTables_paginate .paginate_enabled_next:hover {
    	color: #0000FF !important;
    	width: 100% !important;
    }
    
    .dataTables_paginate .paginate_button:hover {
    	color: #0000FF !important;
    	font-weight: bold;
    	width: 100% !important;
    }

    please remove the line

    width: 100% !important;
    

    (twice!).

    Regards,
    Tobias

    Thread Starter Rick

    (@itwd)

    Thanks, Tobias…. have lunch on us!

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination: Unable to use Next/Previous links’ is closed to new replies.