-
AuthorPosts
-
October 4, 2016 at 4:04 am #694834
How to hide a color section ID#001 on desktop and show ID#002 in its place, and vice versa for mobile.
October 4, 2016 at 4:29 am #694844Hey domainarchitect,
To achieve what you are looking for, you can do this by adding ID’s to your Color Sections in the element options and then show/hide them with CSS:
@media only screen and (min-width: 768px) { #002 { display:block; } #001 { display:none; } } @media only screen and (max-width: 767px) { #002 { display:none; } #001 { display:block; } }
Best regards,
JordanOctober 4, 2016 at 5:25 am #694861Am I doing something wrong? Both appear.
October 4, 2016 at 8:41 am #694923Hi,
Thanks for getting back to us!
Would you mind also providing administrator login details to your WordPress site, so that we can have a closer look. You can place the information in the private data section of your reply.
Please also indicate the color sections that are to be hidden on desktop but shown on mobile and vice versa.
Best regards,
JordanOctober 4, 2016 at 8:45 am #694924See my credentials
October 4, 2016 at 1:11 pm #695016Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitOctober 4, 2016 at 8:09 pm #695219Yigit,
I don’t really understand. The color sections already have ways to associate an ID to them. I did that and implemented the code the above support staff suggested without results so I provided my credentials when they were requested.Why is it now that I am being redirected to another post without any further direction in how to resolve or implement what I am seeking to implement?
October 4, 2016 at 8:21 pm #695224Hi!
We have many useful information on our documentation and i shared the link so you would know how to do it in future if needed :)
I changed color section ID’s as numbers were not working. It is working now. Please flush browser cache and review your websiteRegards,
YigitOctober 4, 2016 at 8:59 pm #695249Oh, thanks. I had searched and found multiple threads with different information so I wanted to ask.
Thanks for your prompt help. It might be helpful to start merging topics.
October 5, 2016 at 8:13 am #695351 -
AuthorPosts
- You must be logged in to reply to this topic.