Pluh
Forum Replies Created
-
Forum: Plugins
In reply to: [Nimble Page Builder] How to add the same module to all the pages ?I would also love this feature. Can’t wait.
While I’m at it, is there some kind of a function I can use in my functions.php file that automatically inserts the code IF there’s a table present on the page?
Awesome! It works now. Thanks!
Hi, here’s an example: //removed
- This reply was modified 6 years, 1 month ago by Pluh.
That’s great! Can’t wait.
Thanks
I was looking to add something at the end actually, above the footer. I already added a fixed-with section, it would be great if I can just expand it
I tried adding the code but it still doesn’t work. The whole row isn’t clickable. I tried clearing the cache. The code is there when I view the page source.
Any tips? I actually have the DataTables extension installed too if it makes any difference.
- This reply was modified 6 years, 1 month ago by Pluh.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingOh man I didn’t even notice those.
Thank you for your help!
Not sure if you can, but please remove the link I posted earlier. I can’t edit my post anymore
- This reply was modified 6 years, 12 months ago by Pluh.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingHere it is:
https://thishosting.rocks/table-test/
Password is: [redacted]- This reply was modified 6 years, 12 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingActually after trying columnDefs: [{ “type”: “num-fmt”, “targets”: 2 }], the whole sorting function seems to disappear from the whole table. So I can’t even sort them in any way after using that (the arrows are missing)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingActually I just found out what’s causing the issue. It actually sorts them based on the first digit of the actual number. So they are sorted like this:
10000
20
312412
5Instead of the actual full number. What should I do in such cases?
columnDefs: [{ “type”: “natural”, “targets”: 2 }] doesn’t work.
I haven’t published my post yet so I cannot send you a link, sorry.
Adding a hidden (via CSS) number does work, but I’d rather find a better solution. I avoid hiding elements via CSS since google and other crawlers will crawl it anyway.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingThat doesn’t seem to help either. Should I add any custom sorting through the sorting plugin?
I also have a file size column and use only numbers like 5GB, 10GB… I tried sorting them by file-size but they still won’t sort properly. I tried adding a space like 5 GB, 10 GB…but it still doesn’t work.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom SortingWould adding a number in a div tag and hiding it via CSS help? Basically the sorting plugin will have a number to work with.
Forum: Themes and Templates
In reply to: [Customizr] How to display metas on PagesNo reply from 2017 https://github.com/presscustomizr/customizr/issues/917
Thanks a lot! Fixed all the size limit errors I got. I used the plugin manager and disabled the plugin that outputs too much CSS.