toxicum
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cannot change the contact dataWorkaround in my case is, to remove the react_conditions in general.php from the affected fields.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cannot change the contact dataOk, this seems to be a bug in the plugin.
1. Set General > Cookie Policy > Generated with Complianz
2. Edit the Website information in General > Website Information
3. Add [cmplz-document type=”cookie-statement” region=”eu”] to a page
4. Set this page the Cookie Policy File in General > Documents > Existing Page.
5. Contact Information is displayed in the generated Cookie Info using cmplz-document short code
6. General > Website Information only shows country selector. Contact info fields are not visible, so you are not able to update the contact data until you set Complianz to Cookie Policy to “Generated with Complianz” again.So the contact information input fields must always be visible independent of the Cookie Policy settings.
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Fatal error on latest versionWhen re-installing the plugin, vendor/autoload.php is there and the plugin works. So something is wrong with auto update, as the file wasn’t there on auto-update.
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Fatal error on latest versionWP Auto-Update.
Forum: Plugins
In reply to: [Advanced Cron Manager - debug & control] Fatal error on latest versionSame here. WP Updated to 2.5.7 and website was broken afterwards.
Unfortunately, this leads to a fatal WP error.
Needed to rename the plugin folder to get WP working again.Please fix asap (and ensure it doesn’t happen again)
- This reply was modified 2 years ago by toxicum.
I checked my languages folder of the plugin, and the only ones there are:
FR, HU, KR, PL, BR, SE and CN.
But “DE” strings are shown when I switch to “german”. “german(formal)” not. Maybe you can elaborate why “DE” is displayed, but formal not….translate.wordpress.org saves the translated files to wp-content/languages/plugins.
I think it is because DE_formal is below 60% currently. Will work on it and check again.- This reply was modified 2 years, 9 months ago by toxicum.
Thanks. Please add the files to the next release. I will continue working on the de and de(formal) translations.
I know that translations are not complete, yet. We should get the translations working at all. At least the menu is translated. Shouldn‘t the language files from translate.wordpress.org automatically be added to the plugin? I never added something manually for other plugins.
Deutsch (Sie). (German (Formal)
Forum: Plugins
In reply to: [SlimStat Analytics] Database missing tableSo your Slimstat version must be very old, because this table was added with version 4.3.7 more than 7 years ago.
See https://github.com/wp-slimstat/wp-slimstat/blame/master/admin/index.php#L386
This file also holds all other table definitions, so please check them as well.Forum: Plugins
In reply to: [SlimStat Analytics] Database missing tableMay it be of help for you, here is the table structure I have with latest version 4.8.0. btw: “wp_2” seems to be your configured db-prefix.
CREATE TABLE wp_2_slim_events (
event_id int(10) NOT NULL AUTO_INCREMENT,
type tinyint(3) unsigned DEFAULT 0,
event_description varchar(64) DEFAULT NULL,
notes varchar(256) DEFAULT NULL,
position varchar(32) DEFAULT NULL,
id int(10) unsigned NOT NULL DEFAULT 0,
dt int(10) unsigned DEFAULT 0,
PRIMARY KEY (event_id),
KEY vansp_slim_stat_events_idx (dt),
KEY fk_vansp_slim_events_id (id),
CONSTRAINT fk_vansp_slim_events_id FOREIGN KEY (id) REFERENCES vansp_slim_stats (id) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1003 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;- This reply was modified 2 years, 9 months ago by toxicum.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Translations are not currrentAnyone?
German translations are at 100%, but half of the admin pages are still shown in english.Also, there are some texts, were no translation key exists:
“Is this your client’s site? Click here if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.” is not available on translate.wordpress.orgForum: Plugins
In reply to: [Super Progressive Web Apps] PHP warnings in pluginNot here. Tried to PM you in wordpress.slack.com, but I didn’t find you there.
Forum: Plugins
In reply to: [Super Progressive Web Apps] PHP warnings in pluginHere are the Screenshots and list of plugins: https://www.dropbox.com/sh/oqqqljiev7sd77f/AACyk9EjGbZiOqAdsMfE6gfaa?dl=0
Forum: Plugins
In reply to: [Super Progressive Web Apps] PHP warnings in pluginWill do next week. Was away