Theming of Entity registration form
I’m using entity registration module on a drupal 7 for events. I managed to enable the registration but I can’t find out how to style the registration form. I tried to modify the form via css but I...
View ArticleHow to create a theme function for overriding Address Field theming?
How do you create a theme function for overriding the formatting of an Address Field in Drupal 7? I didn’t want to create a CTools plugin or work with render arrays. The post How to create a theme...
View ArticleCusto Theming Development
I have made two content types Content1 and Content2 both having some fields. I want to show the content2 fields in content1. How Can I do it? The post Custo Theming Development appeared first on 100%...
View ArticleTheming and render search block form [on hold]
Hello! I wanted to display a click search block in a pop-up window and change its wrapper. How can I do that? As I understand it in Drupal 8 there is no template for this block out of the box. The...
View ArticleUsing Dreamweaver with Drupal 8 theming
is there better way to make Drupal 8 theme instead making static website in Dreamweaver, then implement it in Drupal 8 theme. Dreamweaver is for me best tool for making static site because is’s live...
View ArticleTheming a views field output using views-view-fields.html.twig
I am trying to customize a views output on a view page to wrap the fields in custom markup. I need to group a set of fields to achieve the desired layout like so: Example: <div class="wrapper">...
View ArticleHow to theming Custom Composite Element from webform in Drupal 8?
Is there any chance I can move specifics sub-element to Custom Composite? Either, I couldn’t find any way how to use flexbox inside in a custom composite. For example, I wish to have; [First name]...
View ArticleDrupal 8 Theming
I am beginner with drupal 8 theming. My Question is: I have created a custom content type name project_images for making carousal SlideShow. It consists multiple images as a field. Now I want to...
View ArticleDrupal 8 Theming Twig
I have made a page view in table format list of some media articles having description and link as field Now I want to fetch the page view field in my page–front.html.twig. How to do. I want to show...
View ArticleHow can we implement Theming of spfx webparts in classic pages of Sharepoint...
We are try to implement theming in SPFx webpart by referring “https://github.com/OfficeDev/office-ui-fabric-react”. But theming isn’t working on classic pages of SharePoint online. The post How can we...
View Article