Jump to content

Archived

This topic is now archived and is closed to further replies.

jagipson

Fixed Section Transparency

Recommended Posts

jagipson

I am using your fixed section for my site in development. http://recruiterseo.com/builder2/ I wanted to do a Transparent Fixed section I did end up figure out the code with was this:

 

  body .pl-fixed-top {
    background-color: transparent !important;
    box-shadow: none !important;
}
 
 
The canvas underneath is a Set to full Height. Which its working just fine.
 
What my problem is Now i have this section above thats built in to the fixed section called .fixed-top-pusher that has a height  of 45px. Which pushes the site down 45px. If you set the height to 0px then your have 45px of white space at the bottom.  Then the picture doesn't display full screen.
 
I want a transparency fixed section on top. So, it will have a menu on top which is the fixed area and underneath that will be the full screen and width image. 

 

 

 

Share this post


Link to post
Share on other sites
jagipson
Anyone?

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Yeah that can't be done unfortunately, without causing that issue as far as I know. This is because of a script we use. 


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jagipson

Danny

 

Well, at least I tried and I got has far as your script would let me.  Answer me this then.

 

When you have a canvas and you have the settings Set to full Height the canvas then responses to fit the screen which is great. The only thing is that in then shrinks the canvas opening to the middle. You can only drag and drop to the middle. If i could drag and drop to the top i wouldn't need to use the fixed section. 

 

So, is there a way that i can have the full canvas opening to work with instead of the middle when its set to full height?

 

This way I could use my navigation at the top of the page. Or do you have a css that I can move my navigation to the top of the window and it not interfere with the page.

 

How will this work:

Position: relative;

Top: - (amount)px 

 

would this work or do you have a better solution?

 

Thanks

Share this post


Link to post
Share on other sites
Danny

So you want to have more than the one position in the set to height option ? Let me speak to our developers and see if this is possible. You could also use custom CSS to move the section higher up the page. Have you tried that ?
 

If you try using the Set to height option and then add your section(s), then let me know. I will see if it is possible to move the sections higher up with custom CSS.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jagipson

Danny

 

Let me know what your Deveolpers say about the Height option.

 

Also, Thats what I was asking in the previous message about moving it up manually with CSS. I wanted to kow what you would Recommend to move it to the top of the page?

 

I added a Section with the Navigation and Logo. This is what I want to be at the top of the page.

 

Thanks

Share this post


Link to post
Share on other sites
Danny

Try adding the following:

 

#pl_areauexo21t .pl-area-wrap {
  margin-top: 0 !important;
  position: relative;
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
jagipson

Awesome! Thanks That moved the entire section. Worked Great! Thanks Alot.

Share this post


Link to post
Share on other sites
Danny

No problem.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
    • flourishdesignstudio
      By flourishdesignstudio+
      My DMS 2 site http://www.heart-stone.com/ will not save any new custom css... I can still edit templates and publish those but any custom css that I enter never saves.
      All WP files, themes, and plugins are up to date. 
      Any thought about what might be causing this?
    • flourishdesignstudio
      By flourishdesignstudio+
      Is there a way to edit the custom CSS via FTP? I know I can edit the custom code in the Chrome editor but is there a file path I can use to find and edit the CSS directly from our FTP?
      Thanks in advance for the help!
    • nizami
      By nizami+
      Using navbar section with correctly configured WP menu to display main navigation at https://elenaangel.com. 
      All fine in desktop viewport. Menu displays twice in hamburger mode. How to fix this please? 

×