- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperFlex Block Settings Guide
- NewspaperBig Grid Flex Settings
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to insert a block inside the content of a post
- NewspaperCustom Post Type Support
- NewspaperMeta Info on Modules and Blocks
- NewspapertagDiv Composer Tutorial
- NewspaperSocial Counter Styles on Newspaper
- NewspaperCloudflare (CDN)
- NewspaperPage templates
- NewspaperFeatured Posts
- NewspaperTheme Colors Introduction
Hello!
If you use the TagDiv Composer plugin and flex blocks, then you can edit that element and remove it easily and also you can find an option to hide the author and to show the categories.
Read more about the plugin here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
If you don’t use them, then you will find these settings in Newspaper -> Theme panel -> Block settings -> Meta info on modules/blocks.
Thank you!
Hi
I would like to make my Big Grid Flex 1 rounded with a color background for meta info (title of the article), this is the code I put into the theme panel:
.td-big-grid-flex .td-thumb-css {
border-radius: 10px 10px 10px 10px;
}
It works, but not if I insert a color in the “Meta info background” section, and it is like this:
Can someone help me? Thanks in advice!
For my website http://www.nottooold.de I use the Newspaper Theme “Gadget Pro”.
But the filters for the top two teasers “Flex Block 2” do not work correctly.
On the left I would like to teaser a post, on the right the latest post from a sub-category “Top 15 Mixtapes”.
But both teasers cannot find the latest posts, even though they are displayed correctly in other teasers.
We have already uninstalled all plugins and tried all filter variants, from “featured” to a specific ID to “latest”.
What are we doing wrong?
Thanks but
1. How do I replace the post loop with a flex block? Will this flex block pick up the Agent Snapshots posts?
2. I placed the above css code in Custom code, deleted cache but did not correct image?
Please advise
Hello,
You can add a podcast by following these steps:
1. Edit a page with tagDiv Composer, and access this => https://www.screencast.com/t/kCS6vPh2Skk .
2. Search right there about “podcast” and choose which podcast you want(ex: Block 85) and select “Import section” => https://www.screencast.com/t/BCgUzAke0C5, the block will be set at the bottom page content.
3. Edit a post and do these settings like here in Post => https://www.screencast.com/t/ALdOK9pkboH
Post Format => Audio,
Paste your audio link in the empty label called “Featured Audio”.
4. Now edit the Flex Block with tagDiv Composer and use the filter tab =>https://www.screencast.com/t/HkrYdZ9wXl to display the posts with featured audio.
Hope that helps you!
Thank you!
Hello !
We recommend you replacing the normal blocks with flexblocks. In flex Blocks you can find this option to set another thumb size: https://www.screencast.com/t/Ywu8xFbYg
Thank you !
Hello !
1. Please replace that post loop with a flex block. It will work much easier and it also will give you more customization options.
2. Please use this css code: .td-image-wrap {
padding-bottom:100%!important;
}
Thank you !
Hello !
Please set your flex and provide us a link to your website so we can take a look.
Thank you !
Hello !
You will have to set your ROW layout to a 3 column type as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=2s
After that add 2 flex blocks on the sides.
The first flex block you set the filter as you want, on the next flex you will need to add an offset if you are using the same category: https://www.screencast.com/t/ItULfPcXA The offset will “skip” the first 3,4, posts, what number you insert, that many posts will not be shown.
Thank you !
Hello!
That demo using following custom css:
.td-slide-meta {
background-color: #fff;
max-width: 30% !important;
bottom: 25px !important;
}
.td-slide-meta .td-module-title a:hover {
color: #db4e5a;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-slide-meta {
max-width: 56% !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-slide-meta {
max-width: 60% !important;
bottom: 20px !important;
}
}
@media (max-width: 767px) {
.td-slide-meta {
max-width: 76% !important;
bottom: 16px !important;
}
}
.td_block_template_8 .td-block-title > *:before {
height: 3px;
}
.td-social-style7 .td_social_type .td-social-box {
background-color: #9b71f7;
}
.td-big-cat-block .td_module_flex_1 {
display: block;
}
.td-fashion-block .td_module_flex:nth-child(3n) .td-module-container {
border-width: 0 !important;
}
.td-fashion-block .td-next-prev-wrap {
text-align: center !important;
}
.tdb_loop_2 .td-module-meta-info {
margin: 0 auto;
}
.tdb_loop_2 .td-module-meta-info .td-editor-date {
background-color: #fff;
padding: 15px 0;
width: 86%;
}
.tdb_loop_2 .td-next-prev-wrap {
text-align: center !important;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_loop_2 .td-module-meta-info .td-editor-date {
padding: 12px 0;
width: 90%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_loop_2 .td-module-meta-info .td-editor-date {
padding: 8px 0;
width: 100%;
}
}
If you want to add the same design like there, then you can copy-paste this code into Newspaper -> Theme panel -> Custom code -> Custom css.
Thank you!
As you can see here:
https://www.dropbox.com/s/fsp80ga4cfik8xl/firefox_ZqbxXin8t1.png?dl=1
This is a fresh import of your “Black Pro” preset
my setting of 16px image border radius is not successfully set. Bottom image border is not set at all, and underneath the top image border there is some residual black box without radius.
Why is that?
If you allow, I send you the link to my staging site by mail.
Please delete the Dropbox link after you have seen it.
Hello,
I am trying to use flex block 1 but I just couldn’t get rid of the space above the title.
https://ibb.co/XycQ29m
I did’t set any margin or padding but this space just stands there. https://ibb.co/5x5HGVL
I want to create a flex block with text alignment as block 12. https://ibb.co/zRDm271
Can you help please?
Dear Team,
We are using Flex Block 1 in 2 columns and need the first 6 in the left column one and next 6 in the right column from the same category.
Hello !
You are using a post loop element there. Unfortunately this is not possible on that element. You will have to open tagDiv Composer, remove the post loop element, and use a Flex Block instead.
Thank you !
Hi Vlad
Yes I’m trying to edit only the flex loops block not the flexi grid at the top …
I want to filter the categoris on the flex loop block please
Hello, I have installed Mobile Theme to make my version of my website for mobile devices. (Attached photo Mobile-1)
https://www.radiomarcabarcelona.com/goodnews-design/Mobile-1.png
And I see that my home now in the mobile version, I only see several online publications. I do not see it as in the web version (Attached photo Web-1) https://www.radiomarcabarcelona.com/goodnews-design/Web-1.png
, there are advertisements and blocks on my website and advertising images, which in the mobile version, do not appear. How can I build in my mobile version with the same blocks, as in my web version, to have the same advertising banner and the same news blocks (Big Grid Slide, Block4. Single Image, Flex Block5, etc …)? I hope your help. THANKS
Hello,
You can change the color of the background categories from Big Grid Flex or Flex Block, with tagDiv Composer, by selecting the block and edit it, like this => https://www.screencast.com/t/wOJcbYRwVa. Whether you have Block or Big Grid, this change can only be done with custom CSS, as example=> https://www.screencast.com/t/GSda9AOQ, can insert the code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/3ZdyZTxpm
.td_block_big_grid_3 .td-post-category {
background-color: red;
}
Normally the setting should apply, I checked and it works.=> https://www.screencast.com/t/ZDgUnerZQ. Please do a test with a new block and see if the changes apply, if not make sure that there isn’t a plugin conflict.
Hope this helps you!
Thanks.
But, how to assign different categories for the 5 flexi block element?
https://prnt.sc/w3hmi5
I see that we can only have one type of filter for all the 5 elements?
What we want is a different filter for each box.
See the 5 boxes.
https://prnt.sc/w3hmi5
Thank you
Hello,
You can do this use the tagDiv Composer to edit the page => https://www.screencast.com/t/imFr64iZZ ,
scroll until to Editor’s Pick or Must Read and you can filter that Flex Block by specific category and/or other settings here: https://www.screencast.com/t/jCEMZn6m5 .
Hope this helps you!
Hello!
You can include category in a different block (not only flex block 5 element) edited by TagDiv Composer and have some options here: https://www.screencast.com/t/tnF3mcNqgr :
1. Post ID filter => add posts by IDs
2. Category filter => choose a category from which to display posts
3. Multiple taxonomies filter => choose multiple categories from which to display posts
4. Filter by tag slug => add posts by category name
5. Multiple authors filter => specify ID authors from which to display posts
6. Post Type => specify post type, for example if you have custom posts
7. Sort order => you can choose in which order you want to display posts
Hope that helps you!
Thank you!
Hello!
Unfortunately, there is no setting like that in “Post Loop”. If you want to filter any category you can choose to use a flex block.
Thank you!
Hi, how to change filter color? I use Flex block 1, but cant change the hoover color.
I use now custom CSS to change filter color, vut cant fint hoover code.
.td-subcat-filter .td-subcat-list a {
color: #fa7e25;
}
Hello!
Unfortunately, there is no option for Block 1 down there, but if you use Flex Block 3 is similar with Block 1 and you will have that option in Style section of the element and you will find Article title text color option.
Thank you!
Hi all 🙂 I need help to optimize the SEO of my site created with Newspaper.
Newspaper automatically integrates Hn titles (h2, h3, h4) on certain elements of the pages. But this is not always perfectly optimized unfortunately!
Example (https://image.noelshack.com/fichiers/2020/51/2/1608028428-articles-bas-page-jpg.jpg), I use Cloud Templates editor for my posts template (single), and I use “Block 3” element to display similar posts, and each post title is “H3”, I don’t want to display it in H3, juste simple text (span ou p). The “Custom title” is H4, instead of span ou p.
Other problem with “Flex Block 1”, for “Title tag (SEO)” we have 4 choice : H1, H2, H3 or H4, I want p or span (see : https://image.noelshack.com/fichiers/2020/51/2/1608028687-capture-d-ecran-2020-12-15-a-11-37-59.jpg) and all titles posts are H3, we can’t change that.
What I would like is to be able to keep the styles proposed by Newspaper for titles and subtitles, but keeping my hand on the Hn tags.
Thanks for help
Hi ni5, if you want to have some more control over the blobs layout, is not need to create a new one, you can simple use a flex block, those flex elements has a lot of options and can be adjusted how you like. Also you can get prebuild blocks from cloud -> https://i.imgur.com/zFnwmVa.png -> https://i.imgur.com/8SZsddX.jpg
Let me know hat you want to achieve and I will help you with this.
Thank you!