Ann Lickander
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Auto image lightbox Clashes with external linksHehe it happens!
Thanks again!- This reply was modified 1 year, 1 month ago by Ann Lickander.
Forum: Plugins
In reply to: [Firelight Lightbox] Auto image lightbox Clashes with external linksHi!
Now I feel stupid. I missed the exclude field. Yes, your solution worked perfectly. Thanks!Forum: Plugins
In reply to: [Firelight Lightbox] Auto image lightbox Clashes with external linksSorry for the late reply. The subscribe dropdown is added automatically by the plugin.
Thanks for the code snippet. We’ll look into adding it to our theme. Thank you!Forum: Plugins
In reply to: [Firelight Lightbox] Auto image lightbox Clashes with external linksForum: Plugins
In reply to: [Download Monitor] Critical error on saving page with shortcodeWell… You were right. There was a problem in the theme and not what I first thought. Because this theme was built a looong time ago, we still had
$id = null
in our function. And when adding that to your code, everything worked.But yeah. Found the real culpit, which, lo and behold, were a missing argument. Sorry and thank you for triggering the error hehe
Forum: Plugins
In reply to: [Download Monitor] Critical error on saving page with shortcodeActually, I had the same problem. I had the_title-filters before, and they worked fine. After the update to 4.5.7 I get a fatal error:
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function DLM_Custom_Columns::prepend_id_to_title(), 1 passed in /public_html/wp-includes/class-wp-hook.php on line 307 and exactly 2 expected in /public_html/content/plugins/download-monitor/src/Admin/CustomColumns.php:179
If you look closely at the documentation that you @raldea89 linked to, you see that they write it like so:
function suppress_if_blurb( $title, $id = null ) {
As soon as I changed
public function prepend_id_to_title( $title, $id ){
topublic function prepend_id_to_title( $title, $id = null){
(in /public_html/content/plugins/download-monitor/src/Admin/CustomColumns.php) it started working.Forum: Plugins
In reply to: [Download Manager] IE11: front.js syntax errorHi!
Didn’t see a revision message about this being fixed, but due to another problem we had (when saving custom post types, the post was not reachable without re-saving the permalinks. But when this plugin was deactived, everything worked fine).
So, worth to try to update the plugin. Not only did that fix our other problem, it also fixed the JS problem in IE ??So, this is solved with the latest version (2.9.90)
Forum: Plugins
In reply to: [Download Manager] IE11: front.js syntax errorSorry for the late reply. Wonderful, hope you’ll find the workaround ??
Forum: Plugins
In reply to: [CMS Tree Page View] 1.2.33 breaks plugin – FixCan also confirm that the problem still exists in version 1.2.34 and that the fix fixed the problem.
Forum: Plugins
In reply to: [WF Cookie Consent] IE8 support?Hi,
Wow, that was fast ?? Thank you so much for getting back to me so fast and fixing the plugin!
Rated the plugin ?? (and the support)
Just wanted to say that I had the same problem when I updated to 2.5.1. The new version, 2.5.2 (link in above comment), solved the problem for me.
Forum: Plugins
In reply to: [Page Comments Off Please] .js issue, added to all pagesWow, that was fast ??
And yeah, I accidently copied in the same text twice, I meant to say to change:
add_action(‘admin_print_scripts’, array(&$this, ‘register_admin_scripts’));to:
add_action(‘admin_print_scripts-settings_page_page_comments_off_please’, array(&$this, ‘register_admin_scripts’));But I see that you’ve changed it now ?? Thanks!
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] add_content_block_icon()Hi!
You seem to be absolutely right, it does not seem to be a conflict anymore. I honestly don’t know why I got it to not work earlier, and then to work with my code.
The only difference I can see is that when the problem occured I used an older version of your plugin, version 1.9.5 and I probably used an older version of Gravity Forms as well which might have caused this problem.
Anyways, it all seems to work now. Thank you for a great plugin ??
Forum: Plugins
In reply to: [Edit Flow] Remove yourself from notificationsAlright, maybe in the future then ?? Thank you for your fast replies!
Forum: Plugins
In reply to: [Edit Flow] Remove yourself from notificationsThank you comradefuzz, I will follow your Github issue ??
Daniel Bachhuber, I’m aware that’s the default behaviour. And, I like it, most of the time. But once in a while I find myself, or some of my co-writers, to be an author of a post/page but not wanting to be subscribed.