Tagged: x
-
AuthorPosts
-
November 16, 2016 at 10:33 am #1259565
bakisgazetesiParticipantHey there,
I couldn’t get the mobile site images to slide down like in desktop version.
Please advise meNovember 16, 2016 at 10:35 am #1259567
bakisgazetesiParticipantThis reply has been marked as private.November 16, 2016 at 12:27 pm #1259712
RupokMemberHi there,
It seems you are using a single background image. Would you clarify what you are referring as “slide down”?
A screenshot would be appreciated.
Cheers!
November 16, 2016 at 3:02 pm #1259886
bakisgazetesiParticipantI mean in the desktop mode. There is “texts sliding on picture” effect.
My client wanted sth like that and I found your theme doing it.
But at mobile version responsiveness doesn’t work automatically or I wasn’t able to do it properly.
Any way I tried to fix font size etc with css but texts slide on images effect I couldn’t manage to fix it.You know in ethos 2 (http://demo.theme.co/ethos-2/) model images stay as if in one layer and and the text or headr box on them sliding as on another layer. That effect disappears in mobile phone or tablet size.
Responsive features I can’t see there.Please advise me how to get that effect on mobile platforms.
November 16, 2016 at 5:32 pm #1260117
Rue NelModeratorHello There,
Thank you for the clarifications! That effect is the parallax effect which is only available in desktop screens. This effect were automatically gets disabled in mobile screens. To fully understand as why it has been disabled, please check out the following articles:
http://www.javascriptkit.com/dhtmltutors/parallaxscrolling/page2.shtmlHope this explains briefly.
November 17, 2016 at 6:06 am #1260905
bakisgazetesiParticipantOk it says with android devices works fine and even ios devices parallax effect can be optimized.
If I want to open parallax on mobile platform at least for android platform , which file I am gono touch
can you please advice me.tnx
November 17, 2016 at 1:26 pm #1261436
Nabeel AModeratorHi again,
Try add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.touchevents .x-content-band.bg-image.parallax, .touchevents .x-content-band.bg-pattern.parallax { background-attachment: fixed !important; }Let us know how this goes!
November 17, 2016 at 3:57 pm #1261622
bakisgazetesiParticipantNope It didn’t worked.
Can you specify which file parallax effect is being banned in mobile.
I want to change it from that file.
regardsNovember 17, 2016 at 4:15 pm #1261652
Nabeel AModeratorHi again,
All types of parallax don’t work in mobile devices. I tried checking your site but the URL you provided above doesn’t work. Can you please double check the URL if it’s correct? In the mean time try replacing the previous code with this:
.x-content-band.bg-image.parallax, .x-content-band.bg-pattern.parallax { background-attachment: fixed !important; }Let us know how this goes!
November 18, 2016 at 6:06 am #1262402
bakisgazetesiParticipantThis reply has been marked as private.November 18, 2016 at 6:30 am #1262417
Paul RModeratorHi,
Login doesn’t work, kindly check again and let us know.
Thanks
November 18, 2016 at 12:00 pm #1262772
bakisgazetesiParticipantThis reply has been marked as private.November 18, 2016 at 7:34 pm #1263214
RadModeratorHi there,
Parallax effect on background images is intentionally disabled on mobile or any touch devices due to performance issue. CSS may help a little, but the easing effect is done by javascript which is disabled.
It’s within \wp-content\plugins\cornerstone\assets\dist\js\site\cs-body.min.js
Find this line
n.hasClass("parallax")&&(csModernizr.toucheventsAnd replace it with this
n.hasClass("parallax")&&(!n.hasClass("parallax")If not working, try this
n.hasClass("parallax")&&(falseThanks.
November 19, 2016 at 5:27 am #1263523
bakisgazetesiParticipantOk thnx . It didn’t work either. Anyway
In some other support titles I’d read those performance issues pertained to parallax.
So I’ve given up to chase after parallax feature at mobile side.thnx.
November 19, 2016 at 2:12 pm #1263764
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1259565 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
