actronab
Forum Replies Created
-
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Code Risk score is mid-rangeNo one cares about security at dFactory. They are way to busy attaching useless eye-candy Covid-19 toolbars to their plug-ins. But nice try, though. And please do not post on their official support forums, they’ll care even less there.
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Close X positionChoose a CSS selector that is more specific or add
!importantto force application of your style..cn-close-icon { right: 250px !important; }Untested, but worth a try:
a#cn-close-notice.cn-close-icon { right: 250px; }More specific selector is better solution, try avoiding
!importantwhenever possible.Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Make site not readableNo, the plug-in does not provide such a feature.
You gotta fork the plug-in yourself and then add a blurry overlay or alike to hide the content. Then, once the accept button was clicked, set a cookie to reveal the content by permanently hiding the blurry layer.
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Restore old designNo.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Add support for FontAwesome 5 icon stylesAll right, looking forward to it.
Thank you.
Forum: Plugins
In reply to: [Easy Notification Bar] Customizer improvementsAll right, thanks. Still would appreciate a description within the Customizer, though.
Forum: Plugins
In reply to: [Easy Notification Bar] Close Button ?Please do not introduce any additional clutter. I like this plug-in for its simplicity. It does one thing and it does it right. If users want an option to dismiss the bar, they are probably better of with a different plug-in. There are a lot of dedicated cookie notice bars, for example. Keep this one simple! I hate it, when developers overly extend their plug-ins.
Forum: Plugins
In reply to: [Easy Notification Bar] Bar not showing upWhy don’t you put this piece of code in the FAQ section directly?
<?php if ( function_exists( โwp_body_openโ ) ) { wp_body_open(); } else { do_action( โwp_body_openโ ); } ?>Worked fine for me after adding to the
header.phpfile, but I had to search the support forums first. Instead of directing users to the forums, why not provide a solution in the FAQ section already? ๐- This reply was modified 5 years, 11 months ago by actronab.
Forum: Plugins
In reply to: [Ocean Extra] Selection of FontAwesome icons fails@apprimit Installed the latest update today, but still no fix for this issue.
Is there any further information that you need to reproduce and solve the problem?
Forum: Plugins
In reply to: [WP Media Category Management] Help appreciatedThere are other plugins that manage to show a filter in the ‘Add media’ dialog of the classic editor (for example WP Media Categories). Maybe you can have a look at their code to get some ‘inspiration’ on fixing that issue.
Forum: Plugins
In reply to: [Ocean Extra] Selection of FontAwesome icons fails@apprimit: Did you make any progress in fixing the initial issue?
The error still persists and I cannot use the icon library.
Forum: Plugins
In reply to: [Ocean Extra] Error 500 in ElementorElementor expects an
array(), butnullis passed to sanitize_settings().Also see:
https://github.com/elementor/elementor/issues/10686
Elementor can fix that problem by better handling of
nullvalues.Or OceanWP can fix it by passing an empty array instead of
null.Forum: Plugins
In reply to: [Ocean Extra] Selection of FontAwesome icons fails@apprimit: Did you have a chance to look into this issue already? The problem still persists and there has not been any update within the last four weeks yet. All menu icons on my web site got lost when updating FontAwesome and Ocean Extra and I would like to fix this for my client. But I can’t, because the icon selector is not working properly.
Thank you,
BerndForum: Plugins
In reply to: [WP Power Stats] Plugin still maintained?Please also check open issues on GitHub.
Would appreciate an update of the plug-in.
Forum: Plugins
In reply to: [Ocean Extra] No SupportInstalled the updates of Ocean Extra plug-in and OceanWP theme today, but icon selection is still somewhat broker. First, all menu icons are still gone. Seems like I have to restore them all manually.
Then, activated icon sets are shown in dialog, but many stay empty when they are selected. I click on the icon set’s name in the left sidebar of the dialog, but the right side of the the dialog keeps blank.
Selected icons sometimes show up, sometimes don’t. Furthermore, I’m not using Elementor on my test system, but Beaver Builder (so no upgrade from FontAwesome 4 to 5). Still not sure, if I want to install the OceanWP updates in my productive environment, since the icon selection still seems buggy.
Anybody else still experiences similar problems or did the updates solve the problems for you?