WebSite X5Help Center

 
E. Ozturk
E. Ozturk
User

Menu Problem: menu level is always behind  en

Author: E. Ozturk
Visited 2089, Followers 1, Shared 0  

As you can see in the image, menu levels always stays behind. How can I fix this? Domain is: samsunservismerkezi.com

Posted on the
25 ANSWERS - 1 USEFUL - 1 CORRECT
Andre E
Andre E
Moderator

Set the menu object to front. Set the other object to background in the header.

check for all viewports.

Read more
Posted on the from Andre E
E. Ozturk
E. Ozturk
User
Author

Thanks for the reply but I didnt use "Template content" to create the pages. I created every element inside "Create Page" option. So I guess I need a css code to get over this problem.

Read more
Posted on the from E. Ozturk
E. Ozturk
E. Ozturk
User
Author

No it didnt effect anything.

Read more
Posted on the from E. Ozturk
Andre E
Andre E
Moderator

What object did you use below the menu?
I think Incomedia needs to check this, for the time being you coulld make the menu higher

Read more
Posted on the from Andre E
E. Ozturk
E. Ozturk
User
Author

Hi Andre, the situation is just the same the with when I use different objects below the menu. You can also see this if you look at the inner pages of the website. And nearly every menu item has 7-8 sub levels but we cannot see it. I think we can get over with it with css coding using z-index but Im not an expert on coding so if somebody can help about this it will be much appreciated.

Read more
Posted on the from E. Ozturk
Esahc ..
Esahc ..
Moderator

I worked around my problems (http://mountwaverleyrotary.org), is there any chance of a link to the live website? Perhaps loaded to a temporary folder (eg www.mydomain.com/test)??

Read more
Posted on the from Esahc ..
E. Ozturk
E. Ozturk
User
Author

This is the live website: samsunservismerkezi.com

Read more
Posted on the from E. Ozturk
John S.
John S.
User

Hello all

As I said in the post referred to, then you can solve this problem by setting the z-value for the object. This goes if the object is a page-object - else you can change the order in the head.

If it is important with a quick fix ( if you have a deadline or so ) you could do it this way.

Else - you could wait for INCOMEDIA to fix all the bugs and inconvenience's there is in the system. But maybe they are too busy with sending mails telling us of all the good things this program are able to. I would say that fixing bugs should be their first priority - or they should remove the PRO in the name of the product, as it is important that if YOU have customers, that YOUR customers can rely on YOUR work. If the product were not named PRO, existing users could think that that it is NOT for professional use.

As Andre pointed out - this is not a new item.

Kind regards

John

Inspired by Cato The Elder : “Furthermore, I am of the opinion that the parallax flickering should be fixed”

Read more
Posted on the from John S.
John S.
John S.
User

About the Z-index : In the browser you find the ID of the object. Then you specify the z-index for the object via CSS ( expert tab - CSS )

Read more
Posted on the from John S.
John S.
John S.
User

I just checked the post referred to : As there was no response to my examples, I used them for other testing, so now the links is not relevant anymore. And the examples just showed the problem ( and you already know the problem ) , and what happens when you manipulate the z-index.

Read more
Posted on the from John S.
E. Ozturk
E. Ozturk
User
Author

John I need your help about that. I cant find the exact id of the object, I tried several id s but it had no effect. Can you please provide the exact code so I can copy it to the "Statistics, SEO and code" section.

* About bugs: And yes, there are several bugs that needs to be fixed urgently, and it should be their priority. This one is important ok but the most important bug is you cant even click an element in "Create page" section, unless you dont disable responsive option from "Template > Resolution and Responsive Design" section. The program gets stuck if you try to work on the project while this responsive option is enabled. Its been like this for at least 2 years.

Read more
Posted on the from E. Ozturk
Esahc ..
Esahc ..
Moderator

E. Ozturk

Every page I looked at appears to have the same menu?

You have duplicated it on every page??

If this is correct, why not simply copy the menu object, make the header a little deeper and paste it in there?

I have tried to reproduce your problem but failed.

I assume you have a standard menu object as the top row on each page. What is in the next row, always a slideshow?(which one). No empty cells on each page?

Read more
Posted on the from Esahc ..
John S.
John S.
User

Hello Ozturk

Could I ask you to :

- post a couple of screenshots for a pair of the page-setup's and a couple of screenshots for the menu-settings. You can paste them directly in the post.

- Remove the right-mouse-click-protection. I can see the source anyway, but it is much easier for me when there is no "protection", when I inspect the page via the browser.

- I also noticed that the site looked like it would be relevant to put the menu in the header - could you explain why you have not done so.

If you post the screenshots and removes the "protection" I will look at your pages, and then I hope I will be able to tell you how to use the z-index. Unless you have found a solution yourself.

Kind regards

John

Read more
Posted on the from John S.
John S.
John S.
User

As this is a long-time-reported bug, I think we should have a response from INCOMEDIA, and hear if they have a solution for this issue. It is INCOMEDIA that has made the software.

Read more
Posted on the from John S.
E. Ozturk
E. Ozturk
User
Author

Hi John, here are the screenshots:

This is the main page setup:

This one is inner page setup:

I also removed right-click protection. Try CTRL+F5 to refresh the page.

As for your third question. I dont use template content section to insert the menu because the editing screen is too little. When I put the menu or any other item more than 300 px down the header, I wont be able to edit that element again because it stays under the editing screen. If the menu needs to be on top no problem but my client wants it to be like this. 

Read more
Posted on the from E. Ozturk
Esahc ..
Esahc ..
Moderator

If you make the page look like this rather than what you have on your main page (ie remove ALL blank rows and empty cells) Does it work?? WX5 doesn't tolerate empty cells very well. At least put an object in each cell, even if it has no content.

Read more
Posted on the from Esahc ..
E. Ozturk
E. Ozturk
User
Author

I tried it, no change.

Read more
Posted on the from E. Ozturk
John S.
John S.
User

As Esahc tells, then system don't like enty space on the layout, so it would be fine if the empty space is removed as Esahc shows.

The site is still "protected" - did you remember to upload?

I have tried refreshing and with different browsers.

Read more
Posted on the from John S.
John S.
John S.
User

I could now inspect the page.

on the home page try to put this in the CSS:

#imCell_127 {
z-index: 5000;
}

Or this 

#imPageRowContent_2 {
z-index: 5000;
}

You can set the z to another value if you wish.

I am not quite sure how/where  the drop-down-menu is located in all this - but try, and then tell us if it functioned.

I can see that a new patch is on its way, and that has some fixes for the menu - so it it won't function, then maybe it is fixed in the next update. Only INCOMEDIA can tell - and I hope they will.

Kind regards

John

Read more
Posted on the from John S.
John S.
John S.
User

Forgot to tell - create a html-object on the page, and put the styling in the expert-tab ( CSS )

Put the object in the bottom of the page, and set the height for it, to 0.

This way you can simply remove it again if it is not functioning.

Read more
Posted on the from John S.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Best User of the month RU
E. Ozturk
... ... ... ... ... I think we can get over with it with css coding using z-index but Im not an expert on coding so if somebody can help about this it will be much appreciated. 

... object menu height 560 pixel...

...or:

  • >> ANA SAYFA    ... (Ctrl+U  > line nr. 40-46)

<style>
#imCell_127{height:560px}
#imPageRowGraphics_2 {height:75px}
#imPageRow_3 ,#imPageRow_4,#imPageRow_5,#imPageRow_6,#imPageRow_7 {top:-490px}
#imGroup_1{height:2320px}
</style>

  • >> HAKKIMIZDA    ... (Ctrl+U  > line nr. 40-46)

<style>
#imCell_134{height:560px}
#imPageRowGraphics_2 {height:75px}
#imPageRow_3,#imPageRow_4,#imPageRow_5,#imPageRow_6,#imPageRow_7 {top:-490px}
#imGroup_1{height:795px}
</style>

  • etc etc ... ... .. . .

______________________________________

>> Step 3 - Map > The Page Properties window | The Expert section | Custom Code: ▼Before closing the HEAD tag

.

(IT) - Ciao

.

Read more
Posted on the from  ‪ KolAsim ‪ ‪
E. Ozturk
E. Ozturk
User
Author

KolAsim' s solution is working. Hope incomedia will fix this on the next update. Special thanks to: Andre, John, EsahC, KolAsim.

Read more
Posted on the from E. Ozturk