Search Results for 'amp'

Results from the Forum
Calin
tagDiv Staff

Hi,

Cloud template scan be set in theme panel for the categories that make part, for example single post templates -> https://i.imgur.com/LRlqkwn.png category templates -> https://i.imgur.com/wxH3mMa.png also the rest of cloud template can be set here -> https://i.imgur.com/7gkXOzg.png
Also homepages are import as page and sections/blocks need to be import inside a page/cloud template with tagDiv Composer .
If there is still a problem, let me know, also please provide me more details and some screenshots.

Thank you!

Vikramsinghrao
tagDiv Member

Hi Calin,

Sir, but I have an Amp, so I do not have to put it in Mobile + Amp because my website does not look good in mobile, I have selected Amp version, so why is the problem coming?

Because Amp Version is a very good but not a best performance in mobile theme

ttz
Participant
#0

Hi,
How can I remove the facebook like button from the post page of the mobile theme+amp? It appears randomly. I tried to remove it with this code I picked it up from the forum
.td-post-sharing-classic {
display: none;
}
, but it dose not work.
https://www.screencast.com/t/XlbfAUKm
Thank you for your help!

Calin
tagDiv Staff

Hi,

Please do not replay multiple times in topic, will only delay the time until you get the answer, we answer in topics from oldest to newest.

There are multiple headers in our them, for example if you are using tagDiv Standard pack the file that you want to edit is this one -> wp-content/plugins/td-standard-pack/Newspaper/header.php if you do not use standard pack, only tagDiv Cloud Library with tagDiv Composer, then the file is this one -> wp-content/plugins/td-composer/legacy/Newspaper/header.php

Hope this will help you!

beautywarrior
Participant
#0

We have updated Newsmag theme to latest version.

All went well. We are experiencing a good speed.
Also Tagdiv composer is an excellent composer for adding various elements to page/post.

We are facing only one issue with tagdiv composer. One of our plugin page does not work if tagdiv composer is enabled. Once disabled plugin page functions works fine.

We got support from plugin developer and he gave following code to be added so it strips some sections on the page. We added it to function.php of Newsmag child theme .Still It did not work.

Please let us know how can we make it work.

add_action(‘template_redirect’, ‘remove_td_comment_filter’, 10);
function remove_td_comment_filter(){
if ( is_singular(‘dwqa-question’)){
remove_filter( ‘comments_template’, ‘tdc_template_include’, 99 );
}
}

example link of non working pages
https://www.thebeautymadness.com/question/skin-care-problems/many-light-freckles-face-make-face-looks-like-full-blemishes/
https://www.thebeautymadness.com/question/uncategorized/can-get-gelatin-powder-2/

all pages related to plugin is not working.

Also once we disable tagdiv composer these pages works fine.

baskamecra
tagDiv Member

Debug mode AMP error is :

Notice: Constant WP_MEMORY_LIMIT already defined in …/wp-config.php on line 110

Fatal error: Cannot declare class Mobile_Detect, because the name is already in use in …/wp-content/plugins/td-mobile-plugin/Mobile_Detect.php on line 23

Hassan24
Participant
AMP - topic
#0

I can not connect AMP with Google Analytics

antoninogiacobbo
tagDiv Member

Hi guys,
I have a big issue here.
In the AMP mode (mobile version of my website) all the anchor links not working at all.
Can you help me please?
Many thanks,
ag

antoninogiacobbo
Participant
#0

Hi guys,
I have a big issue here.
In the AMP mode (mobile version of my website) all the anchor links not working at all.
Can you help me please?
Many thanks,
ag

Vlad S
tagDiv Staff

Hello !

In order to change a ROW layout you can take a look at our tutorial here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s

Thank you !

alexandria
Participant
#0

Hello there,

I’ve check my “footer options”, even if it is empty the fields, it always says “ABOUT US” in mobile devices.

I really need to delete this section from PC version, mobile version and AMP version to finish my website.

Anyone have any idea on how I can hide/delete that area from my footer?

Thank you in advance

portaldogremista
Participant
#0

I performed the Google Pagespeed test and in the mobile version.

One result was:

Remove unused JavaScript to reduce bytes consumed by network activity.

/v0/amp-ad-network-adsense-impl-0.1.js(cdn.ampproject.org)
/v0.js(cdn.ampproject.org)
/v0/amp-analytics-0.1.js(cdn.ampproject.org)
/v0/amp-lightbox-gallery-0.1.js(cdn.ampproject.org)
/v0/amp-bind-0.1.js(cdn.ampproject.org)
/v0/amp-form-0.1.js(cdn.ampproject.org)
/v0/amp-mustache-0.2.js(cdn.ampproject.org)
/v0/amp-ad-0.1.js(cdn.ampproject.org)
/v0/amp-sidebar-0.1.js(cdn.ampproject.org)

However the tested page is Responsive and not AMP.

How can I do, so that these AMP scripts do not load in the responsive version.

Thanks.

turma99
tagDiv Member

I’ve enabled the transitional mode (Mobile + AMP) via mobile theme options to see if it’s got something to do with the decrease of valid indexed AMP posts in search console. Now I can access the AMP plugin options (it’s back in the WP panel menu) and the AMP options when editing the posts. But I appreciate any help on this issue.

maxnaylor
tagDiv Member

Hi,

The code should work, all i should have to do is copy and paste. I have watched tutorials and the amazon code is correct. I am pasting it the ads section in theme panel, and also as custom HTML code in the sidebar but everything is blank.

For example this is generated code by amazon:
<script type=”text/javascript”>
amzn_assoc_placement = “adunit0”;
amzn_assoc_search_bar = “true”;
amzn_assoc_tracking_id = “maxnaylorus-20”;
amzn_assoc_search_bar_position = “bottom”;
amzn_assoc_ad_mode = “search”;
amzn_assoc_ad_type = “smart”;
amzn_assoc_marketplace = “amazon”;
amzn_assoc_region = “US”;
amzn_assoc_title = “Shop Related Products”;
amzn_assoc_default_search_phrase = “vegan”;
amzn_assoc_default_category = “All”;
amzn_assoc_linkid = “73a54769dfa62a25b03724a782e41213″;
</script>
<script src=”//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US”></script>

and when i paste this into custom HTML, and the ads section, nothing.

Thank you

vaviato
tagDiv Member

Like this demo for example
https://demo.tagdiv.com/newspaper_covid_dark_pro/
https://imgur.com/a/EomJDWX

I understand that you don’t do subtitles, but is there a way to do subtitles? Could you walk me through editing the theme?

If not, how can I do like the image, not subtitles but to include beginning of the text in the block? Thank you.

IndianITblog
Participant
#0

Hi there.Mobile theme Rocks!! I have received hundreds of msg from my users that my site on mobile is really very fast and very good user experience.Even Google page speed shows 100 for my site.

I have just one question that when we click on the menu item on the mobile site it does not show the contents, just a blank page. My Menu is made of pages so I believe the mobile theme does not support pages in the menu. For now, I have created a new menu adding categories as many items and display in mobile however can you please confirm if page based many is not supported in mobile theme(I think it is for good, faster speed).
I am using mobile+AMP option

Salvatore55
Participant
#0

in my “site help” i have this error:
persistent object caching in not enabled (AMP)

Theme panel>Mobile Theme>Use Mobile Theme for: AMP
I havte try:
Theme panel>Mobile Theme>Use Mobile Theme for: Mobile+AMP

How resolve this problem?

Many thanks

BattleGrind
tagDiv Member

Hi

I would also like to add:

8. I deactivated the the Mobile Theme and it now seems to look the same as the desktop version https://imgur.com/Jqyv7qC

However, I have noticed slight differences between the posts.

For example: when I click on one of the posts, the header colour scheme and layout of the menu seem to be normal (https://imgur.com/3QP9h4k and https://imgur.com/rgj3dnK).

However, when I click on another post, the header colour scheme is black and layout of the menu appears differently (https://imgur.com/1DkvwCK and https://imgur.com/TGykvgD)

I have only deactivated the Mobile Theme, I have not made any changes in the Composer or Theme panel.

9. I noticed the the button circled in red only appears when the Mobile Theme is activated but not when it is deactivated https://imgur.com/NfdCJw1. Is there a way I can include this on my site when the Mobile Theme is deactivated?

Thank you for your help!

ttz
Participant
#0

Hi,
How can I make the mobile header sticky on mobile theme+amp?
Thank you for your help!

pietro2328
Participant
#0

When I share an article, for example with facebook, the image that is shared is not correct. Attached image: https://www.screencast.com/t/4bW9ctsVvC1R
Also I do not want the category of the article to appear. It should only show the article, featured photo of the post and url of the site.
This complicates me when automating with Zapier, or IFTTT.
Thank you.

turma99
tagDiv Member

Could this issue be related to the absense of ‘link rel=”amphtml”‘ on my posts?

turma99
tagDiv Member

Mobile version of some posts appears on desktop only when ‘Mobile + AMP’ is set under AMP options. The WP Super Cache plugin is set as the instructions in the link. Should I re-index the original urls or amp urls? Any advice on how to do that properly?

Also, do my posts have the ‘rel=”amphtml”‘ tag in them?

I see my amp indexed pages number lowering day after day and I can’t figure out what’s going on… https://nimb.ws/rvaUZb

Vlad S
tagDiv Staff

Hello !

Once opened the tagdiv composer you can either edit the header or the footer by using the website manager: https://www.screencast.com/t/5VkiUmHQvF

Please follow our video to learn how to create a sidebar using tagDiv Composer: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s

Thank you !

ttz
Participant
#0

Hi,
How can I disable the comments on post and disable to show comment count and post views on mobile theme+amp? I am using the newspaper theme without the Standard Pack plugin and can not find these settings.
Thank you for your help!

Viewing 25 results - 14,101 through 14,125 (of 38,683 total)