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
CMS not responsive
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
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
Re: CMS not responsive
What exactly do you mean by 'not responsive'?
What did you do and what did you expect to happen?
What are your settings?
What did you do and what did you expect to happen?
What are your settings?
-
-
- Posts: 65
- Joined: Fri Oct 19, 2018 5:06 am
Re: CMS not responsive
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
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
Re: CMS not responsive
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:
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>
-
-
- Posts: 65
- Joined: Fri Oct 19, 2018 5:06 am
Re: CMS not responsive
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
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
-
-
- Posts: 65
- Joined: Fri Oct 19, 2018 5:06 am
Re: CMS not responsive
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?.
Re: CMS not responsive
I'm sorry, the plugins were not designed to be displayed in such a small screen.