- 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
i have clean WP 3.8.1 from wordpress.org + theme “newspaper”
after instalation i have problem – only this txt
Fatal error: Call to undefined function wpb_map() in /wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php on line 24
screenshot – http://www.tinypic.pl/mniyqotwpywp
Hi,
Do you mean like this? http://screencast.com/t/uwhkTzw8
If you want that replace this file in \includes\modules
https://drive.google.com/file/d/0B-jypNeZF3J2NHRSOUN1dUcyOXM/edit?usp=sharing
Hi Marius, that’s not what I wanted. Maybe I did not express myself properly. Sorry.
I mean the block-title IN the image (like: .iosSlider. Slide-meta) for the large image in the Big Slide.
Hi,
Edit your homepage, add Block 2.
We used on our demo:
Sort order: Sort like you want
Limit post number: 3
Optional – custom title for this block: DON’T MISS
Show child categories menu: Show 3 categories
Use ajax in child categories menu: Next prev ajax (this is the pagination)
Thanks!
Hi, We removed the title for Big slider because was unnecessary, if you want to add a title like other blocks you can add above the Big slider a Raw HTML with this code:
<h4 class="block-title">
<span>LATEST ARTICLES</span>
</h4>
like here: http://screencast.com/t/COW74ImtE
Thanks for the message!
My 7 days post sorting for popular posts is not working.
I do have it enabled BOTH in the theme options and in a desired block, I’ve tried to deactivate all of my plugins and try it then but so far nothing seems to work.
When the popular from 7 days is enabled it shows the most popular of ALL (includes posts 1-2 months old etc.).
Any help as to how to fix the issue would be extremely appreciated
link to my site: http://tinyurl.com/ogwdhmg
am rezolvat … nu vedeam bine de pe mobile…
am adaugat <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>
in form-search.php
si <div style=”display: inline-block”><?php echo do_shortcode( ‘[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]‘ ) ?></div>
in content-single-topic.php
exact ce imi trebuia ;))
merci
How can I add the Block title in the Block-slide-big (only in the left big image) like Slide 2col or 1 col?
Thank you!
Hi There, I’ve installed the latest theme and added my ad code and the entire block seems to not be displaying.
Is this a bug or something I have configured wrong?
Thanks.
Salut,
Adauga acest code ca si aici: http://screencast.com/t/vR8Dc0dxDrd
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
<div style="display: inline-block"><?php echo do_shortcode( '[vc_button title="Post reply" target="_self" color="default2" size="default2" href="#new-post"]' ) ?></div>
Copiaza acest CSS in Theme panel -> Custom CSS
.bbp-search-form {
display: inline-block;
}
.bbp-search-wrap {
margin-bottom: 11px;
}
Hi,
Yes the solution provided above is what you want. We changed the file structure in V3, so if you have an old version please locate td_block.php file and make the changes.
Thanks!
Hi
I would like to know how I can give all my H2 headings in posts the class “block-title”.
Is it also possible that the colored line below of the title will be in the color of the category?
Thanks in advance,
Norman
bsullivan
FEBRUARY 14, 2014 AT 4:36 PM #6696
Hi
would be even greater to have a different link for each category, so we can sell each cat to different sponsors !thx
This would indeed be very nice! +1
-
This reply was modified 12 years by
sergenial.
Thank you for your reply Marius.
I have not yet updated to the recent version as I am waiting for all major issues to be resolved first. I do not have the wp-boost folder that you refereed to in your screenshot.
As it stands, I have a block 4 titled Legalization displaying the recent articles in the category legalization. When I hover over the block title and click, it links to the category page legalization.. I am trying to disable that link to category page. I don’t want the block 4 title to link to anything, I just want the title show without a link.
A example is in your demo: http://demo.tagdiv.com/newspaper/block-4-2/
When you click on the block title, it takes you to a different page. How do you disable that?
Thanks for your help!
Hi,
what do you mean? the title of the block?, i mean link to the categories selected?
If you want that add this line instead of existing at line 194: http://screencast.com/t/S4pvFdSSh
$buffy .= '<span ' . $td_header_color_css . '">' . $computed_category_block_name . '</span>';
Thanks!
Hello community. I am trying to get my block title to stop linking. How do I stop the Block 4 title linking?
hi,
1. you can translate that via the theme panel -> translation
2. I tried several times to integrate custom taxonomies with our blocks but as it turns out it’a very hard to make such a system work with all the combinations. Unfortunately we don’t have current plans to update the blocks to support custom taxonomies đ
I think that the theme can be easily modified by a good wordpress developer to take full advantage of wordpress taxonomies.
Radu O.
Hi,
I am using Simple Taxonomy to create and manage my taxonomies. Unfortunately the taxonomy title and description is not displayed on those pages. e.g. http://www.brettspiele-magazin.de/erscheinungsjahr/2014/
1.) Is it somehow possible to display “Erscheinungsjahr 2014” instead of “Archives”?
2.) Do you plan to integrate taxonomy pages in the template setting so that they can be customized with the same blocks list categories?
Regards,
Norman
Hi, you’re from romania, right? Your country was blocked by Wordfence. Please can you try again? Thanks
Hi,
Of course here are all blocks and see what module use: https://forum.tagdiv.com/quick-info-guide/
You can edit each module here: http://screencast.com/t/7h0fN2ZkuHb and tweak from CSS if needed.
Thanks!
Hi,
Please edit function.php file, there you will find all images used by the theme, the block 3 use this, please change the value: http://screencast.com/t/SfYd5MrNF
and then please use this steps, you have to rebuild the thumbnails: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi,
We used there Block 2, add it from widgets and we have selected a category Reviews where we have reviews posts.
Thanks!
Hi
Is it possible to tweak one of the blocks so it doesn’t show an image on the frontpage? Only title and excerpt?
How can I change the thumb size / aspect ratio to 3:2 (especially for block 3, featured images inside a post and the big slide) via css?
Hi,
Use this code:
$buffy .= '<div class="meta-info">';
$buffy .= $this->get_category();
$buffy .= '</div>';
http://screencast.com/t/yviCJG9uxcV
and add this CSS in Theme Panel -> Custom CSS
.post .meta-info {
display: inline-block !important;
}