Okay
  Public Ticket #862594
Transparend header with menu
Closed

Comments

  •  2
    Thomas started the conversation

    Have a nice day,


    We need a revolution slider set to be the full width of the screen and the menu.


    Why did you not give this opportunity to the Administration? Many people are asking for it.

  • [deleted] replied

    Hi Thomas,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.


    P.S: You are using an old version of our theme (3.9.6) and the latest version for the moment is (4.0), please update your theme first and then the premium plugins too.

    The easiest way to update our themes is if you use Envato Toolkit or Envato Market plugin. On this link How to update Themes and Plugins you can learn this easy step-by-step procedure :)

    Important: After you update the theme please don't forget to go to Appearance > Install Plugins to update all your premium plugins to the latest version that we support.

    If you can't update LayerSlider, go to Plugins and deactivate this plugin. Then go to Appearance > Install Plugins, you now can update and then activate Layer Slider again.

  •  2
    Thomas replied

    That's how we need to adjust the slider revolution. 

    Sorry my English is bad.

    The theme is updated.


    I need to replace the trash icon on the home page. I want to have only a simple custom icon. It is possible?

    We need to set up two fonts. One for the title and one for text.


  •  2
    Thomas replied

    Thus we need to set up, slider.

  •  1,558
    Laborator replied

    Hi Thomas,

    I am sorry to write again for the same question, but I was not able to understand what you're trying to do with the slider, please post the step by step procedure and screenshots to what you want to get.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    Hi Art, I need to know how to set up a transparent header. Each mine site will be the full width of the screen located below the menu. I give attachment in the preview.


    I've created a visual that I want to integrate into your theme, you might not be a problem, but I can not set up certain things. I experimented with CSS, I will not deal with.

  •  1,558
    Laborator replied

    Hi Thomas,

    Use this CSS in your Custom CSS area to get it fixed manually as there is no option for this in the Theme Options:

    .wrapper .rev_slider_wrapper {
        top: -122px;
    }
    
    .top-menu .col-sm-12 {
        z-index: 2;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    It works! Thanks

    How to set up that I had a banner on every page header? http://ritual.tdstudio.eu/vinarstva/


  •  1,558
    Laborator replied

    Hi Thomas,

    I would suggest you to use Revolution Slider on these other pages also so it will work with the code I gave you before.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    Excellent thanks. You do not give that option to set topics? Transparent header? :)

  •  1,558
    Laborator replied

    Hi Thomas,

    I can give you the CSS for that but then it will be buggy because we cannot specify only that element that has an image as a banner.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    I understand

  •  2
    Thomas replied

    I want to adjust the color menu.



  •  1,558
    Laborator replied

    Hi Thomas,

    This is the CSS for it:

    .oxygen-top-menu>.wrapper>.main-menu-top.show-header>.main .main-menu-env .nav li a {
        color: white !important;
    }
    

    Please note that all these customizations we gave you are CUSTOM requests which we are not obliged to help any of our customers besides the main functions of the theme, so you can't blame it on the theme and rate us with "1 Star rating" after all the support we gave to you.

    We hope that you will increase your rating for the theme.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    I understand some of the features you could summarize the custom settings. Many people would be happy.

  •  2
    Thomas replied

    As reopen the page menu color is black. I am, scroll up and down the color changes to white. What will it caused?

  •  1,558
    Laborator replied

    Hi Thomas,

    Add these  lines also:

    .has-slider .nav > li > a {
      color: #FFF;
    }
    
    .oxygen-top-menu.ht-3 > .wrapper > .top-menu.sticky-header > .main .tl-header .main-menu-env > .nav > li > a {
      color: #000;
    }  
    
    .oxygen-top-menu > .wrapper > .main-menu-top > .main .main-menu-env .nav li.current-menu-item > a {
      color: #FFF !important;
    }
    
    .oxygen-top-menu > .wrapper > .main-menu-top.sticky-header > .main .main-menu-env .nav li.current-menu-item > a {
      color: #000 !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    Cool! Thank you!

    It is difficult to set the menu, underlining at the active site?

    Strange phenomenon when I click to Vinarstva and again on the home page so the color of the menu after passing the mouse turns black. Color menu should still be white.

  •  1,558
    Laborator replied

    Hi Thomas,

    Add this CSS to get a better style:

    .oxygen-top-menu > .wrapper > .main-menu-top > .main .main-menu-env .nav li > a:hover {
      color: #FFF !important;
    }
    
    .oxygen-top-menu > .wrapper > .main-menu-top > .main .main-menu-env .nav li:hover > a:after {
      margin: 0px;
      display: block;
      content: "";
      position: absolute;
      right: 15px;
      left: 15px;
      height: 2px;
      background: #FFF;
    }
    
    .oxygen-top-menu > .wrapper > .main-menu-top > .main .main-menu-env .nav li.current-menu-item > a:after {
      margin: 0px;
      content: "";
      position: absolute;
      right: 15px;
      left: 15px;
      display: block;
      width: auto;
      height: 2px;
      background: #FFF;
    }
    
    .oxygen-top-menu > .wrapper > .main-menu-top.sticky-header > .main .main-menu-env .nav li.current-menu-item > a:after, 
    .oxygen-top-menu > .wrapper > .main-menu-top.sticky-header > .main .main-menu-env .nav li:hover > a:after {
      background: #000;
    }
    
    .oxygen-top-menu > .wrapper > .main-menu-top.sticky-header > .main .main-menu-env .nav li > a:hover {
      color: #000 !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    Attach file

  •  1,558
    Laborator replied

    Hi Thomas,

    Have you removed the previous CSS I gave you or what? It's impossible to get back to how it was, if you have removed the previous CSS please check all the codes above and paste them again in the Custom CSS.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    yes :(

  •  2
    Thomas replied
    I gave away your CSS, reinsert, the effect is not as I would like.
  •  2
    Thomas replied

    Your code is great, we need a set menu that was white.

  •  1,558
    Laborator replied

    Hi Thomas,

    Are you still having problems with the theme? You shouldn't have changed the header settings as they were only for your case.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied
    We appreciate your service, thank you.
  •  2
    Thomas replied

    How do I set the color of the menu is still white, but the sticky whatever the color is still black?

  •  1,558
    Laborator replied

    Hi Thomas,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer :)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Thomas replied

    It is possible to change the license on the subject for a different template? For this I fight with a lot of problems.

  •  1,558
    Laborator replied

    What do you mean with changing the license? Changing to another theme?

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group