[SOLVED] How can you style the "Update Your Image " Page ?

13 years 2 months ago #153536 by big_rich
OK Thanks, I'll have another look at it.

Please Log in to join the conversation.

13 years 2 months ago #153650 by big_rich
The css you provided works fine in ul-li span but I just can't get this to work with display type "menu-bar"

I inspected with firebug and see that the list class is .cbSSmenu

if I use :

.cbSSmenu { display:none; }

then that gets rid of the whole dropdown list

In firebug the list items appear like:

<ul class="cbSSmenu" id="ssmenu1" style="visibility: visible">
<li>
<a title="Change your profile settings" href="url here.....">
</li>
<li>
<a title="Choose the image of your profile" href="url here.....">
</li>
</ul>

So I looked in the language file and see that the image message corresponds with _UE_MENU_UPDATEAVATAR_DESC

but when I try
.cbSSmenu_UE_MENU_UPDATEAVATAR_DESC { display:none; }

it does nothing

I don't know what else I can do, apart from give up on the menu-bar style and style it with the ul-li spans type ?

Any suggestions apreciated

Please Log in to join the conversation.

13 years 2 months ago #153655 by krileon
The classes exist whether you're using menu bar or not. All will render the classes (except table display 1 or 2 column). I've confirmed this locally. Am not sure what more to advise. Please ensure you're using CB 1.3.x. The below is the source you should be seeing.
<ul class="cbSSmenu" id="ssmenu1" style="visibility: hidden;">

 <li class="cbMenuLeaf2 cbMenu_UE_UPDATEPROFILE">
  <a title="Change your profile settings" href="URL"><img alt="" src="URL">Update Your Profile<span>&nbsp;;</span></a>
 </li>

 <li class="cbMenuLeaf2 cbMenu_UE_UPDATEAVATAR">
  <a title="Choose the image of your profile" href="URL"><img alt="" src="URL">Update Your Image<span>&nbsp;;</span></a>
 </li>

 <li class="cbMenuLeaf2 cbMenu_UE_DELETE_AVATAR">
  <a title="Remove the image from your profile" href="URL"><img alt="" src="URL">Remove Image<span>&nbsp;;</span></a>
 </li>
</ul>


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 2 months ago #153696 by big_rich
Thanks for bearing with me Kyle !

I'm using 1.3.1

Actually I've just tried re-installing the comprofiler component again in case it was something I'd modified causing problems but I still get exactly the same source code.

I think that since I know I can hide the link in the ul-li spans type I'm probably better off going down that route for now.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.231 seconds

Facebook Twitter LinkedIn