Hi, I am using Bss_SocialLogin extension and it is very good. But we are facing an issue with it kindly check the below-mentioned screenshot.
"Create New Customer Account" title is showing in Advanced search, Orders return and contact us page. If I disable this module issue is gone please check to give the right solution to me. I had submitted a ticket in support 2 months before still, I didn't receive any valuable response from them.
===================
Thank you for your information.
About the issue you mentioned above, there were two classes in the module caused this.
Bss\SocialLogin\Block\SocialLogin\Create
Bss\SocialLogin\Block\SocialLogin\Authentication
Extend Class: Magento\Customer\Block\Form\Login and class: Magento\Customer\Block\Form\Register.
We would like to provide you a solution:
Set title of 2 class extends above:
add code
protected function _prepareLayout()
{
return $this;
}
into 2 class:
Bss\SocialLogin\Block\SocialLogin\Create
Bss\SocialLogin\Block\SocialLogin\Authentication
We have the result:
Hope this information would satisfy you.
If you have any other queries, please feel free to contact us.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article