Bugs in Mobile editor

Posted in: Newspaper
Post count: 92

Hello
I have been using your Mobile Editor on some pages (first time using this mobile editor), and very interesting and very good results in speed and developer score.

I see two bugs however, this maybe easy to correct:

– When finish creating a page, I turn to the mobile editor to build the mobile version. But it shows the PAGE TITLE in top (in viewing on mobilephone, not in editor), and this did not happen on frontpage. How can I disable Page Title in Mobile editor, its not there in the code.

– Related artickles only show on the frontpage Mobileeditor version, not on any other pages – even though its set in Theme Panel in the Mobile tab. And it works fine on Front.

Thanks 🙂

Post count: 35449

Hi janamtrup,

The Related articles from the mobile page are set only for the homepage to not be needed to create a mobile homepage, so it was used a grid and a block (those are also used for the categories). Unfortunately, those can not be set for other pages, it is custom made and the same is the page title.
The mobile theme plugin is simple without many options.
If you want to have more control over the mobile layout, you can try the mobile page template , here is a video tutorial -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!

Post count: 92

Thanks –
And my question on how to hide the pagetitle in mobile editor ?

Thanks

Post count: 21065

Hello @janamtrup!

Did you tried to hide the title with some CSS?

Thank you!

Post count: 92

No I did not – I could only see it on my mobil, do you have the css coe for this ?

Thanks 🙂

Post count: 21065

Hello @janamtrup!

Please provide more information about that title you want to hide and point me directly to the issue, screenshots and your website link.

A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.

Thank you!

Post count: 92

Thanks, I just used some CSS:
.td-page-title {
font-size: 24px;
line-height: 32px;
visibility: hidden;
}

I just thought there was a theme ot page solution.

Thanks –

Post count: 21065

Hello @janamtrup!

I’m glad that you solved the issue.

Have a wonderful day!

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