Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Simple Theme, scroll-to-top button up arrow disappears

  • #10293
    Avatar photo[anonymous]

    I’m using chrome 114 and the simple theme…during local development the scroll-to-top button that appears as the user moves down the page functions correctly. However, when I sync to my server that up arrow disappears entirely.

    #10294
    Avatar photoBob

    The issue might be due to improper domain configuration in the server settings.
    Here are a few scenarios that could be causing this issue:

    1. Incorrect Domain Configuration: If your website is accessed through a custom domain (e.g., http://www.mysite.com), but in your server settings, you’ve used the working name of your GitHub or GitLab repository (e.g., username.github.io or username.gitlab.io), the server might be looking for resources at the wrong domain. Please check and correct this.
    2. WWW Prefix Issue: If you’ve configured your server settings with the ‘www’ prefix (www.mysite.com), but some users are accessing your site without the ‘WWW’ prefix (mysite.com), this could cause problems loading certain elements like icons.
    3. HTTP and HTTPS Mismatch: Another issue could be related to the SSL certificate. If your site access is via ‘HTTPS,’ but the server settings have ‘HTTP’, or vice versa, the browser’s security settings could block certain elements from loading.
    #10303
    Avatar photo[anonymous]

    Okay, it’s working now. I think #2 was the solution in my case.