Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer blocks the content after adding clustrmap visitor map #2101

Open
mendax1234 opened this issue May 10, 2024 · 0 comments
Open

Footer blocks the content after adding clustrmap visitor map #2101

mendax1234 opened this issue May 10, 2024 · 0 comments
Labels
bug A bug.
Milestone

Comments

@mendax1234
Copy link

Describe the bug
A clear and concise description of what the bug is.
After I add the clustrmap visitor map to the footer. Seems that the footer will block the content of the website.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Add this script to the /_includes/footer.html

  <div id="clustrmaps-widget">
    <script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=300&t=tt&d=Z-7P-c__jyKWkEFWv6kpimyIUKQSYn8vWo0XVWtk0gE'></script>
  </div>

Expected behavior
A clear and concise description of what you expected to happen.

Expect that the footer won't block the content.

Screenshots
If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

  • OS: [e.g. iOS]

  • Browser [e.g. chrome, safari]

  • Version [e.g. 22]

  • Windows 11

  • Chrome

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

My current solution is to modify the /_sass/_footer.sass:

  /* sticky footer fix start */ 
  /* position: absolute; */
  /* bottom: 0em; */
  /* height: auto; */

I just commented these three lines of code. After this, seems that all goes well. But I am not sure whether there will be some problems related to it.

@mendax1234 mendax1234 changed the title Footer block the content after adding clustrmap visitor map Footer blocks the content after adding clustrmap visitor map May 10, 2024
@rjzupkoii rjzupkoii added the bug A bug. label May 10, 2024
@rjzupkoii rjzupkoii added this to the v0.9 milestone May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug.
Projects
None yet
Development

No branches or pull requests

2 participants