Okay
  Public Ticket #1537752
Responsive Bugs
Closed

Comments

  • Stefan started the conversation

    First, i´m a graphics designer and not a professional coder, so i might be wrong, but i dont think so.

    All examples taken from the sonorama-demo, the issues are similar to my page. Screenshots taken from http://quirktools.com/screenfly/ and OnePlus 5. Browser is Chrome.

    I have some issues about the responsive behavior.

    • Welcome Logo Text - Wrong scaling (?) and text does not fit, only on mobile with landscape format (see image 1)
    • Sonorama Main Logo "Home-Link" not working on mobile, overlaid by navigation !? (see image 2)
    • Category Last News: 1 column display, cannot navigate to the last news item (see image 3)
    • Category Gallery: on mobile, you have to do "double-touch" to open an image/video. First touch only enables the "mouseover" (see image 4)
    • Lots of issues on album details with album with many tracks, i was able to fix the most

    Thats it - for now :)

    Grateful for the help, THANKS!

    regards, Stefan

  •  850
    Jelly replied

    Hello,

    1. I've contacted our developer about this issue.

    2. You can fix this by adding this code at the end of responsive.css:

    @media only screen and (max-width: 976px) {#nav2 {display: block;width: auto;}}

    3. I've contacted our developer about this issue.

    4. User should know what items this is: video or image.

    Best Regards,
    Jelly Team

  • Stefan replied

    Thanks! Worked.

    I was able to fix the Gallery Problem, too.

  •  850
    Jelly replied

    3. Please download the file in the attachment and replace js/sonorama.js

    Best Regards,
    Jelly Team

  •  850
    Jelly replied

    1. Please replace css/sonorama.css.

    Best Regards,
    Jelly Team