How do i insert a php Jabber CMS script using WYSIWYG Web builder?

Print article Email to friend
0.00

In the WYSIWYG editor settings make sure of the following:

In the HTML Settings:

You do not want to move javascripts to the end of the page. If this box is checked then WB is going to remove the <script> from the layout grid and place it at the bottom which means the layout grid no longer controls the layout of your script.

Make sure you have the HTML set to default not beautifyer or any other.

Make sure "Do Not Use Div" is chosen in your HTML Box.

Enter the following script on the page html between the header tags renaming LayoutGrid1 to whatever layout grid you are using as well as the .col to whatever column you are using.

<style>
#LayoutGrid1 > .row > .col-1{font-size:initial;}
</style>

How do i insert a php Jabber CMS script using WYSIWYG Web builder?

In the WYSIWYG editor settings make sure of the following:

In the HTML Settings:

You do not want to move javascripts to the end of the page. If this box is checked then WB is going to remove the <script> from the layout grid and place it at the bottom which means the layout grid no longer controls the layout of your script.

Make sure you have the HTML set to default not beautifyer or any other.

Make sure "Do Not Use Div" is chosen in your HTML Box.

Enter the following script on the page html between the header tags renaming LayoutGrid1 to whatever layout grid you are using as well as the .col to whatever column you are using.

<style>
#LayoutGrid1 > .row > .col-1{font-size:initial;}
</style>