lilwiccaseba
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] "Manage Subscriptions" radio items invisibleSorry for the delay, but real life was holding me up and the theme’s support (Ahmet Sali from pixelwars) was of very little help.
As I finally have some time, I posted it again on their own “support forums”, with a link to this WordPress thread, hoping they’ll see the use in addressing this particular issue (because as I understand it, this “wrapping” that’s occurring potentially breaks compatibility with a lot of plugins, if they use the forms in a similar way).
You can find the thread here:
http://www.pixelwars.org/forums/topic/theme-overrides-default-html-behaviorstructure-breaking-forms/Let’s hope this can get resolved.
If anyone happens to have an idea on what might be going wrong (or where it could be going wrong), any feedback is more than appreciated. I’d look into it myself if I’d have the time.
Forum: Plugins
In reply to: [Comments - wpDiscuz] "Manage Subscriptions" radio items invisiblegVectors,
I’m assuming this is installed by default in my theme, as it’s not a plugin I installed myself. Such a plugin is also nowhere to be found in my plugins list.
I’ve alerted the theme’s dev (pixelwars on themeforest) to this support topic, hoping to get a reply soon.
Forum: Plugins
In reply to: [Comments - wpDiscuz] "Manage Subscriptions" radio items invisibleHey gVectors,
The “display: none;” is set inline, not via external CSS files. It’s still possible it’s the theme, but it seemed weird.
This is the line of code that’s hidden (note the “display: none;” in the first div):
<div class="radio" id="uniform-wc_notification_none-529_0" style="display: none;"><span class="checked"><input id="wc_notification_none-529_0" class="wc_notification_none" checked="checked" value="wc_notification_none" type="radio" name="wp_comment_reply_notification-529_0" style="opacity: 0;"></span></div>And this is how I fixed it:
div.radio { display: inline-block !important; }I like your plugin, so I hope it’s an easy fix.