- 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
I don’t see how how that’s done. I feel like there should be an option when creating a post to assign it to one of the headers (ie Latest or Reviews or Make it modern) but I can’t figure that out. Please help
Hi,
If this is the way you’ll like to look https://www.screencast.com/t/3cRGYgyb , if you like only on that block then you need to add an extra class on it https://www.screencast.com/t/3cRGYgyb and past this code in Newspaper>Theme panel> Custom code > Custom css
.add_class{
background-color: lightgray;
padding: 10px 10px;
}
Thank you for your understanding.
Hi Calin,
For example over this post link: https://www.66pixel.com/fotograf-akilli-telefon-mobil/akilli-telefonlarda-bokeh-etkisi/
When you check on the right over widget block, I want to put the grey background. (tagdiv) Block 7 ?
Thanks.
Hi,
Lets take step by step:
1. Step one go in Appearance> Widgets ( https://www.screencast.com/t/xXrgLQi4w )
2. Step tow search for [TagDiv] Block 7 and click on it and add widget ( https://www.screencast.com/t/ewodwSEtL ), or you can drag and drop in newspaper widget.
3. Step three, give a name ( https://www.screencast.com/t/uXJABrra )
4. Step four, change to “Filter”, look for “Sort order” set it on popular ( https://www.screencast.com/t/QcoIfuBdCfAV ), you can set a filter type by tag like this: ( https://www.screencast.com/t/dJqY8x8A8 ).
5. Step five , Click save ( https://www.screencast.com/t/lqtvhxzjj8 ), click done ( https://www.screencast.com/t/FuMVaNrLa88I )
Ashore you have set this sidebar on your post/pages
Results on page: https://www.screencast.com/t/Mj8FZZgwrgWf
-
This reply was modified 7 years by
Calin.
Hi Calin,
Thank you for your prompt answer. A couple of clarifications/questions:
I’m looking for either a “tag cloud” or a ‘top 10’ most applied tags (Just like with Categories)
Tag Could sample: http://discourse.metabase.com/uploads/default/optimized/2X/b/b0c1e74df6fdc61b70f8835c534e8e7167d80705_1_690x341.jpg
In my Appearance/Widget page I do not find the MOST POPULAR widget. In my (alphabetical) list it goes from “[TagDiv] Instagram” to “[TagDiv] Pinterest”. Did I miss something installing the Newspaper template? I also still have to figure out what these Block widgets are.
My Widget page also does not show the Default Sidebar used with my (Book Club) template. I can add/remove stuff using the TagDiv composer, but that also does not have the MOST POPULAR widgets.
Sorry if I sound a bit lost. 🙂
Thank you in advance for your patience.
Hi,
Try to put the code on top of the other code as @branch1 suggested.
DO NOT copy the code from topic. Get it from stackexchange and clear cache afterwards.
Thank you!
That would be the social counter, please check if the plugin is active
– https://www.screencast.com/t/1V8h53Zg
If the plugin is active the social counter block should be displayed as intended.
Hi all,
I want to change widget block background color; how can I do it?
I mean over post content – sidebar background. (tagdiv) Block 7.
Thanks.
Erkan
Hi,
That setting will not allow posts to show up twice in the page blocks, grids etc. The functionality would be as you say, if it detects doubled posts these will be skipped and the next in line according to the filtering and sorting will be displayed.
Using it will ensure there are no duplicates, note that when using block pagination there may be problems after using it (not on initial page load).
Hi,
The top menu is not supposed to display on mobile, it will be hidden. However it could be made to appear if necessary, try this code
– https://www.screencast.com/t/Z93oGw3pqs0
Enter it in Theme panel->Custom code->CSS section if you decide to use it
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}}
Let me know if you have more questions, I will try to help you.
Thanks
Thank you for the info, I updated the slider and installed the composed and after cleaning the cache it worked perfectly, but another problem has appeared with the facebook block, I have another short code not interpreted, I tried to get the solution on the forums but my code is not exactly the same:
[td_block_social_counter custom_title=”[Text]” facebook=”[Text]” style=”style6 td-social-boxed” facebook_app_id=”[Numeric value]″ facebook_security_key=”[Numeric value]″ facebook_access_token=”[Numeric value]″]
(I have replaced here the actual values by [Text] and [Numeric value] not to expose our data)
Do you have any idea about what’s the problem with this? Thank you again for your support.
Regards
Hi,
I understand, to do that you need to use a category template from cloud template, and replace the loop post with a block with a filter on it ( https://www.screencast.com/t/FMqfeJw69pDt ); after that set in Newspaper> theme panel> Categories on the category you like to have that sort ( https://www.screencast.com/t/S88bZItpi ).
See results: https://www.screencast.com/t/CIL99ps2L3
Hope this will help you.
Sorry, I found the answer here:
https://forum.tagdiv.com/unique-articles/
I think Unique Articles will work and I will test it later… but how exactly does it work? For example does it work from the top to bottom of the page? If a post is at top it doesn’t place it in a block below?
If I want to have a block at the bottom with a specific cat=4 and the latest post, will it also display cat=4 latest post above? What overrides what?
On my homepage I have the following setup:
Block 12: 4 posts from cat=1,2,3
Block 13: 1 post from cat=4
Block 12: 4 posts from cat=1,2,3 offset=4
Block 13: 1 post from cat=4 offset=1
But I would like to change it so Block 12 always shows cat=1,2,3,4 and Block 13 shows cat=4 for any post that was not displayed before it on the page. Is there a way to do this?
I have another theme that allows me to “not duplicate posts”. See this for reference:
http://www.screencast.com/users/screencast5652/folders/Default/media/6e586a02-8543-44cb-bd6a-19b54426bba8
Hello imbob,
Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/vc3VzKSIEHTi
AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.
Of course, our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.
Hope this helps!
Thanks.
Hi,
From what I can see AMP is not activated for your posts. You simply have to install the plugin and activate it, to test add /amp at the end of the URL of a post page. The posts should look like this
– https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
There is no menu currently for the AMP version, this and the design is inspired by the Yoast SEO website
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
The header logo will be the one you set for mobile in the theme panel
– https://www.screencast.com/t/sk3sDiyVW
If the logo is blurry test with a different image format and sizes, until a good result is found.
Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/vc3VzKSIEHTi
AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.
Of course our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.
Thanks
Hi,
Please insert this custom css in Newspaper> Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-custom-image a{
min-height: 106px;
width: 100px;
margin : 0 auto;
}
.td_block_image_box .td-image-box-span {
width: 25%!Important;
float: left;
padding: 0 10px;
}
}
https://www.screencast.com/t/89iBKtyPiQ
Thanks.
Hi,
Is it possible to use the API just by adding it on the functions.php
I wanted to use this API(https://forum.tagdiv.com/td_api_thumbupdate/) but I don’t want to put it into a plugin.
Is there an instruction on how to just put and call it inside functions.php?
td_api_thumb::update(‘td_100x75’,
array(
‘name’ => ‘td_100x75’,
‘width’ => 100,
‘height’ => 75,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘small’,
‘used_on’ => array(
‘Module 6, 7’, ‘Block 1, 2, 7, 8’
)
)
);
Thanks
Hello,
On desktop, the top home page block order using 1/4+1/2+1/4 looks great – but on mobile, I need the 1/2 to appear 1st, the 1st 1/4 to appear next, and then the last 1/4.
How can I accomplish this layout for mobile ONLY?
Thanks.
Hi,
Try to set the Wordfence plugin in learning mode
– https://www.wordfence.com/help/firewall/options/
– https://www.wordfence.com/help/firewall/learning-mode/
That way the plugin should not block the theme from working properly.
Thanks
hi guys,
My client needs an anchor link in the header (weather section).
I tried this in td_weather.php (line 148):
<div class="td-weather-top-widget" id="<?php echo $weather_data['block_uid'] ?>">
<i class="td-icons <?php echo $weather_data['today_icon'] ?>"></i>
<div class="td-weather-now" data-block-uid="<?php echo $weather_data['block_uid'] ?>">
<span class="td-big-degrees"><?php echo $weather_data['today_temp'][$current_unit] ?></span>
<span class="td-weather-unit"><?php echo $current_temp_label ?></span>
</div>
<div class="td-weather-header">
<div class="td-weather-city">
<?php echo $atts['w_location'] ?>
<?php echo "/ Clima Extendido"; ?>
</div>
</div>
</div>
Link works but I have a problem when the user click in the numbers (the link disappear)
any idea is welcome!
regards

Worked! Thx
http://blockchaintrailblazers.com/
Hi,
@legalmediacompany So remove the count and fans/followers etc, try this code
– https://www.screencast.com/t/6mSG0XuVq
If I misunderstand please correct me and I will modify the code accordingly
.td_block_social_counter .td_social_info {
display: none;
}
Thanks
Hi,
There is an option to sort posts by latest, but not by an additional time interval. A latest sort will show the number of posts according to the block limit, ordered by publish date
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Sorry for your experience so far, we do try to add only popular requests or essential settings in each update. I will try to help you with the questions you have and problems you are facing.
Indeed a 300x300px thumbnail size does not exist. You could use flex blocks and manipulate the image to have the dimensions you require (it won’t be an actual thumbnail)
– https://www.screencast.com/t/seukwC9Y
Flex blocks can be customized to look in many ways, this is an example using flex block 1
– https://demo.tagdiv.com/newspaper/flex-block/
The theme received quite a few multi-purpose options a while back, we created some demos to showcase these multi-purpose capabilities. You can sort the demos here
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
The front page can either be the default WordPress blog, or a static page designed with our tagDiv composer
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
The static page will allow you to have more control over the content the homepage displayed.
Blocks, grids etc, can be sorted+filtered and many other settings
– https://forum.tagdiv.com/block-settings-guide/
Please let me know if you have more questions.
Thanks