-
AuthorPosts
-
May 10, 2016 at 2:08 pm #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,
SylvanaMay 11, 2016 at 7:43 am #630484Hi 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,
RikardMay 12, 2016 at 1:39 pm #631345Hi 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,
SylvanaMay 12, 2016 at 1:46 pm #631354Hey!
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,
YigitMay 13, 2016 at 1:43 pm #632048Thank 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,
SylvanaMay 13, 2016 at 2:07 pm #632052Hi!
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,
YigitMay 23, 2016 at 10:52 am #636676Hi :)
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,
SylvanaMay 23, 2016 at 11:20 am #636690Hi,
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,
SylvanaMay 24, 2016 at 1:00 pm #637417Hi,
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,
AndyMay 24, 2016 at 9:55 pm #637748Hi 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,
SylvanaMay 25, 2016 at 5:01 pm #638133Hi,
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,
YigitMay 26, 2016 at 2:45 pm #638729Wow it’s working! Thank you!
May 26, 2016 at 4:20 pm #638800Hi,
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 -
AuthorPosts
- The topic ‘Mobile option’ is closed to new replies.