WebSite X5Help Center

 
Jacques V.
Jacques V.
User

Sticky bar sub level menu doesn't appear  en

Autor: Jacques V.
Besucht 2729, Followers 3, Geteilt 0  

Dear all.

Since I updated to version 15 an 16 the STICKY BAR does not show the sub level menu. (drop-down-menu)

The top bar menu does show the sub levels in a right way.

Just look at the images in the attachment.

Best regards,

Jacques V.

spotpen.nl

Gepostet am
14 ANTWORTEN - 3 NüTZLICH
Esahc ..
Esahc ..
Moderator

Jacques, I have marked this post for attention by incomedia.

This is a problem on one of my projects in v16.0.3 and unfortunately also in v16.0.4, sadly re-importing from an earlier version does not fix it.

Mehr lesen
Gepostet am von Esahc ..
Esahc ..
Esahc ..
Moderator

I have also created a new (test) project with content on page 4 (below level 1), the problem is also evident there.

It is attached in case someone needs an example.

How annoying!!

Mehr lesen
Gepostet am von Esahc ..
Albert X
Albert X
User

Hello Jacques.

A troubleshooting solution while waiting for a software update.

After publication of the site :

You edit the template.css file that is in the folder Project \ Preview \ Style ...

You find the line #imStickyBarContainer {visibility: hidden; position: absolute; overflow: hidden; } and you assign the visible property to overflow as below.

#imStickyBarContainer {visibility: hidden; position: absolute; overflow: visible; }

You will need to publish the template.css file manually via an FTP client.

Jean-Serge.

Mehr lesen
Gepostet am von Albert X
Aleksey K.
Aleksey K.
User

icomedia - something that we fix, then break it))))))))) I see it for several years already))))) I'm funny ....

Mehr lesen
Gepostet am von Aleksey K.
Siegbert G.
Siegbert G.
User

I just noticed it too. INCOMEDIA what kind of scrap do you bring to the users ???

Mehr lesen
Gepostet am von Siegbert G.
Aleksey K.
Aleksey K.
User
Prévot Jean-Serge
Hello Jacques. A troubleshooting solution while waiting for a software update. After publication of the site : You edit the template.css file that is in the folder Project \ Preview \ Style ... You find the line #imStickyBarContainer {visibility: hidden; position: absolute; overflow: hidden; } and you assign the visible property to overflow as below. #imStickyBarContainer {visibility: hidden; position: absolute; overflow: visible; } You will need to publish the template.css file manually via an FTP client. Jean-Serge.

Not need find line etc..

use code before closed head

<style>

#imStickyBarContainer {

 overflow:visible !important;

}

</style>

Mehr lesen
Gepostet am von Aleksey K.
Jacques V.
Jacques V.
User
Autor

Many thanks Aleksey K.

I acted as follows:

Choose project.

1. Choose SETTINGS ('instellingen' in Dutch)  >>>ADVANCED (right-top)

Then Choose Statistics SEO and CODE >>>ADVANCED (right-top)

Then choose the upper box : with a title with before closing tag </head> or something like that in it.

There I placed your scriptcode:

<style>

#imStickyBarContainer {

 overflow:visible !important;

}

</style>

If placed there.... it will rule all pages.

It fixes the  issue in some way with overfow:visible …..!important ....(for the time being...).

People who don't know about htlm-script  can't use it.... They only can get help from incomedia...

Perhaps in the NEXT UPDATE...?....?

Best regards,

Jacques v.

Mehr lesen
Gepostet am von Jacques V.
Incomedia
Stefano G.
Incomedia

Good day everyone,

As mentioned in the topic linked by Esahc, yes.

We're currently aware of this issue, and it has already been forwarded to the developers for further analysis.

Rest assured I will take care of notifying you here as soon as there's news about it

Thank you for your understanding

Stefano

Mehr lesen
Gepostet am von Stefano G.
Aleksey K.
Aleksey K.
User

Interestingly, as it is possible not to find this bug at a testing stage? Developers cannot load several of ready websites and check for such small mistakes? Or we have to find it?

Mehr lesen
Gepostet am von Aleksey K.
Esahc ..
Esahc ..
Moderator

Aleksey, I looked straight at it but simply did not see this issue or one other I am now aware of. I am sure others did the same. My apologies.

Mehr lesen
Gepostet am von Esahc ..
Incomedia
Stefano G.
Incomedia

Hello everyone,

I'm glad to inform you that a fix for this is already available in the Beta version of the software.

If you're not part of that yet, you have two choices:

1_ You can subscribe to that here http://beta.websitex5.com/beta_en.html which will allow you to always get the Beta updates for the program (Read carefully the conditions below before accepting)

2_ Wait for this update to be released in the stable version of the software, in order to avoid encountering further temporary issues

I hope I've been helpful

Stefano

Mehr lesen
Gepostet am von Stefano G.
Esahc ..
Esahc ..
Moderator

Excellent!

Mehr lesen
Gepostet am von Esahc ..
Aleksey K.
Aleksey K.
User
Hugh S.
Alas, this has not been fixed in my project, even after installing the latest beta. I wll try a manual fix as suggested above.

Stefano you yourself check what you promise?

Mehr lesen
Gepostet am von Aleksey K.