and from a user perspective here can someone please click on
Force paragraph after an image to start new line
it’s a pain to follow posts where you post several pictures with them cascading down like that
and from a user perspective here can someone please click on
Force paragraph after an image to start new line
it’s a pain to follow posts where you post several pictures with them cascading down like that
Mr Papa said
Seeing similar myself… Will open ticket for investigation…
Thanks MP, that’s why you guys are the best!
can you try a quick test for me? in simple-press/forum/content/sp-common-view-functions.php, around line 1458, find this code in function sp_QuickLinksTopicMobile():
$spList = new spTopicList(”, $show, true, true, ”, 0, 1, ‘topic quick links mobile’);
and change it to:
$spList = new spTopicList(”, $show, true, ”, 0, 1, ‘topic quick links mobile’);
and see if that solves it for you… what is odd, not sure how it would ever work even for users… odd…
think it will resolve it..
didn’t work, let me recopy from my live to staging site and start over fresh to make sure I didn’t screw it up. I’ve been known to do that time to time.
cool… thanks for confirmation… it will be in the next version released in week or two in conjunction with wp 4.2…