Gin
Forum Replies Created
-
Hi Tobias,
Thank you that works great.
However, I am also testing the other Custom Commands I came across here, and the following breaks it, so maybe I am doing something wrong:
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 2, 3 ] } ], "bAutoWidth": false, "aoColumnDefs": [ { "sType": "currency_sorting", "aTargets": [ "column-7" ] } ], "aoColumnDefs": [ { "sType": "html", "aTargets": [ 1 ] } ]
However, the following (shorter line) works:
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 2, 3 ] } ], "bAutoWidth": false,
Mind you, at this minute, I am only experimenting, just trying things out, even if I don’t end up using the Custom Commands above, it’s always good to know about it.
I might sell recipes or articles and what not… will see ?? The sky is the limit.The other question if you don’t mind, say I am doing a table with recipes, 125 grams comes before 2 grams in the sorting, is there an easy way to change this?
Thank you again
Hi Tobias,
Thank you for you help, the above code is actually removing everything, sorting, paginations, filtering etc…
I was trying something similar earlier on, based on the thread, I lost it now!
Forum: Plugins
In reply to: Wp-Table Reloaded – large table problemHi Tobias,
Thanks again, I am only testing the moment, so I don’t really have much to put in the table.
I was starting to build tables by “hand” with html, until I realised lately that your plugin had the extra options for sorting etc… It’s a great tool.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Space between tables on pageHi Tobias,
Thank you for your help.
This is what I did and it seems to work, just commented the following out:
/*min-height: 302px;*/ /*_height: 302px;*/
I’ll try your solution as well as it is more future proof and desirable in the long run.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Space between tables on pageI think I got it, it’s all in the wrapper ??
Forum: Plugins
In reply to: Wp-Table Reloaded – large table problemHi Masino, thanks for the tips, I have yet to have more than 10 entries lol, but it’s good to know for the future.
Do you mind me asking, how did you remove the padding/margin below the table?
A second question, this one is for Tobias I guess;
Is it best practice in general, to have several tables, or a large one, for the best performance?
Thank you
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Thank youYou are welcome Tobias, I have just sent you a drink or pizza via Paypal…
Have a great weekend!Enjoy ??
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Space between tables on pageHi Tobias,
Is there a way to reduce or remove the margin/padding underneath the tables anyway?
I would still like to use the DataTables library though.
Where should I look please?
Thank you
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Thank youHi Tobias, I just want to say thank you as well for this great plugin, and I can see that you are fully committed and are offering great support here.
I don’t have questions yet, I have just started browsing through the forum and will check the doc on your site as well.
rawdolphe long grain
Forum: Themes and Templates
In reply to: Text/shortcode over Featured Image in excerptsThe index will not help, i don’t want to involve php.
Just want to use CSS. As I said, I have the desired effect with CSS, but I would like to know if the above code makes sense, or is there anything obvious that should be amended.Forum: Themes and Templates
In reply to: Text/shortcode over Featured Image in excerptsI did put your code in the index.php. but it’s not working, I am using a modified index file already.
What I need is simpler really, I don’t to alter the index again or play with php for this.
Just need the styling optimised/amended for the above code.Forum: Themes and Templates
In reply to: Text/shortcode over Featured Image in excerpts@timdesain, thanks you, it’s a good idea, but it’s not giving me what I want.
I only want the excerpts and thumbnails in the front page though. Your code added bits to the posts.
Forum: Themes and Templates
In reply to: Text/shortcode over Featured Image in excerptsI am working locally.
Why do you need an example to understand a code as simple as that?
It’s self explanatory.The code works and does what it’s supposed to do, I just need inputs/ideas from experts.
Forum: Themes and Templates
In reply to: Category drop downActually, I think the numbers in bracket might add some confusion and/or complications.
Forum: Themes and Templates
In reply to: Posts in 3 or 4 columnsThis is the new link.
I just added the following to my previous example:<?php /* Template Name: PageOfPosts */ ?>
would like to achieve something like “A Page of Posts”