-
AuthorPosts
-
March 3, 2015 at 3:41 pm #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
March 4, 2015 at 6:25 pm #405945Hey 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.
March 5, 2015 at 9:23 am #406275its 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 numbersMarch 6, 2015 at 1:01 pm #406955any 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; }
March 10, 2015 at 4:16 pm #408901Hey!
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,
ElliottMarch 11, 2015 at 2:45 pm #409852This reply has been marked as private.March 11, 2015 at 2:47 pm #409854March 11, 2015 at 5:47 pm #409995i 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?
March 12, 2015 at 4:57 pm #410574Hi!
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,
ElliottMarch 12, 2015 at 5:22 pm #410593i think its fine now. the icons just look ugly cause we moved the domain and database. its on every site a revo slider.
March 13, 2015 at 6:52 am #410857Hey!
Glad you got it solved, please get back to us if you should have any more problems.
Best regards,
RikardMarch 13, 2015 at 9:45 am #410885This reply has been marked as private.March 13, 2015 at 8:51 pm #411286Hey!
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,
ElliottMarch 17, 2015 at 10:01 am #412823its ok. thank you for your help
March 18, 2015 at 4:37 am #413352 -
AuthorPosts
- You must be logged in to reply to this topic.