Search Results for 'mobile'

Results from the Forum
bporciuncula
Participant
#0

Why is my website appearing on the computer in its mobile version? https://ibb.co/RGCdWt7c – The image!

Calin
tagDiv Staff

Hi,
This situation is because the tagdiv mobile theme is used and when this is used, you need to set the content for pages in the mobile editor https://forum.tagdiv.com/mobile-theme-introduction/ What I recommend is to set the settings in the theme panel from Mobile+ Amp on only amp https://i.imgur.com/KHH3UXJ.png and the problem should be resolved. Also, make sure that the amp plugin does not set the redirect from mobile to amp – https://i.imgur.com/UyUxLtr.png
Thank you!

Calin
tagDiv Staff

Hi,
I just checked using my mobile and now it seems to be ok – https://i.imgur.com/QZHvAf7.png
Thank you!

Calin
tagDiv Staff

Hi,
Can you please provide a link where I can check the situation?
Normally, if the tagDiv mobile theme plugin is not installed, the responsive version should be used.
Thank you!

c.deluca
Participant
#0

Hi! i have my site http://www.scienzepolitiche.unina.it not working on mobile devices since the last update of wordpress. In the specific: when i load the home page on iphone (example) it seems ok but as soon as i navigate through the internal pages, they show “blank” with the text: exit mobile version. If i click on this, everything goes ok.
Please could you help please? In the settings i use “Use AMP for mobile” as other settings (Mobile or Mobile+AMP) make the site work even worse on mobiles. Please help. Carlo

Rovshan
tagDiv Member

Hi.

Thanks for your response. I switched to the responsive view. Everything works fine except the Blog category. I created a mobile template for the categories “Category-Mobile”. It works for all categories, except Blog. Whatever I did, I couldn’t make it work properly. The Blog does not show the changes, keeps different header and takes to another menu which I do not use. If you check my website’s mobile version, you will see the difference. Could you please advise?

Thanks in advance!

roccomaglio
Participant
#0

I recently had the responsive design stop working. This is important for my site since I use the responsive design to support mobile. I have tried disabling plugins, but did not see a difference.

Calin
tagDiv Staff

Hi,
Can you please provide some examples. Our theme is responsive and if a template is used on desktop that one can be display on mobile too. Also, make sure that you are not using an extra plugin for the mobile version (for example, the tagdiv mobile theme plugin).
Thank you!

almawdue
Participant
#0

Good morning, please I want to solve the template problem on the site, because it does not work on the phone, only on the computer, please help to make the template compatible with mobile phones, because of this problem many 404 pages have occurred

gleloudas
Participant
#0

Hello, we have a fully updated wordpress with newspapper theme.
When we enter an post like:
https://www.kynigesia.gr/opla-vlitiki/i-agora-toy-metacheirismenoy-oploy/
single_featured_image is displayed correctly.
When though we scroll down and next posts appear, images both in desktop and mobile are not displayed correctly.
In desktop image is like floated right and not in same height as the first image. In mobile image is displayed inside red background element, shgould be visible after that.

Template is single post in tagdiv.
Settings: tagdiv settings
Issue: issue desktop

Calin
tagDiv Staff

Hi,
I see that you are using the tagDiv Mobile theme, which will provide a classic/old version for mobile if you want to have the nice layout as on desktop, please disable the tagDiv mobile theme plugin and the theme will use the responsive version. This will resolve the problems you are facing.
Thank you!

Rovshan
Participant
#0

Hi.

I am trying to use the Newspaper theme mobile version, but I have encountered some problems. The main problem is that my website’s mobile version displays posts that I do not have. I didn’t create them, and I don’t have them in my posts section (I thought they may come with the default theme). The mobile menu is also not working properly. When I click Home, it takes me to a blank page, but when I click Home from breadcrumbs, it takes me to a page with the latest posts, that the majority of which are not mine. I only created one post in order to test; it appears at the top. It’s ok.

Another problem is when I try to edit the mobile menu background from the Theme Panel Mobile Theme section, I see no effect, or changes appear, then disappear.

My website link is https://informarius.com/

Please, help me solve these problems.

Thanks in advance!

Calin
tagDiv Staff

Hi,
If the Standard Pack plugin is disabled, less CSS will be loaded.
Additionally, the CWV will be updated only after some time, typically taking around 28 days.
I just checked the website pagespeed, and on desktop everything is on green, which is good, but on mobile, one single element is not on green https://i.imgur.com/WN2zvdF.png, and from what I can see, the LCP can be reduced by interfering over the images https://i.imgur.com/6NBenLS.png
https://docs.wp-rocket.me/article/1387-largest-contentful-paint
https://www.youtube.com/watch?v=ysV2yO_m4Bk
https://www.youtube.com/watch?v=teByAZ75R7c
Thanks

Bocha
Participant
#0

I’m trying to create an elementary image ad, but I’m running into problems. For some reason, the image is only visible on desktops and is hidden on all other devices. I tried to unhide everything with the following CSS code:

/* Force Newspaper ad boxes to be visible on all devices */

.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
width: 100% !important;
position: static !important;
}

/* Remove any hiding by parent container */

@media
(max-width: 1024px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

@media
(max-width: 768px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

This code should disable every hiding present, but it does not.
The website is eldia.uy. I am getting tired of your code not working as expected. I still have a Flex 2 block that is not working, and your only response was: It should work.

Calin
tagDiv Staff

Hi,
Please try this custom css:
.wp-block-table .has-fixed-layout {
width: 100vh!important;
}

Set the code in the theme panel > custom code> advance css > phone so the code will apply only on mobile.
I hope this will help you!

Atithya
Participant
#0

Hi, I am facing issues with showing tables in mobile view. In desktop mode tables are coming fine, but in mobile tables are getting elongated and cramped. Can you please let me know how to improve the table in mobile view.

ExampleTable page

Please check it on mobile and desktop both

Atithya
Participant
#0

Hi, I am facing issues with showing tables in mobile view. In desktop mode tables are coming fine, but in mobile tables are getting elongated and cramped. Can you please let me know how to improve the table in mobile view.

Example: https://www.electronicsforu.com/electronics-projects/interesting-reference-designs-of-flyback-converters

Please check it on mobile and desktop both

Calin
tagDiv Staff

Hi,
For Wp Rocket if you want please try the settings from our guide https://forum.tagdiv.com/wp-rocket-and-newspaper-theme-optimization-guide/
I also checked the website and the CLS is ok on both mobile and desktop https://i.imgur.com/3GNeaFe.png https://i.imgur.com/wLgo2RS.png what is not quite ok is the LCP on mobile and the FCP that is on limit.
Please check if the tagDiv Standard Pack plugin is enabled and used, normally if the plugin is disable you should get better results also on mobile the lazy loading should be avoided on first images – https://i.imgur.com/U5Z2O90.png

ioannisch
Participant
#0

Hey team, i have a really bad cls score in core web vitals and cant pas it . o,4 in mobile and 0,13 in pc . I dont have auto ads and all my ads is manually with dimension . Only 1 ads in main page and 3 in articles. I dont know what other do . Can you suggest me how to fix it . I have good speed with wp rocket but my problem is only with cls and cant pass core web vitals. Check my site . https://e-agrotis.gr/

javid
Participant
#0

Hi, good day. I want the “related posts” box to be shown only to users who are browsing from a mobile device. What code should I use, and in which theme file should I make the changes?

Calin
tagDiv Staff

Hi,
Do you use the tagDiv mobile theme plugin? If yes, it can be related to it and the cache
Or if you are referring that we website is like this -https://i.imgur.com/BB4kkVO.jpeg this is because you have an background image that makes the content boxed.

Calin
tagDiv Staff

Hi,
The settings you’ve made are correct.
So the problem is on mobile page even if the image thumb is selected the one that is in use is not the selected one, right?
Now, the full image is https://masalokurum.com/wp-content/uploads/2025/07/Viz-Viz-Vadisinde-Bir-Macera-Masal-Oku.webp and the one used is this one https://masalokurum.com/wp-content/uploads/2025/07/Viz-Viz-Vadisinde-Bir-Macera-Masal-Oku-696×464.webp so it appears to be the correct one https://i.imgur.com/nz4Cex4.png

Calin
tagDiv Staff

Hi,
Please disable the tagDiv mobile theme plugin and clear all cache after that recheck the website, the problem should be resolved.

Calin
tagDiv Staff

Hi,
I checked the website and I see that you have the tagdiv mobile theme plugin enabled, but the lightspeed plugin cache that you are using do not have the cache option for mobile enabled. So it will deliver the mobile version on desktop. Also, do you want to have a different version on mobile, different from desktop and simple? If yes, then keep the mobile theme plugin, if no, then please disable and remove the plugin so the responsive version will be used.

The footer you have can be edited suing tagDiv Composer https://forum.tagdiv.com/footer-templates/ also, now I see that all elements have a hover color that is working.

Can you please provide an example for how you should like the time to be display? I will check and see what can be done.
Thank you!

Viewing 25 results - 951 through 975 (of 41,416 total)