mathijsvdbeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Switcha - Easily Switch Themes for Development and Testing] sourcemapsOkay. Thank you for your quick reply. It seems I could solve the problem by removing the theme I made. I will let the theme developers look at the other problem.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] PayPal only available under 35Found it. For someone who wants the same just use:
add_filter(‘woocommerce_available_payment_gateways’, function($gateways){
$maximum = 35;
if (is_checkout() && WC()->cart && WC()->cart->get_total() > $maximum) {
unset($gateways[‘ppcp’]);
}
return $gateways;
});Forum: Plugins
In reply to: [Create Block Theme] css styles missing index.htmlThe plugin developers are looking at it. It looks like it is more of a problem with the plugin I use than this one. Although I have made a shortcode to get childpages and added css in the shortcode itself which won’t load on an index page and loads on a normal page. I think this is a wordpress thing…
It is okay. Any suggestions how to parse css from a shortcode on a index page is always welcome.
Forum: Plugins
In reply to: [Temporary Login Without Password] suggestionI noticed this, but if you like to give acces to +50 users I like everything to go automatically. Maybe a premium version?
Forum: Plugins
In reply to: [Print-O-Matic] No commentsFound the solution. I just need to add a standard header. I guess I will figure that out also.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Matomo block?Thank you for the solution.
Forum: Themes and Templates
In reply to: [Hotel Galaxy] Main menu – head menu not clickableThank you. This is not what I mean. When you hover the menu the submenu drops down. This works fine. I added the code, but my problem is not solved. What I mean is the following.
I like to hover for example “· Unsere Zimmer” and then click on Unsure Zimmer to go to this page and follow the link (you can see the link on the left side of the screen in chrome) but if you click you stay on the same page. The arrow of the menu item changes back and forward. But it does not follow the link. How to fix this?
Kind regards,
Forum: Plugins
In reply to: [JinMenu] UpdateThanks ??
Forum: Plugins
In reply to: [Wise Chat] cURL error 28: Operation timed outI have reproduced this also. Hopefully this can be solved!
I used the second snippet, but the system still counts the product in de the product bundle also. I want only single products to be counted. Is the snippet out dated?
Kind regards,
Forum: Plugins
In reply to: [Random Content] update pluginYes awesome news. Thanks!!!!
Forum: Plugins
In reply to: [AMP] wp list pagesThanks. I am using both. They work with each other. I will ask the developers.
Forum: Plugins
In reply to: [Comment Approved] child theme comments.phpIk heb vandaag nog even verder aanpassingen gedaan, maar het lijkt daar toch niet helemaal in te zitten. Ook zonder de childtheme aanpassingen en snippet krijg ik geen checkbox en geen e-mail.
Ik werk met wordpress 5.01
Groet,
Mathijs
Forum: Plugins
In reply to: [Random Content] update plugin?? Awesome ??
Forum: Plugins
In reply to: [Limit Max IPs Per User] log IPV6It works on my new server ??