- 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
Hi,
1. What kind of ads are you using? I could take a look, post a link to the website.
2. I could take a look here as well, ads for AMP have to be entered in the Theme panel AMP section. For Adsense ads you have to enter these parameters
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/rBr4FTlcH5X
Simple HTML ads can be entered in the dedicated section
– https://www.screencast.com/t/W3d2qwNJhS
Be sure to test with a mobile or mobile editor to see if the ads appear.
3. That happens because the mobile theme plugin is active. This plugin is optional, it is intended to be used if you want to display a simpler and also different content on mobile.
You have to create 2 versions for each page, one with the composer for example as you did for that page, and one with the simple mobile editor
– https://www.screencast.com/t/vSh8aLuBzjgT
As I said the plugin is optional, so if you want to display the same content from desktop on mobile, deactivate it. More info about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. Some header styles display the header ad below the menu and logo for example
– https://forum.tagdiv.com/header-styles/
There are also plans to introduce a header builder in coming updates, this will add a considerable amount of flexibility concerning the header section.
Thanks
Hi,
Please edit your post and remove the “&nbsp” from the post https://www.screencast.com/t/Z66RXmWf , this happens when you copy the content from some places and paste it in post/page content.
This caused the both problems.
Thank you for your understanding.
Hi,
If you are referring to the related articles section the posts will be filtered by category or tag, depending on the settings, then sorted by latest automatically.
From what I know the post that is currently open should not appear as related. Could you provide some examples of this happening? A link to the website would be helpful.
Thanks
Hi,
So you want that code in the page content, you could try some implementation methods. For example
– https://www.godaddy.com/garage/3-ways-to-insert-javascript-into-wordpress-pages-or-posts/
I believe there are plugins that provide widgets which support javascript code to be entered in them, you could make some tests with some plugins.
Thanks
Hi,
I see them as normal jpg format images, with alt attributes
– https://www.screencast.com/t/S8rnYUfWeq
From what I know using an image CDN for example could serve images as base64 if used. Don’t much about this however, or how it works.
Thanks
Hi,
That would be possible with a modification in a theme file. You would have to multiply the Instagram social in this file, for example
– https://www.screencast.com/t/BQw3jVMGByoZ
Then enter this CSS in the Theme panel->Custom CSS code section
.td-icon-instagram2:before,
.td-icon-instagram3:before {
content: '\e81d';
}
.td-social-icon-wrap .td-icon-instagram2,
.td-social-icon-wrap .td-icon-instagram3 {
font-size: 15px;
}
The result is like this – https://www.screencast.com/t/X6QCU9nRizBV
– https://www.screencast.com/t/63IAxqHh5tB
Thanks
Hi,
You can do that using tagDiv Cloud Library, get a a template( for example single post template 1 https://www.screencast.com/t/H6HOIQWsiE ), open it to edit, and just drag the related articles in the place you want.
https://www.screencast.com/t/mzJrovYK6
Hope this will help you.
Thank you.
Hi Team,
We noticed that views count showing up on my site is not matching to the page views count on GA. The difference is around 50% where Google Analytics count is much more as compared to number on site.
I have caching on my site and have enabled settings from admin as well to capture views in caching mode.
Sample URL:
https://parenting.firstcry.com/articles/tips-to-ensure-you-are-breathing-fresh-air-at-home-during-the-festive-season/
Regards
Rahul Arora
Hi,
You need to use some custom css for this
If you want to have in both examples the same background color then please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper .td-post-category,
.td_block_widget .td-post-category{
background-color: #b953ed!important;
}
See the results: https://www.screencast.com/t/iNv558D2p
If you like different background color use this:
.td-footer-wrapper .td-post-category{
background-color: #b953ed!important;
}
.td_block_widget .td-post-category{
background-color: pink!important;
}
See results: https://www.screencast.com/t/HkLVKeLFKTqH
Also you can check this tutorial :
Create custom code with the browser’s Inspector or the Live CSS Box
Hope this will help you.
Thank you for your understanding.
Hi,
The composer will load the font awesome font, it has icons from it
– https://www.screencast.com/t/66wbXFDPpKJ
– https://www.screencast.com/t/rl7pTrFQZ7V7
This font will be loaded only when necessary, when you use icons from font awesome in pages for example.
You could edit the plugin and remove that code if this is required for you.
Thanks
Hi,
You’ll find this Style Hunter in Appearance> Widgets in Newspaper default, plese see the example https://www.screencast.com/t/CTBhY1z3a8
Hope this will help you.
Thank you.
Hi,
From where do you exclude the categories? The blocks and grids will display the same content across all devices, according to your filtering and sorting. I could take a look if you can provide a link to your website and details about what I should check exactly.
An exception would be on mobile when the mobile theme is active. Then on the homepage for example there will be predefined content. There is a top grid displaying featured posts and a latest articles at the bottom
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
You could try code from a topic I found, there are more online
– https://stackoverflow.com/questions/8127453/redirect-after-login-on-wordpress
Check if these work. Or maybe modify the login button in a child theme
– https://www.screencast.com/t/JxbU6sS2b7
Or disable the theme login and use a login plugin or widget that can be placed in the page for example.
Or add a custom link as a menu item in the top bar, directing to a page where the users can login.
Thanks
Hello TrashTalk,
Unfortunately, please notice that we cannot provide support regarding how you can make your AMP Ads. I have provided above an official documentation on how you can create AMP and from there you should follow the steps yourself.
Thanks for your understanding!
Hi,
Depends what element you use to display the image. Single image elements for example set the image as background, they have limited responsiveness due to background CSS properties.
The most responsive result would be achieved by using a simple text elements in which the image is inserted, you could give this a try
– https://www.screencast.com/t/nljtVQtf7H
Thanks
Hi,
You could check some pros and cons about using AMP for the website, I found some guides but there are more online
– https://www.searchenginejournal.com/do-i-need-amp/181292/
– https://moz.com/blog/amp-digital-marketing-2018
– https://medium.com/@uistephen/why-not-google-amp-cf1aeb974463
– https://www.entrepreneur.com/article/282003
– https://econsultancy.com/is-it-time-to-have-another-look-at-accelerated-mobile-pages/
Thanks
Hi Giorgos3,
Is possible that you have some custom css set in Theme panel, maybe something set as important to a link ( example a{ color:red!important;} ), that can block you to change the color.
Thank you for your understanding.
I changed my provider with my magazine and moved to a new server.
Now, in most cases, only a symbol image is displayed instead of the images (https://salzsau-panorama.de). For example, on the start page to the right of the police car.
I do not understand now, why some pictures are displayed (as further down the homepage) and the others not.
I have done tens of resize runs – nothing helps.
Is there a setting in the theme that I might have overlooked? GD library is active
Hi, i have installed newspaper theme to my website, then i added crypto template.
i am using amp also
problems:
1. ads are not working properly on website (Desktop view)
2. ads are not working on amp version
3. i created Sarkari Result this page – It is working fine on Desktop but on mobile view it is showing blank page.
4. need to add – AD under Header but its not coming in proper format.
Hello,
I don’t know if this is a theme option, but I wanted to ask.
I want to make a personalized 404 page for my website.
I want it to include:
– Web search bar
– Link to the home page
– Articles related to 404 search / error (this is important) For example, if someone searches for “plant mushrooms”, and gets a 404 error, let them get related suggestions from my content, like for example “plant trees”. , “planting sunflowers” etc…
Is it possible to do this?
Thanks
This is kind of a weird issue, but I’ll try to explain.
We’ve been trying to apply to be a Google AdSense member, but we are denied for “scraped content”. We had 1 or 2 minor issues with Stock Photo descriptions, but have since rectified that.
Even after we fixed that discrepancy, we’re still getting denied.
We used copyscape.com to try to determine which websites Google thinks our content matches.
Copyscape.com returns a consistent result for almost every one of our posts.
The result returned is:
http://writing.msu.edu/pittsburgh-three-rivers-casino
which, when you try to navigate to, returns a 403-Forbidden error.
And the text they say is “scraped” is:
“Edit with Live CSS Save Write CSS OR LESS and hit save. CTRL + SPACE for auto-complete.”
This is the same text we see in the “Live CSS” editor within WordPress/Newspaper theme.
I can’t imagine we’re being denied access for this? But maybe?
Is there any way to disable the “Live CSS” editor?
Copyscape.com also returns results for:
“Powered by WordPress Username or Email Address Password Remember Me Lost your password?”
on the login page….
is there anyway to edit/change this text?
Dear guys, I need your help. Please, let me know how can I add new social nerwork to this block: https://ibb.co/hDYXFA. For example vk.com. I would be very grateful for your help…
I’m trying to put AdSense on my site. I have a few questions because I can not understand well …
1- Possibly I would not install external plugins. I tried with the automatic ads, pasting the code in the different sections that you provide as Inline ad, top to etc. but the problem is that not all ad works. For example for InFeed they do not work and there is not the right section to put them. I created a new ad on adsense specific for infeed (because I want to put them only in certain categories) but I do not know where to paste this code.
I would like to make the infeeds appear in the blocks of articles, both on the homepage and in the categories.
2- in the inline section you can not choose how many to show. He asks only after which paragraph. I tried with external plugins and automatic adsense code and put more than one according to the length of the article.
I think the infeed ads are the most interesting because they get confused with the site’s articles and I would like instructions on how to activate them correctly.
thank you
Hi,
My website is Arthursjournal.com, a Red Dead Redemption Blog, as you will see i have changed the main block background colour to black, although i think this looks good it means that the article titles are hardcoded to black so they are not visible, how would i change this colour on both the latest article block and side bar widget as this is also affected. This may be impossible but if you go to an article, say: http://arthursjournal.com/guides/dead-eye-guide-red-dead-redemption-2 , you will see that i have left the background white here, as such the sidebar title colour looks good, is there anyway to have the homepage titles one colour and in article another, for example (and im not sure if this is how it works) could the css call out a title colour for a specific widget meaning i could change the sidebar on the articles to something different to the homepage side bar,
Cheers in advance,
Charlie
hello, I did as you advised, apparently everything is fine, but the statistics are not recorded … something does not work … could you help me?
Below I port as I put the code on the site in the amp area.
https://i.postimg.cc/bNJyjjLj/amp.jpg
I add: I inserted the cage in the head as the directions say and as you told me to do in the post above. here’s how I see the code now:
https://i.postimg.cc/ncJHCDHp/amp2.jpg
thank you
-
This reply was modified 7 years by
ghostmi.