Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #709762

    Hi!
    I noticed that the sticky header as well as the social icons seem to be messed up. When I scoll down, there is always some space above the sticky header. The social icons’ background isn’t in the right position.
    First of all, can you tell me why? Is there a problem with a CSS change I made or a plugin I use. I wouldn’t say so but you never know… Please check the page and help me out!

    Thanks!
    Best,
    Hanna

    #710085

    Hey HannaVogt,

    The .htaccess login details are not working, could you check please?

    Best regards,
    Rikard

    #710180

    Sorry, my fault! Here are the correct login details. Thanks!

    #710288

    Hi,

    Thanks for that, working now. I can see some code just after the body tag which does not belong there. Have you made any edits to the theme? If so, what were they?

    Best regards,
    Rikard

    #710461

    Hi!

    I can see something strange too now, like some space or so, when I look at it with the Chrome Dev Tool. I didn’t edit the theme code though, to be honest, I would not know how. All I did were some CSS edits.
    I just deactivated the only plugin that I downloaded, Polylang, but that didn’t cause the problem.
    I also had a few support tickets with your colleagues but they were all solved with CSS edits.
    I remember that I tried to add a gif to the page as a last thing, but just through the backend, nothing special. After that, there must have been this problem… Is there a history or something similar to figure out what might have happen?

    Thanks!!
    Best,
    Hanna

    #711031

    Hi,

    The stick header issue is caused by the code in Google Analytics Tracking Code (located in Enfold > Google Services), try removing the code and the issue should be fixed.

    I have noticed this on Quick CSS:

    h2.av-special-heading-tag {
       font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I changed it to:

    h2.av-special-heading-tag {
       font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-weight: bold!important;
       text-transform: uppercase;
    }

    I just happened to check it just mentioned it here :) I think that code should work now on Special Headings. Regarding the Social Icons, is it the one on the footer? The problem is caused by this css code in Quick CSS (I just commented it out, you can still find it in Quick CSS):

    [data-av_icon]:before {
        margin-right: 15px;
    }

    Also the bottom padding of the footer seems to be a bit too long 315px from this code:

    #socket .container {
        padding-top: 15px;
        padding-bottom: 315px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #712526

    Hi Nikko,

    thanks for your amazing support! One last question: How should I embed the Google Analytics tracking then, if this tracking code causes problems with my page? What is the alternative?

    Thanks!
    Best,
    Hanna

    #712726

    Hi Hanna,

    It should work, what code are you trying to use?

    Best regards,
    Rikard

    #712866

    This is the code I use:

    #713884

    Hi,

    That should work by the looks of it, are you sure you are only pasting that and nothing else?

    Best regards,
    Rikard

    #713918

    Yes. I pasted the exact code again just now and it gave me the same result. I also tried without “https” in the URL but still the same…

    #715178

    Hi,

    Instead of adding the whole script, just add the tracking ID. Example:

    UA-85569871-1
    

    Best regards,
    Ismael

    #715344

    Ok, I’ll do that instead. THANKS!
    The instructions of the entry field are a bit misleading though. “Enter your Google analytics tracking Code here.” Maybe that should be changed then.

    #715560

    Hey!

    Both should work but adding just the tracking ID instead of the whole script makes it cleaner :)

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Site seems to be messed up (sticky header and social icons). How to fix it?’ is closed to new replies.