hi there, In Drupal 7 I have a form created via the admin interface and a file upload component with the multiple file upload option selected, but it seems that the "multiple" attribute is not getting added to the tag. If I do it manually ( by editing the HTML in the browser ) it does work but it only shows the first file in the list below the component.
I've got a field collection for slides in a paragraph. Each field collection slide has a background image field and a headline field. The editor can add as many slides as they want. I'm trying to theme this output. So, I've been assuming I should loop through the field collection items and spit each out, but it's completely baffling me. I'm not the best PHP'er, but I get by.
In 'paragraphs-item--content-slider.tpl.php' this prints the first 2 just fine, as you would expect:
So I am having an issue with views, and I cannot find a remedy. In looking online, it appears it's a common issue with the views and/or filtering.
I have two content types. One is called News, one is called Events. Each one has a specific field on it (field_news_categories and field_events_categories) respectively. The two fields are taxonomy reference fields.
I have my filters setup in two groups, and it is not pulling in any results, even though logically it should.