- 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
Hello,
Can you please help me with the below issues please, I am using the demo “Classic Blog Pro”
1. Header not responsive


2. Website title of smaller or mobile size changes to “Classic” instead of being “Success & Motivation”

3. The mobile version of the website doesn’t appear to be the responsive version of the desktop site. I do not have “tagDiv Mobile Theme” plugin installed.

First of all, my apology for my hard language in above post.
Ok, I have found the solution for this. I’m not sure that I have exactly do the right steps, but somehow the problem is solved.
I shared my findings below:
at the [newspaper] > welcome
click, install and activate the recommended plugins
1. tagDiv Mobile Theme
2. Official AMP for WP
then go to [theme panel] > [mobile theme] > [mobile settings] > USE MOBILE THEME FOR
> select “AMP” > save settings
then go to [wordpress menu bar] > users > select and edit your user
at the “Toolbar” > make sure you select “Show Toolbar when viewing site”
at the “AMP Developer Tools” > make sure to enable “Enable AMP developer tools to surface validation errors when editing posts and viewing the site”
then you can start editing the mobile page.
in this newspaper theme, editing the main page for desktop pc and mobile are 2 different design
the mobile page requires another separate creation and editing.
therefore the “mobile” edition of the “page” is needed to be created.
there are 2 ways (which I know so far) to create and edit the “mobile” version of page.
==============
1st way:
==============
[wordpress bar] > [pages] > find your page (the home page) and select [edit with TD composer]
in short, edit the page with “TD composer”.
now you hav enter the TD composer editor, at the left panel where you can see “Welcome to tagDiv Composer”, at the top, you should be able to see either [create mobile page] or [edit mobile page].
there, you go, click on that button, you’ll start creating mobile version of the page.
==============
2nd way:
==============
while you have already log in, go to the page (in this case, the home page), at the top center toolbar, at the green button [edit with TagDiv composer], at right side, you will see the option to create or select the mobile page version.
for more information on this guide, you may refer to this tutorial guide:
https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
On AMP view, Images and youtube videos on WordPress posts are not loading. Also, text in pages is not loading too on AMP view.
yes the problem still , no images shown on my website om AMP
The problem is back again. All images and videos are not loading in amp view.
Okay thanks for your feedback
I asked to plugin developer. Let me know if following info can be helpful by your side
Thanks
https://wordpress.org/support/topic/issue-with-amp-3/
Hi,
For custom post templates you can use only standard post template and on this example https://www.odishaviews.com/list-of-chief-ministers-of-odisha/ you have a single post template from tagDiv Cloud Library.
Please check our guide for Custom Post Type Support https://forum.tagdiv.com/custom-post-type-support/
Thank you!
Hi neat, we are sorry for the late answer! We had some few days off https://i.imgur.com/YDj7NHs.png we try to answer to as many topics we can.
As I can see you are using the mobile theme plugin with amp , therefore you need to make new settings for the mobile theme plugin, for example set the ad and amp analytics here https://i.imgur.com/jfrlyAf.png also for the mobile theme menu -> https://i.imgur.com/hNcgiaw.png
The mobile thumbs need to be enable, in theme panel > block settings > thumbs the “265×198” and the “741×486” thumbnail sizes.
If there is still a problem, please let me know!
Thank you for your understating!
Hi,
This is because you are using the mobile theme plugin. This is a different theme only for mobile devices, therefore the menu https://i.imgur.com/MVMuRjc.png need to be set here https://i.imgur.com/3Y1Rn2f.png also if you want to have the same version as on desktop, you can use the mobile theme only for amp, then only on amp you’ll have a different version (this will be different doesn’t matter if is use the mobile theme or not).
Also if you want you can disable the mobile theme plugin and see the responsive version.
Thank you!
I can give you access to the page. How can I hide username & password?
Hi,
Please try this custom css:
.jetpack_remote_comment, #commentform amp-ifrme {
height: 550px!important;
}
Hope this will help!
Hello @Vlad S
So, something is wrong with my website.
I use templates from the cloud library. The “standard pack” plugin is disabled.
This is what my mobile website looks like:
https://fotos.subefotos.com/a207b2f719a65effdda1653a9ce71c3ao.jpg
If I deactivate the “tag div mobile” plugin, the amp version looks broken, like this:
https://fotos.subefotos.com/66412f3edb0991ba065ee90dc551031bo.jpg
Then, for it to work properly (even with a different design), I have to have the “tagdiv mobile” plugin activated, only in its amp version:
https://fotos.subefotos.com/63ef4f9dbce6022a61c2eaf315172750o.jpg
What should I do to be able to do without this plugin, and that AMP looks good?
Cheers, Jose
PF: website: https://cutt.ly/Ah5gvDB (now have tagdib mobile enable)
Hello!
If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.
Thank you!
I have a Testsite but mobile Header & Footer looks not like on desktop. Whene I smaller my Desktop-Window it looks good, but if I look it up on mobile (iPhone or Android) it’s not correct. It also shows the Standard-Footer with the copyright of TagDiv. Mobile Plugin of your theme is NOT installed or active. If I check out the Page on Desktop with your TagDiv Composer Phone-Viewport, it also looks good.
Hello !
No, you can have AMP without Mobile Theme. If you want to have the same design on mobile simply remove the mobile theme plugin.
Thank you !
Hi,
You can achieve that using the Media & Text element from Gutenberg -> https://i.imgur.com/bZYNfHo.png set your text, buttons and images https://i.imgur.com/2Kse5Io.png then on element -> https://i.imgur.com/RZIb36F.png in advanced section set an extra class -> https://i.imgur.com/uExzGvy.png -> https://i.imgur.com/1AkOqzD.png -> https://i.imgur.com/N8JWGo2.png
.my-extra-class {
border: 5px solid blue;
padding: 12px 12px 0 12px
}
.my-extra-class:after {
content: '';
position: relative;
top: 24px;
left: -300px;
margin: 3px auto 0;
border-style: solid;
border-width: 24px 12px 0 12px;
border-color: blue transparent transparent transparent;
}
.my-extra-class:before {
content: '';
z-index:999;
position: relative;
top: 24px;
left: 3px;
margin: 3px auto 0;
border-style: solid;
border-width: 12px 6px 0 6px;
border-color: white transparent transparent transparent;
}
Hope this will help you!
Hello!
you great theme is compatible with Visual Composer. thats is very good
for example
main page adv.rest if default page by theme and created is by TagDiv
if i want to use and add some blocks from Visual Composer…what i need to do?
create new page by VC?
thx a lot)
Hello! How are you?
I tried WPML support, but they can’t fix. How to translate this word in AMP version? https://prnt.sc/wb3pc5
Hello, as you can see here: https://ibb.co/hFRzGJq i have an issue in order to display comment-form-subscribe and form-submit. In order to work fixed 430 height should be 530 like you can see here https://ibb.co/KqZWXDW
I tried to insert this code in CSS but not works.. https://ibb.co/0tBVdP8
Can i have support for fix this?
Thanks
How to set the ico icon for your phone template
My website :https://www.tipsfootballbet.com/?amp,The ico icon still displays the default picture of wedpress
Hi there is a method to insert adsense video when starting a video inserted in video feature? For example I upload a video by inserting it via youtube link in Featured Video and when the user clicks to see it, the adsense video advertising starts … is it possible to do this with newspaper theme? If so, how? Thanks
Hi,
I have an issue with mobile template (the one you can edit with composer), which loads actually on desktops. I’ve tested it with different computers and it seems like it choses to work randomly.
The website affected: http://www.jakaoferta.pl
Just go to any article on the website to check, for example: https://jakaoferta.pl/nju-mobile-analiza-oferty-na-abonament/
How you can see notice it? Basically there is to sidebar on the right and everything goes down below. And it shows the mobile version of the “sidebar”.
Please help me with solving this.
Altenatively, how can I turn off mobile template without affecting my website? What do I need to do to remove it?
Okey, so ive gotten a few problems lately
First off. tagDiv Composer, won’t update when there is a update, i have to go and rename it manually to get the new update.
and now with the new 10.3.9.1 update, the tagDiv Cloud Library failed to even load, so it crashes the site.
An error of the type E_COMPILE_ERROR was caused in line 135 in the file /home/1/w/weednorge/www/wp-content/plugins/td-cloud-library/td-cloud-library.php. Error message: require_once(): Failed opening required 'includes/tdb_functions.php' (include_path='.:/usr/share/php')
also, the iThemes Security plugin just stopped working, and deactiveded itself? would like to not need to make a fresh install, but i will if theres nothing to do about it.
How to get a banner at the top of my website
I’ve tried it in composer but i can’t.
Someone can give me a hint
see example https://postimg.cc/HJZxLVLB
Hi,
Please try this, i seemed to have this issue earlier aswell.
1. This problem can solved this problem in this way:
go in Newsmag > System status and replace the url from: -> https://i.imgur.com/St8rQKd.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&reset_registration=1
And try after that to activate the theme.
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
2. Please make sure that the Memory Limit is set as in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ this value must be set in wp-config.php