Shambix
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple PDF Exporter] The Only Free PDF Generator with Layout Control@chrisadhome It sounds like a caching “issue”. The plugin always performs a check to see if you have a
pdf_export.phpin your theme (and in case it will use that one every time, rather than thepdf_layout.phpfrom the plugin).Keep in mind that the plugin caches your last generated PDF for an hour (if it finds one), that’s to avoid using server resources every time. So that could be the reason you need to de-activate the plugin each time (de-activating deletes everything related to the plugin, including the pdf folder in uploads).
Try to use
&forceat the end of your export url next time, it should overwrite the existing PDF with the new layout!
If not, then it might be that your server is caching certain files (or you use a service like cloudflare?)- This reply was modified 8 years, 5 months ago by Shambix.
Forum: Reviews
In reply to: [Simple PDF Exporter] The Only Free PDF Generator with Layout ControlIt is still maintained 🙂 As in, I’m still here and if need be I’ll patch bugs and update DOMPDF. For now the plugin works fine as it is, so no need to touch it. I won’t be adding any features any time soon though (no free time available).
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Incorrect Export of Related FieldHello @hornet25,
as the name suggests, this is a pretty simple export plugin, which will simply output values associated to data (eg. a custom field key), even in case of an array usually, but it won’t make any other checks or cross-reference.You might need a more complex export/import plugin like WP All Import for your specific usage.
May I see part of the csv you exported, to have an idea of what you are seeing?
I doubt I can be of help in this specific case, but you never know.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Date range exportCurrently it doesn’t do that, but I’d love to add the feature though, just don’t know when I’ll have enough free time. I’m available as usual for paid enhanchements.
Keep looking for updates, you never know!
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Blank page resultHello!
Your server is probably timing out due to lack of resources (too many posts at once), unfortunately changing the available memory from php.ini, if the server doesnt actually allow you to use 6GB, wont help.
Have you tested with less results? eg. 10 posts?
Yes the plugin can only take 1 setup at a time, since I developed this for a “simple” use.
Your suggestion is good, it would be a great addition to be able to to add custom fields in the url params.Unfortunately, I haven’t really had much time to work on this free plugin lately.
However, do let me know if you would like this to be developed for a fee and I will gladly work on it.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Export categoriesSearch & Filter? I think you are confusing this plugin with something else.
In this plugin, once you choose Product as the post type and save the options, you will then see at the bottom of the page Taxonomy to Export, where you can choose the taxonomy to download from (product-cat).Currently you cant choose which term exactly, I might add this option if I have time (which unfortunately is close to 0 currently), or if someone asks for it to be done for a fee.
Hello and thank you!
Once you set the default type, taxonomy, fields from the settings page, you can use the url that appears at the top of the page (ends with ?export=xls or csv), with no parameters attached.
You can place that url in your frontend and user will be able to export right away, just like you do from the settings page.
Also, make sure that not you dont set the export only for admins.The plugin doesnt currently allow for fields to be placed directly in the url unfortunately.
Hello!
Sorry for the delay, been extremely busy the past couple weeks.
Yes the plugin can be customized for your needs of course.
Please email me info at shambix .com with specifics, so I can provide a quote/timeframe.
If you can provide an example (in a csv), even better!Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] published + draft status = only published exportedAre you using the latest plugin version?
What is your PHP version?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] CSV columns not working rightAdded option in v.1.4.6!
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] CSV columns not working rightThe pipe was chosen to avoid conflict in case of , in data (post content mostly).
However I can see why being able to change it would be useful (without editing the code).
I’ll work on that 🙂Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Not seeing settings siteJust pushed an update that should fix this issue.
Please update to 1.4.5 and let me know if it’s all good now!Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Not seeing settings siteThat’s interesting.
I have to say, I have not tested with PHP 7.1, so there might be something that isn’t sitting right with it.Could you share the error you got?
If you get a blank page, try with the server logs or make sure that the WP log is being written.Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] No Meta FieldsDid you save the settings, after choosing the post type?
The custom fields only show up after saving at least once the custom post type selection.Before giving one star, you can open a support request in the forum, so I can assist you with the issue..
- This reply was modified 9 years, 2 months ago by Shambix.