Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have created a couple of Views. One is a slideshow and the other is an unordered list. Everything works as expected. However, I have, in the markup discovered that there are two divs that wrap the view. The first div, has a class of "views-element-container", which stems from the block.html.twig file. The second div comes from the field.html.twig file. Finally, I have the div containing the beginning of my Views.
Soy nuevo en drupal,no tengo ni idea de codigos css y lo mas complicado es que tampoco se ingles.
Tengo un proposito que es hacer una web con drupal, he elegido,tras mucho mirar, el proyecto de creacion Drupal Commerce el Commerce kickstart, mis problemas son multiples ya que estos modulos estan diseñados de una determinada forma, me explico :
-Crear una tienda on-line---> es relativamente facil con Commerce Kickstart.
If this needs to get moved, please do so. But I found it to be more of an advice thread as opposed to an actual "Here's my problem" thread.
I have an issue on a site and advice I have gotten is "test it on a fresh install! If the problem persists, it's a bug!"
It would take me a week to create a site, with enough info, to try to duplicate my error in a page view.
1 - Build fresh install
2 - Add sufficient information ( I guess devel could do that?)
3 - Test
4 - Add other modules one by one until issue becomes visible.
I am trying to create a simple todo app as a headless Drupal site using a Vuejs front end ( I'll share here if and when I actually figure it all out so others can learn same as I am trying to do)
I ve managed to get the get requests working fine, but I have now got stuck on making a post request work
Can anyone tell me what I'm doing wrong please re the following