Golemiq
Forum Replies Created
-
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))Forum: Plugins
In reply to: [0 Day Analytics] Problem with cron deletionGlad to hear that!
May i ask you to leave plugin a review please.Forum: Plugins
In reply to: [0 Day Analytics] Problem with cron deletionSorry for that – you are absolutely right – new version with patch is released – please try it and get back with the result.
Forum: Plugins
In reply to: [Footnotes & Content] Counting is offGreat news!
Yeah – avoid it if you can 🙂
Anyway – long story short – with just ACF CPT and Footnotes everything worked as expected, then I decided to start adding plugins and found the exact same problem when yoast enabled, that’s why I’ve guessed.
Glad that everything is working now, may I ask for a minute of your time – if you can – leave a review please – thanks.
Forum: Plugins
In reply to: [Footnotes & Content] Counting is offChecked the problem and it looks like it interferes with Yoast plugin – there is a new version 3.8.1 of the footnotes – please update and try with it.
Any feedback is appreciated.
Forum: Plugins
In reply to: [Footnotes & Content] Counting is offI am sorry but I am not quite sure what do you mean by CPT – is that some plugin or custom made custom post type ?
Are there some steps to reproduce the problem?
Forum: Plugins
In reply to: [Footnotes & Content] Styling the jQuery pretty tooltipGreat – very happy to hear that!
May we kindly ask for a couple of minutes of your time to leave a review. We will highly appreciate it!
Thanks in advance!
Forum: Plugins
In reply to: [Footnotes & Content] Styling the jQuery pretty tooltipHi there,
Footnotes are using the following classes for pretty tooltip:
footnote and footnote-tooltip
so you can use these in your CSS to target the styling.
Or you can go to footnotes settings select Options from the left hand menu, and in Styling (CSS) section paste something like this:
.footnote.footnote-tooltip {
font-size: 2em;
color:#fff;
border:1px solid #e74c3c;
background:#333;
}Sincerely