green top bar - login option

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by alefveld, Oct 21, 2014.

  1. alefveld

    alefveld New Member

    Joined:
    Oct 7, 2014
    Messages:
    10
    Likes Received:
    0
    Hi,
    I would like to :

    1. Make the register and login be on the left, similar to how it shows when you are logged in. if I logout now it seems centered.
    2. Remove the register option and allow for a login and password option, with a login button instead.

    So in short:
    A login and password option in the green top bar, with a login button. These should be centered to the left, as it does when you are logged in. I don't want it to take me to a separate wp-login page, I want it to login me in from the top bar. I would also like a search button there that would search the site and blogs.

    Would very much appreciate it if you could tell me how to do this.

    Kind regards,
    Alef
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    Thanks & Regards
    Yogesh Bhade
     
  3. alefveld

    alefveld New Member

    Joined:
    Oct 7, 2014
    Messages:
    10
    Likes Received:
    0
    what about making register and login appear to the left similar to after logging in ?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu1 .dd1smoothmenu.admin-menu {
    float: left;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. alefveld

    alefveld New Member

    Joined:
    Oct 7, 2014
    Messages:
    10
    Likes Received:
    0
    Hi Yogesh,
    Thanks!
    That worked, but..it seems 1 or 2 pixels off if you compare it to the welcome user.

    I tried adding padding or margin, but no success yet.

    Alef
    Happy diwali
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Thank you for wishing happy Diwali.

    Please provide me your live website URL i will give you css code according to website requirement.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page