- 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
Hello,
This happens usually when loading fonts from another source so the solution would be to load the fonts from the same source. This method worked for most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
I hope this helps.
Thanks.
Hi
This is a complex task and unfortunately I can’t provide a solution now. However if for some posts you don’t want to use a featured image you could add them in a specific category, then use one of our block which don’t display the featured image, to display them.
Here is an example:
-post named Post 1, Post 2, Post 3 don’t have feature image.
-add this posts in a specific category like No Image category
-use one of block 9 or block 10 to display this posts and select from block settings the “No Image” category.
If you need a different implementation for this my advice is to hire a freelancer to do this for you as we can’t offer custom modifications services at the moment.
Thanks!
Hello BhawaniGarg,
I have checked your website and I saw you are using as your front page displays your latest posts (blog mode). Unfortunately, our theme does not have the infinite loading pagination for this template but only for blocks. As a quick solution, I recommend using a static page and make a page with the block with infinite loading. http://screencast.com/t/J70nFfFWI
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
The top menu wasn’t designed to display ads but you can use do_shortcode function in top-menu.php file like this: http://screencast.com/t/ZvPGFp8dbS
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Also you will need this css in theme panel > custom code > custom css: http://screencast.com/t/K6DdjFDOd0zK
.td-header-sp-top-menu{
padding-bottom: 10px!important;
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/yKZBdPt2o
.widget_rss {
display: inline-block;
}
Thanks!
Hi,
Unfortunately sticky posts have not been added in our theme yet as we have not found a solution yet for implementing them in our modules and blocks. It is not as easy as it seems because the blocks need to be adjusted with every setting/filter to keep track of this one sticky post, plus the new facebook, google and wp changes gave us a lot to work on fixing issues that we did not have much time to implement new options as you can see in the changelog: http://themeforest.net/item/newspaper/5489609
Thank you for your understanding.
Hi
You can use theme api to add a new block. For more details in this regard please check our documentation: https://forum.tagdiv.com/td_api_blockadd/ Please note that this is a complex task and some coding knowledge are involved. If you can’t do it yourself my advice is to look for someone which may help you with this because unfortunately we cannot offer customization services at the moment.
Thanks!
Hello doran,
Unfortunately, this is the problem about cropping system. Our theme uses the system of cropping from center to top. The theme uses thumbs to reduce the page size and speed up page loading time. From each image uploaded are generated thumbs for each thumb size used by the theme. Basically, when a post it’s displayed on the page in a block, the featured image displayed is not the one which you uploaded in the media file, it’s a thumb cropped from the original image at the precise dimension. To change the picture orientation most likely you will need a different cropping system. We use a WordPress function – add_image_size() – you can read about it here – https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
Hope this help.
Thanks!
I’m trying to increase the font sizes through theme pannel > Theme Fonts.
Hello!
I am going to make a new newspaper website but I need a function that I don’t find right now at this theme: Flexibility with the article thumbnails.
What I need is that the journalist that is writing the article has the chance of chose weather the article has a thumbnail or not. If not, the thumbnail place should not exist on the block.
Is there any way to achieve this? See here in this Swedish newspaper: http://www.dn.se/ Some news on the feed don’t have a thumb. Those news’ headline take the whole width of the container.
How can I achieve this? This is really important!!
Hello,
For custom ads you do not need to edit anything as you get the sortcode from visual composer. The ad box in visual composer allows you to add a title to it so the sortcode will look like so:
[td_block_ad_box spot_id="custom_ad_1" spot_title="Advertisement"]
Thank you!
Hello
we have had a problem in these days. For the 1st time we have choosen the post type “video” for a post. The Big-Grid block shown a triangle on the thumbnail to inform it’s a video post. ok.
The Desktop version worked as usual, the mobile version instead (tried on iPhones and Samsung Galaxy) was not showing any picture (thumbs and inside articles).
Can you please verify?
Fabio
Hi
I’ve checked your site and noticed that the theme don’t use thumbs for this block: http://screencast.com/t/akux07VHT Try to regenerate your thumbnails: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ deactivate all plugins except Visual Composer, clear all caches and test again.
Let me know how it goes.
Thanks!
Hi! I am going to make a new Newspapper site. Did you solve this issue? I see you have made a series of updates, did you include the sticky posts on the updates? The option of being able to filter news in blocks by writing ID is not a solution since it forces my customers to “be technicians” and create/delete a block everytime they need a sticky post.
Any solution for this already?
-
This reply was modified 10 years by
jonybigude.
Hello!
After installing the 2.3.5 update, I’m getting errors such as these on both the admin pages and the frontfacing site.
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/cayenned/staging/1/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
And it lists just about every module there. I’ve been able to fix things in the past to get around such errors, but after patching my child theme files I can’t find the source of the problem.
Switching to the main theme is working, minus my child theme customizations, of course.
Is there something I can look for to fix this? Thank you!
Hi folks, does anyone here suceed create custom block ?
How do I reduce white space in the theme/post templates. In this specific case, I want less margins between post header/title and content. example: https://nimbus.everhelper.me/client/notes/share/368453/PIL2q1t7SCIcof3XZi9QndSI4Vhkl1nU/
I don’t want the add to touch the image, but i just need less space. Which classes should i target to reduce bottom/top margins?
Cheers to @catalin or anyone else i the team who responds fast.
I found that the caption was actually just hidden. So I was able to unhide it and style it and get looking just like I wanted.

The CSS that I used:
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: block !important;
float: right !important;
margin-right: 10px;
padding-bottom: 10px;
}
.td-post-featured-image figcaption.wp-caption-text {
background: transparent !important;
color: #fff !important;
margin-top: -27px;
margin-bottom: 0;
position: relative;
z-index: 1;
}
/*** Hiding it on Mobile ***/
@media (max-width: 767px) {
.td-post-template-3 .td-post-header-holder .wp-caption-text, .td-post-featured-image figcaption.wp-caption-text { display: none !important; }
}
Maybe there is another way to do it, but this seems to be working, and the only way that I could figure out how to do it.
Is there a way to hide the author box on specific categories? We have hundreds of posts, however, if we could block the author box within posts in a category such as “Fun” on our blog site, that would be helpful as well: http://powerofhumans.com/category/fun/
Thank you,
Adria
-
This reply was modified 10 years by
adria.
Hello,
This is the response we provided via email:
I’ve looked into this post – http://www.virtualmagie.com/articles/critiques/matos/jeu-de-cartes-bicycle-fireworks/
And the images were not added at their original size – http://screencast.com/t/vhvE8SKcV
To make sure they are fully displayed you have to add the image at it’s original size – http://screencast.com/t/QPCbkeH7DwH
If you want to use 696×0 you could modify wordpress medium thumb – http://screencast.com/t/2G6AOLpp09ov
Regenerate all thumbs using Force Regenerate – https://wordpress.org/plugins/force-regenerate-thumbnails/
After that you can select the medium size – http://screencast.com/t/xqlJAJzvrL
Another thing you may want to check is the padding – http://screencast.com/t/hprB7kCJgJG – http://screencast.com/t/YisDxhHEd8g
Thanks.
– Added plugins name code
– activated Speedbooster
– cleared cache
– run Pagespeed Insights and still showing scripts and CSS to move to footer
– tested functions.php
registered scripts
wpdreams-photostack | http://www.cele.si/wp-content/plugins/ajax-search-pro/js/nomin/photostack.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
wpdreams-ajaxsearchpro | http://www.cele.si/wp-content/plugins/ajax-search-pro/js/min-scoped/jquery.ajaxsearchpro-noui-isotope.min.js
archivesCW | http://www.cele.si/wp-content/plugins/archives-calendar-widget/admin/js/jquery.archivesCW.min.js
td-site-min | http://www.cele.si/wp-content/themes/Newsmag/js/tagdiv_theme.min.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
wpdreams-asp-basic |
wpdreams-ajaxsearchpro-instances |
archives-cal-classiclight |
google-fonts-style | http://fonts.googleapis.com/css?family=Open+Sans:400,700
js_composer_front |
td-theme |
td-theme-child |
as I can see, styles are no longer with links as scripts are .. progress 🙂 but not for Pagespeed
-
This reply was modified 10 years by
gregy1403.
Hello,
In order to change a specific viewport font size you have to use media queries like so:
@media(max-width:767px){
.td_block_18 .entry-title{
font-size:10px!important
}
}
Thank you!
Hello,
This issue was resolved for most users by following this guide: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
I hope it helps.
Thank you!
Hi Bodgan,
thank you for your help!
so as u said it´s working when i put it like provided in the top slot in that file.
but i want it that it appear also in the bottom ad.
when i put it twice the label appear two times in the top of the content.
so how can i do this also for the bottom ad and the ads i inserted with shortcodes in editor into content?
for example i put the [td_block_ad_box spot_id="custom_ad_1"] into content with editor of the ad tag inserted adsense code in custom ad slot 1.
so the ad is appearing on my website on given place. but i need also that there is appearing the label.
so for now i cannot edit the custom ad slots the bottom ad section.
thank you!
Hi
The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newspaper theme, you can check our documentation for more details: https://forum.tagdiv.com/requirements-for-newspaper/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/
Hope this help.
Thanks!