dakldw
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Paginationalso is it possible to change the font-family of the arrows to something like
font-family: Montserrat? whenever i do the arrows show as squares https://imgur.com/CFdnxWGForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Paginationok π i was able to remove the text ‘previous’ and ‘next’ by using your extension changing data strings via json and all thats left now is the arrows. but the arrows arent centered properly, it seems like theres something thats pushing the arrows to the left/right: https://imgur.com/Uarra0o also whenever i try to change the size using
font-size: 20px;the arrows are pushed to the bottom andvertical-align: middle !importantdoesnt work: https://imgur.com/45FJRRNim not sure how to remove the text from the website but it happens on there too and i provided images from localhost
also, heres the code
.dataTables_paginate a { font-family: Montserrat; font-size: 12px; text-decoration: none !important; } .dataTables_paginate { float: none; text-align: center; padding: 30px !important; } .paging_simple .paginate_button.previous, .paging_simple .paginate_button.next { background-image: linear-gradient(to right,#fbcabb,#ceb6d9); border-radius: 20px; margin: 20px; } .paging_simple .paginate_button.previous:before, .paging_simple .paginate_button.next:after { text-shadow: none !important; font-size: 20px; vertical-align: middle !important; } .paging_simple .paginate_button.previous:before { content: '\003C' !important; } .paging_simple .paginate_button.next:after { content: '\003E' !important; } .paging_simple .paginate_button.previous, .paging_simple .paginate_button.previous:before, .paging_simple .paginate_button.next { padding: 20px 60px; } .paginate_button:before, .paginate_button:after { color: #fff; }Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Paginationthis illustration should help visualize it: https://imgur.com/pG6eVhD thats how im trying to make it look but im having trouble with spacing, the buttons just overlap the text. also, the table info checkbox misaligns the centered pagination.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Paginationthank you! it worked after removing
width: 100%;from.dataTables_paginate
i have some more questions, sorry lol. is there anyway i can move the text ‘previous’ and ‘next’ and place it between the buttons? and then change the same text to something like ‘page 1 of 10’?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Paginationhere you go: https://jolly-hawking7722.on.getshifter.io/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] 2 Extensionsit worked! you are a genius, thank you so much. now i can use fixedheader extension π
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] 2 Extensionsah okay, i have a couple questions regarding the responsive extension using collapse. when using collapse how can i choose which columns to hide? also how can i get rid of the + sign? i just want to hide the unnecessary columns in mobile view.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center Tableafter putting
position: relative;in tbody and thead, the border lines show up but extend over the page width. fortunately, at least the centering worked.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center Tablehere you go: https://jolly-hawking7722.on.getshifter.io/
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center Tableafter adding that css in, my website looks like this now: https://imgur.com/a/2jHmsvV its 70% width but not centered and the border lines did not extend
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center Tablelike this: https://thay104.github.io/ the table is centered but the border is full width of page