Lol Zimmerli
Forum Replies Created
-
Forum: Plugins
In reply to: [footnotes] No more workingHi Martina,
I do not see the problem on your page, did you deactivated the plugin?
Otherwise, can you give me a screenshot ?Best regards
Forum: Plugins
In reply to: [footnotes] After first installationHello,
Can you give me your full list on installed plugins (not only those activated) and PHP version?
Best regards!
- This reply was modified 6 years, 2 months ago by Lol Zimmerli. Reason: WP version already indicated
Forum: Plugins
In reply to: [footnotes] Changing display priority under postsHi,
sorry for the delay.
What if you change line 39 of file footnotes.php from
add_filter(“plugin_action_links_{$l_str_plugin_file}”, array(“MCI_Footnotes_Hooks”, “PluginLinks”), 10, 2);
to
add_filter(“plugin_action_links_{$l_str_plugin_file}”, array(“MCI_Footnotes_Hooks”, “PluginLinks”), 3, 2);
(only the 10 to 3)
?
Best regards & take care
- This reply was modified 6 years, 2 months ago by Lol Zimmerli.
Forum: Plugins
In reply to: [footnotes] likely incompatible with “jQuery Updater” pluginHi,
sadly, I have to close this one, as it should concern too few setups, I think, and we have no time enough to deal with it.
I appreciate your report anyway, and we will try to keep that in mind for future devs of the plugin.
Best regards
- This reply was modified 6 years, 3 months ago by Lol Zimmerli.
Forum: Plugins
In reply to: [footnotes] How do I change the width of this references columnYes, you can use a tool like https://imgbb.com/ and post the URL with your image here.
Best regards
Forum: Plugins
In reply to: [footnotes] Footnotes expand auto load postHi,
I cannot see the problem on the page you supplied. Can you give me more details in order for me to reproduce the case?
Best regards
Forum: Plugins
In reply to: [footnotes] How do I change the width of this references columnHi,
You can modify css/public.css but it will be reset at each plugin update.
You better can install a plugin for suppl. CSS, like “WP Add Custom CSS” and then, in its ‘Main CSS rules’, add something like:
.footnote_plugin_text {
width: 50px;
}NB:
footnote_plugin_index: 1st col
footnote_plugin_link : 2nd col
footnote_plugin_text : 3rd colHint:
footnote-reference-container : is table
you may add.footnote-reference-container {
width: 240px;
}In order to set full table (3 cols) total width and then play with all three columns width.
Forum: Plugins
In reply to: [footnotes] Changing display priority under postsHi,
OK, i installed the WP Post author plugin and will try to fix that.
Best regards
Forum: Plugins
In reply to: [footnotes] likely incompatible with “jQuery Updater” pluginHi,
In the JQuery Update plugin FAQ:
Q: Do I need this plugin if I’m running the latest version of WordPress on my site?
A: No(ref: https://fr.wordpress.org/plugins/jquery-updater/ )
Why did you installed it? Do you have an old WP version or is there another reason ?
I also tested with “jQuery Manager for WordPress” plugin instead, but it does not work either.
BTW, our ‘local’ JQuery, that comes with footnotes plugin, is fairly old. We should make use of WP built-in JQuery version. But it will takes time to change and test.
Best regards
Forum: Plugins
In reply to: [footnotes] likely incompatible with “jQuery Updater” pluginHello,
OK, I can reproduce that; I’ll search for a fix.
Thank you!
Forum: Plugins
In reply to: [footnotes] likely incompatible with “jQuery Updater” pluginHi,
The latest version of jQuery Updater plugin is a few days old; if you update it, is it still the same ?
Best regards
Forum: Plugins
In reply to: [footnotes] Warning: strpos(): Offset not contained in stringHi,
I can reproduce this; I will look further.
Thank you,
Best regardsForum: Plugins
In reply to: [footnotes] TypeError: a.browser is undefinedHi,
Can you post here your plugins list and theme used ?
Best regards
Forum: Plugins
In reply to: [footnotes] Changing display priority under postsHi,
I am not sure to understand, since on https://alexandrin.de/hi/ I see the footnotes above the author box. Did you change something on your side ?
Best regards
Forum: Plugins
In reply to: [footnotes] Tooltip/Mouse over box not workingExcellent 🙂
I hope you can find another plugin to replace Magee Shortcodes.I close the ticket.