Corrado Franco
Forum Replies Created
-
Forum: Plugins
In reply to: [Blank Footnotes] How to remove superscriptThanks.
It’s a <sup> tag, try this in style.csssup { font-size: unset !important;
line-height: unset !important;
position: unset !important;
vertical-align: unset !important;}Idem here. Same mistake.
Forum: Plugins
In reply to: [WooCommerce] not showing orders, updated to WordPress 5.0.2For the subscriptions module it doesn’t solve :/
It’s possible only for one section of the block (title, content or image) at a time.
Since 3.7.5, it seems to me, there is this problem. Some customers are protesting with me. Is it possible to return as before and to put an article in the block? Thank you.
I’m sorry for my english.
I have the same problem.
All items, except ARTICLES, are rightly in the boxes. If I try to insert an article a new column is created.Mailpoet 3.7.8 in 2 installations.
Forum: Plugins
In reply to: [Blank Footnotes] Footnotes in unordered/ordered listsNo, because works with markdown style.
In the future I may add new features, but for now it works like that of jetpack.Forum: Plugins
In reply to: [Blank Footnotes] Footnotes in custom field ?The footnotes displayed correctly in the PDF was one of the reasons that prompted me to create this plugin.
For custom fields there is no function at the time, I’m sorry.
The plug-in is a simple regular expression in the content post, lika markdown mode in jetpack plugin.
I will see whether to implement it in the future.Thanks
Corrado FrancoI’m sorry for my bad english
- This reply was modified 8 years, 3 months ago by Corrado Franco.
Forum: Plugins
In reply to: [Blank Footnotes] Blank Footnotes positions one line beyond footnoteThis error happens with admin statusbar. It should be corrected with the theme style. I have deliberately not added css, to leave the cleanest plugin. I’ll see if in the future to add some css rule, but I do not think.
I’m sorry for my english.
Forum: Reviews
In reply to: [Blank Footnotes] Very good!Thank you too, for appreciation.
Forum: Plugins
In reply to: [Blank Footnotes] Headers Already Sent errorThere was an error in the zip file, which contains two copies of the plugin.
I forced regeneration with new version 1.3a (only for svn)Anyway here are the original versions
https://github.com/conraid/blank-footnotes/releasesForum: Plugins
In reply to: [Blank Footnotes] Headers Already Sent errorIf you tell me if it works, I set resolved this bug.
Thanks
Forum: Plugins
In reply to: [Blank Footnotes] Headers Already Sent errorOps, standard method to check jetpack modules
if ( ! class_exists( ‘Jetpack’ ) || ! Jetpack::is_module_active( ‘photon’ ) ) {
not work, so I used a grep, but there was an error in case of missing jetpack, version 1.3 should work now.I’m sorry for my bad english and for late reply.