Ian Sadovy
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Tables] Number formatting does not work as expectedHello @mnlobc,
Thank you for reporting.
Please try to remove quotes from the format string.
The following format should work:$0,0.00
(demo).
As for the € symbol, it seems a known issue in numeraljs. I will try to find a workaround.
Also, I will remove quotes from examples inside the format popup, they are confusing.
Please let me know if it works.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Inserting a picture into a cellHello @mikejpryor,
I am glad to hear that everything works fine now.
So, I will mark this ticket as resolved.When you have the opportunity, can you please share a brief review of your experience with WPTables plugin?
Many thanks,
IanForum: Plugins
In reply to: [WordPress Tables] Inserting a picture into a cellAnswering your questions:
1. Please try to replace
height="100px"
withstyle="height:100px"
2. It can be achieved by using FancyBox library. You can add FancyBox by using one of the plugins (i.e. Easy FancyBox). Also, please update WPTables to version 1.2.7, I’ve just fixed few compatibility issues with FancyBox. Finally, insert the following code to the table cell:
<a data-fancybox href="[image URL]"> <img style="height:100px" src="[image URL]"> </a>
Please note that FancyBox may work only on the embedded page, and not on the WPTables page.
Expected result: https://take.ms/vqu6l
Please let me know if it works.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Inserting a picture into a cellHello,
Thank you for the question.
You can isnert an image using<img>
tag:
1. Open Media Library, select an image and copy image URL.
2. Open WPTables, select table to edit and isert following code to the cell:
<img src="[paste URL here]" />
Here is a video with steps: https://youtu.be/2KvsMY345Wo
Please let me know if it works for you.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Feature request: Woocommerce shortcodesHello @nsmworldwide,
Glad to hear that you already tried the update.
As for the editing number of fields, it is already in my backlog. I think it will be implemented soon.Also, thank you very much for the review!
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Dot in column name in CSV leads to empty columnHello @funhousedk,
I am glad to say that I have uploaded an update with following fixes:
* Added support for Unicode characters.
* Fixed issue with an apostrophe (‘).Please update the plugin and reimport your data. Let me know if it works for you.
BTW, could you please share a brief feedback about your experience with WPTables plugin?
Forum: Plugins
In reply to: [WordPress Tables] Feature request: Woocommerce shortcodesHello @nsmworldwide,
Thank you for the request.
I think supporting shortcodes could be a good feature, so I will take a look how to implement it.Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Dot in column name in CSV leads to empty columnHello @funhousedk,
Thank you for reporting.
I will check these issues and let you know as soon as the update will be available.Forum: Plugins
In reply to: [WordPress Tables] Dot in column name in CSV leads to empty columnHello @yerio,
I just have published WPTables v1.2.2 containing a fix.
Please update the plugin and reimport your CSV.
Let me know if it works for you.BTW, could you please share a brief feedback about your expreicence with WPTables plugin?
Many thanks,
IanForum: Plugins
In reply to: [WordPress Tables] Dot in column name in CSV leads to empty columnThank you for reporting.
I will fix this issue and let know when an update is available.Forum: Plugins
In reply to: [WordPress Tables] Links in tables do not fire fancyboxGlad to hear that fancybox3 is working for you.
So, I am closing this ticket for now.Forum: Plugins
In reply to: [WordPress Tables] Links in tables do not fire fancyboxThanks @yerio, I will check this specific version and link style and will let you know.
Forum: Plugins
In reply to: [WordPress Tables] Links in tables do not fire fancybox@yerio,
Could you please specify what version of fancyBox you are using?
I have tried with fancyBox v3.1.20 and it seems working as expected.
My link looks like the following:
<a href="image.jpg" data-fancybox>My Link</a>
Looking forward to hearing from you.
Regards,
IanForum: Plugins
In reply to: [WordPress Tables] Links in tables do not fire fancyboxHello @yerio,
Thank you for the question.
I need some time to look closer into your case, but I think that forcingfancybox
to re-process all links after the table is rendered should help.
I will check it and let you know.Forum: Plugins
In reply to: [WordPress Tables] Sequence.js Preloading IndicatorTony,
I have checked your website and noticed that you are currently using TablePress plugin for your tables (not WordPress Tables). So, I would recommend posting your question to the TablePress support forum (https://www.ads-software.com/support/plugin/tablepress).
Also, I see that some critical features for you such as Print, Copy and Search are now missing in my WPTables plugin, but I can update you as soon as they will be available.
Regards,
Ian