webalot
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Side Cart not showingWhere is the support?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Price filterSeems it has been solved, you did anything?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Price filterUnfortunately it also happens with all other plugins deactivated and with theme storefront.
Forum: Plugins
In reply to: [Code Snippets] redirection not working with wpmlChanged the first code snippet to:
add_action( 'template_redirect', 'redirect_to_specific_page' ); function redirect_to_specific_page() { if ( is_page( array( 'store', 'winkel' ) ) && ! is_user_logged_in() ) { wp_redirect( 'https://www.treeclix.com/my-account/', 301 ); exit; } }This worked, although it will not be redirected to the translated my account page, but that is not much of a problem.
Forget my question, removed Ultimate Member and installed another, working plugin.
Viewing 5 replies - 1 through 5 (of 5 total)