This forum is for assistance with theme development.

Adding Javascript Stats Counter to Drupal

Hello,

  Can someone please advise how I can add something like this https://codepen.io/shvvffle/pen/JRALqG to a block on my site? Or even point me toward to a module that does the same thing. Thank you.

What I did was create a counter,js file and paste the javascript code in there and upload to the /site/all/theme_name/js directory and specify it in the theme_name.info file. Also copied the css file in to the css directory of the theme and also specified in the theme_name.info file as well.  

New to Drupal but not to Symfony or Twig

I've got a completely built site under Symfony 4.3 with a working theme split into multiple twig templates (ex., header/body/footer/etc).  How difficult would it be to refactor those twig templates into Druapl?

How do i do to remove fieldset wrapping form elements?

i need a hand about this particular (tricky) subject about Drupal 8. How to alter form in such way to remove those annoying fieldsets wrapping everything: radios buttons, checkboxes, addressField .. ? if possible globally, not necessarily addressing a particular fieldset in particular form.

Drupal 8, by its default internal process of rendering Forms, use (unnecessary) many nested containers to wrap and structure from elements which absolutely makes the html output little bit complicated when it comes to work with css frameworks (Bootstrap 4 in my case)

[Solved] Get parent name when printing child menu items

Hello,

I am trying to write a twig file to print menu (main--menu.html.twig). My menu and sub-menu links are showing, but I need to get the name of the menu item after I get into

{% macro submenu_links(items, attributes, menu_level) %}
  {% import _self as menus %}

Say I have Menu structure like 

-Cars

-- BMW

-- Toyota

- Bikes

-- Harley

-- Yamaha

How to override Search Form template to fit the html markup of Bootstrap 4 grouped inputs component ?

Hi all; 

i'm straggling with how to override the default template of the 'Search Form' (and the Search Form Block - same approach i guess) so to fit the html markup grouped inputs of Bootstrap 4

have a look at this default D8 html output of Search Form:

Drupal 8 view slideshow with multiple content and size

Hello everybody!
I'm trying to create a slideshow with view containing a single slide with 5 content (image + title) as in the image:

https://ibb.co/JdybpgX

The different contents must be responsive (bootstrap grid) and different sizes, i tested view slideshow, owl carousel but with no results.

Any suggestions? :)

Pages

Subscribe with RSS Subscribe to RSS - Theme development