- 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
My mobile theme is showing a 404 page for pages 2 & 3.
Hello.
Thank you for your response.
The only plugins running are:
Accelerated Mobile Pages
Cookie Notice
Inline Related Posts
Rating Form (Custom Plugin)
tagDiv Composer
tagDiv Multi-Purpose
tagDiv Social Counter
AMP MyTheme (Custom Plugin)
Yoast SEO Premium
Yoast SEO: News
We have removed over 15 plugins before installing your theme.
We have purge the whole cache 2-3 times since then.
Its weird that the slow query log reporting the logo fetch as slow query:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
Any idea where is this called from so to hardcode it?
Kind Regards
Hello, images are fixed when we turn off lazy load for this site. This website was copied EXACTLY from 2 other sites example: https://savvytraderresource.com/
We have gone through all the setting and custom code any everything is exactly the same on all 3 sites but this is the only one with these issues.
Hi there, my post width is really wide and not the default setting in the example via the link.
I’d like it normal. Take a look. Thanks Andy
Hi,
The first thing would be to deactivate the AMP plugin, this will remove the link to the AMP page from the page source (rel=”amphtml”). Then read these guides I found about what to do in this situation
– https://developers.google.com/search/docs/guides/remove-amp
– https://www.gulshankumar.net/remove-amp/
– https://www.gulshankumar.net/fix-404-on-amp/
If you should decide to switch themes, then you could use a different AMP plugin. Our plugin will work only in combination with the theme.
Thanks
Hi, I have 2 questions:
– How can I turn off AMP and tell Google to switch back to mobile layout of my pages instead of AMP layout ?
– If I switch in future from Newspaper to another WP Theme but I will keep tagdiv AMP plugin activated, will it still keep AMP pages active in Google ? Or is this AMP Plugin only linked to Newspaper and they both must be activate together ?
Thx
Hello,
You will need to inspect each element as a general code could not apply to every element using the heading tags. Css is very specific. I will need specific example s so I can provide a stronger selector than the one already provided by the theme so the code can be rewritten by the new css.
Thank you!
Try centering the image with this option
– https://www.screencast.com/t/W9tbHk7Ni
This would be useful if you use a smaller image for example.
Hi,
There is no list unfortunately, these elements are not intended to be used like this. These are page elements that should be placed on pages with the page builder. The shortcodes can be seen for example, if you edit a page that contains them
– https://www.screencast.com/t/gaAWHFWG
– https://www.screencast.com/t/Y7a7X4kXLqd
In coming updates, there will be more functionality for the tagDiv composer. This will affect how post pages, category pages etc can be created.
Thanks
Hello pspsmartphone,
Sorry, but please notice that our theme has not been designed to use this kind of content, unfortunately! So, if you want to add something like this instead of our Related Articles notice that you should implement it yourself through the code because it is not a simple task and involves doing such additional customization and we cannot provide this at the moment, unfortunately!
As a hint, you should edit each post template used by you and where the realted_articles function is calling back you should replace it with your custom function. For example, if you are using the post template style 1 you should edit the loop-single_1 in that section -> https://www.screencast.com/t/mo07onOWI Also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you! Usually, we recommend the developers from studio.envato.com.
Thanks for your understanding!
Hi,
Sorry for the misunderstanding. The first link you provided seems to be an attachment page from what I can see, the category page would be this one
– http://cygni.danoftheworld.org/category/vietnam/
So when you set a background image for the category page in the theme panel, this breaks the page.
Does this happen for all the category pages? Some examples of what happens would be helpful. Also does this happen if you disable all your non-theme plugins and then setting the background? Let us know.
Thanks
I mean suddenly there are strange spacings without me filling in any specifications for that.
Hereby the example : https://imgur.com/a/fXceiC7
Desktop is good but when on the mobile, it’s very different.
The video editor asks which aspect ratio the theme is using, example 1:2., 2:3.
That differs because of the zooming.
Do you have a exact number of the aspect ratio I can deliver to the video editor ?
Simion,
I tried both of your suggestions and I like the inline image & column text combo. I used the inner row split into three columns and it works nicely, but is there a way to center the inline images in each column? I could center the column text, but couldn’t find an option to center the images.
Greg
Hello,
Since I removed my AMP plugin, and installed the AMP tagdiv, I have lost a lot of AMP traffic.
I think the reason is that the Analytics code doesn’t work properly.
This is my page: soyunperro.com
This is my code: https://fotos.subefotos.com/cdca84cba86cc9bcb0ed3b45eaa9b115o.jpg
Is everything all right? Looks like the code doesn’t work on AMP.
Hello Olya,
If you want to customize your Registration page to look similar to your Article page you should use the page builder -> TD Composer and insert what kind of elements you want inside it. Please check here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
In the same way, you have to do with your second problem. Choose a block which is looking the same with your example and with a bit of CSS code you can customize it as you wish. Here -> https://demo.tagdiv.com/newspaper/block-1/ you can preview our available blocks.
Thanks for your understanding!
Hi,
In France, we have now a new law which forces the websites to let visitors navigate WITHOUT cookie if they choose that option. So a page with “more info” about the cookies is not enough. And most of the plugins (that I know) offer the possibility to add a button “I Refuse” but they don’t go further. We have to implement a “if … function” everywhere :
if ( function_exists(‘cn_cookies_accepted’) && cn_cookies_accepted() ) {
// code here
}
My question to the theme’s team : is there something in your todo-list to make the theme compatible wich such policies (EU-policy, French one etc.) or not ?
By the way, is there a simple way to add a function to make the theme compatible with the option “I refuse” ?
Hi
I have a row(or inner-row) with 2 or more column, and 2 buttons in different column.
Like as on screenshot – http://prntscr.com/jikpjy
1) It’s a possible put a 2 buttons in one column?
And other question:
2) How create a shortcode which display a list of subcategory in the category, it possible?
For example, like this – http://prntscr.com/jiktro
Thanks.
Hi Scotte
This is actually simplest thing ever.
On your wordpress admin page go to
> SETTINGS
> GENERAL
> DATE FORMAT
And there set your own custom timeformat, example: j. F Y, H:i
Hello! I will show an example. Here is a link to the article https://o-tele.ru/lavrovyj-list-dlya-volos/ – there are advertising blocks picture in the beginning of the article. And here is the registration page https://o-tele.ru/politika-konfidentsialnosti/ I want the page layout was the same as preparation of the manuscript. That is, the picture at the beginning of the article after the title and the ad units in the body.
Hello NatuMyers,
The status of your page speed can be checked here -> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=https%3A%2F%2Ffreestartupkits.com%2F&tab=desktop Notice that we have an useful guide where you will find all the neccesary steps which are needed to follow to make your website faster. Please check here -> https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks for your understanding!
I do not see any blue page on your website at the moment
– https://www.screencast.com/t/cYA86lceMo1A
Maybe I am not understanding the actual problem in your case. Please try and specify where I should look for this problem exactly. That link you provided last leads to an AMP page of a website
– http://www.maksatbilgi.com/cift-saatlerin-anlami/amp
What exactly should I look for there?
Hi,
You could add those with a plugin, try this one for example and see if it works properly
– https://wordpress.org/plugins/head-meta-data/
There are also more solutions online, with code
– https://www.tipsandtricks-hq.com/how-to-add-meta-boxes-to-provide-extra-content-for-wordpress-posts-6078
– https://codex.wordpress.org/Meta_Tags_in_WordPress
– https://wordpress.stackexchange.com/questions/293018/add-meta-tags-to-the-head-section-via-functions-php
– https://tagmycode.com/snippet/4520/wordpress-add-to-header-meta-tag-hook-example#.WvvT_4CFNaQ
Thanks
hello there,
when i type the address of my website somewhere (for example in facebook message), instead of my website logo, my latest featured post image shows up.
is there any feature i can turn on so my LOGO shows up all the time?
Thanks
For the aspect ratio there is no requirement, try a few videos and check the results. The construction demo uses this video for example
– https://www.youtube.com/watch?v=hiOS06plNYY
All the theme elements are responsive. The issue with the video not playing on mobile will be fixed.
There is also a mobile theme provided, designed specially for mobile
– https://forum.tagdiv.com/the-mobile-theme/
Note that with the tagDiv composer you can also for example not display the same elements per device, more about that in this topic
– https://forum.tagdiv.com/topic/change-moduleblock-12/