Topic-icon How to change Log out from button to link and make it not in 2nd row?

Active Subscriptions:

None
pls have a look my testing site www.idream.com.au .. Once you logged in, the log out will be shown as button, and it is in 2nd row which unnecessarily take a new row on my home page. I want it to be shown as link just like the log in / reigstration link. and want it in the same row -- the 1st row. How can I do it. Pls help.
File Attachment:
The topic has been locked.
Support Specialist
Try adding the following to your template's CSS. It should make those buttons go inline like you're looking for:
.sclogin-greeting {float: left; }
Let me know how that goes!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
I added it to my template css , it didn;t change . the Lou out Button stayed in 2nd row still although there is enough space in the 1st row.
I cleared the joomla cache, same.
I added it to Virtuemart CSS under the template , same.
not solved.
The topic has been locked.
Active Subscriptions:

None
I read some other comments in the forum .
I tried this :

.sclogin-greeting {float: left; }
f.sclogout-button {float: left; }

it worked. the log out button is now in the same row as the greeting.
It there anyway I can show the log out as a text link instead of a button. Its button look is not nice to me now.

I am more interested in the pop up style . however due to the Jquery load issue I posted in a separate topic, I can not make the pop up work without enable the Jquery load.
Hopefully you can help solve that issue too.
The topic has been locked.
Support Specialist
I just responded to your modal popup request in the other thread. Lets keep things separate for now instead of discussing the same issues in multiple threads.

I'm glad that got the buttons / test in line for you. To change to a text button, see this post .

Please note that there's a new version of the SCLogin module coming out very soon (today or tomorrow). There will be multiple improvements to the module, but some of the modifications you're making will need to be re-done, just so you know.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
thank you.
I just tried to modify your code in Line 27 in logout.php to change the button to text:
<?php echo $helper->getLogoutButton($params->get('usesecure'), $jLogoutUrl);

I had not done it sucessfully. I think I should wait for your module update and then see if it matches my need.

thanks.
The topic has been locked.
Support Specialist
fei,
The new update of SCLogin is out. It doesn't have an option for changing the Logout button to text. However, if you're using the User Menu option, which lets you show a specific Joomla menu to your users that are logged in, there is a very easy way to add the Logout button to that. If you're interested, let me know. The User Menu is a great way to add a "My Profile", "Shopping History" or other types of links, including the Logout button, like we have on this site.

I hope that helps,
Alex
The topic has been locked.