Search Results for 'amp'

Results from the Forum
Catalin
tagDiv Staff

Hi,

Unfortunately, this option is available only for Newspaper at the moment, sorry! In the near future, we will update the Newsmag and we consider to add more functionality on AMP.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide more details to your request. Do you maybe mean the “fast news” demo. If not, please provide an example of what the Hot News sidebar is. is it on posts>? on pages? on categories?
Please try to be as explicit as possible.

Thank you!

Calin
tagDiv Staff

Hi,

The message you get is quite common with WordPress. In most cases it can be easily fixed.

For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case the max upload size was limited, increasing it solved the problem. Usually this is the main cause.

Check this guide carefully and make modifications if needed
https://forum.tagdiv.com/requirements-for-newspaper/
If everything is set properly there should be no problem. Contact your hosting provider if needed and ask them to make changes as the guide suggests.

You can also install the theme by FTP, that is not difficult to do and it’s very useful to know how to use FTP. If our guide is not detailed enough check some more online
https://dappercodes.com/installing-wordpress-theme-via-ftp/
https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
https://www.shoutmeloud.com/install-wordpress-theme.html

Hope this helps and let us know how it goes!

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Manually it would also possible by using the custom fields for example
https://www.hostinger.com/tutorials/wordpress-schema-markup/

Job Posting -> https://developers.google.com/search/docs/data-types/job-posting

Thank you!

Calin
tagDiv Staff

Hi,

You can achieve something like that using tagDiv Composer or import one homepage or a template from tagDiv Cloud library and edit it.
Here is an example with flex block 1-> https://www.screencast.com/t/0w4XQsIw9

Thank you!

Catalin
tagDiv Staff

Hi,

Ensure that you have correctly installed and set up the AMP according to our documentation from here -> https://tagdiv.com/amp-newspaper-theme/, clear all the caches, purge CDN files and check the results. If the problem persists, you need to check your additional customizations and your Analitycs section from the Theme panel and if you have some strange codes, you need to remove them and check the results. We had cases of gen in the past because of custom codes in the Analytics section.

Hope this helps and let us know how it goes!

Thank you!

Calin
tagDiv Staff

Hi,

If you want to change the color of social icons from top bar you’ll need to use a custom css, here is one example for instagram -> https://www.screencast.com/t/lmJuIGsfk

Also if you want to change the color only for search you can use this custom css ->https://www.screencast.com/t/bjdapchN
.td-drop-down-search .item-details h3 a{
color: red;
}
.td-drop-down-search .item-details h3 a:hover {
color: blue;
}

Or you can use the header builder -> https://www.screencast.com/t/Kkb8aHnhh -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Google checks the page source and try to index all your links. Unfortunately these variables(amp syntax – https://amp.dev/documentation/examples/components/amp-mustache/?referrer=ampbyexample.com ) are loaded in your page source, but they get populated on user action (when the user uses the search form on amp page) and not on first load. Please try to add rel="nofollow" to these links in header-amp.php – https://www.screencast.com/t/e0hdeITV and then mark them as fixed in your google search console.
I’ve also added this on our list for further investigations. Please let us know if this fixes your issues.

Thanks!

Calin
tagDiv Staff

Hi,

Please make sure that you make all settings as in our documentation
How to Make an AMP Ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/
Unfortunately for the moment there are not much settings that can be done on amp, sorry!
If is not what you mean, please provide some more details.

Thank you!

mozturrkk
Participant
#0

Hi, How to add amp analytics

vbzu
Participant
#0

Hi,
How do i use Auto ads on AMP & desktop? Will it work if Analytics & ad code are created using google tag manager? I’ve now removed all the ad code and if i add the code to AMP ads in the theme panel. Ref: http://prntscr.com/nc4ubu

Please guide what code should i paste (google tag manager code of pure adsense auto ads code) and where should i use it? or if in child theme how do i do it?

OFFROAD
tagDiv Member

Hi,

I have problems again with putting the videos from FAcebook on the homepage.

Embed code: <iframe src=”https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FRealoffroad17%2Fvideos%2F634414497005186%2F&show_text=0&width=560&#8243; width=”560″ height=”315″ style=”border:none;overflow:hidden” scrolling=”no” frameborder=”0″ allowTransparency=”true” allowFullScreen=”true”></iframe>

URL: https://www.facebook.com/Realoffroad17/videos/634414497005186/UzpfSTE5NjAyOTU0NDA5NDIzNzk6MjAzMjQyNzY3MzcyOTE1NQ/?modal=admin_todo_tour

What I am doing wrong?

I do not understand what I am doing wrong. Dailymotion works perfect!

That’s the solution, what will be seen….

Quien no recuerda al TT4 de #vildosolaRacing

Publicată de REAL OFF ROAD pe Duminică, 14 aprilie 2019

It is only a text…

Thanks!

  • This reply was modified 7 years by OFFROAD.
zunairnasir
tagDiv Member

Here you go.
http://prntscr.com/nc3jvo

these warnings show in the AMP area of Search console.

Finland
tagDiv Member

that looks hard for a beginners like me. lucky newspaper’s.

edit: when we get this same update? amp is so bad in newsmag right now.

  • This reply was modified 7 years by Finland.
Finland
tagDiv Member

i know. the question is how can i redirect to unludetay.com/amp every mobile user? it shows newsmag mobile theme right now. cuz wont auto redirect to amp pages.

Calin
tagDiv Staff

Hi,

Please follow carefully our documentation for How to Make an AMP Ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/

The amp is working for your website, you can check this here
-> https://validator.ampproject.org/#url=https%3A%2F%2Fidentidadyfuturo.cl%2F2019%2F04%2F10%2F135o-aniversario-de-la-colonizacion-alemana-de-contulmo%2F%3Famp
-> https://search.google.com/test/amp?id=KY_6urnn0TaL6wcv2tiegA

Please check our documentation for increase page loading speed -> https://tagdiv.com/how-to-increase-page-loading-speed/

Thank you for your understanding!

Catalin
tagDiv Staff

Hi,

If you want to add something like this, you need to use such a custom function for that. Please check the following useful guide from here -> https://isabelcastillo.com/auto-ads-amp-wordpress

Hope this helps!

Thank you!

robinrush
Participant
#0

sir …. I Have used your Newspaper 9 theme, can u help me out….. when i install more then 5 plungin i can’t access my admin login page ( massage show : this page is’t now work. examplesite.com is currently unable to handle this request. HTTP ERROR 500) and then i go to cpanel n deleted plugins and then my admin loginn page appear. what can i do .. i dont know its theme problem or hosting problem ( plzzzzzzzz help me )

https://digitnews.in/wp-content/uploads/2019/04/plug-in-.jpg

Catalin
tagDiv Staff

Hi,

Please notice that the AMP works only on mobile (AMP = Accelerated Mobile Pages). Notice that AMP does not work on desktop devices. For more information about AMP functionality, please check the official documentation of that project. Check here -> https://amp.dev/

Thank you for oyur understanding!

rakeshbarwar
tagDiv Member

How to show External Link Icon automatically to all the external links that open in a new tab.
Let us assume:
1. I add a paragraph on my a post.
2. now I add a link to any word and that link will open in new tab.
3. Now I want to show the icon that tells the viewers that this link will open in a new tab.
See image or search “external link icon” Ext link icon

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option that allows you to change the height value, sorry! Notice that value automatically comes with the theme and which is 580px, the height of the thumbnail which is used by that slider, as you can see here ->
https://www.screencast.com/t/hmGFGs5g3fDo Te only way in this case, if you want to change this value is to do it manually, through such custom CSS code. As an example, you can use the code below and place it in Theme panel -> Cusotm CSS area.

.td-theme-slider.iosSlider-col-3 .td_module_slide {
height: 500px;
}

Hope this helps!

Thank you!

Paradoxer
tagDiv Member

I’m not sure if I’m misunderstanding, but what I specifically want is for the “Related Articles” to be automatically inserted below a post, but for the selection of those articles to be more accurate than they are right now. I wouldn’t want it to be the same posts for every article. I’m not sure if I’d be able to achieve that with the widget selection.

The plugin I use does this, for example, since it has better filtering.

Irfan Ahmed
Participant
#0

Having issue on creating new page “The link you followed has expired.Please try again.” using Newspaper 9.6.1 & Php7 pls help me to resolve this issue.

suresh
Participant
#0

Hi Support,

My Gallery pages aren’t loading properly when amp is enabled. Check screenshot here: https://imgur.com/yCZUhye

Kindly help resolve the issue. I am using the default gallery and even after i disable all plugins, couldn’t resolve this issue.

Finland
Participant
#0

where can i put auto ads code on newsmag? when i put on header ads or analytics section. google gives me fix an error message.

i wish i bought newspaper instead of newsmag. wrong permalinks, no only amp button and now this. newspaper having a amp ads section for auto ads.

Viewing 25 results - 18,926 through 18,950 (of 38,683 total)