- 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
Hello,
We have been having this problem for a few months and we have been doing all kinds of tests all this time to try to solve it.
The problem:
We use the infinite scroll and some articles overlap as you scroll (the photos overlap, it does not let you read some articles that are hidden and there comes a time when you can not keep scrolling, it hangs).
It happens with Google Chrome and Firefox (we don’t know how it works in other browsers)
And it happens both in desktop and mobile devices (also tablets)
Screenshot of the problem: https://imgur.com/YCbnMo0
System status:
– We accomplish all the requirements that you request (https://forum.tagdiv.com/requirements-for-newspaper/)
Tests we have done:
– We have disabled all the plugins.
– We have tried to reduce / enlarge the post number of infinite scroll.
– We have tried with unmodified custom templates (from the theme)
– We have tested with the Child Theme, without the Child Theme, removing CSS, checked with different types of posts, changed the post settings … everything! (We can not think of more options).
Deductions:
– We have detected that the problem is generated by the ads (we use Google Adsense, nothing more common)
– We disabled the plugin that we use for the ads and we have introduced the ads manually in the posts to do the test.
– We have changed the Google Ads settings (different dimensions, manual / automatic)…
With all this, the problem keeps happening, so we can only infer that it is a problem generated by the Theme ¿?
We have another website where we use the same Theme and we have the same problem of overlaping posts.
As you can imagine, for us it is vital that both advertisements (it is our way of monetizing) and infinite scroll (to generate permanence and that more ads are displayed) work correctly.
You can test it here: https://www.flipa.net/ayahuasca-sanacion-milagrosa-experiencia-demoniaca/ (or entering any post)
please croll down until you get the error (you will sure get it, but it might not show if you only scroll down a few times).
Can you give us a solution?
We wait for your answer!
Dear, I want to display the header and footer logo the main size as shown in mobile devices.
Please take a look at the pic:
Can we make the background white rather than black and and if yes, then please change the background white and use the header logo as shown in the pic. Also plz adjust the PX of logo as set by the css Code.
Please make the header of the page like this as shown in pic:
Thanks
Hello team
I want to make the white space above AD TITLE On ARTICLE INLINE AD disappeared:
https://www.screencast.com/t/d1Zh9NnRW
Can you help me with the custom CSS?
Thank you
Best regards
McDohl
Hi,
I see you used a footer page built with WPBakery. There is some CSS coming from it that makes it look like that. A quick fix would be to use this code – https://prnt.sc/o0bfb6
.td-footer-page .td-pb-span6 .wpb_text_column {
margin-bottom: 0;
}
.td-footer-page .wpb_text_column p {
line-height: 41px;
}
Or maybe try and design the same page with the composer.
Thanks
Hello !
Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
-> https://www.screencast.com/t/mZ00jNoM0
Thank you !
Hey guys!
Ok so like I said I inherited the page and it appears there were some custom CSS codes… It has been fixed now.
I apolagise for my anger.
This was the code
body.home div.td-main-content-wrap.td-main-page-wrap.td-container-wrap {
background-color: #ffffff;
}
Thanks for the help.
Hi,
For the moment all I can do is to provide you this custom css
https://www.screencast.com/t/sPyOmeZLlzvK
.td_video_playlist_column_3 .td_wrapper_player{ width: 76%; height: 100%; } .td_video_playlist_column_3 .td_container_video_playlist{ width: 24%; height: 100%; }
You need to set the code in Theme panel>Custom code>Advance css> Desktop
Thank you for your understanding!
Hi,
If seems to be a mini bug in our theme regarding on right arrows. Please use the code below and place it in Theme panel -> Custom CSS area.
The code is below ->
.td-mobile-content .td-icon-menu-right {
display: block;
}
The result is here ->https://www.screencast.com/t/ZCIciAZo
Thank you!
Hi,
Please set for mobile theme the logo that you have set in footer and set this custom css in Theme panel>Mobile theme> Custom code> Css
.td-search-icon {
top: 10px;
}
.td-main-menu-logo .td-amp-site-logo {
max-height: 70px;
}
.td-header-wrap {
height: 80px;
}
Then the amp will look like this -> https://www.screencast.com/t/Ecbim615Q
Thank you!
Hi,
I believe it is happening because of WPBakery. Some CSS it loads overrides the CSS from the theme, it affect mainly the columns. From what I can see only the post pages and category pages are affected. In pages it looks fine. I could give you a quick fix that you could try, if deactivating WPBakery is not an option
.td-footer-page .vc_column_container.td-pb-span4 {
width: 33.33333333%;
}
.td-footer-page .vc_column_container.td-pb-span6 {
width: 50%;
}
.td-footer-page .vc_row {
margin-left: -24px;
margin-right: -24px;
}
It will make the footer look as it should – http://prntscr.com/o0a0cz
Thanks
Hi,
You can use this custom css for this
.single_template_6 .td-full-screen-header-image-wrap .td-backstretch{
transition: none;
}
Set the code in theme panel>Custom code> Custom css
-> https://www.screencast.com/t/2NGdt4Rq9
Thank you!
Is there an alternative way to do it on CSS?
Hi,
You can set the row like this and set the element in it -> https://www.screencast.com/t/wQBlQOH43k
-> https://www.screencast.com/t/LkhFuaRwHh5t also some elements have some extra option in general tag -> https://www.screencast.com/t/aTlEXNDE for those that do not have you can get this option from css tab -> https://www.screencast.com/t/1MSuoGWH4
Take the Tour to Explore the New Header Manager -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
Basics: Using the tagDiv Composer Front-End Page Builder -> https://tagdiv.com/tagdiv-composer-page-builder-basics/
Thank you!
Hi,
Instead of using that custom css you can try this solution -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also if you still want to use that code you need to be more specific, to set the code only on content, not on full site.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
I think that you can achieve that by enable the post view count on pages and set a custom css to hide them for visitors.
.single .td-post-views{
display: none;
}
Thank you!
Hi,
Try using the code below and place it in Theme panel -> Custom CSS area.
.td-post-content hr{
display:none;
}
Thank you!
Hi,
If you want to remove that green border from here -> https://www.screencast.com/t/EKb5xVBpz you will need to use the code below and place it in Theme panel -> Custom CSS area.
.white-menu .td-header-main-menu:before{
display:none;
}
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thank you!
Hi,
Using css is not the beast idea, because if the css is not set proper for all post is possible that some of theme not be display properly.
If you still want to try the css please provide me a link to a post were I can check the elements to provide you an working css for that post.
Thank you!
Hi,
Please try this custom css
.body-td-affix .td-pb-span4 .td-ss-main-sidebar{
padding: 0 24px ;
width: 372px!important;
margin-left: -24px;
}
Set the code in Theme panel>Custom code> Custom css
Thank you!
Hi,
Unfortunately you can not delete these files only for a device, also if you are using the mobile theme the desktop css will not be load, so will not be need to remove those files.
Thank you for your understanding!
Hi,
Yes you can, if you are using a footer page, you need to set a extra class on that column text/text ( element for text ) and set on that class a custom css.
-> https://www.screencast.com/t/2f5e9UxNOm10
.yourClassName{
display: none;
}
.home .yourClassName{
display: block;
}
If you are using widgets you need to set the css on the element that you set in footer.
-> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
If you nee help with this, let me know!
Thank you!
Nevermind, I figured it out on the CSS Page. You can specify the width by percentage. Nice!
Hi Team,
So I am using the global header and am happy with it apart from the fact that
the article images (see screenshot) are low res and I am wanting them to be high res,
Is there CSS I could use for this change?
Appreciate any help!
When using 9.7.3, and attempting to recreate the Flex Slider setup in Classy Magazine demo, putting the margin of the meta info at -50px to get it to overlap the post picture just will not work. Have traced it down to line 4091…
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
min-height: 1px;
margin-top: -4px;
}
The margin-top: -4px; is not being superseded by the -50px auto 0px I’ve inserted into “meta info margin” in TD composer. Should this line be removed in style.css? I really don’t like removing lines because things get broken when an update comes out, but there’s really no way to overwrite it in a child theme, is there? What’s the issue here?
Thanks for this video, Calin, but I would rather do this through the Custom CSS panel. Would you please double-check that css code that you provided, or provide a new css that would work? Thanks so much.