Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #721653

    Hey 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,
    Yigit

    #721656

    Thank 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.

    #721660

    Hi!

    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!
    Yigit

    #721661

    Hi 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.

    #721663

    Hey!

    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,
    Yigit

    #721714

    Thank you very much for your suggestion.
    I will test it, feel a good idea.
    Thank you very much,

    #721859

    Hi,

    Glad we could help, let us know how you get on with it or if you should need any further help on the topic.

    Best regards,
    Rikard

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