mikeprince
Forum Replies Created
-
Do you have any estimate when you will be dealing with this? It is an important feature on my website and I have users complaining that it does not work.
Forgot that would happen!
the ampersand is converted into the HTML character code & amp;
the table data is actually “Acrocephalidae (Reed Warblers & amp; Allies)”
Minus the space after &!
- This reply was modified 3 years, 3 months ago by mikeprince.
Thanks for doing this. I agree, and would have thought that AcyMailing would see this as a priority if they wish to compete with the more popular (but not as good!) mailing list options available.
I’ve added my vote.
You can specify a custom image size with the shortcode, but is it possible to have these available in the dropdown in the Gutenberg block?
Well, particularly weird but the problem was caused by a blank space before
<?php
in functions.php of my theme. Why this worked fine in all cases except where the TablePress plugin was active I have no idea, but at least the fix was easy!It is a strange one I agree! Details emailed.
Just to add to this, I’d love to see Acymailing integrated with Elementor Form Widget as well!
Forum: Plugins
In reply to: [AcuGIS Leaflet Maps] Hard-coded API key> Is it actually supported any more?
Clearly not ??Forum: Plugins
In reply to: [Footnotes Made Easy] Footnotes inside Elementor templateThat’s a shame. If you ever do decide to look at it, there is a hook
elementor/frontend/the_content
so you can use
add_action( 'elementor/frontend/the_content', array( $this, 'process' ), $this->current_options[ 'priority' ] );
instead of your existing
add_action( 'the_content', array( $this, 'process' ), $this->current_options[ 'priority' ] );
(although obviously you need to check whether Elementor is in use).This wouldn’t position the footnotes at the bottom of the content so that would need to be changed as well.
- This reply was modified 4 years, 8 months ago by mikeprince.
- This reply was modified 4 years, 8 months ago by mikeprince.
Forum: Plugins
In reply to: [AcuGIS Leaflet Maps] smodal.js Typo in controller.phpI’ve given up on it. Too many JavaScript errors in the console. A shame, because I haven’t seen a free plugin with as much functionality as this one.
Forum: Plugins
In reply to: [Footnotes Made Easy] Is it possible to have a URL in a footnote?Ah, simple. Sorry I missed trying that: perfect!
Forum: Plugins
In reply to: [Footnotes Made Easy] Is it possible to have a URL in a footnote?Yes it is. I tried adding the HTML code for it but that just displays as text (in the tooltip and footnote text).
No, because CSV files are automatically generated and placed in the folder which I can monitor for import. It’s just I don’t really want all the other CSV files re-imported at the same time.
I have about 60 tables so far, set to auto import daily, and will have many more. However on any one day it is likely that only 1 or 2 will have changed. I understand it’s just one update query but this is a considerable overhead. What is the problem with file modification date?
Ah, great, thanks very much!