[mobile] category shows on mobile, which I set 'hide'

Posted in: Newspaper
Post count: 15

Some settings are different from what I do on desktop.
1. category display
I hide every categories on page and post including related post but in the mobile they are displayed, which I don’t want.
I want to hide categories on mobile either.

2. footer
I made only social media show on footer, which works on desktop, but other items are display on mobile including logo, about us, contact info.
I need to fix as quickly as possible because I don’t even have ‘about us’ page.

3. posts and comments counts on author page
I choose the template not display the counts of posts and comments for author page but it doesn’t work on mobile.
I want to hide the counts.

My web site is
http://www.hrbulletin.net
Comparing how they look on desktop and mobile would help you understand.

  • This topic was modified 7 years by tnqks. Reason: adding request
Post count: 15

I need to add another difference.
On mobile, the items in sidebar don’t show such as follow, subscribe, popular posts.
I want to display all the items in sidebar.

Post count: 35449

Hi,

Please deactivate the mobile theme plugin and the footer will be the same as for the desktop.
Without mobile theme a lot of your problem will disappear.

Thank you for your understanding.

Post count: 15

thank you for answering.
You are right.
When I deactivate the mobile theme plugin all the problems I mentioned disappear.
However, another problem arise, homepage(front page) crashed.
I don’t think it’s responsive.
If you need photos, let me know how to upload image from PC.

Post count: 35449

Please provide some screenshots and a link were I can identify the problem would be very helpful.
Thanks.

Post count: 15

https://hrbulletin.net/temp/

You can see the problem.

Post count: 35449

Hi,

Please add this css in Newspaper >Theme panel>Custom code > Custom css in order to hide the categories and author view
.td-post-category, .td-author-counters{
display: none;
}

See results:
-> https://www.screencast.com/t/rclCbBDFHq2

2. Please go in Newspaper>Theme panel> Footer>Footer info content and remove logo, footer text, your email adders
https://www.screencast.com/t/1KC9DdOIa
Lat me know how it work.

Thank you.

Post count: 15

I’ve never uploaded logo in footer. no text, no ABOUT US.
I only uploaded the logo in header.
you can check my footer setting, here.
https://hrbulletin.net/temp

Post count: 35449

Hi,

If this is what you desire https://www.screencast.com/t/atbfGs0XMOi then replace the above css with this one:

.td-footer-logo, .block-title, .td-post-category, .td-author-counters{
display: none;
}

thanks.

Post count: 15

Hi.
When I add CSS above, It works in mobile but it makes email address disappear.
Check it out.

https://hrbulletin.net/temp/

FYI, I has set footer template 13 and when I changed to 14, the CSS above doesn’t work in PC.

Post count: 35449

Hi,

Please be notice that you have set footer style 13 ( https://www.screencast.com/t/fqMwFLGs ) , you’ll have just socials icons in footer ( https://www.screencast.com/t/fqMwFLGs ).

Please see the above css in footer template 14 https://www.screencast.com/t/CEcEPQI9

Thank you for your understanding.

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