I just visit a website that website is using Same newspaper theme.
But when i open any post https://beebom.com/best-free-vpn-services/ on that website on desktop mode “Sidebar” is showing but when i open that post on the mobile mode that “sidebar” does not apper.
But in my case when i open my blog post on desktop mode sidebar show, but when i open that post on mobile mode also show sidebar below the post.
so here is my question How to remove the sidebar on a post in mobile mode. Please solve my problem as early as possible.
Hi,
You can use The Mobile Theme -> https://forum.tagdiv.com/the-mobile-theme/
Or you can use some custom css to hide the sidebar on mobile version.
Thank you for your understanding.
Hi,
Please add the below custom css in Newspaper>Theme panel>Custom code> advance css > Phones
.td-ss-main-sidebar{
display: none;
}
https://www.screencast.com/t/ecZJ6UAEnA4
Hope this will help you to achieve what you need.
Thanks.
Hi,
Hire is the list with the plugins that we tested https://www.screencast.com/t/kZgFJRYJeG
First please check if the booster is activate -> https://www.screencast.com/t/Uxv76YH9l
Also there are some scripts that need to be load at the beginning of loading page.
In this topic you’ll find how to set those scripts in booster exception -> https://forum.tagdiv.com/topic/incompatibile-plugin-classic-editor/
Thank you for your understanding.
Hi,
You’ll need at add the classic editor to allowed list in speed booster, in order to do that please go in wp-content/plugins/td-speed-booster/td-speed-booster.php and add this code
'classic-editor/classic-editor.php',
https://www.screencast.com/t/5ytsJTA4
Thank you.
Replay via this topic -> https://forum.tagdiv.com/topic/getting-error-when-enable-td-speed-booster-plugin/
Thanks.
Hi Calin,
Example post can be found – https://soperth.com.au/perth-public-holidays-bars-pubs-and-restaurant-opening-hours-27091
Essentially I just want to have it so the sidebar doesn’t show at the end of the post as I feel that this doesn’t add to the user experience and just increases site load time.
Thanks for your help.
Cheers
Adam
Hi,
Please set this custom css in Theme panel>Custom code>Advance css section phones -> https://www.screencast.com/t/qUpAKhGAzT
.td-pb-row .td-main-sidebar{
display: none;
}
Hope this will help you!
Thank you!