Search Results for 'mobile theme'

Results from the Forum
celestially
Participant
#0

Can anyone kindly please help? I just spent an hour trying to turn off Related Posts in the MOBILE VIEW of the NFT Pro theme. The THEME PANEL does not have a toggle to turn this off! Strange! As you can see, in Mobile View the Related Posts is way Above The Fold and totally supercedes the actual article text; this is awkward AF, yah? You have to scroll and scroll and scroll before you can actually read the article you’re there to read. Feels very clickbaity and makes the whole thing feel not legit.

QUESTION 1: How do we MOVE the related article section to the bottom of the page in Mobile View?

QUESTION 2: If this is way too complicated to accomplish and will break things, is it easier to just turn Related Posts in the mobile view?

Thank you in advance for any help.

Arielgb
tagDiv Member

Sorry, the example links I sent you are inverted. The first link shows the article without the Mobile Theme, and the second, the Mobile Theme is activated but with the logo displaced

Arielgb
tagDiv Member

We started using the mobile Theme a few days ago, because the Adsense ads in the body of the articles were not visible (yes on desktop but not on mobile)

And it is happening to us that in some articles the Mobile Theme works, but with the one displaced to the left, and in other articles the Mobile Theme does not even activate. I am sending you two examples of articles from the last few hours.

Article where the Theme Movil perop works with the logo displaced
https://www.quepasaweb.com.ar/platense-visita-a-velez-con-una-baja-muy-importante/

Article where, we don’t know why, the Mobile Theme is not activated

https://www.quepasaweb.com.ar/cuando-y-contra-quien-juega-tigre-por-la-fecha-7-de-la-liga-profesional/

Calin
tagDiv Staff

Hi,
From what I can see, you are using the mobile theme plugin, when this is used you need to have a cache that has mobile cache version – https://i.imgur.com/cPNYFsB.pnghttps://forum.tagdiv.com/cache-plugin-install-and-configure/
In case your cache plugin does not have this option you should disable the mobile theme plugin and use the responsive theme version.
Thank you!

thalesbrandao
tagDiv Member

with this new format – we are losing audience because all our content is not exposed in the mobile format.
I think this change started after the last theme update.

Marian
Participant
#0

Hi, I’m using Newspaper by tagdiv because it’s a super powerful theme that allows you to make whatever kind of website you want, to customize it as you want.

Because the technical part of a website is very important in indexing in google news and discover, I want to ask some questions to the owners of websites (and tag div teams) that use newspapers and are successful in google news and discover.

1. What seo plugin do you use? I oscillate between Yoast SEO and Rank Math. (PRO Variant)
2. What type of structured data do you use? Article/NewsArticle/BlogPost, etc.
3. What speed optimization plugins do you use without disturbing the way google bot or visitors access the site? (Sometimes delaying the js, combining or optimizing the css can improve the page score in web vitals, but google or the visitors will suffer, so the site will also decrease in traffic + exposure)
4. What blocks do you use? For example, it could be a ranking factor in google news and discover the way we choose to present our content on the website, and the newspaper tag div has a lot of blocks, which do you use and do you get the best results?
5. What other plugins or elements do you use in single post and do they help you?
For example, I try to offer a great deal of transparency, we have details about the author, the date the article was written and much more.

The site I am talking about is https://mobilehub.ro/ and we are trying to optimize it very well.

Since I installed Newspaper, we have noticed a small decrease in the occurrences in google news and discover (screen from gsc), so any advice or example to follow would be good for me because with this theme I am sure I can solve certain problems.

If anyone is interested in helping me, can they visit the site, analyze it and tell me what needs to be improved?

Have a nice day and thank you!

coinedition
Participant
#0

Hi,

We have an issue with google ads. Before implementing google ads there was no style issue, but after implementing the same, the footer section style completely destroyed and no styles are taken that we have added via tagDiv Cloud Composer. Mostly the style issues are on mobile devices. Its style is working properly when we logged in and the style is destroying only when logged out. Is that related to a caching problem? We have a cache plugin called WP Rocket.

Please check this link to see the screenshots :- https://imgur.com/a/UupjmPb

Please let us know your feedback

Thank you

jahangir khan
Participant
#0

Hello dear team, can you please tell me how can we hide related articles below post both in desktop and mobile theme versions (kindly tell us to do both as we may hide in one version and may show on other, so kindly tell for both)?
Kind regards.

Bettina
tagDiv Staff

Hello @central!

Do you have mobile themes enabled? If you choose to copy the content, then the content will be the same, not the header or footer. They should be created for mobile and set to global to be displayed on all your mobile pages.

Thank you!

Anamaria
tagDiv Staff

Hello,

For mobile theme + Amp the content need to be added in Mobile Editor -> https://www.screencast.com/t/xbgZG8kH
Please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and choose what mobile version you want.

Thank you!

ionassi
Participant
#0

I’ve been using AMP plugin + mobile AMP theme plugin but suddenly all mobile AMP pages went blank (no content, just the link to non mobile version)

Can someone help me configuring it right from start? I’d be thankful!

tenacemente
Participant
#0

Salve.

Utilizzo il Mobile Theme, vorrei sapere se è possibile modificare le dimensioni di questi elementi in Home page: https://imgur.com/a/olv9ErM

Grazie

Prateek
tagDiv Member

The button is working but not as intended. Let me explain.

Suppose you have a page on your website that is not amp-enabled.
For example domain[dot]com/category/news/

If you add ?amp=1 at the end of this url(../news/?amp=1), it will still redirect you to ../news/

It’s because the amp version for that page does not exist. That’s an ideal behavious. No problem.

Now if a page is amp-enabled (for example, an article page), it creates problems. If you load an amp page on your system, you’ll notice that all the internal links on that page add ?amp=1 at the end of every url. For example, the author link, tags, categories links, other related articles, etc. (Even the exit mobile button link)

Now, if you click the author link or tags link or whatever link(on the amp page) that has no amp version, it will automatically remove the ?amp=1 from the end of url

Examples:-
domain[dot]com/author/bettina/?amp=1 will redirect to ../author/bettina/
domain[dot]com/tag/wordpress-theme/?amp=1 will redirect to ../tag/wordpress-theme/

Nothing against this behaviour because this is exactly how it should be.

But what if the exit mobile version button also has /?amp=1 at the end url (as I mentioned above). Then it becomes an issue.

This is the amp article url —> domain[dot]com/this-is-an-article/?amp=1

The exit mobile version button add this at the end of url: /?noamp=mobile. But the problem is it also adds &amp=1 after that.

Now clicking this button will redirect user to domain[dot]com/this-is-an-article/?noamp=mobile&amp=1

This behavious again loads the amp-version of the article because the url has &amp=1 at the end. The ?noamp=mobile alone would have redirected the visitor to non-amp version, but this is not the case.

This creates an endless loop and the visitor never gets to see the non-amp version.

Can it be resolved? You can ask again if I confused you.

Thanks.

AlbinP
Participant
#0

Hi,
I can’t get Google Anchor ads on my site.
AMP ads are displayed under the header as they should be.
In Mobile Theme I have following setup:
Header AD empty
Footer, Smart List, Loop, Article Top, Bottom and Inline populated with Google Ads HTML code
AMP Ads populated with Google Ads AMP code

Prateek
tagDiv Member

There are three options in Theme Panel→Mobile themeMobile settings(Use mobile theme for). You can choose between Mobile, AMP + Mobile, AMP.

1 Mobile – The visitor will see mobile theme version when they use your website on a mobile device, the amp version uses default amp theme provided by the amp plugin.

2 Mobile + AMP – The visitor using mobile devices will see the mobile theme version, but the AMP articles will also use the mobile theme.

3 AMP – The visitors using mobile devices will see the desktop responsive version but the amp version will show them mobile theme

I have enabled option 3.

I only use AMP for articles.

For homepage, about page, contact page, archives and all the other content, I wanted to display full website so I chose option 3 which will only show mobile theme to amp version.

Now, I can see a button at the bottom called Exit Mobile Version. It’s very useful. Because visitors can choose to see the non-amp version of the article. But it’s not working.

Bettina
tagDiv Staff

Hello @prateek!

When you have the mobile theme plugin installed and activated,  it will overwrite the responsive version for mobile.
You cannot choose when the mobile theme should work on your website.

Thank you!

Prateek
tagDiv Member

This is my setting.

I have installed the mobile theme plugins as well as the AMP plugin. But I am only using mobile theme for the AMP site. For normal pages, I am using desktop responsive version for mobile.

In AMP plugin settings, the redirect mobile visitors to AMP is turned off already.

Bettina
tagDiv Staff

Hello!

I’m sorry, but I can only see this page looking like this: https://prnt.sc/VGMx8qQ931dv
Have you activated the Mobile theme plugin? 

Thank you!

Bettina
tagDiv Staff

Hello @satyajit3097 !

The AMP only works better with the Mobile Theme plugin.
From my point of view, if you don’t use the Mobile Theme plugin, then there is no reason or benefit to AMP.

Thank you!

Bettina
tagDiv Staff

Hello @prateek!

I’m sorry, but you can not have the option and also to disable that button which appears there. The AMP only works better with the Mobile Theme plugin.

Thank you!

Anamaria
tagDiv Staff

Hello,

For mobile theme + Amp the content need to be added in Mobile Editor -> https://www.screencast.com/t/xbgZG8kH
Please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and choose what mobile version you want.

Thank you!

Satyajit3097
tagDiv Member

Hi, Bettina.

As per your direction, I have uninstall the Mobile Theme Plugin to show Ads in the inline content of mobile version. But, new problem has been raised i.e. URL is available to Google, but has issues – AMP page is invalid.

I have also observed that after creating mobile page using cloud library templates, a number of issues has been raised like 1) All pages setting has been changed for mobile view 2) Mobile Home page changed, 3) AMP issues created

What to Do ?

Anamaria
tagDiv Staff

Hello,

Please disable the mobile theme plugin, clear all cache, and after will be displayed the mobile version that you created.

Thank you!

prezzicrazy
tagDiv Member

As you can see from the screens, the desktop theme has been modified for mobile but as you can see mobile loads another theme that I don’t know where it comes from. In fact, as soon as I enter the site on mobile, it shows how I created it, but then after accepting the cookies and then the subsequent page refresh, I see that mobile theme that I don’t know where it came from since, as you can see, the same desktop theme is also for mobile. So tell me the procedure to adopt to use the desktop theme also for mobile based on my problem. Thank you.

screen tagdiv mobile
screen frontend mobile

Viewing 25 results - 2,901 through 2,925 (of 22,177 total)