- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
Please provide me a link where I can check these comments in this way I will be able to show how to change the color, or to provide a custom css for this.
Thank you!
Hi,
Since last update the styling for blockquotes is there when editing on the backend, however once published the styling has been stripped away. If you check in inspector, styling is there on backend but once published inspector shows no styling associated with blockquotes. If you add styling back in through css that resolves short term.
Regards
Hi,
Every year, my website loose all it’s parameters and the activation code vanishes.
I think this code vanishing cause the Newspaper 9.5 issues.
Even if i put it back, all CSS is gone.
What to do please ?
Hi,
That is because on mobile is set a css on the image that will hide it, you’ll need to edit the homepage with tagDiv Composer, click on the image Column and change on mobile device http://prntscr.com/q0g8my -> http://prntscr.com/q0g8vl -> http://prntscr.com/q0g82m
Hope this will help you!
Thank you!
I’d like to know how to edit just the “Title” block also, I noticed I can’t reduce the distance between it and what follows with CSS…
Maybe with custom css its also possible to hide related posts block in category ‘skubus-skelbimai’ ? Thanks!
Perfect for css codes.
I’ve noticed that category paging doesn’t work. If I click on 2 … it always shows me the first page.
Hello !
You can use this css code here: .td-scroll-up-visible {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hello,
To remove About us add this to custom CSS to Theme panel >> Mobile theme >> Custom Code
aside.td-footer-description {
display: none;
}
I tried visiting the category page, but it’s redirecting me to the homepage.
For thumbnails on mobile, you should enable thumbs for mobile theme.
Theme panel >> Block settings >> Thumbs on modules/blocks
enable thumb size = 265 X 198 and 741 X 486
Refer: https://prnt.sc/pzz5tt
I hope you will find this helpful.
Thank you for your understanding.
Hi,
From what i can see you are using the Newspaper v9.8, after this version appear the Instagram made some changes and it was not longer work correctly, in order to fix this you’ll need to update the theme to Newspaper X.
-> https://tagdiv.com/update-newspaper-theme/
In order to exclude these 2 categories you can use this custom css -> https://i.imgur.com/PsR9NpH.png
.td-footer-container .td_block_popular_categories a[href$="/bestemmingen/"], .td-footer-container .td_block_popular_categories a[href$="/geen-categorie/"]{
display: none;
}
The code need to be set in Theme panel> Custom code > Custom css
Thank you!
Hello !
Unfortunately that option can be achieved only using css coding which means custom work and is not covered by the support team due to our support policy/: https://forum.tagdiv.com/newspaper-theme-support/
You can contact our custom work team and let them know about your wish and they will be more than helpful to help you over a fee: https://tagdiv.com/premium-customization-services/
Thank you !
Hi,
On mobile theme plugin the post title is hidden on Breadcrumbs, if you want to display it you’ll need to set this custom css in -> https://i.imgur.com/RL6AiLa.png
.single-post .td-bred-no-url-last {
display: inline-block;
}
The code need to be set in Theme Panel> Mobile Theme> Custom code > css
Thank you!
Hi,
I think that you are using the mobile theme plugin, if is so then you’ll need to use this custom css in Theme Panel> Mobile theme > Css -> https://i.imgur.com/AsEgc2Z.png
.single .td-category{
display: none;
}
Thank you!
Hello !
It looks like there are some weird CSS changing your photo layout. Please deactivate ALL the plugins except TAGDiv ones and check if the issue is still there. On our side there is no css and the image is being displayed fine.
Let us know about the result.
Thank you !
Hello, unfortunately I’ve tried and it doesn’t work.
I managed to install Site Origin Widgets, and use only the Image Slider Widget.
Then, with some CSS custom code, the slider displays and works fine.
This thread can be marked as solved.
Thank you!
Problem solved with some CSS, no need to reply.
Hello support,
Is there a way to add a parallax effect on an ad ? (any CSS snippet maybe ?)
Or via a third party plugin ?
Thanks
Hi,
How can I hide the category tag on top of posts on the Mobile version?
https://ibb.co/mSTVvxT
I tried an old CSS posted in the forum, but it didn’t work.
Thanks for your help
Hoping to find a solution soon, I activated the plugin to better understand the problem.
Here are the errors to repair:
Css for hide title category
https://novabbe.com/wp-content/uploads/2019/11/category-title.jpg
css for hide “about us”
https://novabbe.com/wp-content/uploads/2019/11/about-us.jpg
thumb activate for image preview
https://novabbe.com/wp-content/uploads/2019/11/thumb-img.jpg
Hello !
That happens on Chrome and other browsers too but you can try this CSS code that should fix your issue:
.tdb_header_menu .tdb-menu>li:hover>ul, .tdb_header_menu .tdb-menu>li.tdb-hover>ul {
min-width: 20em;
}
I hope this was helpful !
Thank you !
Thank you.
Sadly it’s not working: https://www.consobrico.com/comment-poser-de-la-ouate-de-cellulose/
Any other css I could try ?
Thanks.
With a simple css code is it possible to make these changes ?:
1- remove the “about us” title in the footer
2- remove the category title from the category pages
3- remove the “follow us” title from the social icons in the footer
This is enough
Hello !
On mobile theme you will need to use css coding. But what exactly you need the vertical align since the elements seem to be aligned on your website ?
Thank you !
Hello !
Please try this css code:
.comment-form-cookies-consent a {
vertical-align: unset;
}
Let us know the result !
Thank you !
Hi,
Please try this custom css
.td-footer-container #ez-toc-container{
display: none;
}
The code need to be set in theme panel> Custom code> Custom css
Hope this will help you!
Thanks.