- 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
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
OK but two more questions (thanks so much btw)
1. why is the metadata not appearing in my non-review posts then? (ie all those under the features)
2. Is there any way to get it to show all three metadata at once? If not can I adjust it to show different metadata in each individual module/block?
Thanks
I see that most of your posts have reviews, note that the review stars will replace the author name and date by default. There is a setting in the theme panel to display the author name and date instead of review stars on blocks/modules
– https://www.screencast.com/t/8IsMzelgA
Then if the author name and also the date are enabled they will be displayed.
Hi support team,
A few question about newspapaer theme :
– as far as i saw and tested, flex block doesn’t seem to be responsive. Do you confirm that or is there some tricks to know about ?
– how to have a designated color for a category be used for all category tags ?
– how to use meta descriprtion or official expect (admin side) displaying as excerpts for the articles ?
Thanks you.
Please provide a link to your website, to a post or page that has this issue. There should be no such problems, the image you set as featured
– https://forum.tagdiv.com/featured-image-or-video/
Will be displayed in the post page and also thumbnails will be created from it on modules/blocks. Be sure to clear all caching and CDN files if used after a theme update, although updating the theme will not affect post meta saved in the database, like featured images.
That would be the WordPress logo – https://www.screencast.com/t/ErqxeFeLi
I could not say why the WordPress logo is blocked, never saw this before. Maybe your hosting provider could have an idea, or there could be similar cases online.
Hello
For a evolution site, we choose your excellent theme.
https://www.bs-communication.com/nos-references/
In the widget on the right the last one show a old plugin.
How we can achieve that the title Témoignages have the same form design that the 2 others, Actualités & Recevez les news de l’agence ! ?
I suppose throught a CSS code to paste in the theme CSS editor?
Regards
Hi,
Let’s take these issues one at a time. So you want to change the hover color for the article titles on blocks.
By default the hover color of the post titles in blocks is the theme accent color
– https://www.screencast.com/t/54OzW8stm3
If you choose a background color for the block title like this
– https://www.screencast.com/t/R1tEhDG5
Then that will be the hover color for the titles of that particular block.
Or if you install a demo, the hover color can be set by the demo. For example I believe the fitness demo sets an orange color for all the block titles. If that is the case, this specific demo design can be removed from it’s stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
We could take a look at the homepage if none of these is helpful, please provide a link to your website.
Thanks
There are some quote styles available
– https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
These are located in the Formats section
– https://www.screencast.com/t/24KVFSWnhWkL
Also check the quotes section of the theme panel
– https://www.screencast.com/t/6zMN76Q6H
Hi,
we tried to work with Blocks using the Popular Last 7 Days Feature. It worked fine for some days (we use WP Rocket) but then stopped working (no Posts to show). Is there a way to make this feature work again even with Caching active?
If not: does the Jetpack Plugin work with Caching? Is there a Tutorial how to set up correctly?
It would be great if we can generate the most popular articles of the last days to make our site more flexible.
Thanks a lot
Hi,
1. There is a gradient there – https://www.screencast.com/t/R7rLNFv30C
Either make modifications in the theme stylesheet to it
– https://www.screencast.com/t/hSs3vZw7N
Or use a code to override it – https://www.screencast.com/t/Wlhdbkbjw6Rf
This is used in the example, make modifications to it if necessary, then enter it in Theme panel->Custom CSS code section
– https://pastebin.com/7anw3Uyg
2. There is a margin right set for the date on post template 7
– https://www.screencast.com/t/MiBnB8Zghp
You could remove that with a code like this
.td-post-template-7 .td-post-title .td-post-date {
margin-right: 0;
}
3. So maybe something like this – https://www.screencast.com/t/yavln0zMTbvv
.td_block_big_grid_fl_1 .td-big-grid-post .td-meta-align {
max-width: 1068px;
margin-left:auto;
margin-right:auto;
}
4. Maybe through code modifications in the post template files, for post template 7
– https://www.screencast.com/t/ldqJsyiGiGLU
You could try to change the structure of the post template, and make tests.
Thanks
Thanks Simion, that’s what was causing it!
When testing ad placements we tried having 2 blocks of latest news with an advert slotted inbetween the two. I’m assuming this can’t be done without causing issues like the above?
Cheers,
Hi,
That is a design specific to the craft demo. A background image is set for block titles and other elements. You could see these related topics
– https://forum.tagdiv.com/topic/excerpt-not-shown-on-blog-page-change-background-of-headers/
– https://forum.tagdiv.com/topic/how-to-change-read-more-button-under-the-excerpt/
You could set a background image of your choosing as background for the block titles, but only with custom code. That is how the craft demo does it as well, in the demo stylesheet.
Thanks
Hello, I apologize I don’t think I have a demo installed. Anyway my website is: http://beforethecyborgs.com/ if you would like to take a look and possibly tell me how I can get the author, date and review metadata to show up on every block/post on the homepage.
Your assistance is much appreciated as I am completely lost here!
Hi,
From what I can see there seem to be two block 11 in that section
– https://www.screencast.com/t/wnxXw8GEl
The first one seems to be limited to show one post, but when using the ajax filter it affects the below block as well.
I would suggest as a quick test to deactivate all plugins except theme plugins and clear all caching. Check if the blocks have proper functionality. If you made any code modifications to the theme files directly or through a child theme, temporarily remove them.
Thanks
Hi,
That would be possible, either by commenting or removing this line of code from this file
– https://www.screencast.com/t/iAwsEsRPXyu
Or by entering this code in Theme panel->Custom CSS
– https://www.screencast.com/t/oZzqJc6v7
.td_block_related_posts .td-related-right {
display:none;
}
Thanks
How can i Fix this problem?
That type of block does not show the excerpt on mobile, please check the block on mobile in the live demo
– https://demo.tagdiv.com/newspaper/block-11/
I could give you a code to make them display, it will look like this
– https://www.screencast.com/t/EdE6DEto2
.td_block_12 .td_module_11 .td-module-meta-info {
display: inline;
}
.td_block_12 .td_module_11 .td-excerpt {
display: block;
}
Enter it in the theme panel here
– https://www.screencast.com/t/L1Jau0yBv7Q
Or you could use a different type of block, which displays excerpts on mobile.
Indeed that demo has design to remove the date, author an comment count on all modules
– https://demo.tagdiv.com/newspaper_what/
So enabling them in the theme panel will not do anything. In this case either remove the condition form the demo stylesheet
– https://www.screencast.com/t/yNTMlUgKLyL
Or override it with a different code in Theme panel->Custom CSS
– https://www.screencast.com/t/vVZ1skCM
.td-what .td_module_wrap .td-post-author-name,
.td-what .td-big-grid-post .td-post-author-name,
.td-what .td_module_wrap .td-post-date,
.td-what .td-big-grid-post .td-post-date,
.td-what .td_module_wrap .td-module-comments,
.td-what .td-big-grid-post .td-module-comments {
display: inline-block;
}
The better way would be to remove the code from the demo stylesheet instead of using additional code.
By default the hover color of the post titles in blocks is the theme accent color
– https://www.screencast.com/t/54OzW8stm3
If you choose a background color for the block title like this
– https://www.screencast.com/t/R1tEhDG5
Then that will be the hover color for the titles of that particular block.
Or if you install a demo, the hover color can be set by the demo. I believe the fitness demo sets an orange color for all the block titles. If that is the case, this specific demo design can be removed from it’s stylesheet
– https://www.screencast.com/t/JYd5QnZZQ
Hi,
It’s a a pop up, not a block. I can get the block to work but I want a pop up sliding in from right when scrolling to the buttom of the page.
I have created the pop up as i want it on Mail Chimps site, I just can’t get it to appear on my site, thanks.
I have tried to post the HTML generated from Mail Chimp on pages and blocks without luck.
So I am in doubt of how to get the pop up to work with this theme, thanks again.
Hi, Simion C.
Оn the first and third my question I added the following code. At the moment it suits me.
.td-header-style-1 .td-header-sp-logo {
margin-top: 5px;
margin-left: -15px;
}
.td-header-style-1 .td-header-sp-recs {
margin-top: 7px;
}
.td-header-style-1.td-header-background-image .td-header-sp-recs,
.td-header-style-1.td-header-background-image .td-header-sp-logo {
margin-bottom: 7px;
}
2) About logo size – OK.
4) I removed the news ticker with TD Composer, but after, there was an empty column, which is not removed and the place between does not go away and the size around the block does not decrease?!
https://www.dropbox.com/s/6b5s9tje0goh6gr/td-composer.jpg
5) ОК. I did it, but how to change height of main menu?
https://www.dropbox.com/s/ko3hqkx0wg9axws/main-menu-height.jpg
6) ОК.
Thank you!
-
This reply was modified 8 years by
sanotes.
Hi,
Please provide a link so we can inspect this.
Please note that not all modules or blocks were designed to display excepts on mobile devices.
Thanks!
Hi,
The meta container background will remain even if the post meta are disabled.
If you want you can use this css to remove it:
.td_module_17 .td-module-meta-holder {
background-color: transparent;
}
Module 17 is used to create block 22 – https://www.screencast.com/t/vqOZ01oQsn4
Thanks!
Hi,
Those would be the demo categories and posts that were imported when installing the demo. You can edit the homepage with the tagDiv composer and configure the blocks and grids to display your own posts from our own categories.
Check the block settings guide I provided in your other topic, as well as the tagDiv composer guide
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Then you can delete the dummy categories and posts, there will be no need for them.
Let us know if you have further questions, we will help you as best we can.
Thanks
Hi,
All the block titles can be changed according to your liking
– https://www.screencast.com/t/IYDzL4KRiX
Simply edit the page with the tagDiv composer and edit all the blocks you want.
The category menu you mention on top of the block is called the ajax filter. When enabled and set by categories, by default all the categories you have will be shown. However the categories that appear there can be controlled by entering specific category IDs
– https://www.screencast.com/t/yMwVWBaqbJ
– https://www.screencast.com/t/BfB3rIVBUv
– https://www.screencast.com/t/cTa5OBBkt
There is a tutorial mentioning all the block settings available
– https://forum.tagdiv.com/block-settings-guide/
Thanks