Questions tagged [bootstrap-craft]
The bootstrap-craft tag has no summary.
28 questions
0 votes
1 answer
73 views
Factors that influence rendering time and memory consumption
We are currently trying to improve one of our project's performance and therefor I try to understand factors that influence a page's rendering time and memory consumption. Before optimizing complex ...
1 vote
2 answers
255 views
Matrix loop (nesting?) issue using switch
First let me say this: I'm new to Craft and Twig. So: my apologies for probably overlooking the obvious. I hope you can offer me some help... I've been trying for a couple of days to solve this puzzle....
1 vote
1 answer
535 views
How to setup Bootstrap 4 Carousel with Craft CMS 3?
I'm hoping to get some help or guidance on a issue that I'm having. I am using Bootstrap 4 as my CSS framework and wanted to integrate a working Carousel with my web project. I managed to get the ...
1 vote
1 answer
643 views
Bootstrap 4 Accordion with Matrix (and SuperTable)
I'm attempting to use a combination of SuperTable and Craft's Matrix to create a reusable Bootstrap 4 Accordion element, but I'm hitting a wall. My code so far: {% for row in entry.contentBuilder....
1 vote
1 answer
90 views
Close bootstrap row and start a new row Matrix
I need to figure out how to close out the columns if it equals 12 and then open a new row. I have a Matrix field set up with rows, but it needs to break with a new row if the columns equal 12. Any ...
0 votes
1 answer
883 views
bootstrap.php how to include environment variables for multi-environment configuration?
I recently had to run a couple of migrations to move entries from one structure to the other, but had problems when running the migration PHP script being able to get environment variables e.g. DB and ...
1 vote
1 answer
88 views
Craft 2.6 slow bootstrapping?
For some reason when we're bootstrapping Craft CMS it's VERY slow to bootstrap (500ms) worth of slowness. This is utilizing HTTP2 and PHP7 so we're expecting it to be much faster than this. I'm ...
1 vote
0 answers
56 views
Give Access to Freeform (Solspace) Submission Answers to a tierce person
I implemented a form on a website using the Freeform Plugin (by Solspace) and I would like another company to have access to the results of this form. I am thinking of using the bootstrap demo to ...
2 votes
3 answers
3k views
What is the easiest way to include bootstrap in Craft?
How is the easiest way to include bootstrap to Craft? I've seen there's already a bootstrap.php in the "app" folder... what can I do with this guy?
1 vote
2 answers
212 views
Need help with dynamic image grid
I am trying to make my image grid form out dynamically. I got it kinda working, But I need to figure out how to make my grid rows dynamic. I am kinda forcing it to start a new row at every 4th item ...
2 votes
1 answer
441 views
Does a up to date boilerplate for Bootstrap 4 with live reload, sass and js build exist?
I'm pretty new to Craft, and a noob when it comes to build tools. Coming from WordPress I've been using Roots/Sage which is a starter theme with liveReload(browserSync), Bootstrap 4, SASS and JS ...
2 votes
3 answers
926 views
Making an entry grid with Batch 2,3 (2 in row then 3 in row)
I'm trying to make a News item grid. I'm looking for a solution to output 2 type of "rows". One that shows 2 entries and the other shows 3 entries. I tried playing around with batches already but can'...
1 vote
1 answer
355 views
Possible to Get grunt-uncss Working with Craft?
I'm working on a site that uses bootstrap so has a very large CSS file with many selectors that are not being used. To reduce the size of the file, I'd like to use the grunt-uncss task, but it does ...
2 votes
2 answers
1k views
Basic Bootstrap + Matrix Implementation
I've got a project where I'm trying to set up a basic page layout – header, body, footer. But I also want the option for a user to add an image or bit of content (let's call it a "sidebar") that ...
1 vote
1 answer
104 views
Homepage in Navigation
I've been trying to get the homepage to show up in the navigation... What I'd like to display is the following... <ul> <li class="nav-item active"> ...