Shambix
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] HTTP ERROR 500Can you test on another WP site, by any chance, and see if it still happens?
Also, what PHP version do you use and what is your hosting provider?Forum: Plugins
In reply to: [Regione Provincia Comune] campo comune non si popolaVisto che il plugin non funziona più (non è compatibile con le ultime vers. di WP), ho preso le parti del codice utili e integrato il tutto direttamente in un template custom.
Se vi può servire, ecco uno snippet per ricrearsi il tutto da soli, senza usare il plugin (prevede solo province e regioni toscane questo, il resto non mi serviva).
Per adesso non mi è servito per CF7, quindi se lo usate per quello, non vi posso aiutare al momento, nel caso mi servisse, aggiungerò altri snippet su Gist.- This reply was modified 9 years, 5 months ago by Shambix.
Forum: Plugins
In reply to: [Regione Provincia Comune] campo obbligatorioDevi customizzare i select dentro al codice nel file principale del plugin, oppure ricrearti il form da solo, non sono previsti parametri nello shortcode originario (non ho guardato quello per CF7 perché non mi serviva).
Visto che il plugin non funziona più (non è compatibile con le ultime vers. di WP), ho preso le parti del codice utili e integrato il tutto direttamente in un template custom.
Se ti può servire, ecco uno snippet (prevede solo province e regioni toscane questo, il resto non mi serviva).Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Works! Thank you (but check your PHP Version)Thanks for reporting this, it’s gone in v 1.4.1 😉
Also keep in mind that you should have PHP 7 installed, as recommended by WordPress. Most things will work normally even with 5.6, but that is really the min PHP version possible, below that, you might experience several issues site-wide.
- This reply was modified 9 years, 5 months ago by Shambix.
Forum: Plugins
In reply to: [Simple PDF Exporter] Warning and Fatal Error Message. Line 27Can you check if the file
wp-content/plugins/simple-pdf-exporter/process/assets/pdf_layout.php
is actually in that folder?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Media Library ExportHello!
Currently you can export the ID and URL of attachments (which are a post type).
File name and File type would require customization, as they’re not WP fields, they’d need to be retrieved through an additional function.I am not planning to add this in the next releases, but I can customize the plugin for you, for a fee. Contact me privately if interested (website with form in my profile).
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Post StatusHello!
Have you tried the latest plugin version?
Still have issues?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Post StatusHello and thank you for testing!
I might have some free time next week to check this.
Thank you for your patience.Forum: Plugins
In reply to: [Simple PDF Exporter] AutoFill existing pdfHello!
Sorry must have missed the notification about your first question.
Please keep in mind this is a FREE plugin, therefore support isnt guaranteed.About your original question, can you please elaborate?
What form? what database?This plugin is meant mostly for developers, since it can output any kind of field from WP content in a custom layout, but it does require php/html/css knowledge.
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Fatal error upon activationDid you ever use the plugin before, or was it the first time?
What version of WP are you using?That plugin is really cool to create maps (imo, better than using a slider anyway), but I still don’t know if it will work (I’d have to run some tests).
I checked their demo and some maps use svg’s while others are just pure images… so it might work better, BUT you’ll still need to customize the layout and make sure the map is echoed in it (since it’s not part of the “content”).
So yes, you have better chances this way, but the pdf layout file still needs a few edits, and well, check if it’s rendered right.
As an alternative, you can also try this plugin, which doesn’t usually require any coding (just set it up from backend).
- This reply was modified 9 years, 9 months ago by Shambix.
Hello!
I don’t know that service so I can’t really compare.I want just the site plan and the title of the site plan above to download with its html5 layers. The site plan image on the page is generated from LayerSlider.
As you said, it’s a slide, not “real content” (as in a title, or a post content, or a custom field), so it can’t be rendered to PDF without some custom coding of the layout file.
I don’t know if anything exists that can render that map, with all the dots ecc. to PDF, out of the box, since that’s not a “real” image.
To answer your question, no this plugin cannot render the full map out of the box, sorry!
Forum: Plugins
In reply to: [Simple PDF Exporter] A few template questions@drazon have you had any luck or anything you would like to share about this issue?
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Disable frontend downloadThis option is now available in settings page.
Make sure you are using the latest version (currently1.3.8)Forum: Plugins
In reply to: [Simple PDF Exporter] possible to skip some post ?Hello! I understand the urgency, unfortunately as it’s a free plugin, that I develop in my spare time, I can’t always accomodate features that fast.
I can however speed things up for a fee, hope you understand 🙂
In case you are interested, you can email me at infoATshambix.com and I’ll be happy to work on this asap.About editing the code yourself, since this feature requires quite many changes over several files, I wouldn’t recommend it unless you are very familiar with PHP.
Also, by doing that, once there will be an update, your changes will be overwritten.