Jump to content

Adjust CSS for clientarea.php


PsyberMind

Recommended Posts

Ok, first, I know I can't touch the php files, but it seemed to be the best way to ask

 

How can I edit the CSS for the nav menu when a user is logged in? take a look at my work so far and I'll make a test user of test@psyberhost.net/test123 for the next couple of days, so you can see what I mean

 

When a user is logged out, it looks great, because the top menu isn't there. But as soon as you log in, you see what I mean.

 

I've looked at the CSS, and the closest class i can find is #top_menu. but no matter what I do to it, I can't seem to get the dang thing updating.

 

FireBug is no help either, as it will only highlight the menu item itself, and it's nothing but an unordered list item.

 

So where do I change this darned thing?

Link to comment
Share on other sites

Okay in fact I've just done the same thing on my new site...but are you trying to change it or get rid of it?

 

If you want to get rid of it just comment it out in the footer.tpl file.

 

If you want to edit it i.e. reduce the space between the titles then edit the <ul class="nav">

 

That should do it.

 

Ok, first, I know I can't touch the php files, but it seemed to be the best way to ask

 

How can I edit the CSS for the nav menu when a user is logged in? take a look at my work so far and I'll make a test user of test@psyberhost.net/test123 for the next couple of days, so you can see what I mean

 

When a user is logged out, it looks great, because the top menu isn't there. But as soon as you log in, you see what I mean.

 

I've looked at the CSS, and the closest class i can find is #top_menu. but no matter what I do to it, I can't seem to get the dang thing updating.

 

FireBug is no help either, as it will only highlight the menu item itself, and it's nothing but an unordered list item.

 

So where do I change this darned thing?

Link to comment
Share on other sites

I think these are client area nav links.

 

If I was you, I would go into header.tpl and delete two of the links so that it fits.

 

 

I havent logged in but if im right in thinking the your links are wrapping to a second row.

 

I have this issue also but i have a solution to that, Im going to use some css dropdowns and relocate some links.

 

Ive now looked..

 

Can i ask you something? ok im going to anyway..

 

Why are you creating the second list set? see that green link area above it? reckon your nav links would look mighty nice replacing those for the logged in user :)

 

{if $loggedin}

linkset 1

{else}

linkset 2

{/if}

 

Pluss you have the added advantage of more space to applly all those links :)

 

 

have a cow edit edit edit :) ok this is my last edit... On your page in google chrome i am getting an unsecure content notice from your certificate.

 

Basically you are linking to stuff thats not secured. I think your relative linking and relative links dont actually ssl tunnel they only do plain http the requests so browsers throw back an exception to it.

 

The finalest of finalest edits..

 

You cant touch the php files.. but you can replace them with your own open source files.. ya know if ya get to teh grits of it and work you what vars ya need to smarty ya just use the integration area on wiki.whmcs.com it has an open source integration coding. its the minimum you need to integrate but smart thinking will win the day for getting it to work..

 

ooh and you could use the api if they ever make a complete documentation for it lol

Edited by disgruntled
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated