- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi,
Unfortunately this is not possible, it’s only for some blocks ( like big grid 3, big grid full 8 … ).
https://www.screencast.com/t/fAiBIKemGhgk
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Please be notice that the theme make thumbs for each type of modules/blocks.
Please read more about it here:
Theme thumbs -> https://forum.tagdiv.com/theme-thumbs/
Also you can read about Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you.
Hello,
in some cases my image is smaller than its needed to look nice in style 4 and the visitors seeing a gray box. Is it possible to just stretch the small images to fit the size of the block?
Thank you
I installed the “Tech News” demo content for the Newspaper theme. The default homepage is the “News” page with a layout that has various blocks listed. Some blocks have small headings where the title can be updated to whatever a person wants (i.e. the title of these areas isn’t directly tied to a category although a person can choose to name if after a category if they want).
In this image https://snag.gy/AaC3RQ.jpg we see the word “ANDROIDs” and “DESIGN” with a red and cyan background respectively. Importantly, these colors are NOT the colors chosen for those category tag colors when displayed on a given post page.
My questions simply are:
a) where these unique colors are being set for these small headers?
b) how can I change these colors within the theme settings without having to use custom CSS
Thank you,
AG3
BB press if active blocked TD composer.
Hi,
If you refer at this: https://www.screencast.com/t/H8TK0Y1o1Us
Please read the documentation about:
Category templates-> https://forum.tagdiv.com/category-templates/
Category tag on modules/blocks -> https://forum.tagdiv.com/category-tag-on-modulesblocks/
Or you can use tagDiv Cloud Library https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thank you.
The “Big Grid Full 8” has a horizontal scroll of articles when viewed on a mobile. Is there a way to achieve this in a flex block..? I want a block that displays articles without images in the same way.
Hi,
Please open the page with tagDiv Composer click on the Block change from “General” to “Filter” and look for “Ajax categories dropdown” and set the “Filter type” to “- No drop down ajax filter -”
https://www.screencast.com/t/wlcJzobTC
Thank you.
Hello
Thank you for your response, yes I understand, I already find what I need from the old post on this forum. I just use this code on loop.php http://screencast.com/t/rG7rDLmRrTD for latest articles and category.
$adcounter++;
if (is_home()) {
if ($adcounter == 4 or $adcounter == 9) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}
}
$adcategory++;
if (is_category()) {
if ($adcategory == 5 or $adcategory == 10) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}
}
Thank you, this is great theme, I hope in the future there will be a new ads feature on newspaper theme.
Best regards. 🙂
Pulling my hair out
I can not figure out why it is not showing the number of likes to our facebook fan page?
Twitter works and the new Instagram shows numbers.
We have 33,000 likes to our Facebook.. so we of course want this reflected on our blog page.
We elected to put this as a sidebar widget.
Tried adding it as a block and still same results.. ZERO.
Help ?
https://cherryblossomsblog.com
Have Newspaper version 9.1
Is there any way to indicate numbering in blocks or modules?
Example:
(Imagen1) 1. Text
(Imagen2) 2. Text
. . .
(ImagenN) N. Text
Thanks!
Is there any way to indicate numbering in blocks or modules?
Example:
(Imagen1) 1. Text
(Imagen2) 2. Text
. . .
(ImagenN) N. Text
Thanks!
Hello. I’m creating a flex block with a category filter and want the AJAX categories dropdown to inlude specific tags. I have created the tags already, but cannot find the Tag ID. I have tried the strategy of clicking “view” but get a URL structured as http://www.websitename.com/tag/tag-name. Is there somewhere I can find a table of my tag IDs?
I do, but my user won’t right here and right now. As far as I had to take care of the bug by myself, here I post the solution, hoping it will be useful for others.
On Custom CSS, add:
.td_block_wrap:not(.horizontal-swap) .td-module-meta-info { flex-shrink:0!important; }
On advanced CSS under tablet portrait and mobile, add:
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
flex-shrink: 0;
}
Hi there,
I would like to get rid of the bottom section of this page where “latest articles” are.
Also the widgets appear there and I don’t want them on the home page.
Hi,
Please try first to change the search template from newspaper>Theme panel>Template settings Search templates ( set another template https://www.screencast.com/t/rqmeiHVmAC
save and clear see if the problem is still there).
If the problem is still there please try this Thumbnails – Fix strange looking images on blocks: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let us know the results.
Thank you for your understanding.
At the bottom of the post page is a “Leave a Reply” header to allow visitors to leave a comment.
How do I increase the font size of “Leave a Reply”?
Is it possible to style this similar to the Block Header 8 template?
The theme panel freezes when I try to open this section to change the font. How do I get this error issue resolved?
Hi,
I have a problem regarding to my pages! There is always a white empty block/space above the Content (e.g. Newsticker). This must be new, because this wasn’t there a few months ago. Do you know a solution to this problem?
There is a screenshot attached:

After doing this, i have this problem.
The gap between titles and picture is getting longer while i scroll down.
And there is also a big gap below footer.
Please help me 🙂
Page css is below:
.td_top_authors {
margin-bottom: 64px;
}
.td_top_authors img {
position: absolute;
max-width: 70px;
left: 0;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors img {
max-width: 55px;
}
}
.td_top_authors .item-details {
margin-left: 85px;
position: relative;
height: 70px;
top: 1px;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .item-details {
height: 55px;
margin-left: 70px;
}
}
.td_top_authors .item-details span {
font-family: 'Open Sans', arial, sans-serif;
padding: 3px 7px;
color: #fff;
font-size: 9px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
}
.td_top_authors .td-active .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td-active .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td-active .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .td_mod_wrap {
min-height: 70px;
padding-top: 9px;
padding-bottom: 9px;
border: 1px solid #fff;
}
.td_top_authors .td_mod_wrap:hover {
border: 1px solid #ededed;
}
.td_top_authors .td_mod_wrap:hover .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td_mod_wrap:hover .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .td-authors-url a {
color: #4db2ec;
}
.td_top_authors .block-title {
margin-bottom: 16px;
}
.td_top_authors .td-authors-url {
display: table;
position: relative;
top: -2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #4db2ec;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
.td_top_authors .td-authors-url a {
color: #000000;
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 18px;
font-weight: 600;
display: inline-block;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-url {
display: none;
}
}
.td_top_authors .td-authors-name a {
padding-bottom: 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px;
color: #c81820;
line-height: 18px;
font-weight: 700;
display: inline-block;
font-style: italic;
}
.td_top_authors .td-authors-name a:after {
content: "";
height: 96px;
position: absolute;
right: 0;
top: -15px;
width: 324px;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_top_authors .td-authors-name a:after {
width: 300px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-name a:after {
width: 228px;
}
}
@media (max-width: 767px) {
.td_top_authors .td-authors-name a:after {
width: 100%;
}
}
.td_top_authors .td-author-post-count {
background-color: #222;
}
.td_top_authors .td-author-comments-count {
background-color: #444;
}
-
This reply was modified 7 years by
arthale.
Managed to do it with these codes in td_block_authors.php (includes/shortcodes/td_block_authors.php)
$buffy .= '<div class="td-authors-url">';
$last_article = $wpdb->get_row($wpdb->prepare("SELECT * FROM $wpdb->posts WHERE post_author = %d AND post_status = 'publish' AND post_type = 'post' ORDER BY post_date DESC LIMIT 1", $td_author->ID), ARRAY_A);
$buffy .= '' . $last_article['post_title'] . '';
$buffy .= '</div>';
Hi,
You should use images bigger than the required thumbnail sizes for good results
– https://forum.tagdiv.com/theme-thumbs/
The theme will create thumbnails from the images you set as featured, these will be used in various elements.
They will be cropped by center top – https://forum.tagdiv.com/featured-image/
So the results will be different depending on what aspect ratio the image has and module used
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
So basically you can use bigger images as featured, only thumbnails from them will be used, this will not cause problems with performance by loading the full size of the images.
If the thumbs are not created properly, please check if the GD library PHP extension is enabled on the server
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Please let us know if you have more questions.
Thanks
Hello cocktail,
Unfortunately, here is talking about two different functionality, sorry! If you want to have the latest articles module at the bottom of your posts, you should use the Single Cloud Template and create your own Single Template and add at the bottom of it a simple block which should have to be filtered by Latest Articles. Please check here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks for your understanding!
Hi,
Please read this documentation about Thumbnails – Fix strange looking images on blocks:
-> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
For the second problem if you refer to the hover accent/color unfortunately this block don’t have this option, but you can use a flex block.
Thank you for your understanding.
Hi,
With the tagDiv composer you can build pages, there are blocks, grids and many other elements to choose from
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Here is a guide for the block settings
– https://forum.tagdiv.com/block-settings-guide/
Installing the additional cloud library plugin you can import/create post templates, category templates etc
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can test the cloud templates here, preview and edit them
– https://affiliate.tagdiv.com/#/load/All
So basically you can create a new page, edit it with the composer and place the elements you want in it. After it is done you can set the page as homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Please let us know if you have more questions.
Thanks