Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
vetshopdeveloper
tagDiv Member

I think it’s not meant to display on mobile devices (all themes).
https://demo.tagdiv.com/newspaper_baby_pro/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
@media (max-width: 767px)
.td-scroll-up {
display: none;
}

you have to override it in a custom css to make it appear in mobile
@media (max-width: 767px)
.td-scroll-up {
display: block;
}

vetshopdeveloper
tagDiv Member

Hi Calin,

I think the issue is with td composer.
https://www.loom.com/share/d43b529a475a4d0b9a58d3cfb294469d

We are using the latest wordpress (5.5)
– TD requirements are all good.
– no other plugin

We really like the theme and hoping you can fix this as soon as possible.

Thanks!

vetshopdeveloper
tagDiv Member

Hi,

Like I said, the requirements are all checked.
I think the td composer plugin is buggy at the moment.

This is a newly created site with just newspaper theme installed (including plugins).
No other plugin is installed.

We are using the latest version of WordPress(5.5)

vetshopdeveloper
tagDiv Member

Only the homepage header is correctly displaying.

Viewing 4 posts - 1 through 4 (of 4 total)