- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hi, I would love some help with the mobile theme.
1. Currently, I have selected “Mobile + AMP” in my theme panel. But, I am actually not clear about the differences between “Mobile + AMP” vs “AMP”, could you briefly explain?
2. What is the right way to check if my website is AMP ready?
3. Also, I am unable to locate any mobile editor or where I can make some changes to my mobile theme. For example, I would like to add my website title on the mobile menu, remove the article view count, comment count and author image in the mobile article page.
I am currently updated to newspaper 9.7.
Your help is much appreciated. Thanks!
Hi,
Could be because of the PHP version used. If you use the latest theme version we recommend if possible to use PHP 7, 7.1 or 7.2. Please check what is used currently by the server, it can be seen in the theme system status for example – http://prntscr.com/ngkn7p
If you use an older theme version, maybe the server was updated to newer PHP versions by the hosting, this may not be supported by an older theme.
Thanks
Hi,
You can use flex blocks, these have a lots of options, but if you still need to edit the gig grid you can find here all blocks from which modules are build -> https://forum.tagdiv.com/theme-blocks-modules/ for example for Big Grid 1 -> Module MX5 + Module MX6
In theme files td_block_big_grid_1.php is in wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_big_grid_1.php
and td_module_mx5.php is in wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_mx5.php
-> https://www.screencast.com/t/dGqtUVXOuLH
Thank you!
the images on posts doesn’t resize with amp template
Hi,
When previewing in mobile version, the site doesn’t load the logo and an orange appear.
Moreover, on other pages that are structured like a table, the info is all over the place. ( see members section)
Website address:
https://hmbcm.com/
Please note that mobile plugins and AMP have been installed.
please the image in my post its not displaying good on mobile whey
Yep, “Column text”. But for me looks like temporary solution. For example CSS doesn’t work well in this case:

Hi guys,
So we had a modified child theme for Newsmag which was working great before Newsmag 4.8. We updated to the latest version and while everything works, various changes we had made to TD_Module are missing. The modules are all gone from Newsmag/includes/modules directory and only 3 remain.
How would we go about changing let’s say td_module_3 in the new system? For instance, we had set up our theme to show GIFs as featured image. Under the new system, they are automatically converted to a still image.
Here is our code:
<?php
class td_module_3 extends td_module {
function __construct($post, $module_atts = array()) {
//run the parrent constructor
parent::__construct($post, $module_atts);
}
function render() {
ob_start();
$title_length = $this->get_shortcode_att('m3_tl');
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="td-module-image">
<?php
$post = get_post();
$imgtype = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'thumbnail' );
$filetype = wp_check_filetype($imgtype);
if ($filetype ['ext'] == 'gif') {
echo get_the_post_thumbnail();
}
else
echo $this->get_image('td_300x194');
?>
Now there is no place to use this code since Module_3 file is gone. Any idea how to solve this?
Thanks
Panah
Hi team,
At the bottom of new posts in (Mobile + AMP) theme, it shows the number of page (ex: page 1/2/3/4/5… page 1 for the latest and page N for the oldest post)
Every time I click on page 6, example, I can not use only one click to come back page 1, theme requests to choose every page until it shows page 1, then I click on page 1 to go to the first page.
Why don’t you program a double arrow (like << or >>) like many other themes out there to quickly go back to the first page or the last page?
Besides, please help me change page structure of current version to the LOAD MORE button. The readers say they want LOAD MORE button, they don’t like choose page by page, they say the best is automatically loading when readers scroll down to the bottom of website.
Thank you for understanding me.
Hi,
thanks, we still had some issues.
We had to delete & reinstall the plugins all manually.
Many greetings
Hi,
Please check our documentation for Logo & Favicon in Newspaper Theme > https://forum.tagdiv.com/logo-favicon/ or maybe you are referring to the ad banner -> https://forum.tagdiv.com/header-ads-adsense/
Hope this will help!
Thank you!
I want to create 5 categories per section. The concern is that all categories appear in all blocks, suddenly in the block “health” for example, we see the category buisness etc … How to sort by block and ensure that certain category is displayed according to the block?
Hi,
The view count will count each page view regardless of IP. If it changes after you refresh the page for example, that would mean it is working properly.
This count can be modified for each post in the post edit screen custom fields (if needed)
– http://prntscr.com/m9ytya
The functionality of the post view count cannot be changed by a theme setting. It can only be enabled/disabled.
Caching plugins can affect this option from working properly, you can try to activate this option
– https://www.screencast.com/t/kE41ZmJjyLK9
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hi,
Unfortunately for the moment we do not have a solution for this ( something like child theme ), what you can do for them moment is to save the changes you make in tagDiv Composer plugin( for example the single_template_2.php ) and when you make the next update if there will be no solution for override, you’ll need to set the website in maintenance mode and set the saved changes quickly in tagDiv Composer plugin.
Sorry for the inconvenience and thank you for your understanding!
Hey,
I want to change the display order of the grids;
for example i want the title to show first and then the categorie tag!
where is the file where i can change this please ?
Thank you
Great!
I need to know if there is any way of showing quality images on AMP version (please check http://www.exclusiv.ro and see the images on homepage -> click on article and see how it looks inside article)
Hi,
Did you make that modification in a child theme? After the 9.7 update this is not possible anymore. Now the child theme is limited to just a few files.
This is a consequence of the recent modifications to the location of theme files, due to Envato requirements. There is an article about it here – https://tagdiv.com/updating-the-core-of-tagdiv-themes/
So now the header template files are in the composer – http://prntscr.com/ng7qe6 You could edit them there, but the modification will have to made again after each update. Files from plugins can’t be modified in a child theme.
An alternative to this is to use a cloud header template. For example set a cloud header template in general, in the theme panel. That will be used in the whole website. In the homepage use a different cloud header template that doesn’t contain an ad.
You can design a header as you want, even import one made by us (and modify it if needed)
– https://cloud.tagdiv.com/#/load/Headers
In them you can add any element from the composer. You can set a general template that contains an ad, while in the homepage use one with no ad in it.
Let me know if you need help or you have more questions.
Thanks
Example :
https://blog.unemplacement.com/petits-dejeuners/
For this page, you can see 9 pictures (but i want to show only 3 pictures in 1 row)
And when we click on one picture, a lightbo open with slider 10 or 20 pictures).
For create this “picture section”, i use loading template.
Thank you
Hi Simion,
Thank you for all solution.
We still have few problem :
– Mobile version :
I’m trying to add the same code in mobile editor (you can check contact us page), but i still cannot see element.
For homepage, sorry but i don’t know that this “featured” category is important and usefull. I already deleted it yesterday. Can you help me pleas e?
And then i find few problem more in page about image :
For example, in this page :
https://blog.unemplacement.com/2019/04/20/fitness-park-fete-ses-10-ans/
The second picture (picture on right), i want lightbox on it, (like the same other image on this page), but i didn’t find where ?
=> And, if it’s possible, i want to add “slider”. (show ONLY one picture, and when we click on it, we have a lightbox and prev/next for other image)
Thank you for help.
Hi,
Please make sure that you have correctly updated the theme via FTP way, according to our documentation from here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ Ensure that your AMP was properly set up according to our docs from here -> https://tagdiv.com/amp-newspaper-theme/ Also, make sure if your Google Analytics code was added to the right section from here -> https://www.screencast.com/t/aFUzPhNPr8 Also, you need to provide your website URL for more deeper investigations. Also, you can provide more details about your encountered errors.
I look forward to helping you!
Thank you!
exact asa folosesc mobil cu amp am cautat peste tot pe forum cum sa il fac mai rapid am adaugat ceva scripturi date de voi in functions.php am comprimat continutul, si multe alte chestii am facut in gtmetrix imi arata ca e rapid pe speed google imi apare ca e incet habar nu am ce sa ii mai fac … oricum multumesc frumos !!!!
Hi,
After the 9.7 update the child theme is limited to just a few files. This is a consequence of the recent modifications to the location of theme files, due to Envato requirements. There is an article about it here – https://tagdiv.com/updating-the-core-of-tagdiv-themes/
So now the post template files are in the composer – http://prntscr.com/ng3e26 You could edit them there, but the modification will have to made again after each update. Files from plugins can’t be modified in a child theme.
Maybe there is a different way of adding the code you mention, for example if it can be added by shortcode, you could add a column text in the cloud post template and enter the shortcode in it.
Thanks
“Please notice that all of these files are working well on the child theme and should return good results if the added code is correct, sorry! Please check your child theme code and also, take into account the main changes which were made in our theme, regarding files.”
I am using the default child theme that you supply, with no changes made to it.
The child theme and AMP do not work together.
I have disabled every other plugin and it still does not work. Can your developers confirm this is the case as there are conflicting messages here.
Hi!
I generally make a new child theme only from the style.css and functions.php files. I take files from your documentation from the downloaded archive. As soon as I activate the child theme, the AMP item in the WP panel disappears. I remove the child theme – it appears.
In addition, a simple shortcode to replace text that works in version 9.6.1 in functions.php refuses to work in version 9.7.1. And does not work in the AMP version of the page.
In version 9.7.1, the changes (added js codes) in the child theme in the loop-single.php file do not work either. You did not move it to the tagdiv composer plugin.
Does the child theme work at all?
-
This reply was modified 7 years by
kumushka.
Hi,
If you want to edit the header you need to use the header manager and set a header from tagDiv Cloud Library.
The footer have some default templates -> https://www.screencast.com/t/mShaMP4H1H if you want to edit the footer with tagDiv Composer you need to set a footer page.
Footer templates -> https://forum.tagdiv.com/footer-templates/
Thank you!