Golemiq
Forum Replies Created
-
Forum: Plugins
In reply to: [Footnotes & Content] Inquiry regarding placement of WordPress FootnotesLike said – this plugin has nothing to do with the easy footnotes.
If you want to try the shortcode functionality, use the live preview link on the plugin’s page or https://wordpress.org/plugins/awesome-footnotes/?preview=1
Open the default post, put a word (or couple of words) inside (( )), add
[awef_show_footnotes]shortocde right below the title, update, goto preview and the footnotes will show right after the title and before the content.
Or if you delete the shortcode, update and preview, the footnotes will be right after the content.
Forum: Plugins
In reply to: [Footnotes & Content] Inquiry regarding placement of WordPress FootnotesI’am sorry but there is some confusion here. This is not easy footnotes plugin – you can find it here – https://wordpress.org/plugins/easy-footnotes/ and ask there, but i am afraid that it is no longer supported.
Forum: Plugins
In reply to: [Footnotes & Content] ACF Flexible Content – List FootnotesClosing this – if there is something else – don’t hesitate to open another one.
Forum: Reviews
In reply to: [Footnotes & Content] By Far the BEST Footnote PluginApologies for the late reply – thank you so very much for the kind words and high rating..
Really hope we keep it on top long after this date 🙂
Thank you once again!
Thank you very much for your time, commitment and last but not least – the appreciation – thank you once again!
Forum: Plugins
In reply to: [Footnotes & Content] ACF Flexible Content – List FootnotesHi @jonjoncs
Sorry for the delay – I’ve tried few approaches to the problem but without any success I am afraid.The problem comes, like I said, from the dynamic structure and the freedom of using the ACF fields (actually even the post content itself).
Long story short – you can use the footnotes in ACF, but they have to appear in every block, as there is no way (except parsing the entire WP structure of showing the given content, which will take huge resources with questionable results).
The only way around that, which I can think of, is to have an option to get rid of footnotes all along, and show them using JS right into the context, during the text reading on click or hover, depending on the device. I am currently working on such solution, using vanilla JS, but can not give you specific timeline when that will be available.
Once again – sorry for the bad news.
Forum: Plugins
In reply to: [Footnotes & Content] ACF Flexible Content – List FootnotesHi there!
Thank you very much! Highly appreciated!Haven’t tried with flexible content, but will check and get back to you.
There is something to keep in mind though:
Unfortunately there are limitations with the ACF because of its block structure. There is no way to guess how many blocks are there, which is first, second, are there more blocks or not … So every block will show its own footnotes, and shortcodes are not working outside them. Like said – currently there is no way to achieve that.
What plugin does is to keep track of the footnotes and keep proper numbering among the blocks (again there is no way to guess which is which, so they are parsed in order of their callings from backend, but they can be shown in entirely different places on the front end.)The only possible solution is to probably skip the whole footnotes section, and show the footnote inline using JS – but that is work in progress still.
Really hope that this is not a deal breaker for you 🙂
Forum: Plugins
In reply to: [Footnotes & Content] ACF footnotesGlad to hear that!
Closing this – please leave your review!
Forum: Plugins
In reply to: [Footnotes & Content] ACF footnotesHi eugenend – just published new version – 3.1.0 where that problem should be solved – try it out please.
Forum: Plugins
In reply to: [Footnotes & Content] ACF footnotesSorry for that.
Would you please give more info about the problem – what type of blocks you are using – textarea or wysiwyg ? Or both ?