Stefan Herndler
Forum Replies Created
-
Forum: Plugins
In reply to: [footnotes] Identical footnotes – only the first anchor link works.Hi Steve,
the reason why nothing happens when clicking the footnote #8 inside the text is a bug of our plugin and will be solved in one of the next release versions.
For your seconds issue (#10 isn’t visible in the reference container) I will have to do some research.
Forum: Plugins
In reply to: [footnotes] reference #s from other citations show through in hover viewHi vmead,
it seems that the popup box is displayed in the background and other elements (e.g. other superscripts and buttons) are in the foreground.
If you add the following CSS code the popup window will be in the foreground.
.footnote_tooltip { z-index: 9; }
Forum: Plugins
In reply to: [footnotes] Size and Location of SuperscriptHi,
may you post a link to your website?
I can provide the CSS code for you to reduce the size and positioning of the superscript but first of all I need to know the actual size of the superscript.Here is an example CSS code about how to modify the position and font size of all footnote superscripts.
.footnote_plugin_tooltip_text { top: 0.4em !important; font-size: 11px !important; }
Forum: Plugins
In reply to: [footnotes] Issues with WordPress Hook the_postHi,
first of all sorry for the delay.
Our Plugin isn’t designed for paginated posts. We will have to do some research about that. Hopefully we can improve our Plugin in the next release versions introducing the support of paginated posts.Forum: Plugins
In reply to: [footnotes] links in footnotesHi,
I am really sorry for the delay.
That is a bug ??
If the Excerpt mode for the mouse-over box is enabled, html tags are removed in the reference container and also in the mouse-over box if the text length contains more than X characters.We will fix this as soon as possible.
Forum: Plugins
In reply to: [footnotes] Long footnotesHi,
first of all we are sorry for the delay.
It would be possible to design the popup as a square using javascript. But when the text inside the popup is very short I guess it looks like shit. (Either you will have too much whitespace above and below the text or the text will be wrapped after each word)There would be a setting necessary to enable/disable the square-shaped popup and another setting to enable the square-shaped popup only if the text has at least X words/characters.
Forum: Plugins
In reply to: [footnotes] mobile footnotesHi,
I am really sorry for the delay. The footnotes in general aren’t real links. They are just superscripts. The functionality to link to another element is done using javascript. I have just tried the footnotes on my mobile device and they worked as they should. May it be possible that your mobile device has javascript disabled? Which mobile device are you using? (iPhone, iPad, Samsung, …)
Forum: Plugins
In reply to: [footnotes] TITLE is HUGEHi mmallett,
your ‘Reference’ title has 32 Pixel in height. This happens because the line-height is set to 1.3em in the footnotes stylesheet.
Reducing the line-height to 1.0em will reduce the whole height to 25px instead of the 32px.This can be done by customizing the stylesheet in the “Customize” tab of the Footnotes settings page.
Enter the following CSS code to manipulate the title attributes:
.footnote_container_prepare > p { line-height: 1.0 !important; }
If the line-height gets too small you may also need to reduce the font-size of the title.
.footnote_container_prepare > p > span:first-child { font-size: 1.5em !important; }
Hope that solves your issue.
Forum: Plugins
In reply to: [footnotes] Link to footnote from another post to yet another postWe can’t display a custom message or doing some other stuff to notify the user because the Plugin is deactivated so the WordPress core doesn’t include and execute our Plugin.
Forum: Plugins
In reply to: [footnotes] Plugin Conflicts with PizazzWP Slider PlusHi midihead,
sorry for the delay. It’s a bit hard to check that issue because PizazzWP Slider Plus is a paid for Plugin. Is there any possibility to get that Plugin for free?
Forum: Plugins
In reply to: [footnotes] Footnotes on Subscribe2 BlogPost NoticesWill be marked as resolved due to inactivity.
Forum: Plugins
In reply to: [footnotes] Link to footnote from another post to yet another postHi Rudolf,
sorry for the delay. This issue should be resolved with the latest version 1.6.0.
Forum: Plugins
In reply to: [footnotes] Links not working in firefoxHi awelsh,
thanks for your report. We will check this issue with all web browsers and fix it as soon as possible.
Forum: Plugins
In reply to: [footnotes] Latest version adds foot notes to text widgetHi 34503895,
thanks for your response. I’ll mark this topic as resolved.
Forum: Plugins
In reply to: [footnotes] Link superscript footnotes to referenceHi Erica,
I have changed the link from the superscript down to the reference container. Now the superscripts links to the footnote number in the reference container instead of to the arrow. With the latest version it is possible to hide the arrow without getting any other error.
As a notice: The arrow itself links back to the superscript. So if you hide the arrow, your users won’t have the ability to move back to the superscript.
If everything works fine, we would be happy about a review ??