poojajignesh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress "is currently unable to handle this request.'I am getting the same error after I Updated wordpress
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust the width of the tableThank you great support
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust the width of the tableThanks it helped but what is the max-device-width i should put
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust the width of the tableI am using the following code and it is working on the landscape mode and not in portrait do i Use max-width or max-device-width with @media only
@media only screen and (min-width : 320px) and (max-width : 2208px) and (orientation : landscape) {
tbody,
thead {
float: left;
}th td {
display: block;
}td {
float: left;
width: 100%;
height: auto;
display: block;
overflow: visible;
}.tablepress-id-1 .column-4 {
width: auto;
}.tablepress-id-1 {
width: auto;
height: auto;
}}
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust the width of the tableit doesn’t work on iphone 6 s
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adjust the width of the tableI want to stack the columns in phone but the text is overlapping i was able to that for another websitehttps://acre.bid/land-auctions/ with this code but its not working for https://panamaproperty.bid/current-sales/
I am using the following code
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {td {
width: 100%;
display: block;}
}
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] how to sort the table by dateGOT that too thanks for all u your help great plugin
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] how to sort the table by datei got it what you were saying just want to make is ascending the default is descending i guess
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] how to sort the table by dateHello Even when I a putting only dates in a column i am not able to sort them by date also i tried putting “columnDefs”: [ { “visible”: false, “targets”: [ 1 ] }, { “orderData”: [ 1 ], “targets”: [ 3 ] } ]
the sorting goes off completely pls help i spent so much time on this plugin just because i wanted to sort by date and its not workingn now
I got its working now here is the code i put
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
td {
width: 100%;
display: block;
}}
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive row to columnI want to convert the coloums to row in responsive like it does it in here https://acre.bid/test-current-sales/ but when I added the data in table press how do i do it I added the responsive extention also but none of the mode help me to get what i want