*SOLVED* Can't interact with links in Sticky-Layer behind masterpage

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

*SOLVED* Can't interact with links in Sticky-Layer behind masterpage

Post by etcbbu »

Hi all, how do I get around this issue?

Go here:

https://mcintyrebuilderstyler.com/index.php
(Currently not working on mobile, so please look at it from a device with a wider pixel-width than 320-pixels wide, like, larger than a smartphone)

Notice that the Sticky Layer that's on the left-side of the screen doesn't let you hit its links until user scrolls down the page such that the Sticky Layer is no longer sort of "behind" the "masterpage" that is called (which is the big graphic and big white space at the top of the screen) .

How can I get a around this? I want the user to be able to hit those links even when they Sticky Layer is up high and on the same level as that "masterpage" that is being called, at the top of the page.
Last edited by etcbbu on Thu Feb 27, 2020 5:23 pm, edited 2 times in total.
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Can't interact with links in Sticky-Layey behind masterpage

Post by etcbbu »

Any ideas?? Do I need to post my Project file..?
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Can't interact with links in Sticky-Layer behind masterpage

Post by etcbbu »

If I change the position on this "Sticky" Layer on the left side of the screen to be positioned "Left Center", "Left Bottom", which sort of makes it possible to interact with it, it still seems to be hidden behind the following things on this page:

- it still hides behind that Top "PageHeader" object which means that when I have it programmed to be up at the top-let of the page when it is in the viewport, when it is behind that top PageHeader Layer, the user is unable to click any of the links and interact with it

- it seems to be tucked behind that Blue Layer that is at the bottom of the screen
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
Pablo
 
Posts: 21715
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can't interact with links in Sticky-Layer behind masterpage

Post by Pablo »

You can use this code to place the layer on top of all other element:

Code: Select all

<style>
#mcintyrebuilderstylerindexLayer3 
{
	z-index: 9999 !important;
}
</style>
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Can't interact with links in Sticky-Layer behind masterpage

Post by etcbbu »

I put it in

Page HTML >> Between body

Is that correct?

It's seeming to work, just wanted to see if that's what you intended.
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
Pablo
 
Posts: 21715
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can't interact with links in Sticky-Layer behind masterpage

Post by Pablo »

I recommend to add it between the head tags.
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: Can't interact with links in Sticky-Layer behind masterpage

Post by etcbbu »

It is working great, thank you so much, Pablo!

:D :D :D WYSIWYG Web Builder is THE BEST! :D :D :D
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: *SOLVED* Can't interact with links in Sticky-Layer behind masterpage

Post by etcbbu »

If I needed a second one on every page, would I set another one with this second Layer, but change it to be like this:

Code: Select all

<style>
#mcintyrebuilderstylerindexLayer3 
{
	z-index: 9998 !important;
}
</style>
?
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
Pablo
 
Posts: 21715
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: *SOLVED* Can't interact with links in Sticky-Layer behind masterpage

Post by Pablo »

Just change the ID to the name of the second layer.
Post Reply