CMS not responsive

Issues related to the CMS tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.

CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
Post Reply
ohisiojohn
 
 
Posts: 71
Joined: Fri Oct 19, 2018 5:06 am

CMS not responsive

Post by ohisiojohn »

Dear Pablo,

I as I have been complaining about CMS contents not responsive accepts texts. I could not provide a link because I was implementing it on a Wampserver. Now check the issue. All cms contents are fitted inside the view port on mobile phones. Below is the Link

http://www.visions-academy.org/media_updates.php
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS not responsive

Post by Pablo »

What exactly do you mean by 'not responsive'?
What did you do and what did you expect to happen?
What are your settings?
ohisiojohn
 
 
Posts: 71
Joined: Fri Oct 19, 2018 5:06 am

Re: CMS not responsive

Post by ohisiojohn »

Pablo,

I don't know whether you have checked the link I provided. The image upload for article is not responsive. It is not adjusted to fit any type of screen size.

I want it to be responsive to any kind of screen size. I have applied break points but nothing changes. Image is not auto adjusted to fit any screen.

Check the link I had provided in my post to prove how it looks
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS not responsive

Post by Pablo »

This is not directly related to the WWB or the CMS. It is related to how the online editor works. The editor is standard browser functionality. Most browsers insert the image with a fixed size.

There are several ways to work around this:
- use a different online editor
http://wysiwygwebbuilder.com/cms_tools.html (step 6c)

or

- in the editor switch to HTML mode and set the width of the image to 100%

or

- add this code to make all images in the cms view flexible:

Code: Select all

<style>
#wb_CmsView1 img
{
   width: 100% !important;
}
</style>
ohisiojohn
 
 
Posts: 71
Joined: Fri Oct 19, 2018 5:06 am

Re: CMS not responsive

Post by ohisiojohn »

Pablo,

Thanks. It has worked. Whether the image is larger or small. It is now responsive to all types of images. You have made my day
ohisiojohn
 
 
Posts: 71
Joined: Fri Oct 19, 2018 5:06 am

Re: CMS not responsive

Post by ohisiojohn »

Now the problem is plugins like Comment, Mailing list etc not fitting on 320px break point. It is okay with 768. Any way to handle this?.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CMS not responsive

Post by Pablo »

I'm sorry, the plugins were not designed to be displayed in such a small screen.
Post Reply