So I'm sure there is a quick fix for this but I can't seem to find it.
I'm running drupal 8 and am using bootstrap subtheme. I have the "page title" block place in my highlighted region however when I create new content the page renders the title twice. Once with the content and another time in the highlighted region. I know I could easily disable the page title block however I prefer to use it. I'm running other drupal 8 sites and don't seem to have this problem. Am I missing something? Thanks in advance!
I'm trying to edit my theme to have a custom design for my view, and it will take having static html (<div>, etc ) between some of the fields of one item in the view. NOT between the different items themselves,
I found the twig file I should be editing, "views-view-unformatted.html.twig" but I can only put one variable in for all the fields "{{ row.content }}" which isn't helpful to me.
I'm trying out the Zen theme and made a sub-theme.
I need to make a menu do dropdowns, and other neat snazzy things that make them appealing.
Hmm, OK, I'll load up nice_menu or super fish. However, Zen is going to put its own menu in the content area, so I get a duplicate menu, one added in blocks with the style of the module and another one that is pretty ugly in its raw state put in by Zen.
For the life of me I have not been able to find out how Zen is building that menu in order to control it.
I'd love to know how I can prevent it.
I am created o custom module, I want to show a web form into this module. I am enabled the webform from content type setting, but still it is not showing the added fields in through webform. Can some one please help me.