Yii2: Kartik Select 2 crash site layout - yii2

When i add Select2 input to form, layout of site is getting smaller.

Related

Bootstrap 5 Tabs are not Working In Wordpress with ACF

I have made tabs using bootstrap 5 now when i converted into wordpress code to make it dynamic the tabs are stopped working the html code is proper also the php code proper then also not working
Here is my code which i have used
https://codeshare.io/oQM9Lb

Kartik yii2-mpdf: gridview grouping doesn't work

I'm using Kartik yii2-mpdf exporter to export a yii2 page. This page uses the Kartik GridView and the group option for a column ('group'=>true). The page looks like this: http://demos.krajee.com/group-grid-demo/2 (the build in exporter in this demo works)
When i use kartik mpdf exporter the columns just don't get grouped; displaying the page in the browser works.
I was wondering, how to make the group within the pdf.
UPDATE:
mpdf is rendering rows with rowspan correctly. so the problem i had was actual the data i provided for the gridview. Kartik's GridView is modifying the output with js to show up the rowspan correctly. So i build the table on my own, through looping through the data. A good example what is working with yii2-mpdf can be found here.
Besides this, i'm really wondering, how the export into pdf within kartik group grid is working?

bootstrap-select doesn't work after pjax submission in Yii2

I am using yii2 bootstrap-select in a form which is work with pjax. I have put the
cakebake\bootstrap\select\BootstrapSelectAsset::register($this);
in views/layout/main.php
It works when the create form is loaded but when the form is submitted bootstrap-select doesn't apply to select elements in the page. the submission and reload the gridview are done using pjax.
Why does it happend?

DevExpress HTML after grid view bind

I have a DevExpress grid view on a partial view. After setting all the options and everything I want, I bind the grid view like this:
#grid.Bind(Model).GetHtml()
This works great, and everything is functional. However, after binding, I tried adding some HTML content at the bottom of the page, but that seems to break some button functionality I have on the main view. I even tried to just add
<div>bla</div>
and this broke things too. Is this expected behavior? Am I not allowed to add any HTML content after the grid view?
I tried adding some HTML content at the bottom of the page, but that seems to break some button functionality
A partial view with a grid should contain only the grid. It can't contain other elements. Remove those HTML tags you have from the grid's PartialView to resolve this problem.
See the Why can the alert message with the HTML/JavaScript/CSS content appear when using callback-aware extensions? article for more information.

How to remove "mandatory" for a particular field in WordPress comment form

I've launched my first website in WordPress using bootstrap theme. My site is www.youthenext.com
Even though I've not set mandatory for wesite field, form is not submiting without filling the form field. You can see the form here
I don't know which file I have to edit.