- 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
Alin,
I made the change in file indicated of the according to your guidance, But not worked.
I put in “fashion” category as a way to test through the demo content, but not blocked Adsense banners in this category.
I hope this has some other solution
I wait for your help.
Thanks
The new update is fantastic.
1. Deleted old theme and uploaded the new version, activated, etc. I’ve disabled all my plugins and am getting this error on the front page:
Fatal error: Call to undefined function vc_column_offset_class_merge() in /nas/wp/www/staging/****/wp-content/themes/Newspaper/vc_templates/vc_column.php on line 22
I’ve only got visual composer plugin activated.
2. We have an existing site with content and the old shortcoded blockquotes appear to be missing, which makes the previous content with the blockquotes in it show the raw shortcodes. Did the shortcodes not get carried over? Is there an easy way to fix this?
Thanks! Unbelievable job on this theme.
-
This reply was modified 11 years by
MLHS.
For blocks/modules you can get the ID like this – $this->post->ID; so you can do
<?php $id = $this->post->ID; ?>
<?php echo get_permalink($id); ?>
For single pages – $td_mod_single->post->ID;
Howdy,
Not sure if I’m overlooking it. How can I change what blocks display for the sidebar on Posts? All I see now is Recent Posts. I’d like to add more blocks but not sure where to do that.
Thanks!
How to change the color to red, as in block messages

@alin_vlad – How do you remove the shading on other blocks?
Block 14 & 19 on my site.
Changing to Grid Style 4 for the slide worked perfect.
Thanks – Mark
Ive managed to change the title colours ( oops, really should play about more! ) … I just can’t change the text colour under the logo bottom left in the footer :-\ Tried all the other options, nothing is chnaging.
Also, what’s “Block Settings” >>> ” predefined style ” For? – On the home page on the demo for example, you have ” Latest Articles ” In black, I am wanting to change this to red – but struggling where to find that , is it anything to do with these predefined styles?
Hi,
I have checked your homepage and you use the same Big Grid like in category page and also you use a block that is made by module 10 like you use on category page. I guess that you have figured out how to edit page and add new blocks (remove blocks). Please provide more details if you want to change something else and I have misunderstood.
Homepage – http://screencast.com/t/n6z7fjm3yhU5
Category – http://screencast.com/t/CzPhUdlXOf
Thanks!
The home blocks do not seem to be filtering to the chosen categories.
Hi,
Block 8 is built using Module 7. You need to modify the module 7, the file is located here: http://screencast.com/t/afLfpYah3
Thanks for the message!
Hi
You can use this custom css from Theme panel->Custom css-> Your Custom Css:
.td_block_wrap .td-post-date{display:none;}
.td_block_wrap .td-post-author-name{display:none;}
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi,
You have to add that value the same like above in these files – http://screencast.com/t/UFopUU1fMq – http://screencast.com/t/vacSsBG81NZu paste your code in a custom ad and set the size from Theme Panel > Ads > custom ad.
And use the shortcode function to display your ad bellow the main menu – http://screencast.com/t/wd6YOeiQBnd
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Result: http://screencast.com/t/ifKtfGmrm
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The dropcap/blockqoute/pullqoute used shortcodes in previous version, in version 6 they were changed to html and unfortunately we don’t have a solution for this. We are very sorry for inconvenience!
Thanks!
Hi,
The width of the newspaper theme is – http://screencast.com/t/JKpaAQXuu and Newsmag width is 1021px .
Unfortunately the theme was initially designed at that width with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. Both themes have a similar grid and blocks work on 3 columns, the main difference is the width, so I’m not sure what you will achieve moving on Newspaper and decrease the width.
Thanks!
Hi,
You filter articles on Latest News block by this category – http://screencast.com/t/RTGa1kUuYZVZ – http://screencast.com/t/LBwTaNUM so the latest post in this category is also the latest post on the block 7. Please edit block7 from your page and filter options – http://screencast.com/t/XrM0IfAuA
Also please provide more details about the slider as I’m not sure what you want to do.
Thanks!
Hi,
You need to edit td_module_single_base.php and block the article ads – http://screencast.com/t/5ZGQBXqA4W
Thanks!
Hi,
Unfortunately infinite load or load more pagination cannot be used on category page, it can be used only on blocks, sorry!
Thanks!
Hi i tried to make new homepage for newspaper 6, but its really hard to make, no blocks shows there, even default templates not easy to edit.
Hi,
.td_block_slide .td-image-gradient:before {
display: none;
}
I add it in the theme panel (custom css) and it dindt help..
Hi,
@shogunteam Please try this custom css to remove gradient from IOS slider thumbnails – http://screencast.com/t/ZneaSsxS
.td_block_slide .td-image-gradient:before {
display: none;
}
For Big Grids and Big Grid Slider you can use Style 4 – http://screencast.com/t/WHqbfgNQqsA
@skykid Please use Style 4 for Big Grid, and also use this custom css in Theme Panel > Custom Css to remove zoom effect:
.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}
Thanks!
Hello,
I have a problem with the mobile version of the theme. While by the Newspaper 4 all was ok, by the Newspaper 6 I cant see the whole block (here Big Grid 2- see the top of my site). Can someone tell me how to fix it?
Thanks!
I want to add a custom field to block 8, which file I need to modify?
Hi,
Yes, it will be an option to change the background color for blocks titles in the next update. You can try this custom css till then – http://screencast.com/t/C4kQAuYFAQ8
.block-title a, .block-title span, .block-title label {
background-color: red !important;
}
.block-title {
border-bottom: 2px solid red !important;
}
Thanks!
Hi,
Please provide a link so I can inspect this and try also to use !important tag:
.td_block_slide .td-post-views {
display: none !important;
}
Thanks!
Hi,
It usually happens when loading the font file (which contains those icons) from another host/url. Please check your browser’s console, you have this error – http://screencast.com/t/vM7necli1PjO
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!