ratoli
Forum Replies Created
-
Forum: Plugins
In reply to: [WPB Widgets Accordion for WooCommerce] Future of the pluginI guess this means “No” then
I have the same problem. But for me the tabs I just created disappear completely, even in the frontend.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Plugin deinstallierenHallo,
ich habe die Deinstallation ganz normal auf der Plugin-Seite durchgeführt.
Die Tabellen habe ich mittlerweile manuell entfernt. Gibt es sonst noch versteckte Eintr?ge wie gtin usw. ?
Danke
- This reply was modified 4 years, 7 months ago by ratoli.
I have regenerated all images and turned off the optimization during the upload. Now the size information is correct after the optimization.
Unfortunately, I have the same problem and must temporarily disable the plugin.
I just found a compatibility problem with “Font Awesome 5 Free”, it’s not a big thing.
But now, the Product Pagination is part of the Storefront-Theme. Take a look into Customizer/Product Page.Forum: Plugins
In reply to: [WooCommerce] Products backendI have 50.000 products, imported with WP All Import. Some of the products have no product-category. Now I have the problem with the new search-field in wp-admin. I have no idea, how to filter the products without category.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] shortcode for custom-tabthanks, very nice!
Forum: Plugins
In reply to: [WooCommerce] htaccess on my wp-login.phpI’m using
esc_url( wc_logout_url( wc_get_page_permalink( 'myaccount' ) ) )
and the users always get the server-authentication after logout. Login works.
I’ve insered this code in my htaccess:<Files wp-login.php> AuthType Basic AuthName "Restricted Admin-Area" AuthUserFile /www/htdocs/xxx/xxx.de/.htpasswd Require valid-user </Files>
- This reply was modified 7 years, 10 months ago by ratoli.
Forum: Plugins
In reply to: [WPS Hide Login] redirect pageHi,
you can play with the following code:Open wp-content/plugins/wps-hide-login/wps-hide-login.php an look for this (line 390):
if ( is_admin() && ! is_user_logged_in() && ! defined( 'DOING_AJAX' ) && $pagenow !== 'admin-post.php' ) { wp_die( __( 'This has been disabled', 'wps-hide-login' ), 403 ); }
change it with:
if ( is_admin() && ! is_user_logged_in() ) { wp_redirect(home_url() . '/error?m=' . urlencode($message)); exit(); }
Check your URL/link to the calendar. With the right permalink it works.