- NewsmagChild theme support
- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewsmagWhat’s included in Newsmag theme package
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiThe Theme API
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
I tested this again on my end but could not find any issues with he child theme on any version of IE (9 and above): http://screencast.com/t/svu3HxvWcP
Please make sure you do not have any custom code in the child theme and please only use the version of the child theme that comes with your theme version. It is included in the main package.
Thank you!
The theme displays well on IE9 but when I switch to the out of the box child theme provided in the download, many of the styles are dropping out (mobile menu is always open, all inline lists are vertical and bulleted, icon font is missing).
Hello Catalin,
Yes you are right, I am using a Theme child, and i could fix it. The problem was in the “header.php” and “header-menu.php” files. It seems like you added a new styles there. I have updated these and now is working like a charm.
Thanks.!
Hello news_lp_client,
Please ensure that you have fully updated your theme to the latest version of it only via FTP because this is the surest method in this case. Also, please ensure that you have updated all the required plugins to the latest version of them (Social Counter 4.1 and Visual Composer 4.11.2) So, if you have some additional customization through code, please make sure that these will not affect the theme logo and also, if you are using the Child Theme, please try to switch the to the main theme and check the results. Also, if you want to further use the child theme, please ensure that you are using the latest version of it which come bundled with our theme to rule out some conflicts.
Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN file if you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
If you need more assistance in this regard and if your problem is still there after these changes, please provide your website URL so I can inspect it closer.
Thanks.
Hi,
installing updated theme did not help me with the same problem.
I thought that child theme is causing this but activating parent Newspaper theme still show recent posts instead of category posts.
Hi,
I would like to hear your advice.
Currently I use Block20 for the featured post on my website. Unfortunately this block looks only good if I have no sidebar. If I put that block together with a sidebar, too much of the featured image is covered by the white text background (I don’t want to reduce the length of my headlines).
I would like to keep a large block with headline below image and excerpt text. Preferable were the headline and text background only covers a little of the image or not at all (completely below image). None of the existing blocks meet these requirements.
What would be the best way to achieve this? I know you don’t have the time to do customization here but perhaps you can hint me in the correct directions.
Any easy/quick css to change the look (shifting headline and excerpt down or so)?
Are there anywhere additional blocks for download (for sale?)?
Is there an easy way to edit the blocks? (block editor?)
Do you recommend to hire a customizer (eg from fiveer)?
What would the customizer need to do? Child theme? Creating new block or changing existing block?
Kind regards
Paul
I have done all what you told me.
1) New header-style-7.php in a child theme
2) CSS is the same you gave me
Functionality are perfect. thanks. but… not the style as you se in the image (link below)
The sticker news row goes some pixels on the left of the agination with a line beside.
You can better understand on the example on the rigt of the image i made appling style2.
See the image at:
http://www.screencast.com/users/FabrizioRome/folders/Default/media/092ff928-c6e4-4ad5-9947-efc06047d24a
Thanks
Hi
I’ve checked your site and the header ad it’s displayed now: http://screencast.com/t/saNjNhMqj However header’s layout it’s changed a bit but it can be corrected by adjusting this css that you added in child theme: http://screencast.com/t/kDS00CVR
Thanks!
Sorry but do not works again. 🙁
Someone on previous ticket to reach the result to get to ads (left & right) to the logo make me modify the header-style-7.php file in child theme like this.
<!--
Header style 7
-->
<div class="td-header-wrap td-header-container td-header-style-7">
<div class="td-header-row td-header-top-menu">
<?php locate_template('parts/header/top-menu.php', true); ?>
<?php locate_template('parts/header/top-widget.php', true); ?>
</div>
<div class="td-header-row td-header-header">
<div class="td-header-sp-ads-left">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
<div class="td-header-sp-logo">
<?php locate_template('parts/header/logo.php', true);?>
</div>
<div class="td-header-sp-ads-right">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]'); ?>
</div>
</div>
<div class="td-header-menu-wrap">
<div class="td-header-row td-header-border td-header-main-menu">
<?php locate_template('parts/header/header-menu.php', true);?>
</div>
</div>
</div>
Tryng to put your code
<?php
if (!is_front_page()){
echo do_shortcode('[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]');
}
?>
before or after some last tags do not works.
Thanks
Hello,
The option should be there by default. Please make sure you have all of the options checked in screen otions (top of the screen)
if the mega-menu option does not come up, please disable all pl;ugins exceopt visual composer, clear cache and reset cdn files if you use it. Also if you use a child theme try switching to the main theme.
Also try to remove any custom modifications you might have in place.
If all else fails, maybe the theme did not install properly so try to reinstall it using this guide: https://forum.tagdiv.com/install-via-ftp/
Let us know how it goes.
Thank you!
Hi Andrei
I tried in the child theme as you sho me. The newsticker is showed. But get some error on impagination.
See here
http://www.screencast.com/t/MjOmoNew48Q
The new code of the page is this one
<!–
Header style 7
–>
<div class=”td-header-wrap td-header-container td-header-style-7″>
<div class=”td-header-row td-header-top-menu”>
<?php locate_template(‘parts/header/top-menu.php’, true); ?>
<?php locate_template(‘parts/header/top-widget.php’, true); ?>
</div>
<div class=”td-header-row td-header-header”>
<div class=”td-header-sp-ads-left”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘); ?>
</div>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true);?>
</div>
<div class=”td-header-sp-ads-right”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_2"]‘); ?>
</div>
</div>
<div class=”td-header-menu-wrap”>
<div class=”td-header-row td-header-border td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>
<?php
if (!is_front_page()){
echo do_shortcode(‘[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]‘);
}
?>
Hello wirsindwerder.de,
Please notice that I am not aware of your custom code added in your child theme and also, this type of request involve custom work and we cannot provide customization services and support for custom implementation at the moment, sorry! Please notice that the page may be displayed on your mega menu if you set it correctly, according to our documentation here -> https://forum.tagdiv.com/mega-menu/ So, if you want to display more levels in our theme and your are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry! Usually, we recommend the developers from studio.envato.com.
Thanks for your understanding!
Hi
The theme allow to edit it’s header styles from child theme. For more details in this regard please check this link: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Hello davemalhotra,
Unfortunately, you cannot do this change because the child theme does not overwrite the code which has been placed in any wp_booster, sorry! As you can see, the td_module.php is part of this general folder and it cannot be overwritten in your child theme. For more information about our child theme, please check our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for your understanding!
He desinstalado todos los plugins, e incluso he puesto el tema original y no el child y sigue el logo pequeño
¿Alguna idea?
————–
I uninstalled all plugins, and I’ve even put the original theme and not the child and follows the small logo
Any ideas?
Hi, I have a particular problem with the mega menu.
I have included in the “functions.php” of child themes a PHP script, with which it is possible to add also categories and keywords to pages. Works perfectly.
Problem: When I select a category with various subcategories in megamenu he does not show me the connected thumbnails. When I select a category without subcategories in megamenu, he shows me the thumbnails correctly.
It would be very important in the menu for me to display not posts, but pages in subcategories.
Is there the possibility to solve this problem? Of course I would pay.
Hello,
I want to override the author name function with my own function. We use a custom field for the name, which if exists should show up instead of the WordPress author/user. I tried to copy the function of get_author() from td_module.php into the child theme, but it doesn’t change anything. Can you recommend me how to do this customization.
Thanks.
Perfect. Thanks
Can you help me on how to do it in my child theme so main theme updates do not broke anything?
Fabrizio
Hi TagDiv
on my site http://www.vignaclarablog.it/ i would like to put the newsticker immediately after the menu on all pages except on the Home Page. (archive, posts, pages, tag, search, 404, pst attachment) using ID sequence or unique tag like “evidence”.
There is a way to do it without using code or in the child theme?
Thanks
Fabrizio
Thanks for your help Andrei. I will create a child theme to edit the post template.
For the second point, this is what I check off under categories when editing the post:

And this is what shows up:

Because “Spectre” is a subcategory of “The Films”, when I check off only the subcategory, the main category also appears. I don’t want the main category to appear. How can I fix this? Other WordPress templates I’ve used don’t do this.
Hello Mucha K,
Before each update, we recommend doing a full backup to your data because in this case you will avoid losing all your data. Please keep in mind that the updating from 6 to 7 it is not comparable with the updating from 4 to 6. If you are custom modification through the code and you are not using the child theme, please keep in mind that all of them will be overwritten by the new update. For more information about what type of files were changed in our new update, please check this link ->changelog section -> http://themeforest.net/item/newspaper/5489609 Please notice that your update has to be done only via FTP because this is the surest method in this regard. For more information about theme updating, please check this documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Hope this helps!
Thanks for your understanding!
Good luck with your project!
Hi,
This issue with disappearing images can be caused by 2 things that result in the same conflict. A javascript error. It can be a conflicting plugin or a custom modification you made. In madeyoulookstudio’s case it was a custom code added in the theme panel that broke the js. Please check your custom code either in the main theme or the child theme or find the conflicting plugin.
Thanks.
Hi
1. I assume that you’re referring at this categories tags: http://screencast.com/t/YiflVNCtcapK If so they can be moved to the bottom of the post by editing the file corresponding with post template used. Here is an example: http://screencast.com/t/1y2CEx95i2vZ You can use the child theme to edit post templates, but you will have to check your changes after each theme update to make sure that they don’t break the layout.
2. I am not sure what you mean so please provide more detail about what you’re trying to do, also a screen pointing the desired result would help.
Tanks!
Hi,
Do you by any chance use a child theme? Please revert to the main theme if you so. Alternatively you can try this without any plugins to rule out a plugin conflict. Disable all plugins except visual composer, clear cache and reset cdn files. If the problem is still there, please send us an email at contact@tagdiv.com and provide wp-admin so we can login and inspect this issue.
Thank you!
Hi,
In order to use functions.php in the child theme , it will require coding skills in order to change the priority as I exemplified above. If you cannot do it, then don;t use the child theme for functions.php. Add your code in the main theme or hire a freelancer to help you insert your custom code. You can hire a developer from sites like studio.envato.com
Thank you!