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
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.
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.
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
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.
Hi.
When I add CSS above, It works in mobile but it makes email address disappear.
Check it out.
FYI, I has set footer template 13 and when I changed to 14, the CSS above doesn’t work in PC.
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.