- 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, the plugin seems to work now for desktop after uninstalling all plugins and the reinstalling.
However, a new problem keeps happening.
Every time I switch on the mobile plugin, my widgets in the sidebar (two tagdiv ad spots and a post block) disappear.
I add them back and they dont save. The only way I can get my sidebar back is by disabling the mobile plugin.
I tried switching off all plugins/cache etc but cant get the sidebar to work alongside the mobile plugin.
Please help.
thanks
How do I put author names up top in all blocks–like Big Grid Full 5 and Block 25, etc.?
So it would also be like this:
Author Name
Post Title
(optionally date)
(optionally Category)
Thanks!
I have done this but am not getting desired result. Maybe i am not copying the correct css for block 15, can you provide me with the css? or could it be some other issue?
thanks
Hi,
While accessing site on Mobile I found 2 issues…
1. I am using Block 13 for one of my post blocks in Homepage. The links are not clickable on Mobile
2. Mobile site loading is too slow. In PageSpeed, the desktop version shows 98 while the mobile is 70.
Please help.
Also, for each theme update do I need to add the customization I added in theme again?
Regards
Nilotpal
Thanks for the Answer, the box it’s ok but i need lowercase because i have to insert a lot of “blockquote” in my posts and Uppercase letters are too big. It is possible to make the character lowercase? And text color black?
-
This reply was modified 8 years by
maro92.
1) how to remove author element ?
underneath a blog-article, there are the social icons, then there is the “previous / next articles”, then there is a block which shows the Username of the author. Hovering over this element. it shows a lonk towards “domain.com/author/username
Since this link is showing the “Username” of my Admin-interface (Admin-Username), I do not want to show this element to the public.
I have already unchecked the “Author” at a single Blog-post (Post page and from Screen Options/top-right corner), but unfortunately it still keeps showing this element at the public website.
2)
I am having the same issue for “comments / discussion”.
I have disabled “discussions” and “trackbacks” globally at “Settings / discussion”, but it still shows the “comment form” at the bottom of each Blog-post.
How to disable this “Comment Form” for all Blog-posts ?
Appreciate your help!
Many thanks!
Hi,
I have a problem with the theme with block 16 on small resolution.
Here what I get:

I am using blocks 1, 3, 4, 5, 6, 12, 15 on my front page. I would like to change the color of the excerpt font from grey to black.
Is there a css for that?
A problem: After updating the theme, the tabs in the blocks do not open, they are loading. See the print: https://prnt.sc/hl5h7r
This could be a plugin conflict
Bingo! Conflict with Autoptimize. FIXED
Thank you!
Hi,
I wish to make the black background that appears at the category when hovered into a transparent background.
Please see link: https://imgur.com/a/HIqJB
Thanks!
Hi,
I’m trying to display certain posts in a block, filtering by tag, but the block does not display any post.
I have assigned a tag named tag1 to a post and I have wrote tag1 inside the tag by filter field.
Where do I mistake?
Here 2 screenshots just to show you…


Shortcodes won’t stop working when Gutenberg rolls out; as millions of sites would break that use shortcodes for ad modules, date hooks, site builders, etc. Shortcodes won’t work in Gutebberg blocks except perhaps “shortcode block” which is where the worry seems to be coming from for a lot of folks. Meaning, if you built a post block in Gutenberg, a shortcode might not work “inside” that block to avoid potential loops.
We just installed Newspaper because we were under the impression that no coding was necessary. We are having trouble finding how to assign categories to either templates or blocks (not sure which). Any suggestions. Please help.
Not new to WordPress but new to this theme.
I want to Chang News Ticker Blog Title From “Trending Now” to “সর্বশেষ সংবাদ” which is may native language Please Reply As Early as possible. Thank You
I’ve used only your solution to increase the number of elements in mega menu from 4 to 8
includes/shortcodes/td_block_mega_menu.php
if (!empty($td_subcats)) {
$atts['limit'] = 8;
}
So the result design problem is the limited space for the title output. Some of the titles is longer than others.
I would like to know how to increase the space for titles or increase the gap between first and second row each of them consists of 4 elements in mega menu.
Thanks.
Hello maro92,
Also, if you want to achieve something similar, you should try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
blockquote p{
border: 1px solid black;
line-height: 140%!important;
border-color: #bbb;
border-style: solid;
border-width: 1px 1px 2px; 1px;
}
The result is here -> https://www.screencast.com/t/Xd1vRBzkE
Thanks for the message!
Hello,
Te top grid shows featured articles. That means articles added to the featured category. The bottom module shows all the articles in a latest to oldest sorting option. There is no sorting option in our theme for these blocks.
If you want to customize it and avoid repetition, find out what the category ID is of your featured category. Say for instance that it is 26
Now, inside of Newspaper\mobile\front-page.php you will find this code:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => $posts_per_page,
'paged' => $paged,
);
Make sure to add:
'category__not_in' => array( 26 ),
to the end of the array so that it looks like this:
$wp_query_args = array(
'ignore_sticky_posts' => 1,
'post_status' => 'publish',
'posts_per_page' => $posts_per_page,
'paged' => $paged,
'category__not_in' => array( 26 ),
);
Thanks.
Unfortunately there is nothing we can help with. A 403 error does not come from the theme. It comes from your host. Please contact your host and check for any blocked files, check firewalls and security tools, etc.
Thank you!
It is enough to copy the demo code for that specific block, but you also need to ad the custom class on the body in the custom code section. As each demo code is based on a specific body class . All the demo css starts with that body class. For the business demo the body class is td-business
Thank you!
Hi, i would like to change the “blockquote” and make it similar like this one: http://www.wishesgreeting.com/happy-birthday-mom/
As you can see, there isn’t uppercase and i need to insert a box like that one! Can you help me, please? Thanks
Hi,
I’d like to show mobile menu when the screen width is < to 1018px. My menu contains too much items and when the screen is like a tablet one it splits the mega menu on 2 rows. Is there is a css code for this ? Something like :
@media (max-width: 1018px) {
#td-top-mobile-toggle {
display: inline-block;
position: relative;
}
}
Best regards
Hi
you mentioned different sizes you are using in your demo:
On our demo we use 1021 x 640 px large Images here https://forum.tagdiv.com/image-size/
On our demo we use multiple sizes, most have around 1068 × 713 px. here https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
So my question is: What is the best size?
I am planning to use post-template number 6 and block 23 and 4 on the start page
Cheers
Hansjörg
Just for clarification, do I have to copy the entire stylesheet of the demo or just the css of the section of the demo whose style I want to copy?
The css code I posted above refers to only the block 15 style of the business demo that I want to copy. Is it enough or I have to use the whole business demo stylesheet?
Thanks.
Hi,
Unfortunately the big grid as any other block is a whole unit. it cannot be controlled separately and make a post sticky and have the rest be dynamic. In order to do this you will need 2 separate blocks. You cannot have 2 different filtering options in the same block .
Thank you!