Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Pull images from a specified page
· 10 years ago
yes, use page find, somthing like: page.find('/another-page').media['my-image.jpg'].url
-
Pull images from a specified page
· 10 years ago
Can I pull images from another page in twig? For instance, I'm on the home page and I want to pull the images another page into the home page.
-
Bootstrap
· 10 years ago
Ok thanks. Sorry I forgot to mention but I need a theme that supports blog. And not to ruin the look they use Bootstrap.
-
Bootstrap
· 10 years ago
Each theme uses a variety of things. I know that Bootstrap theme uses the Bootstrapper plugin. Boxify includes a version of bootstrap on it's own (no need for bootstrapper plugin). Halcyon uses boots
-
Bootstrap
· 10 years ago
I still have a question. What existing template supports Bootstrap with no problems ??
-
Bootstrap
· 10 years ago
Ok, ty.
-
Bootstrap
· 10 years ago
You can install the Bootstrapper plugin which will load the bootstrap CSS, but since Bootstrap adds its own CSS I'm afraid it cannot really be added without affecting the overall style applied to the
-
Bootstrap
· 10 years ago
Hello. How can I use the Bootstrap framework in default theme without having to ruin the appearance?
-
Add CSS/JS to <head> from theme's modular page
· 10 years ago
The problem is that modular twigs do not extend any base twig as they are just partials. The Assets plugin is a good solution, but just for markdown pages. Not sure how I'd do it
-
Add CSS/JS to <head> from theme's modular page
· 10 years ago
You could extend your Block where the js is included in your modular Twig file or wherever you want. This of course presupposes to have your javascript files in a block in your base Twig or in whateve