Richard van Denderen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Live Admin BarIt wouldn’t be so much of a problem if it only showed when it would be in maintenance/coming soon mode.
What makes is so insurmountable stupid that it also ignores the
WP_ENVIRONMENT_TYPE
when that is set.Forum: Plugins
In reply to: [WooCommerce Legacy REST API] v1.0.2 Critical ErrorAlso got an error.
[15-May-2024 09:53:58 UTC] PHP Fatal error: Uncaught Error: Non-static method WC_Legacy_REST_API_Plugin::hpos_is_enabled() cannot be called statically in /var/www/html/wordpress/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php:77 Stack trace: #0 /var/www/html/wordpress/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php(28): WC_Legacy_REST_API_Plugin::maybe_add_hpos_incompatibility_admin_notice() #1 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): WC_Legacy_REST_API_Plugin::on_woocommerce_init() #2 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #3 /var/www/html/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /var/www/html/wordpress/wp-content/plugins/woocommerce/includes/class-woocommerce.php(812): do_action() #5 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): WooCommerce->init() #6 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #7 /var/www/html/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action() #8 /var/www/html/wordpress/wp-settings.php(695): do_action() #9 /var/www/html/wordpress/wp-config.php(132): require_once('...') #10 /var/www/html/wordpress/wp-load.php(50): require_once('...') #11 /var/www/html/wordpress/wp-blog-header.php(13): require_once('...') #12 /var/www/html/wordpress/index.php(17): require('...') #13 {main} thrown in /var/www/html/wordpress/wp-content/plugins/woocommerce-legacy-rest-api/includes/class-wc-legacy-rest-api-plugin.php on line 77
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Dutch Support Group – Q&A hier !@ninde je hebt net even pech.
Is nu net een grote storing gaande bij TransIP waar de website/DNS van paytium is ondergebracht. (nieuws bericht)Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Storende oranje balkZoals ook in het andere topic aangegeven
Die kleur kan je aanpassen door de volgende code toe te voegen in de customizer onder Extra CSS
.supsystic-tables-wrap .ui-widget-header{ border: 0px; background: none; }
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Dutch Support Group – Q&A hier !@fleuryfy
Die kleur kan je aanpassen door de volgende code toe te voegen in de customizer onder Extra CSS.supsystic-tables-wrap .ui-widget-header{ border: 0px; background: none; }
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Dutch Support Group – Q&A hier !Je kan naar mijn weten een licentie niet stoppen vanuit je gebruikersaccount bij paytium, vandaar het terug boeken. Vanuit de Nederlands WordPress community proberen we ook in contact te komen met David/Paytium met betrekking tot de huidige situatie.
Met het deactiveren van een site deactiveer je alleen de licentie voor die website, dan komen daar geen update meldingen meer op binnen. De plugin blijft echter dan nog wel werken.
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Dutch Support Group – Q&A hier !@jantienm Betreft de licenties, Als je betaalt per automatische incasso kan je op dit moment waarschijnlijk het beste een mail sturen om je plus versie te stoppen en die betaling te annuleren via je internet bankieren.
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Dutch Support Group – Q&A hier !Jullie kunnen ook vragen in het Nederlands stellen op het Nederlandse support forum (https://nl.www.ads-software.com/support/forum/plugin-vragen/). Daar zijn ook meerdere techneuten die nieuwe berichten in de gaten houden.
Forum: Plugins
In reply to: [WP Meta SEO] JQuery not compatible with WordPress 5.5also see some notices from the Enable jQuery migrate helper plugin
These occure on
/wp-admin/plugins.php
page and on/wp-admin/post-new.php?post_type=page
with classic editor plugin enabledhttps://example.com/wp-content/plugins/wp-meta-seo/assets/js/metaseo_admin.js: AJAX events should be attached to document: ajaxStart https://example.com/wp-content/plugins/wp-meta-seo/assets/js/metaseo_admin.js: AJAX events should be attached to document: ajaxStop
Forum: Developing with WordPress
In reply to: My Plugin Safety doubtI think this is the documentation you’re looking for:
https://developer.www.ads-software.com/reference/functions/is_plugin_active/
It’s describing the exact thing you are doing also with some code examples.
Forum: Fixing WordPress
In reply to: wordpress permissions problemIt’s mostly about file ownersship and the processes that run on the server.
https://codex.www.ads-software.com/Updating_WordPress#File_Ownership
https://www.ads-software.com/support/article/changing-file-permissions/- This reply was modified 5 years, 11 months ago by Richard van Denderen.
Forum: Fixing WordPress
In reply to: WordPress is loading old style.css sheetHi Yvonne,
Are you sure you are editing the style.css from spacious-child and are connected to the right FTP server? (assuming you use ftp).
The file is here also accessible to it’s definitely not deleted.
It could be a caching thing on the webhosting server-side, that would be an odd one though. You could ask the webhost of they have any sort of server-side caching enabled that could cause this problem.Forum: Fixing WordPress
In reply to: wordpress permissions problemIt’s maybe a bit harsh but it would probably be in your best interest to look at a different hosting provider that has more experience hosting WordPress websites.
Because it is a private server there are tons of different possibilities of solutions but also of what is causing the problem.
tHis is probably more an issue on the server/software level than it is with WordPress itself.
The PHP process that WP is using should be allowed (within limits) to make read/write changes to files, it’s up to the server admin to configure this properly.Forum: Fixing WordPress
In reply to: wordpress permissions problemHi bsahmed,
I would say that it’s a job of the server administrator to make sure that the server is properly configurated so that WordPress works as it should be.
That being said, if you have (s)FTP acces you could add some constants to the
wp-config.php
so that you can update WP and install plugins/themes etc.
https://codex.www.ads-software.com/Editing_wp-config.php#WordPress_Upgrade_ConstantsForum: Plugins
In reply to: [PostNL for WooCommerce] 503 error codeDie mail is vandaag al om 10:39 verzonden, vrijwel direct na het plaatsen van het onderwerp hier. Nog geen reactie op gehad.