I created a view with bootstrap grid. I am displaying two fields: Image and Title.
Image field is linked with Content. When I click the image click, it takes me to the node.
I wish I could display just the body field of the node type as a pop up text when I click the Image link. I should be able to close the pop up by clicking the close button.
I like to create a block to display at the top region with an arrow. By default, block will be shown or hidden. I should be able to hide the block by clicking the up arrow. I also should be able to display the block by clicking the down arrow.
Today I'm not able to place a block anywhere: when I click on "Place block", nothing happens, but I find the following log:
LogicException: Render context is empty, because render() was called outside of a renderRoot() or renderPlain() call. Use renderPlain()/renderRoot() or #lazy_builder/#pre_render instead. in Drupal\Core\Render\Renderer->doRender() (linea 243 di /home/customer/www/xxx/public_html/core/lib/Drupal/Core/Render/Renderer.php).