Mobile theme plugin conflict

Posted in: Newspaper
Post count: 22

I’m using the mobile theme plugin, it works great and it is very fast. On our staging we working on adding a forumplugin WPforo. When viewing the site whitout the mobile theme active the forumpages look fine, responsive design is okay for both. When the mobile theme is active the forumpage laytout doesn’t look nice. In some parts I see a breakrule <br> added! This is caused by the mobile theme plugin. I can’t find in the mobile theme files where behaviour comes from, do you have a clue? I really don’t want to move away from the great mobile theme plugin! Would it be possible to disable het mobile plugin for the forumpages?
div class="wpf-breadcrumb"><i class="fas fa-home"></i><p></p><p>News<br>*/where is this hardcoded?/*Matches</p>
<p>simpel de...</p><p> </p></div>

Post count: 20688

Hi,

I made a quick test with that forum plugin, indeed there seem to be some br tags added randomly through the mobile forum page
https://www.screencast.com/t/Ft2Lq7H6JD
You could try a simple code like this however
https://www.screencast.com/t/kkVL5pqb

.wpforo br {
display: none;
}

CSS for mobile theme can be enetred here – https://www.screencast.com/t/71hxmWRO0Qp

Post count: 22

Hi Simion, works perfect. Great solution. Thanks very mutch 🙂

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