Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #405182

    i tested the website on my galaxy s5 with both browser and on a galaxy note 4. On the starting page the parallax background with the animated numbers is displayed only the half. can u help me

    #405945

    Hey Patrick!

    which browser are you using? On my android browser it works fine. Can you please clear your browser cache and refresh your page a few times afterwards? Please also try to deactivate all plugins to make sure none is causing any conflict.
    Are you using any caching plugin? if yes go into it’s settings and deactivate caching while testing.

    Best regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    #406275

    its the chrome browser on my samsung galaxy s5. here what it looks like on my galaxy s5 after i clear the cache.

    there should be more animated numbers

    #406955

    any idea? its only on the smartphonebrowser not on desktop browser like firefox, chrome or ie.
    i got this css code. maybe its something worng with the css code.

    @media only screen and (max-width: 768px) {
    #top #av_section_3 .av-parallax.avia-full-stretch {
    background-size: cover !important;
    background-position: 0% 50% !important;
    top: -50%;
    }
    }
    
    /*@media only screen and (max-width: 768px) {
    .av-parallax.avia-full-stretch.active-parallax { background-size: cover !important; }}*/
    
    #top .av-parallax.avia-full-stretch {
    background-size: contain !important;
    }
    #408901

    Hey!

    Yes I think it’s from your CSS. What happens when you add this?

    .av-parallax {
      height: 100%;
      min-height: 100%;
    }

    Send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    #409852
    This reply has been marked as private.
    #409854

    #409995

    i think i fixed it. i deleted the css from my custom css. just another question. why is the revo slider in comparison to the other elements so small in the responsive view? can i have it larger?

    #410574

    Hi!

    Send us a link to the exact page where your using the revo slider and we’ll take a look.

    Also, I noticed your icons were having trouble loading so you can try doing this to fix that, http://kriesi.at/documentation/enfold/enable-cors/.

    Regards,
    Elliott

    #410593

    i think its fine now. the icons just look ugly cause we moved the domain and database. its on every site a revo slider.

    #410857

    Hey!

    Glad you got it solved, please get back to us if you should have any more problems.

    Best regards,
    Rikard

    #410885
    This reply has been marked as private.
    #411286

    Hey!

    Are you trying to make the text bigger on small screens? If so then try adding this to your custom CSS.

    @media only screen and (max-width: 479px) {
    .ls-slide * {
      font-size: 12px !important;
      line-height: 12px !important;
    }
    }

    Regards,
    Elliott

    #412823

    its ok. thank you for your help

    #413352

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.