- 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,
You can edit the homepage with tagDiv Composer, check the mobile display, click on flex block and in css tab set a margin bottom -> https://i.imgur.com/nZM8pU4.png
Or you can use a custom css like this one -> https://i.imgur.com/shXLYuW.png
.page .td_block_big_grid_flex_1{
margin-bottom: 2px !important;
}
Thank you!
(1) Great theme – I left another for this one [old: coronavirusdata.org] – 301’s coming
(2) Challenges with Youtube:Video – I opted to embed raw HTML (saw that this will get fixed)
(3) CSS options – are outstanding!
(4) Mobile (AMP+) hit and miss, settings confusion for the most part
(5) Templates @Cloud – not really utilized, but might play around later
(6) I feel like there should be more widget/options
(7) Social media – IMO = messy – I opted to again embed HTML [footer]
(8) No conflicts with plugins yet – i stayed pretty light
(9) Don’t ever try to edit pages with anything other than TDComposer – Holy Sh…!!, i had start over, good thing i did not get very far
(10) Don’t ever try to rename a template(d) page – Yikes, that caused a mess as well.
— so pretty much take the templates/demos and TDCompose them – I was trying to fixup how the code looked @dev
Overall 4-5 stars on this theme.
If you have any comments about the theme implementation – i would enjoy hearing them
— http://www.covid19data.com
Please see Places.Travel and then view source.
Search for “http://placestravel.staging.wpengine.com/wp-content/uploads/2019/11/newsletter.jpg”
This image was present on our BETA site as part of your theme demo. Its no longer used but it still appears in CSS on the site. Its abnormally large and causing Pagespeed tests to fail
Hello !
Please use this CSS Code: .td-scroll-up, .td-scroll-up-visible{
display: block;
}
The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW
Thank you !
Hi,
1. This can be achieve with a custom css -> https://i.imgur.com/HKiIWrE.png
footer .td-pb-padding-side::before {
content: "Continue Reading";
padding: 6px 0;
display: block;
}
The code need to be set in theme panel> custom code> custom css.
2. For this you can use this custom css ->
body[class*="paged"] .tdb_single_featured_image{
display: none;
}
Hope this will help you!
Thank you!
Hi,
If you have set a footer page, you can change the background color/image by editing the footer page with tagDiv Composer -> https://i.imgur.com/C9PnBMY.png -> https://i.imgur.com/7vljnGs.png click on the row and check the css tab -> https://i.imgur.com/1sEBFxT.png
Please check our documentation for Facebook share, this should help you to achieve what you need -> https://forum.tagdiv.com/facebook-share/
Hope this will help!
Thank you!
Hi,
For this you can use a css like this one https://i.imgur.com/E7Je9Og.png
.single .tdb_single_content a{
border-bottom: 1px dashed #1e2f3d;
}
The code need to be set in theme panel> custom code> custom css.
fell free to change the color.
Thank you!
Hi,
You can try this custom css for mobile theme plugin ->
.single .td-post-featured-image{
display: none;
}
The code need to be set in Theme panel> mobile theme> Custom code > css
Thank you!
Hi,
1 – What am I missing to get my buttons with perfect circle shapes?
For this you need to increase the border radius -> https://i.imgur.com/wZBmmRx.png
2- How can I make some buttons “non-clickable” like “1” and “…” ? (like your pagination)
If you want to have both round and normal pagination, you can be done only with custom css -> https://forum.tagdiv.com/search/css/ if you want I can try to help you, just provide some more details about what you want to achieve.
Thank you!
Hello !
Please try this CSS Code:
.td-post-template-3 .td-post-content {
padding-left: 2px;
padding-right: 2px;
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
I hope this was helpful !
Thank you !
Hi, TagDiv support
For our website, we hide all featured images and would love to do the same for the mobile theme. I added the following CSS at Theme Panel>>Mobile Theme>>Custom Code:
.single .entry-content img {
display: none;
}
However, the mobile theme still shows the featured image. How can I resolve this, please?
Thanks…
I tried to upload Newspaper theme on WordPress 5.3.2 and after almost 15 minutes of showing the uploading I got this error msg: The package could not be installed. The theme is missing style.css stylesheet.
Plz let me know what to do.
<script>
if(jQuery("div.tdb-author-box a.tdb-author-name").length > 0 && jQuery("div.tdb-author-box a.tdb-author-name").html() == "YOUR AUTHOR NAME IS HERE"){ jQuery("div.tdb-author-box").css("display", "none"); }
</script>
i solved it by jquery css that is bad solution. But solution.
Hi,
As I can see you have set in lice css some code on random id -> .page-id-82863966
Here is how is look for me -> https://i.imgur.com/saHpH5L.png
Also on pages you can use the tagDiv Composer to adjust the margins -> https://www.screencast.com/t/b5rLIcMBxZK
Thank you!
Hi,
In order to center the buttons, you need to select the rows that contain these buttons, check the css tab and set margin left and right auto and display center -> https://i.imgur.com/CvbLKMi.png
Hope this will help you!
Thank you!
hi
i need the same help. i have a multiple categories but i want to show authors only columnists category posts. i can add posts author section with tag div composer but i need one category or author condition for css display. Can i do that codeless. Or where can i change the code display only selected authors. i try simple author plugin but that did not work.
-
This reply was modified 6 years by
syrach.
Hi,
1. In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U ( in you case 48px is the gap so you can set -48 margin top) or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help whit this please provide a link were I can inspect the problem, in this way I will be able to provide you the right css.
You can change the gap between the elements using tagDiv Composer -> https://www.screencast.com/t/b5rLIcMBxZK
2. You can create a mega menu using our documentation from here -> https://forum.tagdiv.com/mega-menu/
Main menu -> https://forum.tagdiv.com/main-menu/
3. The mega menu can display only the posts, but this can be achieve bay creating a page using tagDiv Composer, set the blocks in it and set the page as page menu -> https://forum.tagdiv.com/page-menu/
Thank you!
Hi,
While testing a new page I added following css to the live css
.home .titelhoogte .post-title {height:40px}
.page-id-82863966 .titelhoogte .post-title {height:80px}
.page-id-82863966 .td-module-thumb
{
max-width: 200px;
max-height: 200px;
}
.td_module_container {height:1256px!important}
.td_module_wrap {height:256px}
I have since removed that code, but the td module wrap mistakenly shows a height of 256px on IE and Chrome, leaving way too much white space where this shouldnt’happen ! This doesn’t happen in firefox.
Where can I fix this ?
The 256 is referenced in index:1187, whatever that may mean.
clearly visible on the homepage here http://www.enola.be
Hello!
That can be achieved using the tagDiv Composer. Open tagDiv Composer, select the mobile viewport, edit the ROW in the CSS tab and select the background color as you can see here: https://www.screencast.com/t/qKp5IpOwk
Thank you !
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Hi,
I am getting the below error on google console: The script tag contains invalid JSON that cannot be parsed..
I have verified the AMP pages, It says “Valid AMP Pages” but Google is still complaining about it. Please see few of the URLs:
https://www.lyricsstop.com/music-directors/anu-malik/?amp
https://www.lyricsstop.com/actors/ileana-dcruz/?amp
https://www.lyricsstop.com/actors/gajraj-rao/?amp
Please help me in resolving this issue.
Thanks
Hi,
You can change the gradient using a css like this one -> https://i.imgur.com/jEA2qmI.jpg
.tdb_single_bg_featured_image:after {
background: linear-gradient(220deg,rgba(0,0,0,0),rgba(131, 131, 131, 0.5))!important;
}
Just adjust it after your needs.
The code need to be set in Theme panel > custom code> custom css
Thank you!
Hi,
So in order to insert icons you need to use the Font Awesome plugin, you can check our documentation from here -> https://forum.tagdiv.com/how-to-add-icons-in-menu/
Here is an example -> https://i.imgur.com/qwOrW8B.png and here is the results -> https://i.imgur.com/97e8OHn.png
You need to replace the above css with this one ->
.show-star-data{
background-color: #F9F9F9;
width: 300px;
border-bottom: 1px solid #ddd;
padding: 12px 24px;
}
.show-star-data .title-data, .show-star-data .info-data{
font-family: sans-serif;
font-size: 10px;
color: #666;
margin-bottom: 0;
text-transform: uppercase;
padding-left: 44px;
}
.show-star-data .info-data{
font-size: 16px;
line-height: 24px;
}
.show-star-data .fas{
float: left;
margin: 12px
}
This should do the trick.
How this will help.
Thanks.