Okay
  Public Ticket #1652867
mobile not responsive
Closed

Comments

  • psteinhofer started the conversation

    Hi Alex Vü,

    first of all thank you for the help in the last weeks. the page is almost ready to go. Just a couple of things are not responsive yet. How can I fix the following issues:

    • the logo width is pressed together (04)
    • the text is one word each line (05)
    • pictures are in original size and not mobile width size (06)
    • text color is not the same (07)
    • tel. number color is different (08)

    thank you,

    Patrick

  •  608
    WordPress replied

    Hi,

    4, 5, 6: Add style css 

    @media (max-width: 991px){
        .header-v6    .header-logo img {
            width: 90px;
        }
    }
    @media (max-width: 767px){
        .wpb_text_column.vc_custom_1531751583604 {
            margin-right: 15px !important;
            margin-left: 15px !important;
        }
        .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
            height: 100% !important;
        }
        .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .attachment-full {
            height: 100%;
        }
    }

    7: You can go to Edit page -> Edit section List item


    8: image?

    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex Vü,

    CSS and changing the color worked. Thank you.

    The missing picture is now enclosed. A similar problem is that I need to change the color of font with links. also in the footer for the link to the imprint.

    And the button "bestellen" should also be responsive (09).

    best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    I just edited the text and now it is shown wrong again. CSS is still in (05).

    I also saw some other responsive errors. The button is shown wrong and the texts are ending after a couple of words and just show some dots (11).

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    You can add style css:

    Footer color:

    .footer-v6 .textwidget a {
        color: #fff;
    }
    11: You can setting css line-height in shorcode in Edit page


    Thanks!


  • psteinhofer replied

    Hi Alex Vü,

    Footer Color worked. Thank you.

    11: what do you mean with it? What do I need to do?

    Can you please also give me ffedback to 05.

    I also just saw that the arrow is not working when I click on it.

    best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    why is every headline starting each word with a capital letter? I want to change this please.

    best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    two more things:

    • how can I change the color of a riven headings
    • why is the parallax only working on the mobile website and not on desktop?

    best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    screenshot for the parallax question.

    best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    can you please give me an answer? Otherwhise I need to turn on the "coming soon" mode.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    why is every headline starting each word with a capital letter? I want to change this please.

    This is the default fix on the theme

    You can add style css:

    h1, h2, h3 {
        text-transform: none;
    }




  •  608
    WordPress replied

    hi,

    how can I change the color of a riven headings

    You can add style css:

    .title-block h2 {
        color: #000;
    }

    why is the parallax only working on the mobile website and not on desktop?

    Activate on mobile

    I also just saw that the arrow is not working when I click on it.

    I'm checking


  • psteinhofer replied

    Hi Alex Vü,

    thank you for the help to some of the question. I still need feedback for:

    • text not responsive
    • arrows not working
    • text not showing completly and ending with three dots
    • button not responsive

    Please give me a quick feedback to it. We are still in the "under construction" mode.

    best,

    Patrick


  • psteinhofer replied

    Hi Alex,

    one more thing. When I add css: 

    .title-block h2 {
        color: #fff;
    }

    every h2 is in white so I have the problem in the next part below. 

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    If the color title is white you should add the text-white class in the section to the title style.

    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex Vü,

    Why don't you give me feedback to the other issues? I really need this soon!

    Best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    can you please give me a feedback?

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    Your problem I solved. What's your problem?

    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex Vü,

    two Problems are still not solved:

    • arrows in the picture are not working (mobile and desktop)
    • texts are ending with only dots (only mobile)

    PLEASE give me a feedback today. I can not wait for every message one whole day.

    If you need admin access you can use the old one. It is still available.

    best,

    Patrick


  • psteinhofer replied

    Hi Alex Vü,

    please give me a feedback or a solution before the weekend. I can not wait any longer because me customers is quitting the contract.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    Arrows not working: You can contact the Visual Composer plugin developer or you can remove the arrow.

    texts are ending with only dots (only mobile): I do not understand? You can explain in more detail.

    We are having a holiday so I will answer you later. Please sympathize.

    Thanks!
    Alex Vũ


  • psteinhofer replied

    Hi Alex Vü,

    Please answer me earlier!

    How can I remove the arrows?

    For the thing with the dots: I have sent you screenshots 2 times. Please check them.

    Best,

    Patrick

  • psteinhofer replied

    Hi Alex Vü,

    please give me an answer. I really need it. I can not wait for every answer one full day and then hear that you still don't now what my question is.

    Again you will find screenshots enclosed.

    best,

    Patrick



  •  608
    WordPress replied

    Hi, 

    I sorry for late reply

    I solved the problem on your site . You can check it again.

    Best Regards !


  • psteinhofer replied

    Hi Alex Vü,

    thank you for the answer.

    Problem is unfortunately not solved. I can see more of the text but not the full text. PLEASE give me feedback TODAY.

    best,

    Patrick

  •  608
    WordPress replied

    Hi, 

    I solved the problem on your site . You can check it again.

    Best Regards !


  • psteinhofer replied

    Hi Alex Vü,

    thank you. I see the first 3 points with the full text but the second 3 points still not (see screenshot). Can you please do the change for all the points?

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    Oh, Sorry  .You can check it again the last time

    Best !


  • psteinhofer replied

    Hi Alex Vü,

    thank you. Now it works.

    I just edited a new thing. 3 rows with three buttons. In the mobile version it only shows two of the buttons. Why? How can I change this?

    best,

    Patrick

  •  608
    WordPress replied

    Hi, 

    I solved the problem on your site . You can check it again.

    Best Regards !


  • psteinhofer replied

    Hi Alex Vü,

    looks good. Thank you. Can you tell me what you have done? So I can do it my own the next time.

    thank you,

    Patrick

  •  608
    WordPress replied

    Hi, You can choose edit page. And edit. You don't check hidden in mobile 

     

    Best Regards !


  • psteinhofer replied

    Hi Alex Vü,

    great. Thank you.

    best,

    Patrick

  •  608
    WordPress replied

    Hello,

    Can you take some time to rate our item 5stars in ThemeForest?

    https://themeforest.net/item/riven-wordpress-theme-for-app-game-single-product-landing-page/reviews/15894202

    Thanks!

    Alex Vũ