mahagr on v5.5.0
Grav: hide plugin settings in G… (compare)
@EMSMouna_twitter
Hi Mouna
It may simply be a case of your css rendering the slideshow 'invisible' at a certain breakpoint, so you can override this behaviour by finding the class responsible. But to answer your question fully see below:
There are more advanced methods depending on how far you wish to go. The 'easiest' method is through use of the built-in Gantry5 Utility Classes - http://docs.gantry.org/gantry5/tutorials/utility-classes
This method requires that your replacement image widget, particle or module is added to the same section in your layout - maybe just underneath is best. Then apply the visible-phone
class to this replacement. As the breakpoint of the viewport hits mobile width, your slideshow will become 'invisible' as before, and the new replacement should then become visible.
There is a more advanced method that requires some conditional php; and this approach varies with each CMS. I'm familiar with Joomla and often use this more advanced method to prevent unwanted invisible code being called into the mobile view.
Hey guys, I need some help with an error message. I'm trying to modify the a Particle in the Base Outline under "Particle Defaults" and when I do I get the following error message:
Forbidden
You do not have permission to access this document.
Can anyone give me some suggestions on how to solve it? I've checked the permissions and everything seems OK so I'm not sure what's going on.
This is on Joomla 3.9.21 with Gantry 5.4.35