- This topic has 3 replies, 2 voices, and was last updated 10 years, 1 month ago by
Sebastian.
Author | Posts |
---|---|
mirco_cervi
February 20, 2015 at 10:14 pm
|
Heads up! this post was created when Microthemer was at version 3. The current version is 7. Some references to the interface may be out of date. Hi! |
Sebastian
February 21, 2015 at 5:29 am
|
Hi Mirco, Yes it certainly is. Having created your selector and set up the mobile tab, simply go to the ‘Behaviour’ group (the icon which looks like a box), and then set ‘Display’ (the first property in the set) to ‘none’. See this screenshot for a demo: https://docs.google.com/a/themeover.com/file/d/0B2vCpmXg7Sjlc2NqYnRWdWpQUWM/edit?usp=drivesdk Answering your question highlights that it isn’t always obvious what the icons mean – we’re actually working on providing an alternative view for the options that people can turn on or off via the preferences. The alternative view will include text labels for each option. There are pros and cons with both views (less to remember vs less room to preview the site) so we think it will be good to let users choose. Cheers, Sebastian ps I didn’t get around to looking at your site yesterday. I’m glad you haven’t encountered any more problems, but I will get around to it site soon if that’s still OK? |
mirco_cervi
February 22, 2015 at 11:01 am
|
Thanks Sebastian! |
Sebastian
February 23, 2015 at 1:13 am
|
Hi Mirco, I see what’s going on now, thanks for the link to your site. The image slider is applying an inline style of ‘block’ to the images in the slider (via javascript). This overrides your display setting of ‘none’. However, even if it wasn’t doing this, the best approach is to set display to none on the container div for the slidehow, not the individual images (which rotate). To target the container div for the slider, you can double-click an image in the slider, enable the advanced options of the selector wizard (top right), click the inspector tab, and then click the up arrow on the directional controls several times. With each click you will travel up to a parent container of the image. You can stop when the HTML below the directional controls says something like:
You may want to switch to the Targeting tab of to make sure that the targeting is what you want. Just ‘#sliders-container’ will probably be a sufficient option for your needs. Or, if you’re feeling lazy you could just edit the selector you previously created for targeting the image slider and change the value in the CSS Selector code textarea to ‘#sliders-container’. You can edit the selector like this from the main menu or the quick edit options at the top if the selector is currently in focus. I hope that helps, please let me know how you get on. Cheers, |