• Resolved maehooge

    (@maehooge)


    Hi,

    Thanks for the great plugin you made!

    I want to make my header titel fixed so it is easy to read the prices i mentionned in the tabel.

    But it is not working, can you maybe give me advice on this one?

    https://xlr8.hol.es/tarievenkaart/ <here you will find the table>

    Table ID 1, used code on page (under text): “[table id=1 datatables_fixedheader=top datatables_fixedheader_offsettop=60 /]”

    Use:
    – Visual Composer
    – WordPress 4.7.2 / Theme G5plus

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    There’s just a small CSS issue here. To fix it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress.fixedHeader-floating,
    .tablepress.fixedHeader-locked {
      z-index: 3;
    }

    Regards,
    Tobias

    Thread Starter maehooge

    (@maehooge)

    Perfects works, but;

    how do i get the same bar type? Now he turns blue in stat of orange :(.

    Many many thanks till now! ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    good to hear that this works! To adjust the styling, you’ll have to copy the theme’s styling to the TablePress tables. For that, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th {
    	font-family: 'Montserrat';
    	font-size: 14px;
    	text-transform: uppercase;
    	background-color: #dd9933;
    	border-top: none;
    	color: #ffffff;
    	font-weight: 400;
    	vertical-align: bottom;
    	line-height: 1.2;
    	padding: 19px 30px;
    	letter-spacing: 0.05em;
    }

    Regards,
    Tobias

    Thread Starter maehooge

    (@maehooge)

    What a service, i will put a donation request to my client! ??

    Many thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for wanting to donate, I really appreciate it!

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘FixHeaders doesn’t do his work’ is closed to new replies.