Hello i want to add a description on page that i can’t edit with cornerstone. Is there a shortcode that i can place to show one content for mobile and one for desktop! Thank you!
Hi There,
Thank you for writing in, you can utilize the Hide Base on Screen Width feature where you can show a different section for different screen sizes.
Hope this helps,
Cheers!
No it doesn’t help at all. I just said that can’t edit the page using cornerstone visual mode. Is there any shortcode, or maybe i should say, for you to understand: http://demo.theme.co/integrity-1/shortcodes/responsive-visibility/ how to use this shortcode, give me example for mobile only and desktop onlly shortcode usage! Thanks!
Hello There,
You can make use of the following example:
[visibility type="visible-desktop"]
<h6>Desktop Message</h6>
<p>I’m only for the larger screens. Since there’s more room, I can take a little more space up to explain what I’m trying to say if I need to. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.</p>
[/visibility]
[visibility type="visible-tablet"]
<h6>Tablet Message</h6>
<p>I’m only for the medium sized screens. There a little less room here, so try and shorten things up a bit, but don’t worry, you don’t have to fret too much over the length of your message just yet.</p>
[/visibility]
[visibility type="visible-phone"]
<h6>Phone Message</h6>
<p>I’m only for the smallest screens. Try and keep things short and sweet here.</p>
[/visibility]
Hope this helps.
This is what i was looking for. Thank you.
You’re welcome!
Cheers!