Lunis
Forum Replies Created
-
It suddenly works. So no problem.
Thanks.
Forum: Plugins
In reply to: [Easy Pull Quotes] Change alignment for mobile view (doesn’t work)Thank you!
Forum: Plugins
In reply to: [Easy Pull Quotes] Change alignment for mobile view (doesn’t work)Forum: Plugins
In reply to: [Easy Footnotes] Qtips no longer displayThanks, Jason. Installing the Enable jQuery Migrate Helper did the trick for me.
Forum: Plugins
In reply to: [Simple Drop Cap] Change shortcode?Yeah. Tried to change the code from
if( selected !== ' ' || selected !== null ) { // if text is selected when button is clicked, wrap shortcode around it content = '[dropcap]' + selected + '[/dropcap]'; } else { // add shortcode without the selected text content = '[dropcap][/dropcap]'; }to
if( selected !== ' ' || selected !== null ) { // if text is selected when button is clicked, wrap shortcode around it content = '<p>[dropcap]' + selected + '[/dropcap]</p>'; } else { // add shortcode without the selected text content = '<p>[dropcap][/dropcap]</p>'; }But nothing’s changed. It still inserts [dropcap]…[dropcap] when pressing the shortcode button.
I have almost no coding experience, sorry.
Forum: Plugins
In reply to: [Simple Drop Cap] Change shortcode?Thanks. I was looking for a way to make work like that automatically – when pressing the D-button in the Visual Editor, though.
Best!
Forum: Plugins
In reply to: [Easy Footnotes] Need non-breaking link between text and superscript numberYes. Screenshot: https://herlevgymdk-my.sharepoint.com/:i:/g/personal/uffe1014_herlev-gym_dk/EXdTA8PhX2lPuL7OqpH9SVwB3TANNAh-K_IjjkLp14DAQg?e=SkT9Fv
I’m not entirely sure about the browser window’s dimensions. But the width is 1354 (see screenshot), right?
Forum: Plugins
In reply to: [Easy Footnotes] Need non-breaking link between text and superscript numberFirefox Quantum 66.0.1 (64-bit).
Windows 10 Prof (1809; 64 bit).
The problem has been there forever (since Win 10 1703 and FF 56 at least).
Forum: Plugins
In reply to: [Easy Footnotes] Need non-breaking link between text and superscript numberSure. See here: http://www.eftertrykket.dk/2019/03/24/moralens-vogter-mediemisbruget-af-kosovo-katastrofen/
Happens with footnote 23 for example – on Firefox – when I gently shrink the browser window.
Thank you for looking into it.
- This reply was modified 7 years, 2 months ago by Lunis.
Forum: Plugins
In reply to: [Easy Footnotes] Need non-breaking link between text and superscript numberI have the same problem. Happens in Firefox, not Chrome or Edge. Don’t know how to fix it.
Best, Lunis
Forum: Plugins
In reply to: [Easy Pull Quotes] EPQ and Print Friendly & PDF pluginI managed to do it myself thanks to your advice. Thanks!!
Forum: Plugins
In reply to: [Simple Drop Cap] Problem with SDC and Easy Footnotes.OK. Thanks a lot for your reply then! Will try that.
Forum: Plugins
In reply to: [Easy Pull Quotes] Different alignment for desktop and mobile view?Thanks a lot. Much appreciated!
Forum: Plugins
In reply to: [Easy Footnotes] Convert MS Word footnotes to Easy FootnotesI use NoteStripper: http://www.editorium.com/15078.htm
Not perfect. But much better than manually converting the notes.
Forum: Plugins
In reply to: [Easy Footnotes] Programmatic output of Footnotes?I’m looking for a solution for this too. And I would like to try Jason’s code. But I haven’t succeeded. In which file should I insert the code? Where in the file (or doesn’t it matter?)? Should the code replace something else?
I’m really a Noob. Thanks in advance for any hints.