Problems with Image Style + IFrame not working

Posted in: Newspaper
Post count: 103

I encounter three problems :

1/ When aligning a single image on “center” on a page, its stays on the left

2/ When editing a “single image” (visual composer choice), if i select image style “circle”, it wontt do anything. The image stays square

3/ I try to call a web object by an iframe. Works perfectly on my other themes but not with yours. It just shows me on the page [iframe src=”http://www”……” width=”650″ height=”1500″]

Post count: 103

Ok, Iframe is solved. I have used another plugin and it is working fine now !

But the rest is still an issue

Post count: 6600

Hi,

In the last version of Visual Composer the classes have changed and some VC elements lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
You can use this css to make the image rounded and center aligned: http://screencast.com/t/6dKQk5i9drr7

.vc_box_rounded {
border-radius: 4px;
}

.wpb_single_image.vc_align_center {
text-align: center;
}

Sorry about this and for the inconvenience.

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.