Okay
  Public Ticket #2772212
You theme have a LOT of BUGS to correct!!!
Closed

Comments

  •  1
    Olga started the conversation

    I am very disappointed with the quality of the theme implementation. I looked through the work of the theme on the desktop and I really liked it and I bought it.

    When I started to watch her work on the phone,
    I've found a horrifying number of bugs that negate the beauty of the theme.

    I'm not talking about cross-browser yet in printse ...
    Let's get it to work correctly in 2 browsers:
    - chrome;
    - safari;

    I have already accumulated a large list of errors,
    but let's start with 2 main ones.

    1. The effect of flipping slides with scrolling text titles DOES NOT WORK:
    - it is possible to desynchronize the correspondence of the text and the image;
    - when rewinding, the title text may turn out to be translucent and remain so;
    - at some point, the position of the title text in the "state of rest" may shift, that is, the animation ends and the title text is fixed somewhere partially to the right or left behind the screen;
    - sometimes it can happen that the text of the second line turns black (until I realized when this is happening);
    - all the same I will say about cross-browser - open in Opera and just look.

    2. In Chrome, when scrolling the first page up:
    - the bottom of the page is not filled;
    - there is no recalculation of the position of the text of the names;
    - due to all these problems, when switching to a separate page by clicking on the link, a copy of the title appears with an offset and we see 2 titles ...
    - nevertheless, I will say about cross-browser - open it in Fire Fox and try to scroll ... It will be problematic ... taking into account the incorrect operation of the smooth scrolling effect (scrolling up and scrolling down) in your browser. Well, as a minimum, you could make a short code to turn off smooth scrolling in this browser.

    Colleagues, I think that you can see by yourself all these bugs in your theme, on the phones.
    There is no point in attaching a video, since all bugs are visible right on your base theme.

    ASAP is asking you to fix these major bugs.

    Thank You in advance!

  •  1
    Tyler replied

    Hi, were you ever able to get #2 fixed? I seem to have a similar problem on the "Vertical Covers" home page. The website is not contained within the browser window - creating an unnecessary scroll bar horizontally and creating empty space below the footer.

  •  1,823
    Support replied

    Hi guys,

    for point number #2 try adding

    .grid__item-img--large {
          position: absolute;
    }

    in customizer -> additional CSS

    Regarding point #1 can you plz be more concise and clarify a bit more? Screenshots would help.


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Tyler replied

    Thank you Clapat support! This CSS included seemed to have worked. I appreciate the quick response and time!