-
AuthorPosts
-
December 7, 2016 at 6:32 pm #721644
Hi Guys.
I was looking under premium themes of kriesi, about any theme with this feature.
Create an slider or section, and load a specified image if its a desktop, or if its a mobile or between landscape or portrait.
What are your best choice or function to do it?
Is better to create something about that, like any plugin or premium slider?December 7, 2016 at 6:58 pm #721653Hey mrpacogp!
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on desktop and mobile :)
Best regards,
YigitDecember 7, 2016 at 7:01 pm #721656Thank you very much.
I have found that information before to post it.
I do not want to waste your time without googling…
Apologize about my english.
I was using enfold for a long time, and i know how to do hide a background or something with quick css.
Right now, i want to do it best, and load a slider if people are using a mobile in portrait mode, or watching in desktop.
I still reading documentation, instead of that, thank you very much for reading my post and post a posible solution.
Kind regards.December 7, 2016 at 7:05 pm #721660Hi!
Not at all! :)
You can use LayerSlider and choose to hide it on mobile however it would not let you display another slider slider instead. Revolution slider might have such feature, i am not 100% sure :)Cheers!
YigitDecember 7, 2016 at 7:11 pm #721661Hi Yigit thank you again for fast reply.
I was looking right now revolution slider, with some features like hide under width…
And http://soliloquywp.com/soliloquy-lite-vs-soliloquy/
this could be interesting.
Well, about avia framework, we can hide a complete section ID if its mobile and load only certain?
Kind regards.December 7, 2016 at 7:18 pm #721663Hey!
Yes, you can edit your color section elements and give them unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then use the code as following
@media only screen and (max-width: 990px) { #only-desktop { display: none !important; }} @media only screen and (min-width: 990px) { #only-mobile { display: none !important; }}
Regards,
YigitDecember 7, 2016 at 9:05 pm #721714Thank you very much for your suggestion.
I will test it, feel a good idea.
Thank you very much,December 8, 2016 at 8:05 am #721859 -
AuthorPosts
- You must be logged in to reply to this topic.