JulioRFA
Forum Replies Created
-
I′m having issues too, but in Cron View “cwp_top_tweet_cron” is not in the list
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Post Title Special Character Escape CodesYa está resuelto, sos un capo ??
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Post Title Special Character Escape CodesWith version 2.1.3 seems like the html special chars are broken:
á é í ó ú ?
The — without encoding too ??
I have my site with UTF-8 charset by the way… ?Why this still happens? ?How the plugin handle the data? It′s so strange.
I think… If the plugin parse text data with htmlspecialchars php function… this doesn′t happen…
Cheers! ??
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Remove the stylesheetHey thanks! this does the job.
I was searching for the way WP stores the widgets with no luck (since the new approach in version 2.8)… and there it is!. Just point out the add_action priority must be less than 10.
Thanks again and keep the good work!
??
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Remove the stylesheetHey Hi! I got the same problem, I wanted to remove the <link> stylesheet which has nothing, only CSS classes…
Well, I found the solution after a headache. The problem comes with the plugin.
I realized that the add_action function to set the stylesheet is called in the widget constructor, so… actually if you could get the unique-id assigned to the function “wpp_print_stylesheet”, the remove_action thing simply fails! (WP assigns a unique-id for the “multiple instance widgets” thing, and to catch the assigned name is not possible, only traversing the global $wp-filter and matching patterns, I have to do this)
And the problem is at the plugin ’cause this is not mean to be. The function wpp_print_stylesheet must NOT be part of the Widget class and be called within the constructor. The function could be outside the Widget class and called outside.
This happens ’cause WP (based on what I see when testing) loads all the widgets and the constructor will inevitably run. <- I think.
Other plugins I’ve seen, define this kind of functions outside the widget class and the actions can be removed, modified, etc. this way in the functions.php file.
I hope this could help.
By the way, nice plugin ?? I’ll wait for a fix and I’ll be applying the dirty solution till then.
Greets!
Forum: Installing WordPress
In reply to: Silent 2.9.2 upgrade errorSame problem here. But it seems today I was able to update for es_ES and I noticed that in the Control Panel at “Permalinks” section simply doesn′t show anything, the html is broken. Are you having the same as I?