• Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
Login / Register
Checkout
Checkout
Menu

Home / Forums / Basel support forum / How to make register / login like on demo

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, 8 months ago by Artem Temos.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • August 12, 2016 at 11:56 am #2680

    Linas
    Participant

    I 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 Temos
    Keymaster

    Hello,

    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

    Linas
    Participant

    Ok, 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 Temos
    Keymaster

    Add 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

    Linas
    Participant

    i 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

    netfink
    Participant

    I 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 Temos
    Keymaster

    @Linas, please provide your FTP access we will do this quick fix for you.

    Hello @netfink,

    You can place those links to the top bar using the following PHP function basel_header_block_header_links(). You can edit header.php file to achieve this.

    August 19, 2016 at 1:19 am #2874

    tmoods
    Participant

    Hi 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,
    Todd

    August 19, 2016 at 5:07 am #2880

    Artem Temos
    Keymaster

    Hi @tmoods,

    You need to enable registration in the WooCommerce -> Settings -> Account

    August 23, 2016 at 5:08 am #3057

    Linas
    Participant

    Like 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 Temos
    Keymaster

    @Linas, okay, we are glad to help you 🙂

  • Author
    Posts

Tagged: basel, login, register

Viewing 11 posts - 1 through 11 (of 11 total)

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

Your request can't be resolved for a long time? Contact our general support manager.

Contact form
WoodMart Facebook Group
Create your WordPress website.
  • Resources
    • Video tutorials
    • Blog
    • Contact us
    • Refund Policy
    • Terms of Service
  • Social links
    • Facebook
    • Twitter
    • Instagram
    • YouTube
@ XTemos studio. 2025 WordPress development from 2015.

Privacy Policy

  • Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Documentation
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Demo
    • WoodMart
    • Basel
    • Hitek
  • Login / Register
Sign in
Close

Lost your password?

No account yet?

Create an Account