master412160
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Post-Meta-Revisions] How to use this?It does but at the same time yields
Name is empty
if I try to restore, also doesn’t show the changes just the post title.
So this plugin is broken…
Forum: Plugins
In reply to: [Comments Extra Fields For Post,Pages and CPT] Can you fix this small bug?Well does this help?
Forum: Plugins
In reply to: [WP-PostViews] How can I use this with the Pods plugin?It works now. I did echo shortcode and yes to display the views. Counting is done auto by the plugin is it not?
Forum: Plugins
In reply to: [User Login History] It doesn't log anythingI’m using Version: 1.3 and it doesn’t work again after doing what you suggest on your newest version which is diff from the last time I checked.
I tested it on my test blog with just 6 plugins active. I need to make a support topic before being allowed to post my thoughts in the form of a review? I know this review may seem quite negative but I don’t make a habit of spreading a ton of negative reviews around www.ads-software.com.
It are just my thoughts on the current version of this plugin. Besides the author of this plugin isn’t really active here. Last activity was a month ago.
Even if I did post a topic how long before it would be “ok to leave a review like this one if no response is made? ??
Forum: Plugins
In reply to: [Plugin Notes] Dropdown menu with color options needs better stylingDone, never done a pull request before so I did two for each.
Don’t know how to do just one pull request for several file edits.
Forum: Plugins
In reply to: [Plugin Notes] Dropdown menu with color options needs better stylingI don’t think so… This has nothing to do with my screen but the way you use the style color property for your <options>.
<option value=”#F9F7E6″ style=”background-color: #F9F7E6; color: #F9F7E6;”>#F9F7E6</option>
The fix is an easy one:
.widefat * {
color: black !important;
}But since your .css file is inactive and not used this does not work.
I could write a little jquery and delete the style color but that is useless.
You can just as easily edit your:
$note_color_style = ( ( $note_color !== $this->defaultcolor ) ? ' style="background-color: ' . $note_color . ';"' : '' );
It works now, you fixed it with your new update.
Forum: Plugins
In reply to: [Plugin Notes] Dropdown menu with color options needs better stylingI don’t get it, didn’t I make the point quite clear with the screenshot?
The dropdown its options have a white background, you don’t properly see the colors you can pick.
user exp flaw and design flaw.
IN the console I get:
Uncaught TypeError: $(…).wpColorPicker is not a function
when your plugin is active. When it is not the error is gone and I can use the other plugin. If yours is active I cannot.
I’m using WP Version 4.2.2
Forum: Plugins
In reply to: [Verve SSL] When I install my site breaksI solved it, but can’t find the settings of this plugin.
In response to your question please see:
https://www.ads-software.com/support/topic/doesnt-work-with-easily-change-admin-color?replies=4In short it did but also caused an other plugin to stop working.
Forum: Plugins
In reply to: [SiteOrigin CSS] Doesn't work with Easily Change Admin ColorIt doesn’t work it seems with your latest version with WP Editor.
With your initial version it did work.
I’ve let the author of the plugin know about it here:
https://www.ads-software.com/support/topic/your-plugin-doesnt-work-with-siteorigin-css?replies=1#post-7094211Forum: Plugins
In reply to: [SiteOrigin CSS] Doesn't work with Easily Change Admin ColorIt seems the update does not fix the issue. So I guess the blame lies with the other plugin.
However when I disable the other plugin, with your newer version it doesn’t work anymore.
I guess an other plugin of a similar code is causing it to not work.
I will investigate.
Forum: Plugins
In reply to: [User Login Log] Option for choosing how long logs are kept?Have you added it yet?