Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #629915

    Hello :)

    Does Enfold have an option to switch a content section off when it is being watched by a mobile device?
    So when a page is being watched by desktop the selected content shows and when it is watched by a mobile device not.

    Second question:
    How do I change the height of WPML language selector when I use it in a widget? It doesn’t completely show other languages and their flags.

    Best regards,
    Sylvana

    #630484

    Hi SecretDiamonds,

    1. Not by default but we can give you custom CSS to achieve that.

    2. We will need to inspect the element, please link to your site and we’ll have a look.

    Regards,
    Rikard

    #631345

    Hi Rikard,

    Thank you for your reply.
    1. Do you mean a quick CSS? I would love to have that.

    2. As you can see in the footer it doesn’t show everything.

    Best regards,
    Sylvana

    #631354

    Hey!

    1- Yes, please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #icl_lang_sel_widget-3 {
        overflow: visible!important;
    }

    Regards,
    Yigit

    #632048

    Thank You Yigit! 2nd problem fixed :)

    Do I change the functions,php in Enfold child theme or wp-includes to turn on custom CSS? And what is the quick CSS to switch an element off when used by mobile device?

    Best regards,
    Sylvana

    #632052

    Hi!

    You should go to Appearance > Editor and then add the code to functions.php file to enable custom CSS field and then simply you can follow the instructions here – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ under “Hide elements on mobile

    Best regards,
    Yigit

    #636676

    Hi :)

    Thank you!
    Is it also possible to do the opposite. To make content that is shown on mobile but not on desktop?

    Next question:
    I have a list in the table content element. But the dot is not in front of the sentence but somewhere at the end. The problem doesn’t occur in table 1 and 2, only in table 3 and 4. How do I fix this problem?

    Thank you again!

    Best regards,
    Sylvana

    #636690

    Hi,

    Already fixed the “list”problem :)

    Other question: is it possible to have 3 buttons in a row on mobile instead of among each other?

    Best regards,
    Sylvana

    #637417

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
    About which buttons are you talking about exactly? a screenshot would help. Use imgur.com or dropbox.

    Best regards,
    Andy

    #637748

    Hi Andy :)

    Link to screenshot and precise link in private content.. I have made buttons to go to next profile, previous profile and gallery.

    Best regards,
    Sylvana

    #638133

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #your-custom-id .av_one_third {
        width: 33%!important;
    }}
    

    Then edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png

    Best regards,
    Yigit

    #638729

    Wow it’s working! Thank you!

    #638800

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mobile option’ is closed to new replies.