Widget mobile problem

Posted in: Newspaper
Post count: 20

I’d like to know how to make widgets appear in the mobile version. In my case they do not show up.

Another thing is that the name of the author of the post is cut on the mobile. It only shows one piece.

http://www.palmeirasonline.com

thanks

Post count: 20

??????????????????

Post count: 20

???????

Post count: 5

Same on my site.
But if you use “desktop view” on chrome android and switch back. Everything all right.
I think it’s a new bug.

Post count: 20688

That is not a bug, the mobile theme will not display the same content from desktop. It will not display pages built with the composer, content for mobile pages can only be entered through the mobile editor
https://www.screencast.com/t/6Z2evNxsXE
This mobile plugin is optional, if you want to display the same content form desktop simply deactivate it. More about the plugin here
https://forum.tagdiv.com/the-mobile-theme/


@stanisci
There seems to be some theme design missing, that is why the author name looks broken. Enter this code in Theme panel->Mobile theme->Custom CSS

header .td-module-meta-info .td-post-author-name div {
display: inline-block;
margin-right: 2px;
}

https://www.screencast.com/t/hQDjRVK1F7

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