Problems in mobile view

Posted in: Newspaper
Post count: 7

Hi,

Kindly visit my website https://abitfar.com/

I have 3 issues:

1. Open this website on both desktop and mobile. On mobile, website visitors are not getting latest news. Always old date is appearing.

2. Compare both mobile and desktop view for homepage. You will see, most of the important sections like All around, Entertainment, Tech and Gadgets etc are appearing on front page over mobile.

3. Have a look on footer on mobile. I want to remove this section from footer
https://www.screencast.com/t/G5fnhPQg2a

Regards,
Alochan

  • This topic was modified 8 years by alochan.
Post count: 20688

Hi,

1. I have inspected the website, for me the latest articles appear on desktop and mobile
https://www.screencast.com/t/jGtdQgaR

2. That will be the case, you are using the mobile theme plugin. You can read more about the plugin and how it works here
https://forum.tagdiv.com/the-mobile-theme/
The plugin is optional, so if you want the same page content that appears on desktop, to appear on mobile, deactivate the plugin.

3. The About us is part of the predefined footer content, in the footer template you are using. It will display text entered here
https://www.screencast.com/t/bAW2bRkvXh
You can select other footer templates that do not display this section
https://forum.tagdiv.com/footer-templates/
There are templates with predefined content, this cannot be removed, but there are also empty templates, there you can enter any widgets you want.

Thanks

Post count: 7

Hi,
Now help me on point 3:

Can I hide this about section on mobile view only:
https://www.screencast.com/t/G5fnhPQg2a

It is occupying lot of space on mobile phone. Almost half of the screen.
Regards,
Alochan

Post count: 20688

Hi,

Yes you can with some CSS. Like this for example
https://www.screencast.com/t/ndTv10XdFLX
Enter this code in Theme panel->Mobile theme->Custom CSS code

.td-footer-description {
display: none;
}

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.