Hello
issue: if we use tagDiv slider gallery with “Media Grid” of visual composer on same post, images on tagDiv slider gallery become like this http://i.imgur.com/aKvNi3j.jpg , if we remove Media Grid, it shows coorectly, could you please tel how to fix?
we are using newspaper 6.5.1 latest version with visual composer 4.7.4
thanks
Hi,
You have this issue because you use Visual Composer on posts page, unfortunately the tagdiv gallery was not designed for to be used in a text block. We will take a look at this and we will try to fix it in a future update. Please try thsi custom css until we fix this: http://screencast.com/t/nObvBKsvR
.single .wpb_text_column .td-gallery-slide-copywrite {
background-color: rgba(0, 0, 0, 0.8);
display: inline-block;
float: left;
font-size: 11px;
font-style: italic;
line-height: 1;
padding: 4px 6px;
text-align: left;
}
.single .wpb_text_column .td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
bottom: -50%;
left: -85%;
margin: auto;
overflow: auto;
position: absolute;
right: -50%;
top: -50%;
}
Thanks!
Hi
we discover that this issue is not fixed on iphone and Android mobile device, it will become like this
even with your fix
on PC, it now shows fine though
Hi,
Please replace the css provided above with this one – https://forum.tagdiv.com/topic/strange-formatting-issue-with-gallery/#post-75557 and check if you still have this issue on mobiles. Also provide a link.
Thanks!
confirm that this https://forum.tagdiv.com/topic/strange-formatting-issue-with-gallery/#post-75557 is a fix for this
Hi,
Try that css instead the above code. If it doesn’t work provide a link so I can inspect this.
Thanks!