Hi,

I write to report a bug using the feeds module in a boostrap subtheme. Using feeds module to import content you are able to import using the url /import and clicking the importer you can upload a csv file to masively create content to your site.

The problem I found is the using the boostrap subtheme the file input doesn't render so you are not able to use the importer.

Thank you

Julian Mancera

Comments

omarlopesino’s picture

I had the same problem.

Feeds puts the file widget into the description of the field, and bootstrap have a feature for use the descriptions as tooltips, which by default only shows descriptions from form elements with 200 or more characters.

It can be solved by configuration :)

You have to go to Appearance > Settings > Your theme, and, in the javascript section, open the tooltips section.
Here you can disable the tooltips feature, or change the 'Simple form description length' textfield, for a smaller length.

markhalliwell’s picture