2.3.5.3 Home Menu Button

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/21/2010 6:31:25 PM
Gravatar
Total Posts 14

2.3.5.3 Home Menu Button

Joe,

it appears that since I have upgraded to 2.3.5.3 I have on the Home Menu Button a small "Home Icon" displaying with some Artisteer skins.

Do you have a clue why?
I do not have it with own skins built with Artisteer 2 Pro but with included skins.

How can I get rid of it?

Thanks

Juerg

9/22/2010 2:53:39 AM
Gravatar
Total Posts 16

Re: 2.3.5.3 Home Menu Button

Hi

i have the same issue, also after upgrading to 2.3.5.3

best regards

Peter

9/22/2010 6:53:53 AM
Gravatar
Total Posts 18439

Re: 2.3.5.3 Home Menu Button

Hi,

This was caused by a new feature where people had asked to be able to use menu icons in Artisteer skins.

You can solve this in several ways. I added this to the Artisteer skins that ship with mojoPortal to hide them by default

.art-menu .t img { display:none;}
.art-vmenu .t img { display:none; }

but this only affects the copy of the skins in /Data/skins, the ones you have in the site specific skin folders are not touched during upgrade so you may need to add it yourself.

The problem is that in the artisteer skins it does not show you the icons in the page settings page because the CSS has this in stylemojo.css:

.logolist,.pageicons,.skiplink { display:none; }

you can remove the ".pageicons," and then you will see them in page settings and you can set the icon for home page to blank.gif or None

or you can change temporarily to the mitchinson-earthy skin and then go to page settings for the home page and set the icon to blank.gif or None

Hope it helps,

Joe

9/22/2010 10:46:30 AM
Gravatar
Total Posts 14

Re: 2.3.5.3 Home Menu Button

Hi Joe,

Thank you. That helps!

And the option to decide whether to have it selectable or not is great.

Juerg

9/22/2010 10:53:06 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: 2.3.5.3 Home Menu Button

Thanks Joe, this helps me too. You may want to add this to your important skin changes post too, even though it only affects those of us using Artisteer skins.

Jamie

9/23/2010 8:32:36 AM
Gravatar
Total Posts 18439

Re: 2.3.5.3 Home Menu Button

Good suggestion Jamie! I've updated that thread.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.