Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Index page blog item problem · 11 years ago

    add to index page blog item ? please help me .. thanx

  • Difference between dev site and live site · 11 years ago

    OK. Thanks.

  • Difference between dev site and live site · 11 years ago

    You may not even want to have a localhost version at all. I usually have my user/config/system.yaml with everything that I need customized, then have only a few keys in the localhost/config/system.ya

  • Difference between dev site and live site · 11 years ago

    Interesting. Thanks. The version in /localhost is considerably more complex than the version in /user so I copied that over (without the debug stuff) and all seems well. Should I also copy the /localh

  • Difference between dev site and live site · 11 years ago

    Probably you have a different config for the home alias in a file called user/localhost/config/system.yaml ? The ability to have environment-based configurations lets you set things up differently in

  • Difference between dev site and live site · 11 years ago

    I'm really puzzled. My live site shows the blog category, with Home at /home but my local development site (which I cannot link to, obviously) has Home where it ought to be and blog at /blog. The thi

  • Can't find slider in Sora Article · 11 years ago

    I don't know where did they put the images in slider. I can't see it in the admin panel. When i go to base.html.twig {% block masterslider %} {% include 'partials/masterslider.html

  • Slider integration · 11 years ago

    You don't need to use an if to see if a value is set. If the value is set it will be returned, else it will be return nothing. You should use {{ dump(slide1) }} to make sure you are getting the corre

  • Slider integration · 11 years ago

    Thank you, I will work on properly converting my Javascript slider as a plugin but for the time being. How do I use Twig to set the variables I am after for calling upon them in my markdown file? I ha

  • Slider integration · 11 years ago

    I suggest looking at the lightslider plugin. This is basically doing what you are wanting, just with another slider javascript. You could use this as-is or you could adapt it and create a new plugin b