- 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
Hello,
Please read the documentation:
https://forum.tagdiv.com/smart-sidebar-2/
The scroll to top button can be activated using this code in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hi,
For removing the gradient, you could try a code like this
– https://www.screencast.com/t/2WwLwdIxV9
Enter it in Theme panel->Custom Css
.td_block_big_grid_fl_7.td-grid-style-1
.td-module-thumb a:last-child:before {
display: none!important;
}
For the border I don’t know how exactly you want it to be. You could use something like this for example
– https://www.screencast.com/t/pyKTqI3tO
.td_block_big_grid_fl_7 .td-module-thumb {
border: 1px solid blue;
}
Or create your own code and customize the grid modules the way you want. Use the browser inspector to identify the elements present and their classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi, i encounter something weird with post category.
I’m just edit all ‘uncategorized’ post and move it to another category
When i check my homepage, it’s still labelling ‘uncategorized’ on the post thumbnail (i already filter the block to only show post from specific category).
*details in screenshot*
https://ibb.co/bGJsVF
Or you can check it on http://54.169.218.12
Please Help
Hi,
I have tried to replicate the layout you have and recreate the problem, but with no result. Stretching the row while using the block elements you are using does exactly what it should
– https://www.screencast.com/t/XPjjZqxs69v
– https://www.screencast.com/t/QCcpZorF
There are no problems with the thumbnails in that block on my end. A suggestion would be to disable all your plugins except the tagDiv composer, clear any caching installed and check to see if there still is a problem.
Thanks
Hello,
The spacing comes from the block’s and page margins and padding.
Try to add this code in the theme panel-> custom css box:
.td-main-page-wrap{
padding-top: 10px;
}
.td_block_trending_now{
margin-bottom:30px;
}
Thanks
Hi,
Then the block is not functioning properly. That can be the result of a plugin interfering with the block filtering. Try changing the sorting and see if it is being made properly. You could make a test using the default theme popular sorting (not the Jetpack sort), and leave the excluded categories as they are. Then see if the block still displays posts from those categories (clear cache as well).
If the problem is still there, deactivate all other plugins except theme plugins, clear any caching installed and check again. As I mentioned above I have tested the popular sorting and excluding categories and it is working for me.
Thanks
Hi
Hi.
I have a problem with the content editor of the “text with title” block. The problem is that it does not let me enter to be able to edit the text.
The loading circle does not advance.
Thank you.
Hi,
Each block can be filtered with the options you are mentioning. In the Post Id filter you can enter Id’s of posts, if you want specific posts to be displayed in that element. You can filter by categories, tags, authors and also sort the posts that way it is necessary.
Here is a guide that you can follow, for better understanding of the available block options and settings
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
That is an unusual problem. Maybe you have a plugin conflict on some level, that caused it to disappear. Or maybe you have security plugin that is blocking this option. Try disabling all your plugins except the ones provided in the theme package, and clear any caching installed. Then check to see if the editor option is displayed.
Thanks
Hello, I made a page with visual composer and in one row layout i put custom, 3/4 + 1/4, in the part 3/4 have a block 11 and in the mobile version it leave a blank space between the photo and the title.
Is it a bug? How i can solve it?
Dear,
I have created severals of dummy post in Chi, and want to control displaying no. of word in homepage “Block 6” area. Could you please advise how to do so? Thanks.
Good Morning could you please help to solve these last issues ? thank you in advance
– how to turn on the ads in the pages (trying to do in ads section of theme panel bit without result – trying to use all 3 post template style)
– how to change the category of posts displayed in first section above the footer (it is not editable via TD Composer)
-
This reply was modified 9 years by
gargus.
Hi,
You can remove the date from the theme panel for posts and for blocks separately
For posts it is under the post settings section and for blocks it is found under block settings-> meta info on modules/blocks.
Thanks
Hi,
You should be able to click on the Backend Editor button, to see the blocks (instead of the code) and other elements form Visual composer
– https://www.screencast.com/t/o5K3logcfE
If you have a different problem please provide more details about the problem, and some useful screenshots if possible, so we can understand better.
Thanks
Hello,
Each block element is made out of one or more modules. Please check this list to see which block uses which module o you know which setting to use in the fonts section to increase the font size: https://forum.tagdiv.com/theme-blocks-modules/
Thanks.
Hello,
If you want to use a custom thumb in a block you will have to use the theme api to change the thumbnails size for that block: https://forum.tagdiv.com/td_api_thumbupdate/
This however represents customization and is not covered by the theme support.
Thanks.
Hi,
Sorry but the block titles cannot receive images. That is a block title set from the block settings: https://forum.tagdiv.com/block-settings-tutorial/ but there is no option to replace it with an image. Sorry.
Thanks
i cant find the TD composer full options, for an example i only can see up to 7/8 blocks…i cant see any social media links under css option (according to your 3 min tutorials)
is there any service for a complete installation with my desired page or set up?this theme is driving me crazy…
thanks in advance.
Dear Support Team, i was trying to create a page and in some point i am trying to set a single post with author profile but the theme isn’t allowing me to do this. each time i am clicking on row (red color) its merging every part of my page into one column and most importantly i can’t see the whole block list or about us etc option from page builder…please help me out. thanks.
Hello! I would like to change the block titles, “RELATED ARTICLES” and “MORE FROM AUTHOR”, from all caps to normal text. I notice that when I go under Theme Fonts > Modules and Blocks General > Blocks/Widgets Title, that I can change the Transform to None(normal text), these titles (RELATED ARTICLES and MORE FROM AUTHOR) are still in all caps. Help? Is there a custom code that I can use? Thanks!
hi, this issue of posts appearing on blocks yet the categories have been filtered is still on my site – kenyannews.co.ke as on this screenshot – https://snag.gy/bKgR2h.jpg.
https://kenyannews.co.ke/kenya-today/nkaissery-was-a-victim-in-attempted-odingas-assassination-3335/
https://kenyannews.co.ke/kenya-today/breaking-news-raila-odinga-admitted-in-hospital-over-suspected-food-poisoning-36-top-doctors-attending-to-him-3573/
this urls are on category kenya-today under ID 23. On block 7 i have filtered the category as the screenshot – https://snag.gy/W7lfhF.jpg
Thanks for explaining all of this so thoroughly. There is just one problem…when I assign “primary categories” for all of the posts which have multiple categories, then when I go to the categories page, the block only displays tags of the primary category. So for example, on the categories page, when you are looking at the Music category (http://e50.4da.myftpupload.com/category/music/), you see that the post “Nashville music’s John Mays gives his thoughts on showing creativity” shows only it’s primary category tag “Prose.” So it looks like it’s in the wrong place…a Prose article on the Music page.
I notice that when a post with multiple categories has NOT been assigned a primary category, then its tag follows the category page. For example, this post (http://e50.4da.myftpupload.com/this-weeks-featured-artist-tim-carr-talks-photography-and-24-hours-in-havana/) is in categories: Gallery, Get Inspired, Making a Difference, Photography, and Prose. The Gallery tag is blocked, using your code. (Thank you!) There has NOT been a primary category assigned to this post. So when you go to the Get Inspired category page (http://e50.4da.myftpupload.com/category/get-inspired/), the tag on the article shows “Get Inspired”. When you go to the Making A Difference category page (http://e50.4da.myftpupload.com/category/making-a-difference/), the tag on the article shows “Making A Difference”. And so on with the Photography category page (http://e50.4da.myftpupload.com/category/photography/) and the Prose category page (http://e50.4da.myftpupload.com/category/prose/). So the article looks like it’s in the right place…it shows the tag of the category page that it’s on.
How can we fix this? How can we make each article NOT show the Gallery tag (and I am happy to choose a primary category for each article) but still show the appropriate tags on each category page? Thanks so much!
I just downloaded Newspaper theme. Like the ability to have a great looking site but don’t like the fact the tagDiv doesn’t let me get full access to all the elements, as in there is no dropdown available. I can see only a select few and then when I can edit a block, it only gives me limited options. I have activated the site too. It’s http://www.register-republic.com
Thanks,
Brian
Hello, i need to know how can decrease the space between post

i have try from css to made it smaller the margin-left and margin-right, but i got white spaces on the image area

how can do that?
ok – great success 🙂 – it helped https://forum.tagdiv.com/blocks/
I still have some minor issues to solve :
– how to turn on the ads in the on the pages (trying to do in ads section of theme panel bit without result – trying to use all 3 post template style)
– how to change the category of posts displayed in first section above the footer (it is not editable via TD Composer)