Hi neocast,
Can you please send me link to your website, and tell me what is the problem exactly (e.g. style of page is broken…)?
So I can figure out what make the problem and help you to fix it.
Thanks
Thanks for quick response. When active, the plugin appears to ONLY impact a header-bg and textwidget class in the footer. I was able to fix the former. In short, it is a background image with absolute positioning set to “left top” in the theme options. However, the plugin shifted the header-bg to the right 382px. All I did was add the ‘left:0’ property to a section of custom css for that class. So, that is fixed, but maybe something to look into on your side…. since it created a conflict.
Regarding textwidget, the theme I’m using has footer areas programmed to accept text widgets. With the plugin inactive, the site effectively has three boxes of text that go left to right, with the text word-wrapping and contained in a finite space. When I activate the plugin, however, the word wrap disappears and text overlaps on a single line. The starting position of each sentence in a widget stays the same, however.
Since I fixed the header issue, I’m leaving the plugin active for now… but will have to deactivate it if I can’t fix the footer widget issue. Thanks.
http://www.realdigitalmedia.com
Hi,
I’ve checked and figured out the problem.
In footer widgets, all of them has a wrapper class “container”, that is a well-known class of Bootstrap with this style:
width: 1170px;
So if you can remove that class, or change to other class, the problem will be fixed easily. Here is result when I edit with firebug https://www.diigo.com/item/image/4to5z/cpdn
I see what you did. In Chrome inspection, I just unchecked:
.container {
/* width: 1170px; */
}
.container {
/* width: 970px; */
}
.container {
/* width: 750px; */
}
… to get the result. Unfortunately, any override of that container class (e.g., width: 0px), completely breaks the site. I don’t want to edit bootstrap direct. Not sure how to change to another class. As mentioned, my skills are rudimentary.
Hi,
I didn’t say you have to change Bootstrap directly :), and we should never do it.
In style.css file of your theme, just add these lines:
footer .widget .container {
width: auto;
}
It will fix the problem
Ok, please check all pages to make sure Bootstrap style doesn’t break your page layout.
If it works well, I will appreciate your help to give me a review.
Thanks
Happy to give you a review. Just trying to see if I can achieve what I want with this plugin. It’s very close.
Another thing I noticed is that the blog ‘Archives’ disappear when the plugin is activated… which is odd because all the other sidebar widgets remain.
http://www.realdigitalmedia.com/digital-signage-blog/
Hi,
I’ve tested in some of my websites. The “Archives” widget still appears.
So can you please send your WordPress admin account to support@contentviewspro.com.
I will check and fix this problem on your website.
Thanks
Hello!
I’m having the same problem however mine is in the feature slider of my main page. Plugin is pushing everything down so my “READ MORE” button has been moved out of view for my second slide. http://www.phuongwhite.com
Thanks for your help!
Hi PhuongWhite,
I don’t see Content Views style & script in your home page. So I don’t know what is your problem.
Please activate it so I can see what happens.
Thanks