Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: [Cimy User Extra Fields] Memory Limit Reached in Adminmm, can you enable debugging and copy/paste exactly all errors you get?
http://codex.wordpress.org/Editing_wp-config.php#DebugForum: Plugins
In reply to: [Cimy Header Image Rotator] Loading IMages Keeps Running in urlYou have JavaScript errors, can you try disabling one plug-in at a time to see which one is producing it?
Thanks.
Forum: Plugins
In reply to: [Cimy User Extra Fields] wp_signups passwordYou can run this SQL query from your DB manager, will delete all activated users.
DISCLAIMER 1: untested!
DISCLAIMER 2: your table name may be different due to different prefix.DELETE * FROM wp_signups WHERE active = 1Added support for welcome email, extra fields title and fieldset titles under the WordPress Multilingual plug-in.
Can you please download the development version, go to the admin panel and save the options one more time, then they should appear under WPML panel too.
If they are ordered by key then should be at the beginning starting with “a_opt_”.Let me know.
http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zipForum: Plugins
In reply to: [Cimy Header Image Rotator] Breaks on WP 3.5Also please revert the “broken” vote you may be gave to my plug-in.
Not nice when I get false negative votes.Ah that one… didn’t understand before. Yes doable.
Nope, name is used as unique extra field string and is not displayed anywhere, so it must stay like it is.
Thanks for testing this.Piet I sent the request from that exact link already twice.
One a month ago and one this week. No response of whatsoever, not even an email saying they are processing my request. ZERO!Anyway can you test for me v2.4.0 please?
Forum: Plugins
In reply to: [Cimy Header Image Rotator] Breaks on WP 3.5You copied half-code producing html errors.
I don’t know how to tell you: if you do not copy the whole thing it won’t work!Forum: Plugins
In reply to: [Cimy Header Image Rotator] Breaks on WP 3.5Looks like you did not copy the relevant code from the plug-in’s administration to the header file.
If you do not follow the instruction obviously it cannot work.Forum: Plugins
In reply to: [Cimy Swift SMTP] Cimy Swift SMTP not sending emails from WooCommerceOk, an ugly workaround that works is this one:
edit the file: /my-path/wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/ByteStream/FileByteStream.php
at line: 135
change the line from:if (!$this->_reader = fopen($this->_path, 'rb')) {to:
if (empty($this->_path)) return null; if (!$this->_reader = fopen($this->_path, 'rb')) {I know it is not the best, but for now we can live with it until they fix the bug in Swift Mailer.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Memory Limit Reached in AdminIf that doesn’t fix the issue please follow the FAQ and increase the memory_limit PHP configuration:
http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/faq-and-comments/Allow at least 64M.
Forum: Plugins
In reply to: [Cimy Header Image Rotator] Breaks on WP 3.5I don’t need a login, I need just the url of the website with the “broken” rotating header.
Forum: Plugins
In reply to: [Cimy Swift SMTP] Sender mail is overridden all the time…A screenshot of the plug-in’s options set would help a lot.
Together with plug-in’s version used.Forum: Plugins
In reply to: [Cimy Swift SMTP] plugin throwing error in error logAnother issue can be determined by the fact that you’re trying to overwrite the sender but you’re using empty strings in the Sender name and/or Sender email.
Please file these fields or change the sender’s overwrite option to something else.Let me know.