Search Results for 'amp'

Results from the Forum
Calin
tagDiv Staff

Hi OmurHak,
The pages are black on mobile only if you are using the mobile theme plugin, then need to set for pages a separate content in mobile editor -> https://i.imgur.com/ho41rUl.png
Also you can show the responsive version on mobile theme (to get the same layout as on desktop on mobile) -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Thank you!
Thank you!

Patrickmahony10
tagDiv Member
Calin
tagDiv Staff

Hi,
You need to set only the id or category or subcategory that you want to display -> http://prntscr.com/vhgai3
Also if that category has some subcategories, the post from those subcategories will be display.
For example you can set the categories like this, block 1 -> https://i.imgur.com/82THldc.jpg -> https://i.imgur.com/6ZlJ4Gb.jpgand do the same for the second block -> https://i.imgur.com/mxsg1dX.jpg
You can check more in our guide for flex blocks and tagDiv Composer.
Hope this will help you!
Thank you!

Hortipoint
tagDiv Member

Hi Vlad,

Thanks! To make this more clear for your developers; I think I’ve found the bug. In the old version the text generation looks like this (td_login.php)


$message = __('Someone has requested a password reset for the following account:') . "\r\n\r\n";
$message .= network_home_url( '/' ) . "\r\n\r\n";
$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
$message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";
$message .= __('To reset your password, visit the following address:') . "\r\n\r\n";
$message .= '<' . network_site_url("wp-login.php?action=rp&amp;key=$key&amp;login=" . rawurlencode($user_login), 'login') . ">\r\n";

And in the new version like this


$message = 'Someone has requested a password reset for the following account:' . "\r\n\r\n";
$message .= network_home_url( '/' ) . "\r\n\r\n";
$message .= sprintf('Username: %s', $user_login) . "\r\n\r\n";
$message .= 'If this was a mistake, just ignore this email and nothing will happen.' . "\r\n\r\n";
$message .= 'To reset your password, visit the following address:' . "\r\n\r\n";
$message .= '<' . network_site_url("wp-login.php?action=rp&amp;key=$key&amp;login=" . rawurlencode($user_login), 'login') . ">\r\n";

The translation function __() seems to be simply forgotten during the migration to the td_composer plugin. Furthermore you are not passing the user data to the ‘retrieve_password_message’ hook, so it’s mostly useless. It’s implemented like this (td_login.php);
$message = apply_filters('retrieve_password_message', $message, $key);
But it should be (and it’s an easy fix) to do it like this:

$message = apply_filters( 'retrieve_password_message', $message, $key, $user_login, $user_data );

so you can actually generate a working link in a user function. You need the $user_login for this.

Vlad S
tagDiv Staff

Hello !

This error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq

If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&amp;reset_registration=1
And try after that to activate the theme.

Let me know the results!

Vlad S
tagDiv Staff

Hello !

The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.

You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !

Also you can disable mobile theme on certain pages or posts by following this setting:

Please take a look here: https://forum.tagdiv.com/the-mobile-theme/

Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC

You are now able to create mobile viewport templates as you can see in our guide here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/

! Atention ! If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.

Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2

Thank you !

Vlad S
tagDiv Staff

Hello !

I am not sure I understand your question. Have you experienced issues when updating ? If so can you provide us some examples or screenshots of what happened ?

Thank you !

Vlad S
tagDiv Staff

Hello !

It may be that our documentation to be a bit outdated since the codes change pretty often. In order to receive the proper code the best way would be to follow googles guide. If their code is not like in our example that is not necessarily wrong.

Thank you !

dessy1991
Participant
#0

how do I make a word in a post a link so that it can be clicked for further information
For example in the sentence below:
Juventus player Ronaldo scored.
And I want the link to be on Ronaldo word so user can click it to another story

chaitanya
Participant
#0

Hi There,

I have been using the Newspaper theme since 5 Years on my blog https://vsbytes.com/

I recently enabled Mobile Theme + AMP for the blog.

The Problem is, the breadcrumbs are showing on Google Search desktop version but there are no breadcrumbs on mobile searches.

Vlad S
tagDiv Staff

Hello !

If you can’t find them in composer it means that they come from Appearance – Widgets. That can be done with css. Please provide a link to your website and we will take a look. Or you can re-create the sidebar completely with tagDiv Composer as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=6s

Thank you !

dougmbrockbank
Participant
#0

1. See http://www.conservativesvoice.org
2. Click on Videos
3. Click any video. For example, click ‘Make Men Masucline Again’

It doesn’t play the video. Why?

Note, to get the URL for the video feed, I went to http://www.rss.app. I then typed in my URL which is

https://www.prageru.com/series/5-minute-videos/

I then generated the feed from http://www.rss.app.

After that, I logged into the Dashboard, created a new feed called “Prager University”, and configured it with
‘Post Format’ of video.

Vlad S
tagDiv Staff

Hello !

The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.

You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !

Also you can disable mobile theme on certain pages or posts by following this setting:

Please take a look here: https://forum.tagdiv.com/the-mobile-theme/

Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC

You are now able to create mobile viewport templates as you can see in our guide here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/

! Atention ! If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.

Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2

Thank you !

OmurHak
Participant
#0

Hello, the pages I created are blank on the mobile side. I don’t want to create individual mobile pages for all of them. I want the pages I add to appear both on mobile and on the web. Is it possible?

Web: https://www.mekancu.com/bize-ulasin/
Mobile: https://www.mekancu.com/bize-ulasin/?amp

m.wilhard
tagDiv Member

I know where to insert the code.

Please, read my question and answer it. I didn’t ask where to insert the code. I meant if my code is ok.

You wrote: “The analytics json configuration code has to be of this form: …” (https://tagdiv.com/amp-newspaper-theme/).

And I don’t know where to get this “analytics json configuration code of this form”.

Please, read my questions above.

Thank you in advance.

dwblades
Participant
#0

Whenever I create a video post the featured image that is pulled from the Youtube URL seems too large in the thumbnail that I see on my site. Is there a setting that I’m forgetting to get the thumbnail to appear correctly?

You can view an example by going to my staging site and looking at the “New Trailers” and “Must-See Videos” section. Site: https://staging7.bingebum.com

raventaz
Participant
#0

i has created mobile page on td composer, but why doesn’t appear in my handphone, and appear in my mobile amp version, i had uninstalled plugin amp

https://www.screencast.com/t/Q5LeRkHn
https://www.screencast.com/t/7PvDO2YAc7j

in my mobile https://www.screencast.com/t/pt7Nz60xt

i had cleared my cache

alejandroman
tagDiv Member

Hi Vlad:

All plug-ins except tagDiv plugins and Akismet deactivated cleared browser and server cache and still am not able to save mobile and AMP settings. Am not using a Newspaper dashboardchild theme. Screenshot attached.

Thanks,
Alejandro

bribiz
Participant
#0

Hi,
We are using the newspaper theme for our site and we have decided to disable the AMP version for most of the pages as we were having issues with some coding. However, when choosing a menu in the composer for the mobile version, this settings only show up in a few pages but not in all the pages that have been saved.
I have attached a few pictures as examples of what is going on.
Picture 1 is how the sticky menu should look on mobile, pictures 2 and 3 are how it actually shows up, not sticky menu and when opening, no menu at all.

This is only happening for a few pages, as for other categories on the site I have set the same settings and it is working. We would appreciate some help with this issue as we need to get the mobile site sorted as soon as possible to live.
Regards,
Ruben
https://thepanafrican.s3.eu-west-2.amazonaws.com/wp-content/uploads/2020/11/10121008/Screenshot-2020-11-10-at-12.03.50-1.png

https://thepanafrican.s3.eu-west-2.amazonaws.com/wp-content/uploads/2020/11/10121306/Screenshot_20201110_120342_com.android.chrome-scaled.jpg

https://thepanafrican.s3.eu-west-2.amazonaws.com/wp-content/uploads/2020/11/10121321/Screenshot_20201110_120338_com.android.chrome-scaled.jpg

Vlad S
tagDiv Staff

Hello !

Mobile – Will only show mobile theme layout
Mobile + AMP ( Which i recommend ) is the same Mobile Theme layout but it uses AMP which helps you with Google.
AMP – is a non editable template which will show only the basic information from your website which google decides what to display.

I hope this was helpful !

Thank you !

Vlad S
tagDiv Staff

Hello !

This error happens due to a lot of possible reasons. Check the useful guide from here -> https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress#gref
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
You can manually activate the Newspaper theme from here: https://www.screencast.com/t/EL4k48Lq

If this is still not working go in Newspaper> System status and replace the url from: -> https://i.imgur.com/WlRnszw.png
admin.php?page=td_system_status
in
admin.php?page=td_system_status&amp;reset_registration=1
And try after that to activate the theme.

Let me know the results!

inqusitive-stha
Participant
#0

My WordPress showing 2 URLs with AMPs error. It looks like this

https://drive.google.com/file/d/1GDgVXMjpDc3vPnfQTCiXuLQ2VNMMUdxh/view?usp=sharing

NexusFred
Participant
#0

Hello,
this is just a bug report, I’m not looking for support.

I have an issue and I think it’s may be a bug.
If I try to set a background image in “Theme background” using the upload button, and if this image have any char in “caption” I get this error:

load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2 Uncaught Error: Syntax error, unrecognized expression: [caption id="attachment_37" align="alignnone" width="696"] 12345[/caption]
at Function.ea.error (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at ea.tokenize (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at ea.select (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at Function.ea [as find] (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at n.fn.init.find (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at new n.fn.init (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at n.fn.init.n [as constructor] (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at new n.fn.init (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at n (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-position,utils&ver=5.5.3:2)
at Object.window.send_to_editor (td_wp_admin.min.js?ver=10.3.7:46)

If I remove the “caption” the image will be set as background.

This issue happen with all images options in the “Theme panel”, logo, favicon …

-WordPress Version 5.5.3
-Newspaper Version 10.3.7
-PHP Version 7.3
-Chrome Version 86.0.4240.183 (Official Build) (64-bit)
-Windows 7 x64 SP1

Best Regards
Nexus

m.wilhard
Participant
#0

Dear sirs,

I have such Google Analytics code:

<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-24265XXX-XX”></script&gt;
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());

gtag(‘config’, ‘UA-24265XXX-XX’);
</script>

Can I paste it to “AMP Analytics”? Will it work? If no, where can I take the other GA code?

Thank you in advance!

m.wilhard
Participant
#0

Dear sirs,

there are 3 AMP template modes:
– Standard;
– Transitional;
– Reader.

Could you, please, provide a detailed and thorough explanation for each of these options and which one should I use with your mobile theme.

Thank you in advance!

Viewing 25 results - 11,976 through 12,000 (of 38,683 total)