Search Results for 'amp'

Results from the Forum
carlosn
tagDiv Member

Hello, I currently don’t have any ad. My Adsense account is not approved yet.
I’m just trying to fix this errors, when I search for my website in Google search engine it shows it has AMP errors, and i don’t have an active ad at this moment on my web.

smwpteam
Participant
#0

Hello,
I want to change a standard WordPress upload path and URL. I use a special script for it:

add_filter( ‘pre_option_upload_path’, function( $upload_path ) {
return ‘/path/to/static’;
});

add_filter( ‘pre_option_upload_url_path’, function( $upload_url_path ) {
return ‘http://static.example.org’;
});
I’ve used it many times before with other themes and I have never had problems with it.
But, when I try to do it with “Newspaper”, WordPress generated incorrect URL for media files, like (http://domain1.com/wp-content/uploads // home/mydir/domains/files.domain2.com/public_html/wp-uploads/2018/10/test_img-7.png)
Can you help me fix this issue?

paperweight
tagDiv Member

Right, I think you misunderstand me. I’m saying AMP is good. But AMP is the only reason to have a “mobile website”. There is no need for Newspaper to have a separate mobile theme because it is a responsive theme. Because it’s responsive, it works on mobile sites. So I’m suggesting instead to just add a conditional statement to show an alternative menu on smaller devices 🙂

ayyappancs
Participant
#0

Hi how to add menu option in tag div also in amp website i need all links as amp only.
but now when we click on any link in amp site it is going to normal view. please help me to fix that.

Catalin
tagDiv Staff

Hello paperweight,

Please notice that AMP is important because it helps web pages load faster which potentially improves usability and convinces visitors to stay longer on your site engaging with your content. The logic is straightforward: faster load time leads to better engagement, which reduces bounce rate and improves mobile ranking. It’s an optional plugin!
Also, for a better understanding regarding on AMP plugin, please check here -> https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Sorry for your experience so far, we do try to add only popular requests or essential settings in each update. I will try to help you with the questions you have and problems you are facing.

Indeed a 300x300px thumbnail size does not exist. You could use flex blocks and manipulate the image to have the dimensions you require (it won’t be an actual thumbnail)
https://www.screencast.com/t/seukwC9Y
Flex blocks can be customized to look in many ways, this is an example using flex block 1
https://demo.tagdiv.com/newspaper/flex-block/

The theme received quite a few multi-purpose options a while back, we created some demos to showcase these multi-purpose capabilities. You can sort the demos here
https://demo.tagdiv.com/select_demo/select_demo_newspaper

The front page can either be the default WordPress blog, or a static page designed with our tagDiv composer
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
The static page will allow you to have more control over the content the homepage displayed.
Blocks, grids etc, can be sorted+filtered and many other settings
https://forum.tagdiv.com/block-settings-guide/

Please let me know if you have more questions.
Thanks

Catalin
tagDiv Staff

Hello carlosn,

Please re-check your ads because the main reasons which might trigger this error are to have some ads incompatible with AMP. All of these should have to be compatible with AMP and for this. Please access your Adsense account and create AMP compatible ads for the amp version of your site: https://support.google.com/adsense/answer/7183212?hl=en -> https://www.ampproject.org/docs/reference/components/amp-ad

Hope this helps and let us know how it goes!

Thank you!

Simion C.
tagDiv Staff

Hi,

When active AMP will work for all the posts, cloud template or not
https://www.screencast.com/t/WtLNiqFn7KC
https://www.pagalparrot.com/famous-bollywood-stars-during-their-last-days/amp

If I misunderstand something please correct me.
Thanks

Simion C.
tagDiv Staff

Hi,

The content for mobile pages can only be edited in the mobile editor. When the plugin is active you will have to create two versions of each page. One with the page builder or in any way possible, and one as mentioned above. It will have to be done manually, in the page edit screen (backend).

There was an issue like you describe when the page was updated, empty spaces would appear in lists for example. This is fixed in the latest theme and composer version.

Thanks

Calin
tagDiv Staff

Hi,

Please be noted that need a custom modification for that, I just given you an example how to do it, but if is not done correctly will damage your website, so if you don’t have the proper skills please consider to hire a developer.

Thank you for your understanding..

cruising-sea
Participant
Menu - topic
#0

Hi

I am having a problem with the Mega menu and the ID, not a mega menu.
I have referred to this page and nothing worked: https://forum.tagdiv.com/menus-newsmag/
Here is an example of how it looks check “Saling trips

Also, in my Webmaster tool, it shows that all the subcategories are not indexed.

Can you help, please?

Thank you!

paperweight
tagDiv Member

Since we have a responsive theme in Newspaper plus other fantastic AMP plugins, why is there a need for a separate mobile plugin? Is it only related to page speed? That shouldn’t be an issue so much anymore.

5 years ago there would have been a need for a separate mobile plugin, but this Newspaper theme needs no extra theme to worry about. It is a responsive theme. Instead, development should go into a conditional statement to show one menu over another when certain screen sizes are used.

Why doesn’t TagDiv developer use the wp_is_mobile() function to easily and quickly show one menu over another? Here is more info: https://codex.wordpress.org/Function_Reference/wp_is_mobile

Can use code like this?

<?php
if(wp_is_mobile()) {
echo MOBILE MENU ;
} else {
echo DESKTOP/NORMAL MENU;
}
?>

raebild
Participant
#0

I have a problem with the Instagram widget, have studied some other topis here in forum – after studying these i still don´t succed to have it working correct

The result i got is this: https://www.altomautocamperen.dk/per-raebild/

Do you have an idea where i should search for the problem?

paperweight
Participant
#0

I am trying to figure out how to customize placing different ads on top of Category pages. For example, for one of my categories, I need to place a specific static banner ad at the top of the category page (in the header area).

In the “Ads > Header ad” I would really like to use PHP so I can easily include a PHP conditional code to display the special ad on that category, but that area does not allow PHP code… so is there any other way to edit and include a conditional for that category to display a banner ad?

Tengel
Participant
#0

My logo shows on laptop and desktop devices in the header on the home page. But when I view it on a mobile device, it still shows the sample “Lifestyle Magazine” logo that came with the theme. How can I change that? Thanks so much.

jakobe75
Participant
#0

Am I understanding this correctly that the cloud library of templates, I can deploy any type of page template to my theme…and basically “mix and match” page elements from one theme to another?

for example: I like the footer of “Say What” but I like the front page of “Raw and Wild”?

(of course I know I could just build these with TD composer from scratch, but aint nobody got time for that).

dwarkapuria
Participant
#0

Hello

Amp plugin is not adding amp link in html of cloud library templates, it will impact seo please add link in cloud library links.

URL
https://www.pagalparrot.com/famous-bollywood-stars-during-their-last-days/

carlosn
Participant
#0

Hello, This is my current error that shows me on the search console:
The tag ‘img’ may only appear as a descendant of tag ‘noscript’. Did you mean ‘amp-img’?
First detected: 9/24/18
Status: Error

My website is http://www.diomedesdiazfrases.com and I’m having many problems with my AMP in google. I don’t have currently any Ad active just waiting for adsense account verification..

These are the URLs that are having problems:

https://www.diomedesdiazfrases.com/guillen-recuerda-el-dia-que-se-apago-la-voz-del-cacique/amp/
https://www.diomedesdiazfrases.com/la-historia-del-nacimiento-del-famoso-exito-de-diomedes-diaz-el-condor-herido/amp/
https://www.diomedesdiazfrases.com/5-cosas-que-no-conocias-de-diomedes-diaz-el-cacique-de-la-junta/amp/
https://www.diomedesdiazfrases.com/nominados-en-la-categoria-cumbia-vallenato-en-los-latin-grammy-2018/amp/
https://www.diomedesdiazfrases.com/imitador-del-cacique-de-la-junta-diomedes-diaz-paralizo-barranquilla/amp/
https://www.diomedesdiazfrases.com/el-actor-que-le-dara-vida-al-papel-de-martin-elias-en-su-novela-biografica/amp/
https://www.diomedesdiazfrases.com/lo-mejor-del-caribbean-sea-jazz-festival-aruba-jorge-celedon/amp/
https://www.diomedesdiazfrases.com/la-infidelidad-de-betsy-liliana-a-el-cacique-de-la-junta/amp/
https://www.diomedesdiazfrases.com/artistas-vallenatos-que-murieron-antes-de-los-30-anos/amp/
https://www.diomedesdiazfrases.com/artistas-vallenatos-se-unen-a-favor-de-orlando-linan-y-mandan-a-callar-al-locutor-alvaro-alvarez/amp/
https://www.diomedesdiazfrases.com/vuelve-felipe-pelaez-a-encantarnos-con-su-talento/amp/
https://www.diomedesdiazfrases.com/nadie-se-resiste-a-un-exito-del-gran-diomedes-diaz/amp/
https://www.diomedesdiazfrases.com/siguen-peleando-las-propiedades-de-diomedes-diaz/amp/
https://www.diomedesdiazfrases.com/la-realidad-de-los-dias-de-diomedes-diaz-como-profugo-de-la-justicia/amp/

Please someone help me why I’m having so many errors with the AMP.

Thanks

simchris
tagDiv Member

resave permalinks to make the /amp endpoint active.

dmxsta
Participant
#0

Hi Tagdiv,

I am hoping you can help me fix this little issue I am experiencing.

I recently activated the “TagDiv Amp Plugin” and all seems to be working almost perfectly.

Take this post for example: https://gadgetgang.com/what-gaming-in-the-future-will-look-like/

You can see I can enable / Disable AMP on this post see here: http://prntscr.com/l2l8ci

I have it enabled and can now view the post from an AMP perspective from going to: https://gadgetgang.com/what-gaming-in-the-future-will-look-like/?amp

However, is there not anyway to have it without the QUESTION MARK (?amp) and just have /amp

I think this is causing issues as Google has still not picked up my amped pages and I am receiving this message in Google Webmaster Tools: http://prntscr.com/l2l93a

Also if i test it on: https://search.google.com/test/amp and place this URL: https://gadgetgang.com/what-gaming-in-the-future-will-look-like/ it says it finds it as /amp but then it doesnt work but if i place /?amp (with the question mark) it works fine.

Is there a fix for this that I can apply to resolve the issues I am having, I hope I have explained myself sufficiently.

Hope to hear from you soon,

Dan

rosiefaulkner1989
Participant
#0

Hi all! How can I add the author name and the date of all the articles to the small article boxes? Also- for the top left “Greetings” article- is there anyway to make the title appear the same as the rest of the articles even though its a “feature” article? https://lifequestjournal.com/

Catalin
tagDiv Staff

Hello,

Please notice that the speed of your website depends on how well your site is optimized.
-> https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.solutioninhindi.com%2F&tab=desktop

Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.

Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.

One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

Basically, these are the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Another useful gui for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

I have inspected your website and I saw that your footer logo works as expected
https://www.solutioninhindi.com/airtel-free-caller-tune-activation/amp
see here: https://www.screencast.com/t/aXqbIUZh

You can try your self the post with amp here

Thank you for your understanding.

mdbadiruddin
Participant
#0

Sir,
I Test My Site (https://www.solutioninhindi.com/) Speed Test With
https://developers.google.com/speed/pagespeed/insights/&#8221;
Then Show me lots of Optimization error. I Provide you Optimization Suggestions Link then you can easily understand

Optimization Suggestions

Remove render-blocking JavaScript:

https://www.solutioninhindi.com/…-includes/js/jquery/jquery.js?ver=1.12.4
https://www.solutioninhindi.com/…s/jquery/jquery-migrate.min.js?ver=1.4.1

Optimize CSS Delivery of the following:

https://www.solutioninhindi.com/…form-7/includes/css/styles.css?ver=5.0.4
https://www.solutioninhindi.com/…lugins/td-newsletter/style.css?ver=4.9.8
https://www.solutioninhindi.com/…css?ver=72ece2de773553959e5098a544851753
https://fonts.googleapis.com/…%2C500%2C500italic%2C700%2C900&ver=9.0.1
https://www.solutioninhindi.com/…ent/themes/Newspaper/style.css?ver=9.0.1
https://www.solutioninhindi.com/…css?ver=dc11e23cd0219f30e55307de07f135fc

Enable compression
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network.
Enable compression for the following resources to reduce their transfer size by 1.4MiB (85% reduction).

Compressing https://www.solutioninhindi.com/…ent/themes/Newspaper/style.css?ver=9.0.1 could save 1,014.3KiB (89% reduction).
Compressing https://www.solutioninhindi.com/…wspaper/js/tagdiv_theme.min.js?ver=9.0.1 could save 155.7KiB (76% reduction).
Compressing https://www.solutioninhindi.com/…-includes/js/jquery/jquery.js?ver=1.12.4 could save 61.9KiB (65% reduction).
Compressing https://www.solutioninhindi.com/…css?ver=72ece2de773553959e5098a544851753 could save 59.1KiB (86% reduction).
Compressing https://www.solutioninhindi.com/…css?ver=dc11e23cd0219f30e55307de07f135fc could save 55.9KiB (87% reduction).
Compressing https://www.solutioninhindi.com/ could save 55.5KiB (79% reduction).
Compressing https://www.solutioninhindi.com/…-form-7/includes/js/scripts.js?ver=5.0.4 could save 10.4KiB (72% reduction).

Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:

https://solutioninhindi.com/…ads/2018/09/Solutioninhindi-logo-140.png (expiration not specified)
https://solutioninhindi.com/…ads/2018/09/Solutioninhindi-logo-272.png (expiration not specified)
https://solutioninhindi.com/…ads/2018/09/Solutioninhindi-logo-280.png (expiration not specified)
https://solutioninhindi.com/…8/09/Solutioninhindi-logo-544-300×53.png (expiration not specified)
https://www.solutioninhindi.com/…Newspaper/images/no-thumb/td_218x150.png (expiration not specified)
https://www.solutioninhindi.com/…/Newspaper/images/sprite/elements@2x.png (expiration not specified)
https://www.solutioninhindi.com/…th-Se-Android-Mobile-Hack-Kaise-Kare.png (expiration not specified)
https://www.solutioninhindi.com/…ge-custom-url-set-kaise-kare-768×417.jpg (expiration not specified)
https://www.solutioninhindi.com/…-2Bvideo-2Bkaise-2Bdale-2Bin-2Bhindi.jpg (expiration not specified)
https://www.solutioninhindi.com/…8/09/airtel-free-caller-tune-768×400.jpg (expiration not specified)
https://www.solutioninhindi.com/…o-2Bkaise-2Btode-2Bunlock-2Bkare.png.jpg (expiration not specified)
https://www.solutioninhindi.com/…2Bka-2Bpattern-2Block-2Bkaise-2Btode.jpg (expiration not specified)
https://www.googletagmanager.com/gtag/js?id=UA-109288917-2 (15 minutes)
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js (60 minutes)
https://www.google-analytics.com/analytics.js (2 hours)

Minify CSS
Compacting CSS code can save many bytes of data and speed up download and parse times.
Minify CSS for the following resources to reduce their size by 214.5KiB (18% reduction).

Minifying https://www.solutioninhindi.com/…ent/themes/Newspaper/style.css?ver=9.0.1 could save 201.1KiB (18% reduction).
Minifying https://www.solutioninhindi.com/…css?ver=dc11e23cd0219f30e55307de07f135fc could save 13.4KiB (22% reduction).

Minify HTML
Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up download and parse times.
Minify HTML for the following resources to reduce their size by 13.7KiB (20% reduction).

Minifying https://www.solutioninhindi.com/ could save 13.7KiB (20% reduction).

Optimize images
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by 227.9KiB (94% reduction).
Compressing and resizing https://www.solutioninhindi.com/…o-2Bkaise-2Btode-2Bunlock-2Bkare.png.jpg could save 60.1KiB (95% reduction).
Compressing and resizing https://www.solutioninhindi.com/…ge-custom-url-set-kaise-kare-768×417.jpg could save 51.4KiB (95% reduction).
Compressing and resizing https://www.solutioninhindi.com/…-2Bvideo-2Bkaise-2Bdale-2Bin-2Bhindi.jpg could save 43.9KiB (94% reduction).
Compressing and resizing https://www.solutioninhindi.com/…8/09/airtel-free-caller-tune-768×400.jpg could save 42.7KiB (94% reduction).
Compressing and resizing https://www.solutioninhindi.com/…2Bka-2Bpattern-2Block-2Bkaise-2Btode.jpg could save 29.8KiB (93% reduction).

Optimizations Already Present

Avoid landing page redirects
Your page has no redirects. Learn more about avoiding landing page redirects.
Minify JavaScript
Your JavaScript content is minified. Learn more about minifying JavaScript.

mdbadiruddin
tagDiv Member

And I Have AMP Error, “Referenced AMP URL is not an AMP” And Disallowed attribute in HTML tag ‘div’

How can I fix it!

Viewing 25 results - 22,476 through 22,500 (of 38,683 total)