- NewspapertagDiv AMP Plugin Tutorial
- ApiPractical example – How to add a new Block and Module
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
Hello !
Unfortunately your website is not working: https://www.screencast.com/t/3H1p3RlhxpYG
For the social counter please follow this tutorial: https://www.youtube.com/watch?v=fa7GenCHcBU&t
Thank you !
Hi,
I think that this is because on the new website you are not using the mobile theme plugin with the amp plugin, with this option -> https://i.imgur.com/2YjTNaq.png
Please check and let me know the results!
Thank you!
Hi,
As I can see on my mobile everything is look normal -> https://i.imgur.com/QLk4xbR.png that layout is only for amp version ->https://i.imgur.com/IPSMRfO.png
If there is still a problem, please let me know!
Thank you!
I would also like to know how to edit the footer to replace “© Newspaper WordPress Theme by TagDiv” with “All copyrights reserved © 2018-2020 – Design & Development by Infomedia Investments”
Hi,
Unfortunately i do not know if this will work, as I can see your gallery is different from the one that we provide in our example, but if this works on v4.6 it should work in v4.9.3 too.
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the resulst!
Thank you!
Heya! Renewed my support JUST so I could get the help I needed today.
My site: MilkyWayPhotographers.com has been a battle.
What is most likely the root source of my problems are plugins. But WHICH ones?
I have deactivated all of them to edit the site down to no longer need Standard Pack. I was forced to use a front page news article template that looks worse than what I want just to fix my site for removing the Standard Pack and hopefully benefitting from the speed fix.
The following are constant errors & issues I run into:
- Cannot save changes in TagDiv Composer. Save Icon just spins and spins the loading circle and never commits the save.
- Even the new cloud templates will allow ONE save. After the first edit I can no longer edit them. I have to delete the use and recreate it and make ALL my edits in the FIRST ATTEMPT otherwise my save won’t commit.
- My BBPress forum simply will NOT accept a CSS change to fix the background of the main DIV container from anything but white ever since the move to v.10
- Shortcodes are hit and miss. I recently resolved a problem that persisted for several months by no longer using the RAW HTML frame but something else that I cannot check because my page won’t load in TagDIV composer for the reason I list next.
- CONSTANTLY get the error message “This was not created with TagDIV composer” even though EVERYTHING has been made with tagDIV composer.
- Regularly I cannot get pages to be recognized or editable in the TagDIV composer. Something that used to work consistently is now even more broken than it used to be IS MY EXPERIENCE. Hoping this can be fixed.
That is a good enough list for now.
I use large paid for plugins like YOUZER and WPACHIEVEMENTS which come with little plugin requirements. But the remaining plugins I have can be used or cut in SOME cases.
Which ones are incompatible? I do NOT know. When I try removing them by deactivating them it doesn’t fix anything. AND I AM NOT WILLING TO DELETE THEM when I have users and their submitted images, galleries and data at risk of being lost.
What support can I get to look in these issues?
Yes there are many, I would settle on TagDIV composer working 100% of the time.
Hello. I have several sites with the Newspaper theme, and they are set up with the AMP plugin and mobile theme.
On a new site I just started building, it seems that the mobile AMP pages act differently than before. The mobile AMP pages are cluttered with a lot of items that should not be there, like breadcrumbs, category link, author name, number of visits/comments?, tags, previous/next, author card, like button /share, etc. I cannot find a way to remove them, other than setting up custom code.
Example: https://radiomannen.no/p6-rock/?amp
This has never been a problem on any of my other sites:
Example: https://playpager.com/easy-chess/?amp
Example: https://kveldsavisen.no/torden-film/?amp
I have obviously done something different on the new site, but cannot figure out what. I need all the items mentioned to be gone. I have not added any custom code to the other sites, and cannot see why only the new site got this problem.
Also, the “latest articles” section at the bottom of the page only shows 3 links and no images. (It should show 12 links with images, according to my settings.)
I have license/purchase code for all sites.
Thanks,
John
P.S.
I use the exact same bit of custom css-code to set the dark theme on all sites. But these are only color settings:
#td-outer-wrap {background-color: #000;}
.block-title,
.td_module_mob_1 .entry-title a,
.page-nav .current,
.td-page-title,
.td-category a,
.entry-title,
h1, h2, h3, h4, h5, h6,
.td-author-name a,
.author-box-wrap .td-icon-font {
color: #fff!important;
}
.td-post-content {
color: #e9e9e9!important;
}
Hi Vlad,
Thanks for reply.
Yes u are right. Amp version has no problem.
But when i access from any explorer it opens mobile version and have problem(http://prntscr.com/rn3ctp).it looks like http://prntscr.com/rn3dy3.
is there a trick for linking amp version to mobile. Or how mobile version can be fixed ?
Thanks…
Hi,
Unfortunately this is for the moment the only fix for this problem.
What are the functions that will fail? please provide some examples and screenshots and I will try to help you with theme to can use cloud templates.
Thank you for your understanding!
Hi,
I think that Catalin L. suggest to disable cloudflare only for a test to see if a new post will still display the date on google results or not, after that you can enable the cloudflare.
I’ll check the amp “problem” via email with my colleges and we’ll try to handle as better we can.
Thank you for your understanding!
Hi,
We need to remove the social links from the post (author-section) and author page.
Here’s an example https://bit.ly/3aqNCSU
Hi antoj,
Unfortunately there is no option for this in our theme, you can achieve this only if you make changes in theme files, if you want to do this, you need to make the changes in loop-single-x.php files for example if you are using loop-single-1.php in wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php you need to add this line of code where you want to have excerpt ->
<?php echo $td_mod_single->get_excerpt() ;?> -> https://i.imgur.com/56vMg9E.png -> https://i.imgur.com/sGAPzkA.png the results will be -> https://i.imgur.com/C5XtQCm.png -> https://i.imgur.com/CUC4svf.png if you want to make this changes for the default post style, you need to add that code in this file wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php
Hope this will help you!
Thank you!
Some share icons did not show in the post page on the desktop version, but it shows in the mobile version, can you help?
example: LINE, Whatsapp
I’m having a problem with YouTube videos.
If I insert them by just inserting the YouTube URL, and let WordPress and/or the theme handle the embed, the video’s height is constrained when published.
If I manually build out my iFrame code, including height and width, they seem to work okay.
I built a test page and examined both the HTML source code and used Inspect Element to look at the page. Here’s what I found:
The HTML in View Source
<iframe title=”The Coronavirus Explained & What You Should Do” width=”1068″ height=”601″ src=”https://www.youtube.com/embed/BtN-goy9VOY?feature=oembed” frameborder=”0″ allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” allowfullscreen></iframe>
The code in Inspect Element
<iframe title=”The Coronavirus Explained & What You Should Do” width=”100%” height=”601″ src=”https://www.youtube.com/embed/BtN-goy9VOY?feature=oembed” frameborder=”0″ allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” allowfullscreen=”” style=”/* height: 56.25px; */”></iframe>
If I uncheck the /* height: attribute in the Inspect window, the video displays properly, and appears to be responsive as well.
So, what is adding the /* height: attribute?
Here is the test page: https://forwardky.com/?p=25342&preview=true
Thanks!
Hi Calin,
Thank you very much for quick reply!
I had changed my password after email reply then forgot to change it back!
I’m not sure that what I got email from Catalin L. to turn able to show date in Yoast setting which will show the date in Google search?
I’m so confused here, that she suggest to disable cloudflare which instructed via one of your tutorial page to speed up.
So, should I disable it too?
And as well as I’d love to delete AMP pages which redirected by cord in function php. Could you please help here too?
I am thinking AMP redirect code may have done something too….
However, I have changed ad-min password which you have tried to login.
I also experiencing my post pages are sometimes disappeared from search results when my site visitor number is lower of course…. đ
I’d like to clean my site setting as simple as possible like get rid of AMP redirect code and AMP pages too.
Thank you for your help, I can’t do myself at all (I wish I could!) and appreciated so much!
Hi rajneeshhaldkar,
I think that you do not understand, if you are using the mobile theme plugin, the mobile layout will be overwrite by the one from mobile theme, if you do not want this, you can use the mobile them only for amp and this problem will be solved -> https://i.imgur.com/wK2gAN5.png (with out mobile theme the amp can get errors, also there are only few live demos with mobile theme enable, for this demo it is disable, that is way the layout is different).
Hope this will help you to understand!
Hi,
I activated AMP plugin. When I test AMP tester blog page like this (everything alright) http://prntscr.com/rmkfe0 but when I test mobile phones (more than one) http://prntscr.com/rmki9k logo lefted and category backgrounds black.
How can i fix this problems ?
Newspaper Version 10.3.1
Thanks…
I install demo in my website I want the header and footer in the mobile just like the demo as shown in the link –
https://www.screencast.com/t/7JQ5iCGySjc0 Why do my header and footer change when I activate mobile theme + amp? – https://www.screencast.com/t/ZpftmgIeK1f4
-
This reply was modified 6 years by
rajneeshhaldkar.
Dear Support!
I would like to assign a different menu to the hamburger than the “standard” main menu? How would that work? And where can I style the design? For example add the Login shortcode instead of the “Search” function?? (See screenshot for the menu I mean)
Thank you in advance for your help!

I have long term needs for an independent contractor to properly customize and extend Newspaper 10 without breaking the code base. Strong English is required. Send examples please. Email me at Ryan [at] Makestorieshuman [dot] com.
Hello,
I have moved my site to live domain.
I want to set Single Post Template â Default PRO Used On All Posts how it is possible. Current settings: https://ibb.co/ZgJrH23
Thanks & Regards!
Hi,
“But when the post is clicked, I want it to go the to the page its associated with?”
Please note that the posts can not be redirected, also you do not need to make posts to redirect theme to pages, you can use other elements from tagDiv Composer to achieve this, for example you can set some images with text and set the link to a page -> https://i.imgur.com/XKMjrRD.png -> https://i.imgur.com/bDpN1hl.png or you can display the page directly in blocks -> https://i.imgur.com/Uaq1qDo.png (just make sure that you set some featured image on pages ->https://i.imgur.com/8wJ0SYw.png)-> https://forum.tagdiv.com/flex-block-settings-guide/ indeed there is no option for categories in pages only in posts.
There is no limit of time for posts, as long you have theme in your WordPress you can display them, also you can sort the results -> https://i.imgur.com/gAv4JwT.png using tagDiv Composer and check the filter tab on blocks and flex blocks.
Hope this will help you!
Thank you!
Hi,
If you are using the mobile + amp option then you should have the mobile theme layout set on pages and posts, as I can see on your website you still have the responsive version, this can be because you choose the responsive version for that posts/page or the option from theme panel is not apply on your website.
Also you can not change only the mobile theme demo, you need to change the single post template from tagDiv Cloud Library, using tagDiv Composer, please check our video tutorial -> https://www.youtube.com/watch?v=I1R3j1QYod0 -> https://www.youtube.com/user/tagdiv
Thank you!
Hi,
Unfortunately there is no option in our theme, mobile theme or amp plugin for stick amp header, sorry for the inconvenience.
Thank you for your understanding!
Hello,
How it is possible to modify the thumbnails (td_218x150, td_324x400..etc) cropping function to “array( ‘center’, ‘top’ )”
I use Newspaper-child theme.
Thanks & Regards!