veke
Forum Replies Created
-
Hello Mon,
as I will answer you by email the problem occurs cause of file-gallery not calling
maybe_unserialize@536 of includes/attachments.php when copying original metas.This causes the attachment meta with key
amazonS3_infoto be serialized (again).Cheers 🙂
Forum: Plugins
In reply to: [EWWW Image Optimizer] Launch it from shell or wp-cliUuh OK. I cant try it till next week i LL let you know asap. Thanks
Forum: Plugins
In reply to: [EWWW Image Optimizer] Launch it from shell or wp-cliHello. I dont sede anything in The changelog.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Launch it from shell or wp-cliIs it possible then to have, given the plugin configuration, the list of commands with parameters that are going to be launched?
Hello Presanna, i’m glad it helped. 🙂
The issue is caused because in wordpress 3.6 jquery is a virtual script with
srcset to false and 2 dependencies:- jquery-core
- jquery-migrate
The
print_dynamic_scripts(and probablyprint_dynamic_style) should be aware of this kind of scripts/styles.I fixed our issue by changing the print_dynamic_scripts with the following:
function print_dynamic_scripts($type = 'header') { global $wp_scripts; $scripts = ('header' == $type) ? $this->header_dynamic : $this->footer_dynamic; foreach ($scripts as $handle) { if ( $wp_scripts->registered[$handle]->src !== false ) { $wp_scripts->do_item($handle); } } }I just found out that the last line is being printed cause
print_dynamic_header_scriptsgets called and $this->header_dynamic contains jquery`Forum: Plugins
In reply to: [Plugin: WP to Twitter] New posts are not “tweeted”I got this problem too..
More info:
– When i publish a post there is no tweet
– When i edit that post there is the tweet
– My configuration field are:
|_ New post –> “Nuovo Post -> #title# -“
|_ Edit Post –> “Post Editato: #title# -“i cutted of #url# because it was not replaced.
Forum: Plugins
In reply to: [Plugin: WordPress Reciprocal Links] English Demo?Don’t Know.. Try the latest version of my plugin…
If it is not working.. Please come to my blog andreabaccega.com and write me a comment … We will try to fix this issue together 🙂Forum: Plugins
In reply to: [Plugin: WordPress Reciprocal Links] English Demo?Forum: Plugins
In reply to: Link Directory Integration for WPruffneck i have more than a demo 😛 i created it .. Search it at wordpress plugin directory.. It’s name is WordPress Reciprocal Links
Forum: Plugins
In reply to: How much for getting svn access?i don’t think so.. I’m using Gmail .. But. I saw that the svn isn’t created right now.. … Thanks for the answer 🙂
Forum: Plugins
In reply to: Link Directory Integration for WPHi , i did a plugin which manage link exchange are you interested in ?
Forum: Plugins
In reply to: Wp-Super-Cache Doesn’t working with wordpress 2.6.1My solution was removing the wp-cache htaccess part
disabling wpcache from admin page and then reactivating it…