• Hi guys,

    Just installed the Sydney theme. When I enter the homepage – everything works fine, but when I click any post, this is what happens: https://screencast.com/t/H2iR1X1g0 – the dots just keep on jumping and nothing happens.

    Another questions – if I choose Header area – > Header type -> No header (only menu), the header doesn’t stick to the top (like it does when “Full screen slider” or “Image” is chosen. Is there any way to make it stick?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    I guess the page you are talking contains JS error. Could you please share the page in question, so I can have a closer look?

    In order to make the header bar to stay sticky, could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    @media only screen and (min-width:992px){
       .site-header.fixed{
          position: fixed !important;
       }
    }
    

    Regards,
    Kharis

    Thread Starter czlowiek

    (@czlowiek)

    Hello,

    The website is germanshorthairedpointer.pro. Currently I have applied another theme so that the website is visible to visitors. Can you tell me what should be fixed in order for it to work?

    Regarding sticky menu – thanks, I will check it out when the first issue is fixed.

    Hello there,

    Please try to temporarily deactivate the all non-required plugins and switch to Sydney theme. Clear your web browser’s cache before reloading your site. If the issue remains, please don’t change the theme.

    Regards,
    Kharis

    Thread Starter czlowiek

    (@czlowiek)

    Thanks. I am trying out another theme now. If it doesn’t go well for me, I will get back to it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dots jumping, but page not showing’ is closed to new replies.