Questions tagged [bootstrap]
The process of placing many EE configuration and database variables in a single file which can be used seamlessly in multiple environments.
26 questions
0
votes
2
answers
70
views
Bootstrap won't work on template
I'm new to EE and I have an issue linking to bootstraps folder. The default_site template (home page) stylesheet link to assets folder works fine, but when I make a new template_group and then a new ...
0
votes
2
answers
86
views
Call to Action Buttons - force Bootstrap col display around EE looping content
I created a conditional in EE6 using Bootstrap 5 to determine display call to action buttons to show side by side when even number and full width stacked when odd. Used output total grid rows to ...
0
votes
2
answers
246
views
odd even columns in expressionengine with bootstrap
I have an issue with looping output for a channel with Bootstrap. What I want to archive is this:
row
col 8 col 4
row
col 4 col 4 col 4
row
col 8 col 4
row
col 4 col 4 col 4
and so on. This ...
1
vote
1
answer
85
views
Navbar Toggler not working
TROUBLESHOOTING
Migrating an old blog over using this templte Bootcamp 4 and EE
The navbar toggler is working on the .index template but not on the subsequent templates.
WORKING:
NOT WORKING:
I’m ...
0
votes
1
answer
54
views
How do I get list content to display across multiple columns?
I am running EE 3.5.7 and Bootstrap 4. I have list content that I would like to display evenly across multiple columns. In EE2 there was a very useful add-on: https://devot-ee.com/add-ons/splitter, ...
0
votes
1
answer
737
views
How do I display grid content in Bootstrap Carousel?
I am working with Bootstrap and EE 3.4.5 Grid and need a little help on the carousel.
With the following code all instances of the slide have class 'active'
<div id="myCarousel" class="carousel ...
0
votes
2
answers
114
views
Contact form for free
How can I transform a HTML form in a template into an email that someone can receive after they fill it out with any paid add-ons? If I need an add-on for that, can anyone suggest any?
0
votes
1
answer
57
views
Cartthrob 2.70's Auto-Install Template issue with Bootstrap and Affix
I recently installed Cartthrob version 2.70. I used the auto-install templates during installation and have been altering them to suit my needs from there but I can't seem to fix a problem with the ...
0
votes
2
answers
375
views
Conflict with Twitter Bootstrap
Is there a conflict with Solspace Calendar and Twitter Bootstrap 3.3.4? When I enable the date picker field on the channel form, the navigation loses all formatting from Bootstrap. I see current ...
0
votes
1
answer
87
views
Low Alphabet and bootstrap layout issue
I have an issue when using Low Alphabet in Bootstrap with the layout, which i don't get if I take Low Alphabet out of the code.
The issue is at the end of this page URL below, the last two images do ...
0
votes
2
answers
1k
views
Grid with Bootstrap carousel not displaying correctly.
I am using bootstrap carousel with EE's Grid and the page is not displaying correctly. All 3 slides are displaying on top of each other. I think its the "active" class is being applied to each slide ...
1
vote
1
answer
204
views
Channel Form javascript error when using Bootstrap
I'm using Channel Form (Safecracker) on a site which is using Bootstrap.
I'm getting this error:
Uncaught TypeError: Cannot read property 'msie' of undefined
in this script: ACT=10&ui=core,...
2
votes
2
answers
667
views
Bootstrap navigation mark-up using NavEE
My site is built on Bootstrap 3 framework and I am using NavEE as the navigation plugin. One thing I cannot figure out is how to implement the conditionals required to build out the navigation ...
0
votes
1
answer
126
views
Channel Field setup ideas for tabbed content
Sites design uses Bootstrap/jQuery tabs in content area.
Content inside the tabs is set up as Grid (image file, description, link etc).
Any ideas how to make creating/adding tabs dynamic?
Grid ...
0
votes
1
answer
822
views
How to get bootstrap to work with EE [closed]
I'm making responsive website based on bootstrap front-end framework, but when I "move" static and working HTML pages to EE templates bootstrap parts are not working (for an example accordion effect). ...