I'm using a view template that outputs an image along with a few other fields. views-view-fields--blogs--page.html.twig. Image is output using {{ fields.field_blog_image.content }} but the alt is blank (alt=" "). The nodes themselves output the image with the alt attribute. I don't see any template overrides where I could drill down more. Is there a way to construct these image tags to include other attributes?
I have a three-step Drupal form that queries a public API and builds nodes based on user selection. I have pored over the Examples for multistepForm (which is not AJAX) and adapted mine to model after the AjaxAddMore example. But my second submit handler nominally gets called but not run.
The logic for form building is in buildForm() while the submit handlers are supposed to run the logic for the parameters of each buildForm(). For now, my validate function is empty.
Need help here. I was trying to submit the URL in Bing, Yandex but both returned the error 200 forbidden or 400-499 http status code. I have updated the sitemap in robots.txt, whereas the site has indexed in Google. Except google none of the search engines are unable to crawl. Unable to identify the issue on what wrong on this URL. (www.travoline.com)
I have a series of feeds that need to run one after the other. The feeds consist of events, and then the speakers at those events. They are contained in the same CSV but the speakers are paragraphs. This means I cannot currently do it in one feed due to the current state of the Feeds module.
The way I have planned to do this is to listen for the "IMPORT_FINISHED" event and, based on the ID of the previous event, trigger the next one. I cannot get this to work as I cannot find any documentation or examples on how to programmatically trigger a feed.