Golemiq
Forum Replies Created
-
Forum: Plugins
In reply to: [Footnotes & Content] Issue with Formatting and Reset to Default ButtonI just saw this :
Version 4.0.0 will be released to sites in about 24 hours. ww.wp.xz.cn currently delays plugin updates by 24 hours so moderators and security scanners can review changes before they reach users. If this update fixes a security issue that needs to ship sooner, contact [email protected].
Have no idea what does that mean, but the version is released and you can download it from the plugin page as it seems.Forum: Plugins
In reply to: [Footnotes & Content] Feature Request: Admin Side Markup Colouring?Part of version 4.0.0
Forum: Plugins
In reply to: [Footnotes & Content] Issue with Formatting and Reset to Default ButtonHey Jamie,
Glad to hear that. Space is reduced a bit, the “global formatting” is an interesting feature to be added, but not in this version I am afraid.
So – back to the bug problem – once the new version is in place (4.0), use DB plugin or client of your choice, go to {PREFIX}_postmeta table and search for “_awef_post_settings” – if neither of your posts is using custom formatting – delete all of the records, is some of them does – keep them and edit the posts in editor and save them manually. I am afraid that there is no other way around this – sorry for that.Forum: Plugins
In reply to: [Footnotes & Content] Issue with Formatting and Reset to Default ButtonHey Jamie,
I found few other issues related, and all these must be fixed now, but i wonder how to give you the version so you can test it – so i ve created this for testing:Site name: Blue Eyed
URL: https://blueeyedray.s3-tastewp.com
Username: admin
Password: JbPpjKZO3yU
plugin is installed – you dont need to install anything from your side, as the problem is reproducible even with standard posts – just export and import your config and check the posts
btw – this should also include the footnotes tags highlights
Once confirmed – i will tell you what you need to do in order to make it work with already edited posts on your site and publish the new version.Forum: Plugins
In reply to: [Footnotes & Content] Feature Request: Admin Side Markup Colouring?Thats actually a very good feature, which I think can be implemented in the next version of the pluign.
Forum: Plugins
In reply to: [Footnotes & Content] Multi-Page Posts and Numbering/Sequencing ContinuationFor this, the plugin supports “Paginated Posts” β please check that section in the plugin’s README page.
The idea is that, on any post, you can change the starting footnote number by using:
<!--startnum=5-->In this example, 5 is the number you want the footnotes in that particular post to start from.
Check whether this approach will work for your use case.
One thing to keep in mind is that this is actually an HTML comment. This means you’ll need to switch your editor (Classic Editor or Gutenberg) to Code Editor mode and enter it as plain HTML. After that, you can switch back to the visual editor if you like β the editor should preserve the comment in the post content.
Forum: Plugins
In reply to: [Footnotes & Content] Issue with Formatting and Reset to Default ButtonHey Jamie,
Sorry to hear that plugin gives you troubles.
Unfortunately i have a flight early tomorrow and wonβt be back till Sunday, so i can check/respond properly the week after the next.
Hope that this is not a deal breaker for you.
Sorry once again.
Sincerely
Forum: Plugins
In reply to: [Footnotes & Content] Warning in class-footnotes-formatter in PHP 7Great news!
If you have a minute- leave a review please.
Sincerely
Forum: Plugins
In reply to: [Footnotes & Content] Warning in class-footnotes-formatter in PHP 7Thats weird, should not be the case in any PHP version …
Anyway – I have added more strict typing in this class and I hope that this will solve the problem – there is a new version of the plugin 3.9.3 – try it out please.There is a site you can use – https://ajarquilt.s6-tastewp.com/wp-admin/admin.php?page=awef_settings#awef-options-tab-options – it must be alive for the next 2 days. Plugin is installed, your options are applied and the post hello world is with some content.
username: admin
password: 3mwtrH7rQSMHi there,
Thank you for your good words!
Unfortunately with given context I can not tell what might be causing this – can you provide some link to article where i can see it “in action”, also your setting could be useful – you can export them from Export/Import menu -> Download Export file buttonForum: Plugins
In reply to: [0 Day Analytics] The current error_log value error_log is not supported.Hey Matt,
Go to the settings of the plugin, make sure that WP Debug Enable and WP Debug Log Enabled are enabled, then set the value in WP Debug Log File Name to the absolute path of your error log file (default for WP is debug.log stored in the wp-content dir ) and save the settings. Plugin will try to store these in wp-config.php, if it is not writable – set these by yourself – WP_DEBUG and WP_DEBUG_LOG are the constants.
If you are using ini_set directive in PHP (and it looks like you do), make sure that you are using the absolute path there. Keep in mind that when you are not using the WP debug constants, the errors reported and plugin capabilities are limited, so it is best to set these and use what WP provides you with.
Long story short – whatever you use for setting the error log file, make sure it is point to the file using absolute (full) path.Forum: Plugins
In reply to: [Query Monitor] remove exit() from error reportingsThanks!
Its a plugin not a site and short answer is – everything i can put my hands on so to speak π
Ive set QM_DISABLE_ERROR_HANDLER to true, but don’t like this approach
Forum: Plugins
In reply to: [Footnotes & Content] Footnote link to sourceGlad to hear that!
May I ask you for leaving a quick review please.
Forum: Plugins
In reply to: [Footnotes & Content] Footnote link to sourceHi there,
Just put that link with some description in the footnote tags you are using and thats it – it will show it along with clickable link. Something like:((Our source:Link to source))