- 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
Thank you, and I don’t think I addressed the problem correctly.
So in the screen shots that I sent. I have 6 posts that are labeled into a category. However when I put that category into a block on my page only 5 of the posts show up. That was the issue I was having in the screen shots I sent.
I have no problem when I tag a post, it is sorted correctly.
The second problem might be easier with an example,
I have a post X, I have it assigned to three different categories, Sports, Movies, and Games. While I tag it to a company ABC. When I go to display it on the page, it shows up correctly when I make a block pulling posts from tag – company ABC. However when I post it to a block sorting posts from category – Sports or Movies or Games, it only shows up in Sports or one of the blocks, not in the other two. I would like the same post to show up multiple times in different blocks on the same page. Currently it is not doing that.
I will attempt to disable all other plugins and see if that helps.
Thank you.
Hi,
Please try this code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Add it in the theme panel->custom css box.
Thanks.
Hello kognitoweb,
If you want to hide the authors from your posts only for your blocks with the certain category, please check the following topic here -> https://forum.tagdiv.com/topic/hide-authors-by-id/ and try to implement the method for your side. Also, please notice that you want to hide only for blocks, you have to edit only the td_module.php file. Also, there you have to add the in_category() condition which checks if the posts are or not in your desired category, using the category ID. For more references about this condition, please check here -> https://developer.wordpress.org/reference/functions/in_category/ Please notice that is not a simple task and this addresses only for advanced users. If you cannot accomplish these settings, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for the message!
Hi,
Maybe the version of visual composer you are using is not fully compatible with the theme. Please try to remove your version of VC (deactivate and delete files) and install it from here: http://screencast.com/t/wk0ibQNTw
Make sure you have the latest version of the theme though. If you want to see the code used for block 1, there are multiple places to look. there is this file: http://screencast.com/t/87T5NqA3IuG but this is an extended class of http://screencast.com/t/ghZxSrI3jWp
If you want to target the modules themselves (a block uses one or more modules to display posts), you will have to search for these files for block 1: http://screencast.com/t/gpsSd8vt
Thank you!
Hi,
I have checked your site but the blocks seem fine: http://screencast.com/t/JTOcq23a
Please let us know if you still require assistance with this.
Thank you!
Hi,
If you use a text block immediately after the video you will get those results. Every text blo0ck has padding and margins to it and if you use a h2 title inside the text block , then you increase these spaces as a heading adds spacing as well. You also get spaces from a widget that is in place there adding bottom spacing to the text block. Please remove all your plugins except visual composer, clear cache and reset cdn files. Then check the spacing again. I suspect there is a plugin that alters the css.
Thank you!
Hello masc,
Please check the size for your ad from Custom Ad 1 area, like this -> http://screencast.com/t/hB3HMTU6aR If you leave the auto size, the theme will add the adequate size for your ad depending on where the ad is placed. If you want to have the same size for your ad you have to set it from Ad size from Custom Ad field. For more information about ads, please check our documentation here -> https://forum.tagdiv.com/custom-ad-spots/
We do not recommend using the Text Block for your Ads because this type of Visual Composer element will not render the ad code. You have to use the Ad Box from Widgets Area for footer section -> http://screencast.com/t/RrmSfDR9rzBF.
Hope this helps!
Thank you for your understanding!
Hello ealeksa,
Please notice that our theme has been designed to use modules and blocks. If you want to have the category page with the same design to your page, you have to use the same module. Please check your theme panel and set them as you wish -> http://screencast.com/t/ilemGqFJn1f and here -> http://screencast.com/t/mjO4GqcpYA you can see what kind of modules are used for your blocks. For more information about category and blocks settings, please check our documentation here -> https://forum.tagdiv.com/how-category-settings-work/ -> https://forum.tagdiv.com/block-settings-tutorial/ -> https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thank you for the message!
Hello menecez,
If you want to change the thumbnail size for Block 14 you have to edit the core file td_config.php. There you can see all the theme’s thumbs and from there you can change those sizes, like this -> http://screencast.com/t/SEnMEM4OSCCJ -> http://screencast.com/t/7IjW8rRObjNe -> http://screencast.com/t/lpvk8Eby After those modifications, you have to regenerate your thumbnail using the Thumbnail Regenerate & Force Regenerate plugin. Also, please notice that we do not recommend to increase or decrease these sizes because you can break the layout of the theme. Also, please notice that after those changes you need to do some additional customizations for style in order to achieve best results. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello loano1,
In newspaper demo is using only the Visual Composer element for Author, as the example the Author Box feature. If you want to have the link for each post, you have to simply add the author for your post and then, when the post is shown on blocks/modules and click on the name of the author will be direct to the page of the author that are by default set it from WordPress -> http://demo.tagdiv.com/newspaper/author/admin/ -> http://screencast.com/t/t0nffZheh9k5 . If you want to have more options for the author page, you will have to search some plugins with this functionality and see how it works for you.
Hope this helps!
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Hi,
Unfortunately you cannot get the top menu to display inside the main menu. You can however use this css code to activate the top menu at the top of the site:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}}
Thank you!
Hi,
I’m afraid you are not explicit enough with your request. Where are you trying to get categories or sub-categories to display as you wish? In the menu? in a block? on a category page? on a page?
Please provide more details so we can understand better how to help.
Thank you!
Hi,
I want to hide Authors from certain Categories on Blocks, which is not possible by CSS because the categories from Blocks get not stamped. Actually the user @fbengo had a tutorial here for Newsmag, but Im using Newspaper and I tried to apply it on “td_module_single_base”. But nothing happened.
-> https://forum.tagdiv.com/topic/hide-author-on-posts-on-some-categories-and-a-few-more-issues/
Anyone has an idea or help on that? To the developers: Either make the category class stamp or implement this in a future update, this seems to be a feature lot of people demanding..
Thanks.
Thanks for your reply. It’s sound strange for me too. The only change between the time this worked and the time it stopped working is that i bought one licence of visual composer, for to avoid the update problems. If i want to see the codes of block 1, where i do look?
Hello,
Unfortunately this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hi,
You can add a h1 title using a text block in visual composer above the big grid and simply add a h1 tag in the mce editor.
Thank you!
Hello fajriearadea,
Please notice that the “more article box” are disabled for the mobile mode and then this feature is not be shown in this case. If you want to have this feature to the mobile mode, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
@media (max-width: 767px){
div.td-more-articles-box {
display:block !important;
}
}
The result you should see here -> http://screencast.com/t/XkFuGaN4j7
Also, if you want to use the related articles feature without thumbnail, please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td_module_related_posts .td-module-image {
display:none;
}
The result you should see here -> http://screencast.com/t/bF0WXSwLaIG
Notice: The related articles may not be used on the sidebar. This feature was designed to be used only in 2 or 3 columns.
Thank you for your understanding!
Hello,
Unfortunately this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Thank you for your kind words. It’s always good to see our work is appreciated.
As a tip to get your images to display properly inside the containers and avoid this: http://screencast.com/t/2fd9tZGj, make sure you upload bigger images so they will fit the containers. You can read more about it here: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi
You can use a post slider block from Visual Composer like here: http://screencast.com/t/6wMUjNLkPM and the rezult will be like here: http://screencast.com/t/y65cmups
Hope this helps.
Thanks!
Hi,
Unfortunately this cannot be done from the child theme. All of the content of the wp_booster folder cannot be rewritten from the child theme. You will have to edit this file in the main theme. The title from the block_template_1.php can be edited in the child theme.
Thank you!
Hi,
This error appears only on module 16. It;s a theme bug that we will fix in the future. Please change this block to another one until the thumbnail bug is fixed in the next version of the theme.
As for the videos themselves, you have 2 videos on the post but none of them are featured videos. Please use this implementation for the featured video to work properly: https://forum.tagdiv.com/featured-image-or-video/
Thank you!
Hi,
the category tags can be controlled separately from the visual composer block settings. Every block can have separate hover and title background colors. Here are the 2 options needed for this: http://screencast.com/t/99NIFPPIqAXJ
If no rule is set in visual composer, then the theme accent color will display.
Thank you!
HI
I can’t access the image as it set as private: http://screencast.com/t/JzNAmfK0CC Please unblock the image so I can view it and get back to you with a more accurate answer.
Thanks!
Hi.
I made custom main Page http://myformat.club/
But all Category blocks are empty. How to fix that?