CMS label Wrap

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

CMS label Wrap

Post by wwonderfull »

I was checking the cms tools and found out that the labels with long text does not wrap which goes outside the maximum width. Is there any way to wrap the long title text responsive by wrapping?
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS label Wrap

Post by Pablo »

What is the URL of the page so I can see what you have done?
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: CMS label Wrap

Post by wwonderfull »

Pablo wrote: Sun May 08, 2022 9:14 am What is the URL of the page so I can see what you have done?
I am doing it in localhost wamp server as I have about 30 pages there with login page, database, cms and other pages. There is no custom code involved and the settings are in default.

Image

Image

but only the CMS LABEL seems not to be responsive if it the text is too long, although all the elements are inside layout grid.

The title which is used as $cms_title when I write a 100 word title the cms-label does not get responsive with the smaller screen size.
Last edited by wwonderfull on Sun May 08, 2022 10:37 am, edited 1 time in total.
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS label Wrap

Post by Pablo »

The CMS label was not designed to display multiple lines.
If you want different behavior then you can add custom code via Page HTML.
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: CMS label Wrap

Post by wwonderfull »

Pablo wrote: Sun May 08, 2022 10:36 am The CMS label was not designed to display multiple lines.
If you want different behavior then you can add custom code via Page HTML.
Can I use A text object or a H1 object give it a proper color and heading and still get the $cms_title variable? And if I do use the text object or the heading then where to put <?php echo $cms_title; ?>

How to use the echo in html object and where to put value $cms_title

Is it possible to give an example code I can work with.
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS label Wrap

Post by Pablo »

Yes, you can also use an HTML object. But then you will need to do the styling yourself.
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: CMS label Wrap

Post by wwonderfull »

Pablo wrote: Sun May 08, 2022 11:47 am Yes, you can also use an HTML object. But then you will need to do the styling yourself.
Ah.. Thank You pablo.. Best of teachers. I did it using the "Heading tool" the title is now fully responsive :D
Post Reply