- 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,
Page loading speed can be affected by many factors. Plugins can have a negative impact on website speed as well. You could make a test and disable all your plugins except the ones provided in the theme package, clear the cache and check to see if the speed has increased.
This could be also related to the ajax requests that the complex Visual composer elements present on your page are making. You should try to reduce the number of requests, like block pagination, ajax filter etc. from each of the block settings – https://forum.tagdiv.com/block-settings-guide/ and see if this has any effect in this matter.
Thanks
Hi Simon,
Actually, I didn’t load any template, just editing “homepage-video” page:
Menu > Homepages > Homepage-Video
I just made suggested changes in Visual Composer and yes, background now has changed! But gap between menu and the first block still remains white:
Cheers,
David
Hello,
Please accept my apologies in advance if this has been covered… but I couldn’t find an answer searching across the topics.
I basically want to change the font size of the excerpts on my site (filmcrack.com), the idea that some excerpt text will be different sizes depending on the size of the block I have used. So I need to know how to change font size per section if you know what I mean.
Please note: whole site is made from the Grid Builder, no preset blocks or grids have been used.
As stated in the previous posts, i have gone to theme panel > theme fonts > excerpts > size, but nothing changes the size of the excerpt text after hitting “save settings”.
I’m severely lacking in CSS and/or coding when it comes to websites, which is why I bought this theme! So an “idiots guide to changing excerpt font size” would be hugely appreciated!
Thanks!
Hello joeydekoning,
I guess that you are referring to make the Block 24 on 3 columns in one row if you want to be wider, like this -> https://www.screencast.com/t/3Ey490AHfcjD and this is the block style for 1 and 2 columns, like this -> https://www.screencast.com/t/igSFjQ3Zg0 Notice that block has not been designed to be used in full width, without space on right and left side, sorry! If you want to develop this block you should edit it yourself because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hello,
Some blocks have the post title appear on the image itself so these blocks have a shading behind the text so the text can be seen properly. There is no option to remove the shading except css code. Please provide a link to your website so I can inspect the blocks you want the shading removed from and I will provide the proper code for their removal.
Thank you!
Hello,
You seem to be using a very old version of our theme. The option was not there in newspaper 6.
The only option to remove the comment bubble was in theme panel->post settings
That option should affect all the module blocks and posts at the same time
If you want the option active for posts but disabled for all other templates, you should use this custom css code:
.td-module-meta-info .td-module-comments{
display:none
}
Thank you!
I’m trying to make the thumbnail in Block 24 (on one column) wider. The thumbnail is cropped already. How can I make the thumbnail wider (reduce the article excerpt space at the right)?
Thanks!
Hi,
I added the below code in the td_data_source-php under //init the array to limit the posts on a very specific block on the page. It works great on the page. However, if I use paginatino and flip to the next page it somehow seems to forget the specific array which I have added and all posts show up again in the block.
How can I avoid this?
if (is_page(‘dashboard-giveaways-enter’)) {
$fav_array = wpfp_get_users_favorites(bp_get_member_user_id());
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘post__not_in’ => $fav_array,
);
} else {
$wp_query_args = array(
‘ignore_sticky_posts’ => 1,
‘post_status’ => ‘publish’,
‘meta_query’ => array(
),
);
}
I don’t have that option in my block settings. I just have:
Thumbs on Modules
Category Tags
7 Day Posting
I just now installed wordpress and after that installed newspaper latest theme. I am getting this error message while using the newspaper default template (made it as homepage)
Warning: A non-numeric value encountered in /home/webposts/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 1008
I am starting up with a new site, kindly give a urgent solution. The broken site is still live (webposts.com)
Hi,
In the analytics report, there was lots of issues about the speed. I will be glad if you can examine a bit and suggest me some clues to get over this. Thanks
As a sample page http://www.kilsanblog.com/yesil-cevreci-ekolojik/teraryum/
The report gives 63/100 for mobile and 81/100 values which are not good.
For Desktop: Your page has 3 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
For Mobile: Your page has 10 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
Hello gunngx,
1)If you want to reduce that white gap, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-main-page-wrap {
padding-top: 15px;
}
The result is here -> https://www.screencast.com/t/O6g81zm0U
2)You should regenerate your thumbnails using the Force Regenerate Plugin and Regenerate Thumbnails. For more information about this problem, please check here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks for your understanding!
Hi,
The suggestion was that you can use a button shortcode if you want for the link, but you can do it in other ways as well. A button can be used to link to a text block for example on another page. You can add it to a page or post. First set an Id to the respective text block
– https://www.screencast.com/t/fDrhjmO84S9
From a post to the text block on a different page
– https://www.screencast.com/t/oycb94Kw
From a page to the text block on a different page
– https://www.screencast.com/t/j3mEX1EGOeep
Also jump to that text on the same page
– https://www.screencast.com/t/lO4cv0kXeE
Here you can find out more about the button settings and styles available
– https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/
Or just create links like this – https://www.screencast.com/t/An4YQuzMb
Thanks
Hi,
The file where you need to try and make these modifications is the td_block_ad_box.php located in the theme files – Newspaper\includes\shortcodes\td_block_ad_box.php
– https://www.screencast.com/t/beGn9uZua
There you can wrap the script in the code you want, and it should be present anywhere an Adsense ad is displayed.
Thanks
Hello,
You will have to edit the page in the visual composer page builder and change the settings for each block in particular. Those are block titles set on each block manually. They have to be changed from each block’s settings. This guide should help: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello Ken0929,
1)The Retina display is not available for module_16 or Block 21, sorry! If you want to implement it you should do it yourself because we cannot provide custom services at the moment, sorry! If you want to do this, you should edit the theme core file like td_panel_blcok_settings.php, where the panel settings are created. So, 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.
2)If you want to remove that shadow, you simply use a bit of CSS code to hide it. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-header-gradient:before{
display:none;
}
3)Unfortunately, our theme does not have any such an option for our Excerpts, sorry! All the available settings for this feature should be found here -> https://forum.tagdiv.com/excerpts-introduction/
Thanks for your understanding!
Hello,
@ferimester
You can select a green hover color from the post background color: https://www.screencast.com/t/YyvOPXCJ7j but in order to get the post title green (not just the hover color) you will ahve to use this custom css code:
.td_block_22 .entry-title a{
color:green;
}
@seranoticia
For block 9, please use this code:
.td_block_9 .entry-title a{
color:green;
}
CSS code can be added in the theme panel-> custom css box.
Thank you!
Hello grupoindependente,
If you want to edit the widget you should edit the theme core files where exactly this widget is created in our theme, like td_block_weather.php, like this -> https://www.screencast.com/t/2ypemzwcE3
Thanks for your understanding!
Hello,
If you want to shorten the excerpts, you can simply use the theme panel and select the desired length for each module in particular: https://www.screencast.com/t/o9D2LWwXEdyb
In order to figure pout which module is used on which block, please check this list: https://www.screencast.com/t/cSfVrN01
Thank you!
Hi,
@jnachillo The blocks will not display the post subtitle unfortunately. Subtitles will appear only in the post page. On the blocks an excerpt is displayed, a feature that has these options
– https://forum.tagdiv.com/excerpts-introduction/
If you would like to display a subtitle on a module, you can try the solution provided in this topic. You must edit the module file you want and add the code mentioned
– https://forum.tagdiv.com/topic/how-to-write-different-post-titles-on-homepage-or-categories/
Thanks
Catalin, I wasn’t referring to just making links. I was referring to making links that jump to a specific section on the page. I was hoping to find out how it can be done by linking to a specific visual composure text block from a different page.
Is there any way to remove the little comment bubble that is on my blocks? You can see an example here:
Under the latest article header, the row where the authors name is, then date, then on the far right, a little comment bubble. Can I remove those? Thanks.
I have the same problem whit block 9! who can change this?
Hi All,
Suddenly the sidebar inside each post is broken and won’t appear on it’s position (right). Moreover, whenever you scroll up, it appears overlapping the main block on top of the post. How can I solve this?
Here are some links showing this error
https://crunchy.life/2017/04/26/arte-cultura-musica-legendaria/
https://crunchy.life/2017/04/17/minions-is-now-the-second-biggest-animated-movie-ever/
Many thanks in advance
Dear Support,
Can I customize the block post title colors? For example: in block 22 I want to use a green color for every post title etc. Do I need a custom CSS?
Thank you!