- 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
Hello,
1) If you already have a forum account, for the second registration please use the manual activation method: https://www.screencast.com/t/Mff5x0WM
2)The large picture on the travel demo needs to be added on the row in the tagdiv composer like so: https://www.screencast.com/t/cpRFY60bH
3) We recommend using the tagdiv composer, not visual composer as we will no longer develop new options for visual composer but rather for our own page builder. Both page builders only work on pages in our theme.
4) On pages, the modules and blocks in our theme will only show a thumbnail of the video .you will not be able to play the video except by accessing the post and playing it from there.
5) Sorry but there is no plugin that can tie into our page builder. You will have to use the tiny mce editor provided as on the web there is no editor like word. On the web fonts and sizes are changed through css and coding. The theme panel offers font settings but they will affect more elements, not just the box you want to affect.
Thanks.
Hello TagDiv!
I am sorry, but at the second question you may have misunderstood me a little. I am not interested in the “read more” button but in the “read more” LINE by witch I tell the program where to cut the text in blocks and yet it ignores that, even at at Block 12. How can I help about it?
Hi,
Please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Your images must be bigger than the container though. The theme only crops images, it does not enlarge them
Thanks
Hi,
If you manually enter category Id’s in the block filter, the posts will be picked only from those categories. You can also exclude categories using the multiple categories filter. More about this here
– https://forum.tagdiv.com/block-settings-guide/
If this is not what you are asking, please provide more details about what exactly you want to do.
Thanks
Hi,
All the blocks available filtering and sorting options are mentioned here
– https://forum.tagdiv.com/block-settings-guide/
At the moment there is no possibility to filter the posts by taxonomy. Maybe Additional options in this matter will be added in future theme updates, but I cannot say for sure if or when this will happen.
Thanks
Hi,
Block 7 does not display the comment count by default
– https://demo.tagdiv.com/newspaper/block-7/
If you would like to change this, it would require you to modify the module file this block uses. As it can be seen here, Block 7 uses Module 6
– https://forum.tagdiv.com/theme-blocks-modules/
By opening the module file the structure can be seen
– https://www.screencast.com/t/qfLyK9R7
Simply uncomment the code responsible with the count, and the block should display it
– https://www.screencast.com/t/rteRTZc5
– https://www.screencast.com/t/MFBUGlMt
– https://www.screencast.com/t/45ntH62G2Jd
Thanks
Hello,
The video block you mention is a simple block 15 named latest videos and there is a category filtered there that contains only video posts.
It’s not a particular element, just a theme block filtered that way and with a custom name. You can do that through the block settings: https://forum.tagdiv.com/newsmag-block-settings-tutorial/
Thank you!
Thank you, I did so. But some browsers (for example, firefox) block and show an empty space.
Hello,
I’m not sure what widget you are looking to add. Widgets are blocks on their own. Please provide more details to what you want to achieve,
Thanks
Hello soheyla,
1)Please provide some useful screenshots so I will be able to identify the problem and also, so I will be able to provide a more accurate response.
2)If you want to affect the authors from the Blocks, you should check the Theme panel, here -> https://www.screencast.com/t/xqJrFSnxH
Thanks for the message!
Hello,
You can use a bit of css to remove the image from block 11 if you need it without an image. Add this code in the theme panel-> custom css box:
.td_block_11 .td-module-thumb{
display:none;
}
.td_block_11 .item-details{
margin-left:1px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left: 1px;
}
.td_block_11 .td_module_10 {
padding-bottom:5px
}
Thank you!
I am using a block 12 with a filter set up by category. 6 categories selected in an Ajax Filter.
It is working great but I have intro descriptions written for each of the category pages and would like to know if I can get them to show up before the posts in the block.
I hope it can be done.
Thanks in advance.
Hi,
If you are using block widgets, their title backgrounds can be changed in each of their settings like this
– https://www.screencast.com/t/uhEXvcXhEI
For different widgets that do not have these settings, you could try a code like this and see if it works for you (the color can be changed to what you need)
.td-footer-wrapper div
.td_block_template_4
.td-block-title span {
background-color: yellow;
}
The code must be entered in Theme panel->Custom Css. If it does not work properly, it would be helpful if you could provide a link to your website, and I will give you a more accurate solution.
Thanks
Hi,
The Big Grids and blocks can display posts and pages as well. This can be done for each element, in the post type settings like this
– https://www.screencast.com/t/0THfO5l1M
Here you can find all the available block settings and options
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Just installed the newspaper theme on fresh wordpress install (not locally). I too see errors for missing images in wp_011_lifestyle theme folder. Specifically called from css for the menu.
When I search google for anything similar I see a few other sites that have same issue in their css. All seem to be using this theme. One example I found is https://www.lgdestek.net/
See example source from rendered site:
.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/47.jpg’);
}.white-popup-block:before {
background-image: url(‘http://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/2.jpg’);
}
Hi, in Newsletter i have several pages where Categories are presented
in blocks (Ex. block 1) i can input in Filter “Multiple categories filter:” is here a possibility to hide at this moment empty categories?
Thanks
Hi how to filter posts in blocks by tags from custom taxonomy ‘places’ in child newsmag theme?
I would like to add that I’m using Newspaper 8, tagdiv composer on a page, no demo installed. When I installed the theme on wp I only uploaded the newspaper.zip file, but I do see many other files in my product download from envato. Do I need to upload something else, in addition, to have more elements and blocks available to me? For example, I’m trying to add just one post across the page, but do not have that kind of block. Another example is, I do not see social media block, archives block, ….. Please help! Thank you!
When I look at video tutorials I see that there are over 20 elements and blocks available to build pages, but when I go to build a page to add elements and blocks I only have 9 available to choose from. What am I doing wrong!
I’ve tried to remove the mobile style.css from the speedbooster, but it doesn’t work. The custom css that Amit has proposed to remove it works great. But its a momentaneous solution that works until you will change the file.
So, is it possible to remove it forever? I’m asking this because that effect is bad for who have a slow internet connection, the reason is that when you are loading an article you can’t see the content (text) until the css is completely loaded or the animation ends.
Right now I’m trying to delete all the Newspaper files and upload them again to see if something changes.
Update: After that i’ve uploaded again all the files of Newspaper theme the problem is still there. I’ve also deleted my custom css in both sides, desktop and mobile, and removed my personalizzation from mobile theme colors but nothing changed. My child style.css is empty and i don’t have applied any customization to the originals css files. I’m not using a cache plugin and i’ve deactivated all the unnecessary plugins to see if there’s some of them that interfer with the theme’s functions. After that i removed my custom body css class to see if was that to cause the problem, but again the issue was still there.
Maybe in the demo you customized something that block this damned animation?
-
This reply was modified 9 years by
Fenix. Reason: Update
How can I add the comment count on td_block_7?
I suppose I have to modify a specific file with some code.
Hello
Could you please let me know, how do I add this Latest Video video block to my site?
Seen at
http://www.mysteryofindia.com/
Thanks
Hello all
is there a way to add a widget using tagdiv composer on a page? Looks like it add the whole block but I only need a single widget.
thanks
Manuel
Good evening,
I was looking into different ways to prevent other people spying into my theme by blocking the theme and plugins that I’m using.
I ran into a few blog posts, and one fo them suggested to change the theme name… And So I followed the instruction int the blog post, but I’m now receiving a Server Response Error for the following link…
URL: https://www.sneakers.tech/wp-content/themes/Newspaper
This is the process I took before changing the theme name:
(WordPress -> Appearance -> Editor)
I don’t recall what was the theme’s original title name (I think that if I put the theme’s original title name again, the server response will be resolved)
*I can create a user login on the back end of our site if you need me to.
Thanks in advance,
Sneakers Tech
I need a block with title and excerpt like block11 but without image…how to do?
Thank you