Showing 1 – 8 of 8 replies
matthew_spire

I am having issues with bs-select. I […]

matthew_spire PURCHASED
5 years ago
Hi,

I am having issues with bs-select. I have loaded all css and js as external style sheets and scripts, respectively, but still can't seem to get it to work correctly. That particular dropdown does not want to cooperate (won't dropdown and the caret does not display). Here is a link to the codepen: https://codepen.io/matthew-spire/pen/gzNwrL/. Please let me know if you're able to help. Thank you!
ondrique
ondrique SELLER
5 years ago
Hi Matthew,

thanks for purchasing!

I forked your pen here: https://codepen.io/ondrejsvestka/pen/pVXmbB

Problems you had there:

- bootstrap-select.min.css - gave 403 in your pen, according to the console
- popper.js was not properly loaded - I usually include it before Bootstrap JS, so most probably just an issue of the script ordering
- additinally, I use Font Awesome 4.7, will be upgrading soon but using FA5 was causing a missing icon in the dropdown

Best,

Ondrej
matthew_spire
matthew_spire PURCHASED
5 years ago
Thank you so much! Great help and excellent response! <3
ondrique
ondrique SELLER
5 years ago
Hey, no problem! Glad it helped.
matthew_spire
matthew_spire PURCHASED
5 years ago
Okay, one other question and I apologize in advance (I did attempt on my own with no success). If I have imgaes of varying height, how might I go about applying autoHeight? I tried following http://www.landmarkmlp.com/js-plugin/owl.carousel/demos/autoHeight.html and https://owlcarousel2.github.io/OwlCarousel2/demos/autoheight.html with no success. Thank you!
ondrique
ondrique SELLER
5 years ago
Hi Matthew,

no problem.

Please drop me a line with a description what carousel (HP top/products/product detail) and ideally a Codepen again. My support email is ondrej AT bootstrapious.com.

Thank you,

Ondrej
matthew_spire
matthew_spire PURCHASED
5 years ago
Hi,

Here is a Codepen link: https://codepen.io/matthew-spire/pen/odrRRE/. I also sent you an email. Thank you again so much for your help!

Sincerely,

Matthew Spire
ondrique
ondrique SELLER
5 years ago
Hey Matt,

here's a forked pen with the auto-height working: https://codepen.io/ondrejsvestka/pen/wjVJNP.

Best,

Ondrej
matthew_spire
matthew_spire PURCHASED
5 years ago
Amazing! Thank you again! (I really need to take a course in front-end design). I appreciate all your help!