Support for Envato Buyers Forums DGWork How do i lock my Header?

Viewing 31 reply threads
  • Author
    Posts
    • #30619
      luckycatstudio
      Participant

      Hi! I need help with the theme.
      I have my header which has my logo on it and the page navigation.
      before you start scrolling the header sort of fades into the screen
      how do I disable this fade and just make it appear as it does all the time?
      thank you!

    • #30634

      Hi

      You can add the following CSS to Appearance > Customize > Additional CSS

      .main-navigation a, 
      #site-icons a
      #dgw-topbar {
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
      }
      

      Thanks

    • #30644
      luckycatstudio
      Participant

      hi, i added the code but it didnt change anything…

    • #30662
      luckycatstudio
      Participant

      i really need to launch my website so i would really love an answer♥

    • #30672

      This code is working on my test site. So can I check your website? I need to make sure you added it correctly.

    • #30690
      luckycatstudio
      Participant

      yes, my site is
      luckycat-studio.com

    • #30692

      OK, I found the reason, my mistake. I missed a comma after “#site-icons a”, Please add the following CSS

      .main-navigation a, 
      #site-icons a,
      #dgw-topbar {
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
      }
      
    • #30710
      luckycatstudio
      Participant

      it still doesn’t work:(

    • #30727
      luckycatstudio
      Participant

      ? can i please get some help on this? my site is launching soon.

    • #30758

      Sorry for the delay.

      Could you directly post temporary WordPress login details via the private reply? I will check the CSS and fix it soon.

    • #30855
      luckycatstudio
      Participant
      This reply has been marked as private.
    • #30913
      luckycatstudio
      Participant

      anyone here?

    • #30940
      luckycatstudio
      Participant

      12 days and still no help..

    • #30964

      1. I added the CSS to remove the transition effect for the sticky header, please clear the browser cache before you check again.

      2. I’m importing the demo again. The correct method is enable the page builder first, then import the demo data.

    • #30967
      luckycatstudio
      Participant

      my site has just been reseted probably as you tried to access it… the demo data just keeps not working..
      can u try accessing it again in a couple minutes and then import the data?

    • #30969
      luckycatstudio
      Participant

      okay, my wp-admin is accessible again.

    • #30970

      I’m importing the demo data, you disable the permission, now the process is stopped.

    • #30972
      luckycatstudio
      Participant

      permission is regranted

    • #30973
      luckycatstudio
      Participant

      can you retry?

    • #30974

      Can I do it now?

    • #30977
      luckycatstudio
      Participant

      yes sir!

    • #30980
      luckycatstudio
      Participant

      do you see the problem in the homepage?

    • #30982

      Now, done. Please clear the browser cache and check again.

    • #30984
      luckycatstudio
      Participant

      Great! thanks
      only 2 things left
      1. lock header so it doesn’t fade on homepage
      2. look what happens when you press on the cart

    • #30986

      1. Actually, there’s no fade effect, the header background is directly changed from transparent to white.
      2. Fixed, https://prnt.sc/ud6f2p

    • #30990
      luckycatstudio
      Participant

      thanks!
      i still see it fade when i first enter the website but maybe its a cache thing

    • #30991
      luckycatstudio
      Participant

      on some pages it fades, and on some its white.. bit weird

    • #30993

      Could you use the other browser to check it? Which page is still displayed with a fade effect?
      I checked all pages, but not found the fade anymore.

    • #31020
      luckycatstudio
      Participant

      okay now i think i didnt explain my self correctly
      i dont want any transitiion at all, i want the header to be white all the time
      like on homepage, now it just goes from transparent from white without a fade and that’s not what I meant
      Is there anyway to change it to be always white with no transition?

    • #31023

      Just turn off the transparent header when you edit the page https://prnt.sc/udkizv

    • #31027
      luckycatstudio
      Participant

      i dont seem to find that option..
      where is it exactly?

    • #31057

      In the page editing screen > DGWork page settings area https://prnt.sc/ues3q6

Viewing 31 reply threads
  • You must be logged in to reply to this topic.