- 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
hi me too, how do you hide author in blocks only ? not page
do you have a command for this?
Hi,
How do you remove the author name and date for the big grids and sliders on main page only?
I want to keep author name and date displayed on the post itself, but just removed from big grids?
I tried custom code display none but it cleared all posts, big grids and sliders. I wish to keep name and date on post page itself when a user clicks on the post. Just not on the main page.
thanks
Is it possible to edit the order of posts within a block. For example, can you choose which post is featured on the left in Block 1?
You don’t need to import the content — just the “styles” from the content/theme; then you just need to set your home page blocks to your “actual” live site categories.
Hi,
Do you want the same design like on health demo page?
I can provide you the demo content, but you will have to edit each block settings and set your own filter options – http://screencast.com/t/2d47NDDDwM – http://pastebin.com/7yGvbxj4 – http://screencast.com/t/0rDw6slM7
Or take a look to the page layout and create your own page – http://screencast.com/t/U7P79EoIF
Please note that if you install the demo without content it will import only some fonts, colors… it will not add new pages, posts, categories and also it will not change the frontpage. If you install the demo with content, it has some predefined articles, pages, menu to help user to make an idea about what they can achieve with the theme.
Also you can check the documentation – https://forum.tagdiv.com/introduction/
Thanks!
Try this code. it should work and display full content.
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}
Thank you
P.S. if you want to remove the social icons you can add
.td-header-sp-top-widget{
display:none!important;
}
before the last closing curly brace
Hello Bogdan!
Thanks. I need full content – http://screencast.com/t/TXZeKqUbxqyY. Social links are not so important so they can be hidden, but important are other links in top menu.
I added this CSS:
@media (max-width: 767px) {
.td-header-top-menu-full
.td-header-sp-top-menu {
display: block !important;
}
.td-header-topmenu-full {
display: block !important;
}
}
But no effect. Did I miss something? Thanks
Best regards.
R.
Hello;
It seems i need to import the contents, well my site is LIVE and i dont want to import such content…. i just need to configure the blocks for the homepage
Hello ,
I have one more suggestion if you can implement this it will be excellent.
http://postimg.org/image/pzbh8upmx/ in this you can see social share block that i have marked this feature will be more advance for social share let me know what you think about this one.
Hi
You can use do_shortcode function to display article inline, bottom and top ad, in smart lists template file: http://screencast.com/t/8w1MOQwu – http://screencast.com/t/BYfH4ztN – http://screencast.com/t/rzbedxvYY5H
$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Add this line whee you want to display the ad.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi dabiathlet,
I have checked this using 4.6.3 version of the theme and Visual Composer 4.4.4, but I did not found any issues regarding “Text with title” block on my side – http://screencast.com/t/89NlCGsxX Also note that I use WordPress 4.3.
Please disable all your plugins, leave only Visual Composer active, clear cache and see if you still have this issue, maybe it is caused by a plugin.
Thanks!
Hello iamkingsleyf,
When you install a demo, it will set the demo’s homepage and content (categories, pages, etc.)
The pages can be configured with visual composer (where you also find the blocks): http://screencast.com/t/HrZ22rwt.
Make sure you access the back-end version of visual composer: http://screencast.com/t/HrZ22rwt
And the you can see and configure the blocks: http://screencast.com/t/zgUXVAvMCVY
We reccomend reading the doccumentation on how to configure your theme: https://forum.tagdiv.com/how-to-use-visual-composer/
If this is not what you mean, provide us with more details so we can better understand the issue.
Thank you.
Hi
The theme wasn’t designed to add Visual Composer elements on post, so it’s possible to appear some layout issues with that. You can try this solution: http://screencast.com/t/jtZVnLZSpuc – http://screencast.com/t/ZbtHsY1j
[vc_row][vc_column][vc_single_image image="130"][vc_column_text]
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
[/vc_column_text][/vc_column][/vc_row]
<!--nextpage-->
[vc_row][vc_column][vc_single_image image="130"][vc_column_text]
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
[/vc_column_text][/vc_column][/vc_row]
<!--nextpage-->
[vc_row][vc_column][vc_single_image image="130"][vc_column_text]
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
[/vc_column_text][/vc_column][/vc_row]
Notice that I haven’t test this with all theme’s blocks so I cannot grantee it will works for each one.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
To hide the author name and date for a specific category page try adding this code in td_module.php file like here: http://screencast.com/t/a0NTeGRu just replace the category name:
and !in_category('vogue')
To hide those info from posts that belongs to a specific category you need to add a condition in the file corresponding with the post template used: http://screencast.com/t/5JHbRQVHtv0 – http://screencast.com/t/pDeoshW9OH The same condition must be added if you want to hide the author box: http://screencast.com/t/BHNB4FJ7lVVx
<?php
if (!in_category('vogue')) {
echo $td_mod_single->get_author();
}?>
Also you will need this custom css in theme panel custom css:
.td-post-views {
display: inline-block;
margin-left: 0!important;
}
Let me know how it goes!
Thanks!
Hi,
I also checked this using the version 4 of the theme but I did not found any issues using post limit 5.
Please disable all your plugins except of Visual Composer, clear cache and create a test page add some blocks and leave the limit by default(5 articles).
Also what version of Visual Composer do you use?
Thanks!
Hello thrivehl,
Try to change the title of the header. The default one will not work. Headers won’t appear until you give them a new title. This applies to every block. You have to use your own titles for them to show up.
Thank you for your message.
Hello;
I have installed it, now how and were can i find the blocks to configure or set? because i cant see it under the preloaded templates
Hi
The theme’s blocks are designed to work only with Newsmag/Newspaper themes and they are not available for sale as an Add-On or plugin, sorry.
Thanks for the message!
Hi,
The theme does all the queries via wordpress, it doesn’t do any direct query. You could try to reduce the number of queries by using fewer blocks.
Another solution would be to use mysql query cache(if it is available on your server) – https://dev.mysql.com/doc/refman/5.1/en/query-cache.html
Thanks!
Hi
The theme wasn’t designed to display pages in modules/blocks you will need custom modification or a plugin to achieve that functionality. Basically the theme uses taxonomies to display articles on blocks so a possibility would be to add a specific taxonomy for pages and use it in this scope. That it’s a very complex task and my advice it’s to hire a developer from sites like http://studio.envato.com/ to do that for you as we cannot offer any type of custom work for the moment.
Thanks for the message!
-
This reply was modified 10 years by
Andrei L..
Hello travisnw,
You cannot do that from visual composer unfortunately but there is a small workaround you can try. Enable the Pagebuilder+latest articles+pagination template like so: http://screencast.com/t/r5anFQEglpb6
Then you can add modules to the latest articles widget like so: http://screencast.com/t/1gCKxGkN8o
You can also create your own blocks if you have a bit of code knowledge, if not, you can hire a freelancer to do it for you.
Thank you.
Hi,
The articles ads are placed in the content(get_content function), and the function is defined here – http://screencast.com/t/VQCmUU7Y This function is used in post templates – http://screencast.com/t/8EyWM8dCb
You can add a condition to block them on a specific post using is_single() function, check this topic as reference – https://forum.tagdiv.com/topic/disable-ads-on-particular-posts/
If you want to remove all the ads from your post(including header), you can try to add a condition like this(just add you post ID) – http://screencast.com/t/Yo7c5lffhOfN
if(!is_single('ID'))
You can read more about is_single function here – https://codex.wordpress.org/Function_Reference/is_single
To create a post template, please take a look at theme templates(loop and single) and use that structure, please check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates
Thanks!
Hi,
1. If you set the more articles by category, it will display all the posts from that specific category. If you are referring to this option from post settings – http://screencast.com/t/2TLKJWbyU the answer is no. This will be applied on to display the category on modules and in breadcrumbs.
2. We didn’t tested this plugin with the theme, so I cannot make any suggestions. The theme has a Translation section in the Theme Panel where you can translate it. You can also address to the plugin support maybe they can help you.
3. Do you refer to the category tag on modules/blocks? Here you can enable/disable it for each module – http://screencast.com/t/aEgD9sb3N0H and for post pages – http://screencast.com/t/ac6aRaBW0Uvy
Please read the theme documentation – https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thanks!
Hello Edellion,
You should first try do disable any plugins that might interfere with the blocks. Disable all of them except visual composer and make sure you clean your cache.
If the problem is still there, please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Also paste a link to this topic so we can identify who you are and what your issue is.
Thank you.
Hi,
You can find the Last Week sort order in the block settings(where you set also the 7 days) – http://screencast.com/t/vKAQNaETN
Thanks!