itsacroissant
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Spam links injected to rss, how do I remove?yes but I’ve just realised that this code is actually in wp-blog-header.php and being added to every page, including the rss. Likely by an SEO scammer. Not sure why wordfence and quttera didn’t pick it up but looks like I have more work to do!
Forum: Fixing WordPress
In reply to: Spam links injected to rss, how do I remove?Thanks, luckily I’ve already done this but the RSS feed is one thing I can’t seem to edit.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table doesn’t sort by numberAmazing, thank you! sorry totally forgot about the pre html thing, it looks much better
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table doesn’t sort by numberWorked perfectly, thank you so much!
I would like to get it to work like this with other columns too, for example column 4 to sort by column 3, I’m not entirely sure what to put. I’ve tried a few variations like the one below but nothing works.
“columnDefs”: [ { “orderData”: [ 2 ], “targets”: [ 1 ] }, { “visible”: false, “targets”: [ 2 ] } { “orderData”: [ 4 ], “targets”: [ 3 ] }, { “visible”: false, “targets”: [ 4 ] } ]
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table doesn’t sort by numberThank you, I have added a hidden field with just the numerical amounts as shown here – https://dl.dropboxusercontent.com/u/99867808/freebt.png
I have also added this custom command –
“columnDefs”: [ { “orderData”: [ 1 ], “targets”: [ 2 ] }, { “visible”: false, “targets”: [ 1 ] } ]
But it makes the second column disappear, I’m not sure what I’m doing wrong.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table doesn’t sort by numberThanks for the replies!
So is there no way to covertly the column cells? And can I not include text with styling at all if I want the sort function to work?
Forum: Plugins
In reply to: [Plugin: Woocommerce] Add Product Thumbnail to email templatesHi, this is great but now I get an image and the product title right beside it without any kind of margin. Do you know how I can get the product name to start on the next line instead?