Is it possible to remove login at top of page? also does the bbpress have to be used? If possible can we just use the login for customers at the check out page when it asks for billing address?
Thx
Is it possible to remove login at top of page? also does the bbpress have to be used? If possible can we just use the login for customers at the check out page when it asks for billing address?
Thx
1) Yes - open up propulsion\config-woocommerce\config.php and delete following line:
$output .= "<li class='login_link'><a href='".$url['account_overview']."'>".__('Log In', 'avia_framework')."</a></li>";
2) No - bbpress is not required. You ca deactivate it or deinstall it if you like.
Also can I remove all the links for comments in the blog section? Basically I don't want to allow comments.
Thx in advance
Hi O5,
You can set the comments to be allowed/not allowed on the individual blog post as its part of the built in function of wordpress :)
Regards,
Devin
You must log in to post.