- 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,
Please note that due to the previous warnings regarding the support period we will no longer to help you with your support request. Please understand our position and extend your support, or we will be required to block your access to this forum.
Thank you for understanding.
hello guys, i tried to use users list code as custom page and I need your help to how to replace bootstrap class with right newspaper css class? is there any mapping to understand this? or how to retrieve data to model or blocks if available?
Returned Code:
<div class="col-xs-6 col-sm-3 col-md-2 post">
<a>author/<?php echo $user->ID?>/">
<?php echo get_avatar($user->ID); ?>
</a>
<h4><a>author/<?php echo $user->ID ?>/"><?php echo $user->display_name ?></a></h4>
</div>
or
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="post">
<a>">
<?php echo get_avatar(get_the_author_id()); ?>
</a>
<div class="author">
<?php the_author_posts_link() ?>
</div>
<h4>
<a>">
<?php the_title() ?>
</a>
</h4>
</div>
</div>
</div>
</div>
Hi,
I have Block 3 on my homepage (http://churchandstate.org.uk). Since I updated the theme, the last 2 images (sometimes even 4) are not being displayed. This only happens in Firefox; in Chrome or IE the images are displaying just fine. Obviously if I edit the article and upload the same image again, the problem goes away. In my local installation I have the same problem, with or without plugins.
These are just two examples:
What should I do?
Lola
Hello!
When using the media & text block to put an image and text inside of a single block, how can I make it appear better in mobile?
There isn’t enough space to accurately show the image and text, so it ends up looking terrible like this:
https://snag.gy/AXm0HN.jpg
my post editor has a line in the center of the writing block, I believe it is because of the sidebar, I would like to remove this line, but keep the sidebar, can anyone help me?
Hi,
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you do not have the featured category, you’ll need to add some posts in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured
Let me know if you have more questions!
The way I do it now almost works because the category works by itself as private. It just doesn’t work when using a category block set to private… Thoughts
HI Calin
I already plug ins that make content private and in groups. The problem is that I have to make the post “private” so it doesn’t email all my jetpack subscribers stuff meant for just special groups. I have to keep the jetpack going for my free stuff emails though… Since wordpress 5.0, the snippet function:
add_filter( ‘jetpack_allow_per_post_subscriptions’, ‘__return_true’ );
doesn’t work to limit public posts to go to all subcribers. My new way of doing it would work if my private posts would show up to logged in members on my pages with category blocks…. Thoughts?
This is disable.
I’m using Single Related Posts in Cloud Template (tdc_zone). And the problem is that the category still displays as hidden in frontend.
On the block (cloud template), I applied hidden category also.
Any clue what am I doing wrong ?
Hi,
I recommend you to use the Flex Block because this element allows you to use any module you want and add the Read More Button. Check here -> https://www.screencast.com/t/u9x8LsZJxwaG
Thank you!
Hi,
Unfortunately there is no options in theme to use the original size of image without make thumbs.
Our theme make automatic thumbs or all modules from theme -> https://forum.tagdiv.com/theme-thumbs/
Featured images -> https://forum.tagdiv.com/featured-image/
You can use flex blocks, those have more options and you can chose the thumbs that you want to show.
Thank you!
Hi,
Please check this topic about How can I view the mobile version of a webpage in Google Chrome for Desktop?
If you are no using the mobile theme plugin you can use flex blocks and you can chose the layout for each device ( desktop, iPad, mobile ).
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Thank you!
Hello,
Is there a way through theme panel, to add a ‘read more’ button under excerpt of each post, in archives or blocks?
Thanks Simion.
– I already applied all the advices you mentioned.
– Problem is that the “Related Post” block in cloud template does show the category link and this can’t be removed. Correct ?
Hi, after the last update on my mobile homepage the title says „Latest Articles” instead of „Ultimele articole”. The second problem is with the first 3 posts showed in categories: I don’t want them as block. I’d like to show them as a normal list (like on the mobile homepage). Is it possible? Here is the scrrenshot with both problems http://www.screencast.com/t/NWSOF1z4qh
Hi,
Please check our documentation for thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If there is still a problem, please provide me a link were I can take a closer look.
Thank you!
It could be done for the mobile theme, but only with CSS, there are no font settings for the mobile theme as most are predefined. These are the values used by default
– http://prntscr.com/nmbcyy
You can add more to the code from above with the color – http://prntscr.com/nmbdti
.td-post-content blockquote p {
color: #dd3333;
font-size: 15px;
text-transform: capitalize;
}
If you need help let me know.
Hi,
Please try to use flex block, these have more setting and can be set after your needs
-> https://www.screencast.com/t/4qM0z3A6Hfs2
Thank you!
Hi,
I saw that specified in the guide, glad it works. The theme panel font settings will not apply if a more specific setting is used for the block itself. Fonts set in the block settings style tab – http://prntscr.com/nmaxek will override the theme panel settings. this is works currently.
So I believe the reason why your desired font set in the theme panel is not applying, is because there is a font set in the composer – http://prntscr.com/nmaxqn
Edit the page with the composer and check if that is the case, set the font options to default and the theme panel font should apply.
Please let me know if you have more questions.
Thanks
Hi,
If you want to have more control over blocks, you can use flex blocks -> https://tagdiv.com/discover-flex-blocks-customization/
tagDiv Composer: Flex Block Elements -> https://tagdiv.com/tagdiv-composer-flex-block-elements/
Thank you!
Hello !
I will pressume that you mean the tab in the pictures. In order to change that you can simply edit it by using the tagDiv Composer, click on it and you will see the tab that appears in the left part of the screen where you can edit and filter the content of the block: https://www.screencast.com/t/iLB5S96Ft9
Thank you !
Hi,
1. There is indeed an ajax menu option for blocks, it can be found in the filter tab of the block settings – http://prntscr.com/nmai6w You can choose from displaying categories, tags, authors or a popular filter. When enabling the ajax filter for example by categories, by default it will show all of them. You can enter category IDs in the filed below if you want specific categories to appear in the filter
– http://prntscr.com/nmajck
The same for authors and tags.
2. Blocks have a few pagination options besides the load more, you can select the one you want in the block settings, filter tab – http://prntscr.com/nmak32
A numbered pagination is not available for blocks. If you choose the page template with latest articles this will have a numbered pagination, and it will appear at the bottom of the page – http://prntscr.com/nmal66
You can choose a module for this latest articles section, it has other settings as well.
3. Those would be the excerpts – https://forum.tagdiv.com/newsmag-excerpts-introduction/ most modules can display them. There are automatic excerpts and excerpts you can set manually when creating the post – http://prntscr.com/nmalu1
The length of the excerpt can be set in general for each module, in the theme panel->excerpts.
Blocks have more specific settings if you for example want a block to have it’s own length for the excerpt – http://prntscr.com/nmam9z
If you have more questions let me know.
Thanks
Hi,
You can find the child theme in the package that you have download from themeforest , you need to unzip the file and look in Newspaper-tf > code -> https://www.screencast.com/t/SkcjyR0cOz
Also now is no need to use child theme to customize the post templates of blocks/modules, you can customize the single posts templates from tagDiv Cloud Library directly in theme using tagDiv Composer also you can use flex blocks instead blocks, these can be easy change with tagDiv Composer.
If you like some parts from demos you can find theme in tagDiv Cloud Template and you can get them from there, without need to install the demo ( or you can install the demo and use others demo parts from tagDiv Cloud Library ).
Thank you!
So I have members on my website and I have to make private posts so my whole email list doesn’t get emailed and only they can see the post and info. When I create a page and a category block and set the category to “premium plays” which is the protected private post, the posts do not show up to logged in members however if I just put the “category” of “premium plays” they do show up. I need to use the page so people know to subscribe. Please give me some advice. http://Www.theoddsbreakers.com
Bear with me because I’m having a very hard time understanding about photo sizes and thumbs etc. I’m using block 4 on my category pages. The icon for Block 4, looks like it will display 4 pictures, all the same size, rectangular and the thumb is 324 x 160.
I added 4 pictures of different sizes in my media and they show up as different sizes on my category page. I was expecting that each photo would be automatically cropped to 324 x 160 on the category page.
My photos are 1698X1151 376×326, 1024×69. On the category page, one is a square, one is a fat rectangle and one is a skinny rectangle all in Block 4.
Thanks,
Stacey

