- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hi,
If that plugin is not compatible with the theme and causing problems, you could search for another one and try it. The plugin you are using may have not been updated for a period of time, and that could be the reason why it is not working properly.
If the thumbnails are not displaying properly on the blocks and grids, you can try to regenerate them, with this guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
If the needed thumbnails are enabled in the theme panel, they will be recreated by the regeneration process
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
The author name can be disable in general for all the blocks and grids
– https://www.screencast.com/t/DzTB9fWAI
If you would like to hide it just for that specific big grid, you can use a code like this for example. It will remove the author name just for the grid in question
– https://www.screencast.com/t/7ocWvIT2
The code must be entered in Theme panel->Custom Css
.td_module_mx21 .td-post-author-name {
display: none;
}
Please note that them theme is fully responsive and there should be no problems for mobile devices. The theme package even includes the optional mobile theme plugin. More about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
The featured images are getting cropped. And when I looked up how to change the way they are cropped (or option not to crop) I saw that we need to do it via API but it was not at all clear. We want to be able to do this without having to dive into code.
Please let us know how we can better control the way featured images are displayed in various blocks (cropping options, option to not crop – responsive images, post-wise setting or grid wise setting) would be much appreciated.
Please let us know if you need any further information.
Thanks,
Dinesh.
Hi,
I do not see that post in that Popular articles block, in which you have the filtered categories. Category 9 is the Jobs category, I have checked a number of posts displayed on the block, and I found none from that category. The blocks seems to be working well, the posts are filtered and displayed based on views
– https://www.screencast.com/t/7d420RQrh
Thanks
on the home page using big gride full 5 box wish to hide the author name for the selected category which is showing inside this block.
secondly this theme is not too much compatible for mobile device in google developers tools what to do for better result.
thanks
Hi,
Not all elements are designed the same. You can see here how the Big Grid Full 3 is supposed to display
– https://demo.tagdiv.com/newspaper/full-big-grid-3/
If you would like to reduce that space, you could try a code like this
– https://www.screencast.com/t/1fNA85aeFi
The code needs to be entered in Theme panel->Custom Css
@media (min-width: 1018px) {
.td_block_big_grid_fl_3.td-big-grids-fl.td-big-grids-margin
.td-big-grid-post {
border-width: 0 3px;
}}
Thanks
Please help me asap â all of my front page content are gone after I did an update of Visual Composer.
The Block Grids are gone, and there is no options to choose this grids again.
What should I do? And what went wrong during the update?
It’s a bit of crisis here, there are excpected a lot of traffic on my website today and I cannot be empty like this…!
I have added a single image block “Want to be a Game Changer?” to my homepage and it is not responsive.
Desktop View: https://snag.gy/CINPS2.jpg
Mobile View:https://snag.gy/BvA32h.jpg
How do I fix?
Hello Jankow,
Unfortunately, I do not know what kind of plugin you have installed for displaying a popular post widgets, sorry! Please keep in mind that our theme does not have any such a tested plugin and the theme can be broken. Notice that all of the untested plugins can interact with the theme core files and causes a lot of unknown issues like this. Please try using only of our tested plugins, clear all the caches and check the results. If you want to display the popular posts on your widgets, notice that you can simply use such a block and sort it by popular post because the theme has this type of sorting to be available if you will check the block settings, like this -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hi,
1. You can split the row in a maximum of three columns, just like with the Visual composer
– https://www.screencast.com/t/lqvptr7fl9h
Then you can place the elements you want in these columns. Please note that depending on the row settings, blocks may look different. Here you can see how blocks look in all situations
– https://demo.tagdiv.com/newspaper/block-16/
The blocks use different modules based on the layout chosen
– https://forum.tagdiv.com/theme-blocks-modules/
There is no activation or subscription needed if you choose to use Visual composer. Just install it and use it
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please consider that in future updates more features and options will be added to the tagDiv composer exclusively
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
2. At the moment there is no options to add a page template. There are three page templates available
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
could you turn this into a carousel not a 2 rows of post
https://www.screencast.com/t/4tg1iOMMHb7E
or could you tell me where the code is to do it
thank you
Hello, Simon –
I spoke to MailPoet and this was their response:
Get in touch with this themeâs author and ask him to stop enqueuing his scripts on all WordPress Dashboard pages. This is his fault and he needs to fix that.
I am not qualified to comment – but I hope we can get this fixed for the sake of everyone.
Perch
I have changed the format abit, for the popular articles am using block 7, i have set the block not to display posts from category(-9, -23) but as u can see, this post; https://kenyannews.co.ke/jobs/un-wfp-somalia-national-administration-officer-job-in-nairobi-kenya-1046/ is from category 9. As i have pointed out on my previous comment, i have set everything under theme panel correctly.
Hi, how to display a category image on one of my category block on my homepage (not on the category template) instead of displaying a category title? Thank you.
the sidebar widget suddenly stop working
i got this error message on my sidebar
Warning: Cannot use a scalar value as an array in /home/melo143/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_block_widget.php on line 403
Sorry for not explaining properly. I meant to say that all the blog posts showed 5 days ago. Today, all of them, even the new ones say “6 days ago” like this:

This is the code that I have for module 1. Is there something missing?:
<?php
class td_module_1 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="td-module-image">
<?php echo $this->get_image('td_324x160');?>
<?php if (td_util::get_option('tds_category_module_1') == 'yes') { echo $this->get_category(); }?>
</div>
<?php echo $this->get_title();?>
<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>
<!-- --><?php //echo $this->get_date():?>
<?php echo $this->get_comments();?>
</div>
<?php echo $this->get_quotes_on_blocks();?>
</div>
<?php return ob_get_clean();
}
}
What am I doing wrong? Thanks again!
Hi !
How can I remove or modify the “Video News” part of my theme? (This is the theme “Car”).
Same for the “Instagram” block on the right, how remove or modify ?
How modify the text “Must read”, “Recommanded for you” ?
Thanks for your help !
Hi, when I realize a new page, I come out the following error in the Templete Setting Page:
“While using a pagebuilder sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.”
How to solve it?
Thank you
Hello,
I have a license for the Visual Composer plugin and I did the last update. Since this update, I no longer find the blocks of the Newsmag theme. How do I retrieve them?
Screen : http://imgur.com/a/3Ls7r
Thank you
1. in TD composer, How can I simply change the number of columns of an element like element: block 16.
Personally, I prefer the visual composer, is it available for me to use with Newspaper, it does ask for a subscription?
2. Can I create my own page template?
Hi,
If you installed the example plugin provided in that tutorial, and made the modification like in the screenshot, it should work properly. Add the code exactly as shown, and do not make any other modifications in the block php file.
By default it looks like this
– https://www.screencast.com/t/eooCHzeR
Enter the code as shown
$buffy .= '<div class="td-block-title-wrap">';
$buffy .= '</div>';
– https://www.screencast.com/t/O4UFs8I7AW8
It should work if you add the code correctly
– https://www.screencast.com/t/lbwI2sDGlL
Thanks
I think it is because the module has no association with these functions –
get_td_pull_down_items
get_pull_down_filter
Which are part of the file in wp_booster
td_block_template.php
I see that some other modules have the association like –
class td_block_77 extends<strong> td_block_template</strong>
But when I use this is crashed the page too.
What do I do? đ
-
This reply was modified 9 years by
thebestprogrammerintheworld.
-
This reply was modified 9 years by
thebestprogrammerintheworld.
Hi,
Try entering this code like shown in the screenshot, in your custom block file
– https://www.screencast.com/t/l0EPhsy5UHo
Thanks
Hi Simion,
Thank you for response.
So the only way to use it in TagDiv composer is via HTML block inserting the embed?
There is a little problem with the width though, where in Visual Composer it was auto.
Thank you
Hi,
If you would like to display those sharing buttons on the modules, you will have to edit the module files that the block is using
– https://forum.tagdiv.com/theme-blocks-modules/
Edit the module that is needed and used by the blocks you are using, and try inserting the code there presumably after the excerpt field
– https://www.screencast.com/t/o71IkyYTvHYe
For the top and bottom sharing of the post in the post page, you have to edit the corresponding loop file to the post template style that you are using. These loop files are found in the main theme folder. Try replacing the default sharing code on the post, with the code you were provided
– https://www.screencast.com/t/Ppanpg4FBnUg
Thanks