Hi,
Basically new at the bootstrap theme but here's the issue.

I've installed drupal commerce and when I click the radio buttons of different product variations in the sub-theme I get the following pop up

An error occurred while attempting to process /product/3?ajax_form=1&_wrapper_format=drupal_ajax: $glyphicon.removeAttr(...).removeAttr(...).removeAttr(...).tooltip is not a function

If I run the core bootstap theme the error doesn't show up but the radio icons also don't show up.

My subtheme has been going fine up to this error.
??? I first thought perhaps I needed to put the js folder in the subtheme but now think I'm missing a glyphicon library???

Here's an image with the Bartik working fine, the Bootstrap3 working but not showing the radio buttons and the Subtheme that pumps out the above error.

bootstrap-error

Thanks for your advice and help.

CommentFileSizeAuthor
bootstrap-error.png54.58 KBbrett1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brett1 created an issue. See original summary.

markhalliwell’s picture

Priority: Major » Normal
Status: Active » Closed (works as designed)
Issue tags: -glyphicon bootstrap subtheme

.tooltip is not a function means that the Bootstrap JS isn't being loaded. If you've create a sub-theme that compiles from sources, then yes you need to include the JS files that came with the framework.