Displaying Back to Top Button

Posted in: Newspaper
Post count: 101

Hello Tagdiv,
I had updated my blog to Newspaper 7. Simply, Awesome!!! I need some help regarding the following issues.

1) How to display the Back to top button in mobile device also. By default Back to top button is hidden in Mobile layout.
2) I tried Mobile Layout. It is very good. But My blog mainly depends on the pages created using Visual Composer. So I disabled it for now. Is there any chances for bringing the Pages to Mobile theme?
3) Icons in the entire blog are missing when I use Mailchimp forms by Optin Cat (https://wordpress.org/plugins/mailchimp-wp/) . It was working fine before. Any Fix for this?

Thanks.

Post count: 23312

Hello Augustine,

1)If you want to have the Back to top button for your Mobile layout, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}

The result you should see here -> http://screencast.com/t/pyG0JGuC3zqV

2)Unfortunately, at the moment, this is the behaviour of our mobile theme. We work hard to add more improvements our theme and in next our updates we will try to develop this plugin to render and the Visual Composer shortcode.

3)Unfortunately, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin on our new latest version.

Thank you for your understanding!

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