mprofile
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Notification Bar] Text blending in with background (2)Hi @kosta-x, I understand where you are coming from, and if it was any more difficult I would not be replying at all :-). I also take into account that most of the devs for WordPress plugins are not doing this as their full time job probably. I am already happy that I do not have to create the plugin myself with the shred of code knowledge I have.
Forum: Plugins
In reply to: [Easy Notification Bar] Message is not showingSee the topic about the text color being the same as the background color, this might also be your problem. The plugin has a copy/paste error in it. I am not the dev but provided a 1 line workaround for the problem.
Forum: Plugins
In reply to: [Easy Notification Bar] Text blending in with background (2)I am not the developer, but did you seen my (last) reply to the previous topic. That is a workaround untill the dev of this plugin starts responding.
Forum: Plugins
In reply to: [Easy Notification Bar] Text blending in with backgroundFor those who are technical enough, go into your plugin editor in WordPress and change line 643 from:
$text_color_parsed = $this->parse_text_color( $bg_color );to:
$text_color_parsed = $this->parse_text_color( $text_color );that’s all there’s to it.
Forum: Plugins
In reply to: [Simple User Listing] Plugin vulnerable to Reflected Cross-Site ScriptingSorry, in this case I am only the messenger. But I had a sneaking suspicion you where not aware of this. We run Wordfence on our site and got this message. Yesterday I did some digging myself but I also could’nt find any details, which would have been nice to determine the scope and if – in our specific case – there would have been a chance on data leakage. But nothing specific was posted only – that I could find, at least.
Looking in the code of the plugin – I am not a dev – I saw in the last version you already did sanitize the parameter. So I am also at a loss at this moment. Maybe reach out to Wordfence or the original poster to see what’s what?
Forum: Themes and Templates
In reply to: [Snaps] Weird size since an updateHi Cavatina,
I was struggling with this theme myself this evening. Do you by any chance use Google Chrome, while viewing it? In that case you also may be suffering from this bug: https://code.google.com/p/chromium/issues/detail?id=320754
Cheers, Wouter
Forum: Plugins
In reply to: [WP RSS Images] [Plugin: WP RSS Images] Is this plugin abandoned?Hi Alaingg,
Just wanted to point out your plugin works splendid.
My advise would also be to update the plugin information so WordPress stops displaying “hasn’t been updated in X years”.
I at first tried 3 other plugins, because of this messages. Others could the time and frustration be spared. 🙂
Cheers.