Home › Forums › Basel support forum › How to make register / login like on demo
How to make register / login like on demo
- This topic has 10 replies, 4 voices, and was last updated 8 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
August 12, 2016 at 11:56 am #2680
LinasParticipantI have installed the default demo file, got it working fine, but after going through all the settings and plugins, I can’t seem to find how to enable the login / register form like you have on demo. Is it a separate plugin? If so, then what’s it called and how can I set it up like in demo version?
August 12, 2016 at 7:13 pm #2690
Artem TemosKeymasterHello,
Thank you for your question.
The link should appear on your header. But be sure that you use “Ecommerce” header layout in Theme Settings -> Header -> Header layout like our demo. Other header may not have “My account” links. Also check an option in Theme Settings -> Header -> My account -> My Account link in header, it should be enabled.
Regards
August 17, 2016 at 7:01 am #2791
LinasParticipantOk, thanks for the help. This has done the job, but now i want to replace my navigation position with the logo. I tried doing something like this, but didn’t work:
#logo { float:left; position:relative; (tried position: absolute: left) as well left: 0px; display:block; }
August 17, 2016 at 4:09 pm #2801
Artem TemosKeymasterAdd the following code to your functions.php file in the child theme to change their positions
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'logo', 'main_nav', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), ); }
August 18, 2016 at 5:52 am #2830
LinasParticipanti was getting the following error: Parse error: syntax error, unexpected end of file in <location of function.php file> on line 952. It broke my website and I did a backup, because I couldn’t update the file, but I found that line 952 is with ), and all I had to do was delete , which fixed it. Thanks for helping me. You can mark this issue as resolved. Or can I do that somehow?
August 18, 2016 at 12:19 pm #2841
netfinkParticipantI would also like to show the login/register links on a header layout other than the “Ecommerce” option. Why does it only work with that option? I appreciate that there may not currently be an area devoted to these links on all of the headers but would it be possible to add this dynamic link in the top bar menu area?
August 18, 2016 at 3:56 pm #2853
Artem TemosKeymasterAugust 19, 2016 at 1:19 am #2874
tmoodsParticipantHi there,
I have a related question. The My Account / Register tab appears fine in the header but on this page I only see the Log-In form on the left – the Register form on the right is missing. Under Theme Settings > Shop > My Account I have enabled Login page tabs – is there something else I need to do?Cheers,
ToddAugust 19, 2016 at 5:07 am #2880
Artem TemosKeymasterHi @tmoods,
You need to enable registration in the WooCommerce -> Settings -> Account
August 23, 2016 at 5:08 am #3057
LinasParticipantLike i said in last post, I don’t need further help. The error was only temporary and I was able to fix it by removing comma after one of brackets in the end. You can mark this thread as resolved.
August 23, 2016 at 3:54 pm #3069
Artem TemosKeymaster@Linas, okay, we are glad to help you 🙂
-
AuthorPosts
The topic ‘How to make register / login like on demo’ is closed to new replies.
- You must be logged in to create new topics. Login / Register