- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hello chewak,
Please notice that this type of feature come with the footer template 1 (set it by default). Also, if you are using another footer template, you will have to add it from Widgets Area in Footer 1,2 or 3, depending on what type of footer template you are using. So, please notice that the ‘POPULAR POSTS’ is a simple block 7 with popular sorting, like this -> http://screencast.com/t/Ef4F15cB9o For more information about footer templates, please check our documentation here ->https://forum.tagdiv.com/footer-templates/
Hope this helps!
Thanks for your understanding!
Hi
You can use page-builder+latest to build your page. In Visual Composer add all desired elements like grids or blocks and at loop article part set the desired module to display latest article part: http://screencast.com/t/jTGnysihPz
For more detail about how to set a homepage please check our documentation: https://forum.tagdiv.com/newsmag-page-templates/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Let me know if you need further assistance on this.
Thanks!
Hi
The default template display page’s title when you’re not using Visual Composer on the page. When you’re using VC’s page-builder to ad block on the page the title is not displayed. For pages where you want the title to be displayed you can use page builder+title as that page template always display page’s title.
Also the above css hide page’s title for each page which uses page template + title. If you want to hide it only for a specific page replace .page-template-page-pagebuilder-title-php with .page-id-abc where abc it’s the numerical id of the page. To get page’s id follow this link: http://screencast.com/t/RHNZEYuPX
Thanks!
Comparing the php files for the normal ‘blocks’ (where the AJAX dropdown filter works with CPT’s) and the files used for the Mega Menu, there seems to be not much difference. So, I don’t understand why it cannot be added to the Mega Menu options (just like the option for CPT in normal blocks).
Having searched the Forum, I found this question is asked many times with always the same reply: “Not Supported”.
Your theme developers should realize that CPT’s are widely used, especially on large and complex websites where Newspaper is targeted at.
Anyway, the search for a solution continues.
In the meantime, I’ve just skipped your Mega Menu for Ubermenu (which supports CPT’s).
my logo for mobile is 230x38px
URL: http://nicoblog.org/

On my phone which resolution is 480×854 it doesn’t fit, it goes over the menu and search buttons.

Initially when the page loads it fits perfectly but about a second later it gets bigger and doesn’t fit, i don’t see what makes it go out. Can someone help me?
These are my custom css
.entry-thumb {
float: none;
margin-right: auto;
margin-left: auto;
}
.share-nicoblog {
background-color: #222222;
}
.share-nicoblog p {
color: #ffffff;
}
.list-all-posts {
margin-left: 20px;
}
.widget_ratings-widget img, .post-ratings img {
display: inline-block;
}
.td-post-image-full {
left: 0;
width: 640px !important;
}
Well I’m certainly no web design purist, I just fiddle around with it until it looks as good as I can get it, but here is what I use, it could probably be improved and refined.
HTML
———————
<div class=”block-title”><span>Buy Online </span></div>
<div class=”link”>PRODUCT</div>
<div class=”link”>VENDOR</div>
<div class=”link”>reviews (100)</div>
<div class=”link”>price: £200.00 £100.00</div>
<div class=”link-view”>view</div>
CSS
—————-
.link {
border-right: 1px dotted lightgray;
display: block;
float: left;
padding: 2px 10px 2px 10px;
font-family: “Roboto”,sans-serif;
font-size: 12px;
text-transform: uppercase;
}
.link-view a {
background-color: #5aaf0b;
color: #fff;
display: block;
float: left;
font-family: “Roboto”,sans-serif;
font-size: 12px;
font-weight: 700;
margin-left: 15px;
padding: 2px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 75px;
}
By the way, I should mention it doesn’t collapse up that well when viewed on smaller screens, I’ve sort of replaced it with a new design that seems to work better over all platforms:
http://gadgetviper.com/foldable-keyboard-full-size-bluetooth/
Best of luck..
-
This reply was modified 10 years by
GadgetViper.
Hi,
Please try this code and it should bring the icons back on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
float: right!important;
}
Thank you!
Hi,
1) If a video is not repsonsive it means the implementation is not done correctly. Please only use the video url and paste inside the post content. You most likely get a fixed width for your video and a fixed width is not repsonsive. Please provide a link to your site pointing to such a video so i can inspect it.
2) Using a small featured image is not a good idea as our mofules and blocks need thumbnails created from images that are at least the size of the featured image. if your image is smaller than the thumb needed for a particular block, then a grey area will display to fill in the gap. We recomend using at least a 800 x 600 image for optimal results. Here is a list of thumb sizes used in our theme: https://forum.tagdiv.com/theme-thumbs/
If you still want to use small images, then please proivide an example and i will provide the proper css for centering them. (different post styles display the featured image differently: https://forum.tagdiv.com/post-templates-2/ )
Thank you!
Hello
1)Please notice that the style for default demo template is made custom but please notice that you can replicate this style for your side if you will add the default template from your Visual Composer, like this -> http://screencast.com/t/mzS1sEznQt -> http://screencast.com/t/JgJGfTrxEM
2)For more information about the Instagram block, please check our documentation here -> https://forum.tagdiv.com/instagram-widget/ Please notice that this is a Visual Compose element and you can customize it from your backend editor from your front page.
Hope this helps!
Thank you for your understanding!
Hello twinkle4starms,
If you want to hide the authors name for your Big Grid 10, you will have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_big_grid_10 .td-post-author-name {
display:none;
}
The result you should see here -> http://screencast.com/t/voo5kO9lU6hO
For your second request, I suppose that you are referring to the sub cat more button which comes from your ajax filter, like this -> http://screencast.com/t/hP0xdbm9Wa5 So, if you want to hide it, please try the code below.
The code is ->
.td_block_4 .td-subcat-more{
display:none;
}
Thanks.
Hi,
In order to add a custom ad position, you can use one of the theme’s custom ad spots like custom ad 1 for example and use a do_shortcode function: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You can add this shortcode inside the theme files in the desired spot you chose, I;m not sure what titles you are referring to, but on posts for example you can add it under the title code here: http://screencast.com/t/xFk82tqrJtCS
You need to do this for every post template as each post style you chose from post settings has it’s own file.
Thank you!
Warning: Cannot modify header information – headers already sent by (output started at …………..wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in ………….wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at ………………wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in ………………wp-includes/pluggable.php on line 1171
3,4)
“I have checked your screenshots and these steps are corrected but please notice that I am not aware of what type of code you have added in your child theme, sorry! “
The code that I’m using was taken from your manual. It is not custom code.
function td_inspect_scripts() {
global $wp_scripts, $wp_styles;
echo 'registered scripts<br>';
foreach ($wp_scripts->queue as $handle) {
echo $handle . ' | ' . $wp_scripts->registered[$handle]->src . '<br>';
}
echo 'registered styles<br>';
foreach ($wp_styles->queue as $handle) {
echo $handle . ' | ' . $wp_styles->registered[$handle]->src . '<br>';
}
}
add_action( 'wp_print_scripts', 'td_inspect_scripts' );
So when I paste it in codebase functions.php — it works perfectly. WHen I add it to the child theme and remove from codebase — it stops working
please ensure that you are using the latest version of child theme which comes bundled with the latest version of Newspaper.
I’m using the latest version of the Newspaper theme as I have just purchased it and no updates information has arrived sinse then.
So the issue is that the child theme doesn’t work even though I make all the proper steps that are required to be made. 🙁 Can you please help?
6) It works perfect. But again the changes stop working when I try to add them via child theme, but not through the main theme. As you confirmed that the steps I make are correct, it means the child theme doesn’t work at my web site for some reason. Can you please fix it?
11) Dear Catalin. I’m afraid you really confused me. I haven’t requested for additional customization. I’m requesting for proper work of the current version of the speed booster. I do not need additional customization. I’m totally fine with the current one. I’m asking for support as I noticed the plugin didn’t work for
• jquer
• jquery-migrate
• wpgeo
No additional customization is required. What is required is a proper work of basic customization.
Hi,
The title gets moved from the slider you added on the top of the block. Please add a simple block 14 on another page in it;s default state without the slider and see if the issue is still there. I suspect the slider is incorrectly implemented.
Thank you!
Thank you. I have tried that and Visual Composer itself is working properly, but the Newspaper blocks are not. There is only one block style showing (regardless of which block I choose) and custom post types are not working…
So we will have to write our own shortcakes to implement what we need…
Updated to Newspaper 7 Via WordPress. I am missing out the 4 blocks in new release.
Hello petjah,
Unfortunately, our theme does not work fine with Frontend editor and our developers decide to exclude it from the theme. You can enable the Visual Composer frontend editor by removing this code from theme’s functions – http://screencast.com/t/1N4LB7WhP2jR but unfortunately, will not work properly if you have tag div blocks on the page.
Thanks.
I have found a nasty bug with newspaper 7.0.1: I cannot add new widget blocks to newly created sidebars.
The problem appeared when I was trying to publish an article with smart list.
The widgets appear underneath the article instead of the sidebar.
I have uninstalled all plugins and the problem still persists.
So basically I am not able to use one of the unique theme features.
This used to work with version 6.
A partial fix is to use h3 tags as listings, but with h2 tags it is broken.
Update;
– Seems like something is blocking the JS or CSS
– deactivated wp-rocket and everything displaying properly now
– activated wp-rocket, disabled minifications and nothing changed but when i deactivate the cache plugin everything comes back to normal. the is what i have been using with version 6 of the theme
Hi,
I created new category and made it hidden from Theme panel->category->’desired category’->Hide category on posts and category on pages. The hidden category still exists on block tags on home page and on top in posts where the categories are. The interesting thing is that the Featured category is still hidden, but the new created category that I try to hide persist to these places.
Everything is set according to documentation. Theme latest version. No cache plugins installed or addons to cause errors.
Thanks!
And also, in Block 4, how do I hide/remove the More/other categories showing in the upper right portion?
Thank you.
How to change image position in the Block from left to right
Sorry for the delay in my response. I really appreciate your willingness to help. I would love to but the site is in development. We’re not launching yet. Here is a login for you to use and a link to the page:
block 14 is on the home page under the slider: http://www.techdocent.com
the login is here so you can view the website: http://www.techdocent.com/wp-admin
User:
Pass: (this is a public forum. Please do not post login information here. Bogdan B.)
If you inspect the code, you will find the titles are above the row and behind the slider. I tried using CSS to fix. I am fairly decent and proficient using CSS but I couldn’t figure it out due to too many cascades.
You might know exactly why the issue. Thank you in advance for your assistance.
Kindest Regards,
Jason
-
This reply was modified 10 years by
Bogdan B..
Whenever I try to edit the Home Page, I get a blank screen. The page does get updated, but I do not go back to the Edit Page after updates. I am pasting a dropbox link to video of the error.
https://www.dropbox.com/s/mpzkk82279cppq5/screenerror.mov?dl=0
I contacted the server team and they said that PHP is producing following error that I need to check with theme developers. Please help:
Here is the error on server:
[error] 11721#0: *236317 FastCGI sent in stderr: “PHP Warning: Cannot modify header information – headers already sent by (output started at /home/agniveer/public_html/w” while reading upstream, client: 146.88.26.202, server: agniveer.com, request: “POST /wp-admin/post.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “agniveer.com”, referrer: “http://agniveer.com/wp-admin/post.php?post=35940&action=edit”
2016/05/17 22:23:57 [error] 11721#0: *236317 FastCGI sent in stderr: “p-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in /home/agniveer/public_html/wp-admin/post.php on line 197
PHP Warning: Cannot modify header information – headers already sent by (output started at /home/agniveer/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in /home/agniveer/public_html/wp-includes/pluggable.php on line 1171” while reading upstream, client: 146.88.26.202, server: agniveer.com, request: “POST /wp-admin/post.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “agniveer.com”, referrer: “http://agniveer.com/wp-admin/post.php?post=35940&action=edit”
2016/05/17 22:27:10 [error] 11724#0: *236767 FastCGI sent in stderr: “PHP Warning: Cannot modify header information – headers already sent by (output started at /home/agniveer/public_html/w” while reading upstream, client: 146.88.26.202, server: agniveer.com, request: “POST /wp-admin/post.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “agniveer.com”, referrer: “http://agniveer.com/wp-admin/post.php?post=35940&action=edit”
2016/05/17 22:27:14 [error] 11724#0: *236767 FastCGI sent in stderr: “p-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in /home/agniveer/public_html/wp-admin/post.php on line 197
PHP Warning: Cannot modify header information – headers already sent by (output started at /home/agniveer/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in /home/agniveer/public_html/wp-includes/pluggable.php on line 1171” while reading upstream, client: 146.88.26.202, server: agniveer.com, request: “POST /wp-admin/post.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “agniveer.com”, referrer: “http://agniveer.com/wp-admin/post.php?post=35940&action=edit”
Hi Support Team,
I have your Newspaper theme installed for a client. I’m using Custom Post Types (CPT) on the Home Page blocks. These CPT’s use standard WP categories, they are registered with: ‘register_taxonomy_for_object_type( ‘category’, ‘cpt_slug’). That works nicely on the blocks, no problem there. But I’d like to have the same on the Mega Menu. However, that mega menu depends on ‘parent categories’ and ‘child categories’. Without a ‘parent’ category, no mega menu. But my CPT’s do not have ‘parent’ categories.
My question is: how can I get this to work (if at all?) in the mega menu? I have a feeling it should not be too difficult, although it probably involves some custom coding. I have no problem doing that, I just don’t know how.
I hope the above is clear, if not, I’ll be happy to explain further.
Thanks for your support (and by the way, a beautiful theme!).