Shambix
Forum Replies Created
-
@aleksmag74 can you please post the full error? (you can hide the domain)
Do you have the latest version?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Download in one headerHave you tried changing the delimiter?
The default one changes depending on the country (and so if you use , in some countries it will look like a single column and in others separated in columns).
Try , ; or |.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Organize the order of exportThis would be a personal customization, If I change it for one person, then everybody would also have it changed. I’m not planning on adding this feature, so I can keep the plugin simple.
You can move around the columns in your csv/xls once it has exported though.
Otherwise there are other export plugins that can best suit more advanced needs.- This reply was modified 6 years, 3 months ago by Shambix.
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] export media alt tagsSorry the plugin doesn’t look into Media attributes.
There are other plugins out there that take care of more complex features like this (WP All Import / Export for example).Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Exporting Multiple PagesAs specified in the FAQ of the plugin:
You need the parameter ?specific_posts in the export url.
Eg.https://yoursite.com/?export=xls&specific_posts=1,2,3You can’t export however different parameters for different posts, that would be a way more complex plugin, I’m afraid.
This plugin is not right, if that’s what you need (hence why “Simple” π )Forum: Plugins
In reply to: [Simple PDF Exporter] How to.. (pagination/Cover/Indexsite)@duke78 Odd, I replied to your email, I’ll send it again.
Please check your spam folder, just in case, let me know if you don’t receive it within 10min.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Exported files are emptyCan you provide a link to the csv?
It’s never happened that the exports were empty, so it would have to do with your site/setup/case specifically.
What if you simply export a few posts (just titles) and no other field?Forum: Plugins
In reply to: [Simple PDF Exporter] How to.. (pagination/Cover/Indexsite)Page numbers should appear automatically if posts are > 1 and you didn’t set a specific post ID for the export, as a parameter.
The css has some lines from a very customized version of the plugin, where index and cover were also added as a custom feature. They are not present in the free version of the plugin, sorry ( I just added this clarification in the css).
Please contact me in case you would like this customization, for a fee.
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Latin characters in exportTry with , (comma) instead.
The delimiter changes depending on Language/Country settings of your PC, so check which one is correct for your Lang settings.About the characters, what software are you using to open the file?
Does it work fine as csv?
Have you tried to open it with Notepad and see if they are also wrong there?
If not, when in Notepad, resave the file as UTF-8 then reopen with Excel. Same issue?
What collation does your DB use?
You can send a sample of the csv/xls and I’ll have a look.I use latin characters too and it works fine for me (èéòìùì).
Forum: Plugins
In reply to: [Simple PDF Exporter] Wrong custom layout filenameThank you!! Nice catch π
Please rename aspdf_layout.php(that’s the correct name), I will fix the bug in the code in the coming update!I’ll update the plugin in the next hour or so, so that error doesn’t show up in PHP versions older than 7.
The plugin functionalities haven’t changed in a while though, so I’m not sure what you mean?You are using a PHP version older than 7.
The plugin works best using PHP 7.3. I will make sure to add this to the README.
I will fix this for older versions, but I strongly advise you consider the update (WordPress performs better with it!).Please keep an eye out for a plugin update!
If you got an email with this error, can you please paste the actual error here?
And/or share your PHP error log here, so I can understand what the issue is.Forum: Plugins
In reply to: [Simple PDF Exporter] How can I rollback this PluginDo you see any specific error in your logs? What happens when you export, exactly?
I have tested it and it works fine on my end, so any details you can provide would really help identifying the problem on your end.Also, have you tried exporting less posts to exclude a lack of server resources issue, rather than a bug?
eg.https://www.yoursite.com/?export=pdf&num=10&post_type=post&forceForum: Plugins
In reply to: [Simple CSV/XLS Exporter] How to import it back?You cant, with this plugin. This is only meant to export.
You can use other plugins like WP All Import, for that purpose.