This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Put objects of a template on top of the page
#1
Hello,
is it possible to put objects from a template on top of every other objects in the page that use the template? I tried wit z-index but it doesn't work.

Thanks.
Reply
#2
It's only possible to put the whole layout on top of the plan via CSS:
Code:
.layout {
  z-index: 7;
}
Reply
#3
Ok, so if I have widgets on the pages and not on the layout basically I can't use it, right?

Thanks for your help
Reply
#4
Can you provide an image of what you want to achieve?
Reply
#5
Basically I would like to have a simple page like that (it's just a scheme)

   

That when I press a button on the side menu cover the portion with the widget with another color and deactivate the widgets like that

   

Everything works fine except for the cover part
Reply
#6
If you link a menu item with a widget then the widget contents will be placed on top everything else because widgets are placed on a separate layer that has higher z-index than plan and layout.
Reply
#7
Yes, but the menu is on a layout and the widgets are on a page
Reply


Forum Jump: