Northwave
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…Hi,
has there been any progress on this issue and patching up the plugin?
Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…Hi,
ok, good to know.
However, that workaround will work just fine for me. Thanks! 🙂Hi again,
I tested the if-formula with the following and it didn’t work:
=if(C2=0,0,F2/C2)
The cell C2 has, for now, a value of 0, so I’m here trying to catch up that cell that get a ‘division by zero’ error and then put only a zero value in those cases. Else it should do the normal division F2/C2.
Any tips?! 🙂
Hi,
thanks for the list and a good update! 🙂Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Formulas in tablesHi,
I tested your workaround, but it doesn’t seem to work. If I use
=round(A1/B1+0.01,2), it rounds the value to 2.01. But if I use=round(A1/B1+0.001,2), it rounds it back to 2 (without the .00). It seems that the round-function “cuts” the result in someway and doesn’t take in consideration the “third” decimal value.I also tested to use brackets in the formula, like
=round((A1/B1)+0.00001,2)and=round((A1/B1+0.00001),2)without any luck.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Formulas in tablesHi,
is there a way to set the rounded decimals to always be 2, despite the formula outcome?Like
=round(A1/B1,2), this works when there are more than two decimals in the result. It then rounds the value nicely to i.e. 1.97. But if the result is exactly 3, then it shows only 3 and not 3.00. Which would be nice.Ah, of course, so stupid of me 🙂
Thanks, I’ll try to manage from here now! The checkbox-row only needs a bit more width and then it’s perfect.Hi,
thank you for your solution, but could you explain in a bit detail, in which file should that be added? I’ve tried in the
tablepress-datatables-colvis/css/ColVis.cssbut nothing changes on the webpage.Hi,
great, the table is here
and the Hide/Show-button is the “[+]” in the upper right corner of the first table. There should be the “+” and “-” beside the checkboxes, but I haven’t got it to work 🙁Thanks for taking a look!
Hmmm… I’m having some problems with CSS. The plugin’s default CSS is not putting my column-names on one row, in the dropdown-list where the checkboxes are. The initially hidden column-names that I’m using are “+” and “-“.
I have tried to give more length to the “checkbox rows” but it will not work. The checkbox and the column-name are on different rows. According to HTML they are both inside of spans, so they should be on the same row… Any ideas?And how didn’t I notice that it was so easy 🙂
Nice! I thank you again 🙂
Some styling is still to be done to the “button”, but that I can handle with the plugins CSS.One more question, can I move columns in the Tablepress Edit Table-view? For example, if I have added data to fifth column and now I would like to move the whole column after the second column. Or do I have to manually copy the values to a new column that I have created after the second column?
Wov, this is just what I have been looking for 🙂
However, if I show as default columns 1-5 and hide initially columns 6-7. Is it possible to allow the user only to show/hide the initially hidden columns 6 and 7? I would not like to allow the user to hide for example columns 1-5.Hi,
okay, yes I know what you mean. However, I don’t like the idea of having a duplicate table (that also have to be updated regularly). Well, I have to see if I come up with some other solution.
Thanks again! 🙂