- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi, yes, that block/module.
How can I decrease the white space between the items? (From the bottom of the date to the top of the next headline).
Hi. Final article is here: https://www.hlidacstatu.cz/texty/kolik-by-stalo-dat-kazdemu-zakovi-vlastni-notebook-prekvapive-malo/
Attached is screenshot from editor
This is modified CSS from Custom CSS
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.seriesmeta {
margin-bottom: 20px;
}
.tagdiv-type blockquote, .tagdiv-type blockquote p,
blockquote, blockquote.wp-block-quote p,
blockquote.is-style-large, blockquote.wp-block-quote.is-style-large p {
font-style: italic;
margin: 1.25em 0;
padding: 1.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
background:#ececec;
font-family: "Courier New", monospace;
overflow: auto;
font-size: 16px;
text-transform: none;
text-align: left;
}
.tagdiv-type blockquote.is-style-large, .tagdiv-type blockquote.is-style-large p,
blockquote.is-style-large, blockquote.wp-block-quote.is-style-large p {
font-size: 24px;
}
blockquote p:before, blockquote.wp-block-quote p:before,
blockquote.is-style-large p:before, blockquote.wp-block-quote.is-style-large p:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -3px;
top: -29px;
color: #7a7a7a;
font-family: "Times New Roman", Times, serif;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
blockquote.right {
float: right; width: 30%; min-width: 350px;
margin-left: 2em !important;
}
blockquote.left {
float: left; width: 30%; min-width: 350px;
margin-right: 2em !important;
}
blockquote.small {
font-size:75%;
margin: 0.9em 0;
padding: 0.9em 20px;
line-height: 1.3;
}
li.serieslist-li, li.serieslist-li-current {
overflow-x: hidden;
white-space: nowrap;
font-size: 12px;
padding-bottom:4px;
}
.seriesbox {
max-width: 300px;
}
Hi,
Unfortunately there is no option for this, the only think that you can do is to set a patting on link to make it bigger:
.td_block_slide .td-slide-meta a{
padding-top: 25%;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help!t only the post title is clickable,
Hi,
Please provide me a link to check it, usually https://domain.com/page/2/ is when you are using pagination, the page number i create automatically when you add more posts and this can not longer can be display on the block/page.
Thank you!
Hello
I just install Gadget Pro as base version of my website, but it always showed this message when I tried to modify every one of cloud templates:
Errors at columns elements: 1(models) : 4(dom). The model does not match the content Current state has involved an issue.
And the page seems rendered incorrectly: https://imgur.com/x1iSRfi
Please help. Thanks
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
For the moment out theme do not have an option to display the post tags in blocks/modules, for the moment tags can be display only inside the article.
What you need can be achieve at this moment only with custom work, if you want you can check our custom services from here -> https://tagdiv.com/web-development-services/
Thank you!
Hi,
Please try this css
.td-instagram-main .td-instagram-element a, .td_block_pinterest .td-pinterest-wrap .td-pinterest-main-wrap a{
pointer-events: none;
}
This should remove the clickable from Instagram / Pinterest images/feeds.
Let me know the results!
Hi,
The size of blockquotes can be adjusted from theme panel if you are using classic posts style -> https://i.imgur.com/3kk9x7L.png or with tagDiv Composer if you are using a single post template -> https://i.imgur.com/J6RWbk0.jpg
Thank you!
Hello !
The default template can be edited from theme panel. But please note that the number of modifications is limited to fonts / colors and information available in the theme panel. You cannot edit blocks like you could by using a cloud template.
Thank you !
Hi,
Thank you for creating this amazing newspaper theme!
At the bottom of my home page, I have two sections that I cannot remove. For the sections above it, when I click on a block it allows me to delete it or modify it. But when I try to select these ‘latest news’ blocks, it won’t let me select it – how do I remove them? Screenshot: https://prnt.sc/smzakn
Thanks!
I got round this to some extent by making a two-column row above the post content block and putting feature image in left column and author, date, review rating etc in the right column. But it’s a tedious workround and absolutely still not ideal, leaves loads of white space on right of pic.
Newspaper needs to do the obvious thing and create a Pro single template based on Style 1 so those who like Style 1 (my site’s got 1500+ articles in Style 1) can also get continuous scrolling and in-article ad placement.
I found one more problem with theme. Theme is creating unwanted extra pages look at screenshot page url https://www.hindinzone.com/page/39/ . That page has two blocks from homepage. I dont know why that unwanted page is generated. I found it on google search and many more pages like that.
https://ibb.co/wLHMqQS
Hello,
I uninstalled the theme, deactivated all plugins but this error appeared again:
Fatal error: Call to undefined function register_block_type() in /home/evidenci/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 2920
Please, if you need the wordpress admin login let me know if I can send it over here.
thank you
Hello, thank you always for your help.
I’m looking for a way to change the line when the length of the sentence gets longer in “verse block”
It changes normally on the web, but it scrolls horizontally on the mobile.
so I had to change the line manually to keep it in shape.
I found the same problem in WordPress Forum but I couldn’t solve it.
Please refer to this address.
>> https://wordpress.org/support/topic/verse-block-doesnt-maintain-formatting-on-mobile/
and my blog article of Newspaper theme
>> https://bit.ly/3glvI7s
Thank you.
I have disabled the Author Name and Date settings for posts. However, the Author Photo still shows in the block for each post on the “Home” page of Classic Blog.
How can I hide the author photo on the Home page while keeping it in the author box (sidebar) on post pages.
Thanks,
Lawrence

Yes I am also using cloudfalre and for me it’s an must use service as a CDN and spam blocker.
Hi,
The Read More Button can be set on flex block 1 -> Read More Button and this will be display on each post in part, this button is not available on blocks/flex blocks.
Thank you for your understanding!
I’m struggling with this – quote system here seems a complete mess. Quotes are an important style feature and it really should be smoother. Do custom post templates offer more range and less clunky interface? Right now, I can’t remove a left quote in Classic Block deleting a par. It’s become integrated with the par.
Thanks – I had missed the Block Setting and it now works.
However, I have Show Author Name turned on in Meta Info but no authors’ names are showing in category lists, e.g., here – https://jazzjournal.co.uk/category/reviews/audio-reviews/
I am using M6. I notice author name will appear if I use M4, M5, M8 but not in M6 or M7. Is this a bug?
Hi,
1. The custom fonts are still working in Newspaper v10.3.3 pleas let me know the implementation you’ve made and some screenshots.
Also the font family will apply on h elements ->https://i.imgur.com/KAVsfeF.jpg but there are h elements that have other elements with a stronger css.
2. There are elements that can be edited from theme panel, but most of theme can be edited with tagDiv Composer and these will have individual settings for example flex blocks -> https://i.imgur.com/2EIKd02.png
3. Please check this similar topic -> Jetpack resizes my images too small, then blows them up to be seen all blurry
Thank you!
Hi Calin,
the html line that stretch the editor is exactly “.td-gutenberg-editor .editor-styles-wrapper .wp-block”.
I don’t know why, but I have resolved it going to https://imgur.com/TItRWuY
and changing “row stretch” to default, than reselecting “1600x…” again.
I guarantee that:
* the cache was deleted
* the problem was not present with other theme
* disabling all plugin the problem persists
Thanks
Fabio
Hi,
This is because the flex block has a font set and this is overwrite by the settings made with tagDiv Composer, there are the default settings on the block that are first load https://prnt.sc/slj5cr the only way should be to remove this code from theme files, but this is not indicate, also after theme update the changes in theme files will be overwrite.
Yes, the external link is from our theme, this is on our list to be fix as soon as possible, it should be load only if the website has youtube or viemo videos, sorry for the inconvenience!
Thank you!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
I was unable to activate the tagDiv Composer plugins and the tagDiv Standard Pack.
I contacted the hosting that replied:
we performed some tests deactivating all plugins and later, installing only tagDiv Composer, changing the PHP version, I also tried to increase the main parameters of PHP, however, without success.
Checking the server logs, the error returned is the following:
PHP Fatal error: Call to undefined function register_block_type () in /home/evidenci/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 2920, referer: http: // www. evidencia.news/wp-cron.php?doing_wp_cron=1590103810.4878170490264892578125
Please contact the provider of this theme / plugin to verify this error and the requirements for the plugin to work on the server.
please help, thanks!