*SOLVED* I think you can see without a .WBS project-file

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* I think you can see without a .WBS project-file

Post by etcbbu »

Hi all,

Please check out the homepage of a new website I'm doing, here:

https://judsonoutdoorpower.com

And then by contrast, visit any of the other pages on the website. Let's pick "About":

https://judsonoutdoorpower.com/about.php

Notice how the little scrolling-Layer on-screen that has a dog, with a click-able "X" graphic shows up even on the top of the page whenever you are on the "About" sub-page. But when you scroll up and down the page on the "Homepage", you will notice that the dog graphic doesn't show up until you scroll down a little bit on the page.

These do both have different "Master Frames"; and so therefore, something *is* different with the settings I have, on these 2 different Layer objects on 2 different Master Frame pages. I'm just trying to see if someone can tell me what's different about how they are configured? I want the dog to show up at the top of the page on the homepage exactly like it is done on the sub-pages, like the "About" page and the rest of the pages of the site. Can someone help me identify what I'm missing..?
Last edited by etcbbu on Mon May 09, 2022 4:54 pm, edited 1 time in total.
https://ktravisj.com

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

https://ktravisj.com
alan_sh
 
 
Posts: 1695
Joined: Tue Jan 01, 2019 5:50 pm

Re: I think you can see without a .WBS project-file

Post by alan_sh »

We do really need the WBS file.
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: I think you can see without a .WBS project-file

Post by etcbbu »

@alan_sh , ok, let me prepare it, I'll post in a couple or few minutes..
(thank you for responding)
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: I think you can see without a .WBS project-file

Post by etcbbu »

https://judsonoutdoorpower.com/proj.zip

And I know you can already see this next part, but thought I'd save y'all some time:

- index.php > Master Frame is page called " masterpagehome "

- about.php > Master Frame is page called " masterpage "
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: I think you can see without a .WBS project-file

Post by etcbbu »

Sorry about posting consecutively, but I need to add this note:

- This is occurring on the 320-Breakpoint only (I think) ; so please look at this from the 320-Breakpoint point-of-view. Either look on your smartphone, or make your browser size small enough to load the 320-Breakpoint version of the pages.
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: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: I think you can see without a .WBS project-file

Post by Pablo »

The ID of the layer is different, so the z-index (in Page HTML) is not applied.

Code: Select all

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

Re: I think you can see without a .WBS project-file

Post by etcbbu »

@Pablo - Fantastic, gotcha. I know that this is a clunky way to manually configure. I don't mind, though, it works well. But by the way, @crispy68 gets all the credit for the idea on this. I use this technique a lots of times with these sliding Layers on my projects to make sure and show them at all times.

Anyway. If y'all could help check me to see if I got it operating as-intended, I *think* I applied the changes.

--etcbbu
https://ktravisj.com

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

https://ktravisj.com
Post Reply