- 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
Hello krismali,
Please notice that our theme will display only one category tag and there will be displayed primary category. Unfortunately, the theme does not have any such an option that allows you a way to display more than one category tag for your thumbs.
So, if you want to change the color of category tag you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
.td_block_3 .td-post-category {
background-color: red;
}
Thanks for the message!
Hi,
Please check the other topic: https://forum.tagdiv.com/topic/icon-on-blocks-title/#post-149703
Thanks
Hello,
Depending on the slider you use, the thumb size can be different. Here is a list of thumbnails used in our theme: https://forum.tagdiv.com/theme-thumbs/
If your image is bigger than the thumb and it still does not fit properly it means you will have to regenerate thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
or probably add new or change the right block widget : http://prntscr.com/dmu10v
thanks.
-
This reply was modified 9 years by
roqeem.
Any one please let me know how to Modify detail post page?
this page: http://prntscr.com/dmthic
by default there is double Related article: http://prntscr.com/dmtl92
or in case if want to remove Previous/next article block.
Thankyou so much
Hi,
I have a re-occurrence of the non-numeric value problem.
Is this from the update?
Warning: A non-numeric value encountered in /srv/users/serverpilot/apps/theredpill/public/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 997
Hi there.
Great experience so far with the theme. I´m struggling with some simple customization details. I´ve managed to change the background color of almost every category tag present in the grids and blocks of my homepage (my site URL is http://www.psl.ucr.ac.cr). But I´m stuck with the main grid (Big Grid 3) and Block 19. I want to target:
1. Both the font and background color of the category tags on the Big Grid 3 (see this screenshot https://www.screencast.com/t/j3sVvGHQOSeR);
2. And also target the category tags on the two featured posts of the Block 19 (see this screenshot https://www.screencast.com/t/7idZgtOh0).
Currently I´m using some Custom Code to target the background color of many of the category tags in the blocks used in my homepage. This is the code currently working:
.td-big-grid-meta .td-post-category, .td-module-image .td-post-category, .td-pb-span8 .td-post-category, .td-pb-span4 .td-post-category, .td-block-span6 .td-post-category, .td-module-thumb .td-post-category{
background-color:#F8B133;
}
I´ve tried adding many classes to target the two featured posts on Block 19, but nothing seems to work. Regarding the category tags on the Big Grid 3, I´ve no idea how to do that.
Any suggestions with the code to achieve this two things would be really helpful.
Thanks in advance. Cheers!
Fidel
Thank you for your advice, it was helpful. Finaly I used “template_data_array[‘atts’][‘category_id’]” to get category_id and then “get_category_link() function”.
Everything works fine, except proper text color of my new ‘a’ elements (“See all news in category”).
I need correspondent colors for whole block (like in the screenshot). The color value for each block is taken from block settings.
So I would like to modify the code that overwrite default blocks colors elements (like block title background, border color etc., the rules are in: /themes/Newspapers/style.css) with new colors appropriate for current block. I want this code to be able to wrap also my ‘a’ element.
In which Newspaper theme file can I find the code responsible for overwritting colors in Blocks?
Screenshot:
http://pasteboard.co/cUGUQAEvf.png
or
http://www1.zippyshare.com/v/tXAppOng/file.html
Regards!
Hello – I’m trying to add an icon to a Block Title and when I save, it strips the block title altogether.
I’ve installed the Font Awesome 4 Menus plugin and tried using the two following versions:
<i class=”fa fa-home td-only-icon”></i>
<i class=”fa fa-home”></i>
Neither worked. Is there another workaround? (or a way to include a small image in the Block Title)?
Thx!
Hello,
How to achieve the blocks on demo black clickable icons and post
Fashion
Sport
Music
World
Lifestyle
Hello Frank_1976,
When you edit your page(homepage) you can edit the Block Title. For more information about how you can use the Visual Composer, please consult here -> https://forum.tagdiv.com/how-to-use-visual-composer/ Please try to read all our documentation because there you will all the required steps which you are needed to take for achieving best results.
Thanks for the message!
Hello BkkGreg,
There is an option for it in Theme panel, like this -> http://screencast.com/t/7Tcmu64w5T You can enable or disable the category tag according to your block/module used by you.
Thanks for the message!
Hello,
1. The border none property you have on your menu seem to come from your end, not the theme. A css that comes from the theme will say it comes from style.css next to it. The border none you exemplify comes from your end as it says index next to it like so: http://screencast.com/t/inmJdte7vT
And you already have a border rewrite below that code but it gets rewritten by the border none. You should use !important in your code to make sure it does not get rewritten by a more powerfull css selector. Try to use this code:
.td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid #2a3657!important;
}
Remove your previous one, do not use duplicate css codes.
2. This ios done fairly simple using this code:
.td-footer-wrapper .td_block_text_with_title{
text-align:center!important;
}
I hope this helps.
Thanks
Are you sure you are testing a block 9 or a block 17 Those are the blocks affected by module 8.
Here is how it shows up for me:
http://screencast.com/t/wtHd9tXU2
Thank you!
Hi,
Enter this code in addition to the one provided above, in the same Custom Css
@media (max-width: 767px) and (min-width: 500px) {
.td-pb-span4 .td_block_11 .td_module_10 .item-details {
padding-left: 0;
padding-right: 95px;
}
}
@media (max-width: 767px) { .td-pb-span4 .td_block_11 .td_module_10 .td-excerpt {
display: block;
margin-top: 20px;
}
}
Let me know if this works
Thanks
Hello,
There are a few dynamic elements that can be added in our theme.
These are: the trending now news ticker element, the big grid slide, the ios slider and the revolution slider plugin.
They can be added from visual composer and autoplay set to them from the block settings: http://screencast.com/t/8phQPGq2mO
Thank you!
Hi,
The category is grabbed dynamically for each block as the setting can be different based on the selection you make in the category filters. The function used on all blocks to get the category can be found here: http://screencast.com/t/YGP842B66FAm
Thank you!
Hello newsguru,
I guess that on this website is used a plugin which displays the post date. As you can see, our theme uses only the default post date feature from WordPress and which should look like this -> http://screencast.com/t/FSmJrXcY9spE and which can be enabled on modules/blocks from here -> http://screencast.com/t/VlUsBo2HltH and for posts from here -> http://screencast.com/t/pzUssoei8a Also, please notice that you can change the format for date from General Settings in WordPress, like this -> http://screencast.com/t/8U7hUonPEfVN For more information about this regard, please consider checking here -> https://codex.wordpress.org/Formatting_Date_and_Time
Thanks for your understanding!
Remove blocks from htaccess would be good starting point.
If you have removed elements from your site that are no longer there, they will cause 404s in some cases.
This works perfect on desktop but the title runs beneath the photo on iPhone landscape mode (when the thumbnail image jumps up to 150px in width).
How do I handle the screen size between iPhone portrait and iPhone landscape so that I get the proper right padding?
I’m also how would I turn on the excerpt for mobile sizes (below 768) for this block?
Thx!!
Since I’m start use the theme, I found that on Google Search Console has some Blocked resources who is stopping a lot of pages to be indexed on Google.
I know It is not your job to show how to fix it, but if anyone helps I’m gonna be so happy!
I send some prints below:
1- https://www.irlandacenter.com/wp-content/uploads/2016/12/Screenshot-2016-12-21-at-17.49.50.png
2- https://www.irlandacenter.com/wp-content/uploads/2016/12/Screenshot-2016-12-21-at-17.51.46.png
3- https://www.irlandacenter.com/wp-content/uploads/2016/12/Screenshot-2016-12-21-at-17.52.12.png
Thank you,
Willian
Hello ayra03,
Unfortunately, our theme does not have any such an option for Read More on pages, sorry! Also, please notice that we have some Blocks which use the Read More functionality like as -> http://demo.tagdiv.com/newspaper/block-12/ -> http://demo.tagdiv.com/newspaper/block-13/ If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi,
Sorry but our theme does not have any module to show posts on 3 columns. There is a block that shows 3 posts on 2 columns but it can only be used on pages, not on categories unfortunately. The element is block 14: http://screencast.com/t/pz1LMTFb
Thank you!
Hello,
thanks for Your reply. I don’t want to change the category URL. I just want to get url of current post category that is displayed in “td_block_1” module (as you can see in the screenshot). It’s a small theme modification (I use Newspaper child theme).
After clicking on the link ‘See all news in category’ I want to open current category template (it’s default category wordpress template, it’s also built-in Newspaper theme).
In the Newspaper theme there is a function called ‘get_block_title’ that shows the category title (see in the screenshot)
I need to use a similar function, like ‘get_block_current_category_url’. Maybe it is already built-in the Newspaper theme? Or can You give me some advices how to add something like this?
Screenshot:
http://www2.zippyshare.com/v/sKn6nxaB/file.html
Regards!
-
This reply was modified 9 years by
rdiv.
Hello,
I want to get url of current post category that is displayed in “td_block_1” module (as you can see in the screenshot). It’s a small theme modification.
After clicking on the link ‘See all news in category’ I want to open current category template (it’s default category wordpress template, it’s also built-in Newspaper theme).
There is a function ‘get_block_title’ that shows the category title.
I need to write (unless it is already built-in the Newspaper theme) a similar function, like ‘get_block_category_url’. Can you help me?
Screenshot:
http://www2.zippyshare.com/v/sKn6nxaB/file.html
Regards!