Print option in articles shows instagram footer feed

Posted in: Newspaper
Post count: 77

Hi

Is there possible to remove instagram feed from print articles on paper? Im using jscomposer for articles. Maybe where to specify which module to have included in print option?

http://notranjskoprimorske.si/2019/04/rally-navezi-kovac-uljancic-4-mesto-v-vipavski-dolini/

Here is link for example. Should be 1 page A4, but there are 9.

help. tanks.

Post count: 20685

Hi,

The theme doesn’t have a stylesheet for the printed version. However you could add some CSS either in the main theme or child theme stylesheet. So for example to remove the footer Instagram (if this is what you are referring to) from the printed version the code would be like so

@media print {
/* Printer specific styles go here */
.td-footer-instagram-container {
display: none;
}
}

Add it in the main or child theme stylesheet. You can add more CSS to it, if needed.

Thanks

Post count: 77

What do you mean by /* Printer specific styles go here */?

Because it doesnt work at all. Thanks

Post count: 20685

Hi,

That is a comment, of no actual importance. You can remove it if needed. The code should work. I tested it like this, without the code the footer Instagram appears in the printed version – http://prntscr.com/njhul4

After I enter the code from above in the child theme stylesheet like this
http://prntscr.com/njhusy
The footer Instagram doesn’t appear in the printed version – http://prntscr.com/njhvf4
So the code works it seems. Where are you entering it exactly?

Thanks

Post count: 77

Im entering it in Newspaper theme settings under custom css code.

Post count: 20685

In the custom CSS seems it’s not working, in the child theme it is. You could install the child theme and activate it, then enter the code from above in it. For me it works with this method.

The child theme is provided in the theme package – http://prntscr.com/nkxtck in the code folder. If you want to install it by wordpress you must zip it first, then install and activate it – http://prntscr.com/nkxtsr After this enter the code in it’s stylesheet
http://prntscr.com/nkxu4b
I have tested this again on my end, seems to work like this.

Post count: 77

Ok, Will leave that print option. If you go to this link

http://notranjskoprimorske.si/kategorije/infrastruktura/

this is category subpage with all articles listed. Which setting would make titles in “Windows” larger on top of this category overview module. Cant find it.

Post count: 20685

Hi,

There are font settings for most modules, but currently there is an issue when setting the font properties for full grid modules (actual font should work).
The full grid 10 you are using for that category page is made of 2 modules, modules mx19 (bigger module) and mx25 (smaller modules) – http://prntscr.com/nmccap

I can provide you with a code for each module, so you will be able to modify the font size for the time being, for example – http://prntscr.com/nmcew2
You can change the values as needed. Sorry for the inconvenience
https://pastebin.com/dFXJy4aX

Thanks

Post count: 77

Thank you. Will try if ti works.

Post count: 77

Yep. Also added line height and is ok now. Any news maybe for rotating weather widget with multiple cities?

Post count: 35449

Hi,

For the moment there is no news for rotating weather widget in coming updates, sorry!

Thank you for your understanding!

Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.