Tomi76
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] When calculating shipping total, force roundingHi Mike,
It’s works, thank you very much!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce LightBox Display Not Working CorrectlyHi,
After the update, I have an issue with lightbox.
All the variable products, the image of the variation displaying in small size. The images of the gallery displaying in big size.What is the solution?
thanks,
Tamás
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Increasing the data baseThank you for your quick answer.
I will search the problem in woocommerce.
Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] One more emailHi Adnan,
I gave up the fight with wp e-commerce, I switched to the woocommerce plugin, it know everything what I need.
Bye
Forum: Plugins
In reply to: [Rename wp-login.php] Register link isn' t workingI found it, and works:
// Change title for login screen
add_filter(‘login_headertitle’, create_function(false,”return ‘URL Title’;”));
// change url for login screen
add_filter(‘login_headerurl’, create_function(false,”return home_url();”));
Forum: Plugins
In reply to: [Rename wp-login.php] Register link isn' t workingHello Janneke!
Thank you very much for your help!
function the_url( $url ) {
return get_bloginfo( ‘url’ );
}
add_filter( ‘login_headerurl’, ‘the_url’ );It works fine.
But with the login_headertitle I can’t do this.
What code should I use?
Thanks,
Forum: Plugins
In reply to: [Rename wp-login.php] Register link isn' t workingI forgot the register link isn’t working for me.
I use the “sidebar login” plugin. If I logout from my website, the link “forgot password” is okay, but the “register” link go to 404 error page.
If I choose the forgot password first, I get to the logon page, and If I choose that the register link, it works fine.