Show copywrite on tagdiv-gallery

Posted in: Newsmag
Post count: 10

Hi!

Cant figure out how to show the copywrite on the tagdiv-gallery in mobile view. On my site using newspaper-theme it works just out of the box. The tagdig-gallery in newsmag is a mess if you ask me. I have fixed the overlapping in the bottom of the gallery and also added code to show arrows. Just cant figure this last problem out.

Here is how i looks on my other site.
http://www.bilddump.se/bilder/20170108182448-81.94.84.28.png

Post count: 23312

Hello Ottret,

I have checked your website on the mobile version and I did not saw that any problem with your tagDiv Gallery, as you can see here -> http://screencast.com/t/2KQc5CAypGF Where is the problem? Provide more details os I will be able to provide a more accurate response.

Thanks for the message!

Post count: 10

Oh shit! My fault… Forget to give you the link to the site that have the problem. The link above is from a site that runs newspaper and there its fine. Sorry!

Here is the site where the copywright don´t show on gallery… http://blaljusnyheter.se/2017/01/09/eskilstuna-man-omhandertogs-i-samband-med-brand/

Post count: 23312

Hello Ottret,

You only should decrease the margin-top value and check the results.

.td-gallery-slide-top {
margin-top: 50px!important;
}

The result is here -> http://screencast.com/t/mwHQo6HB

Thanks for the message!

Post count: 10

Well that does not solve the problem for me regardning copywrite in mobile view.

On my page using newspaper -> xnytt.se -> http://www.bilddump.se/bilder/20170110131352-81.94.84.28.jpg

On the page i am refering to in this thread, using newsmag, -> blaljusnyheter.se -> http://www.bilddump.se/bilder/20170110131651-81.94.84.28.jpg

Post count: 22421

Hello,

These are intended as they have a css to display:none on mobile devices.
They can be activated again using this code:

@media (max-width: 767px){
.td-gallery-controls-wrapper {
    display: block!important;
}
.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite {
    display: block!important;
}}

Thanks.

Post count: 10

Thanks!

See now that I was quite close to the solution myself. Anyway, it worked perfectly!

Thanks again for the great support!

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