Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #215931

    You can see one of the pages here – http://natureslens.co.uk/forums/topic/welcome/

    The nice bubble surrounding the topic or reply is missing and the arrow appears to be misaligned at the top of the page

    #216272

    Hey DavidMiles!

    Please deactivate all plugins and check if a plugin causes the issue. I couldn’t find any obvious flaw in the theme stylesheets which could cause this issue.

    Cheers!
    Peter

    #216284

    OK – will do so

    #216374

    Hi!

    Ok, please let us know if it doesn’t help.

    Regards,
    Peter

    #235430

    OK – so I have updated to the latest version of Enfold – gone through and disabled plugins – but I still have the strange formatting – no bubble and it is misaligned

    I do have the following BBPress plugins installed & activated – bbPress – Private Replies, bbPress New Topics, bbPress Pencil Unread, bbPress Topics for Posts, GD bbPress Attachments & GD bbPress Tools – but deactivating all of those makes no difference whatsoever

    Any help is appreciated

    #236219

    Anyone?

    #236785

    Hi!

    Please try to re-install bbpress. I noticed that there’s a stray li tag after the bbp-body element (also see http://validator.w3.org/check?uri=http%3A%2F%2Fnatureslens.co.uk%2Fforums%2Ftopic%2Fwelcome%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 )
    `
    <li class=”bbp-body”>
    <li>
    `
    and this li breaks the template. I’m not sure where this li tag comes from though because the theme does not change the bbpress output.

    Cheers!
    Peter

    #238017

    OK – BBpress reinstalled (over the top) – no change – so I removed BBPress and installed it again from scratch – no change

    The formatting is still really off

    http://natureslens.co.uk/forums/topic/neque-porro-quisquam-est-qui-dolorem/

    #238980

    Hi!

    With the number of plugins active it could be almost anything. Looking at the source of your site there are two different SEO plugins running and as Peter mentioned at least one error with the bbPress output.

    You can try deactivating all plugins (clear your caching plugins cache first) and then check the formatting at the start with no other possible conflicts active. Then re-activate plugins one by one to pinpoint the conflict.

    Cheers!
    Devin

    #239320

    Disabled virtually everything – and the problem still existed – the only plugin I did not disable was tribe events calendar as that is critical to our site – but then I did briefly disable it, but still no change – exactly as before

    #239526

    OK – this gets odder and odder

    Clean development server – install BBPress – create a topic – display is fine

    Pull down clone of site – with only the BBPress plugin in it – no other plugin is installed on this site – display is messed up

    I have checked – no custom styles in use in Appearance – I cleared them out

    #239534

    I guess the section you were referring to is this?

    <ul id="topic-2303-replies" class="forums bbp-replies">
    
    	<li class="bbp-header">
    
    		<div class="bbp-reply-author">Author</div><!-- .bbp-reply-author -->
    
    		<div class="bbp-reply-content">
    
    			
    				Posts
    				
    				
    			
    		</div><!-- .bbp-reply-content -->
    
    	</li><!-- .bbp-header -->
    
    	<li class="bbp-body">
    
    		
    			<li>
    
    <div id="post-2303" class="bbp-reply-header">
    
    	<div class="bbp-meta">
    
    		<span class="bbp-reply-post-date">February 20, 2014 at 3:23 pm</span>
    
    		
    		<a href="http://127.0.0.1:8080/wordpress/forums/topic/neque-porro-quisquam-est-qui-dolorem/#post-2303" class="bbp-reply-permalink">#2303</a>
    
    		
    		span class="bbp-admin-links"></span>
    		
    	</div><!-- .bbp-meta -->
    
    </div><!-- #post-2303 -->
    
    <div class="post-2303 topic type-topic status-publish hentry even bbp-parent-forum-2253 bbp-parent-topic-2303 bbp-reply-position-1 user-id-2 topic-author">
    
    	<div class="bbp-reply-author">
    
    		
    		<a href="http://127.0.0.1:8080/wordpress/forums/users/davidgmiles/" title="View David Miles's profile" class="bbp-author-avatar" rel="nofollow"><img alt='' src='http://1.gravatar.com/avatar/19213cf4c35b74b0b5ea1f710dbec6cc?s=80&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G' class='avatar avatar-80 photo' height='80' width='80' /></a><br /><a href="http://127.0.0.1:8080/wordpress/forums/users/davidgmiles/" title="View David Miles's profile" class="bbp-author-name" rel="nofollow">David Miles</a><br /><div class="bbp-author-role">Keymaster</div>
    		
    		
    	</div><!-- .bbp-reply-author -->
    
    	<div class="bbp-reply-content">
    
    		
    		<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?</p>
    
    		
    	</div><!-- .bbp-reply-content -->
    
    </div><!-- .reply -->
    </li>
    
    		
    	</li><!-- .bbp-body -->
    
    	<li class="bbp-footer">
    
    		<div class="bbp-reply-author">Author</div>
    
    		<div class="bbp-reply-content">
    
    			
    				Posts
    			
    		</div><!-- .bbp-reply-content -->
    
    	</li><!-- .bbp-footer -->
    
    </ul><!-- #topic-2303-replies -->

    But I just counted the LI tags – and they do all appear to be matched

    But digging on – this is not right

    span class=”bbp-admin-links”></span>

    Full source of the page follows:

    But that differs when logged in as an admin user and not – as an admin user the code is properly formed

    And that reports the “No li element in scope but a li end tag seen” error message

    I am happy to provide you with a URL to pull the zip for use with WP Clone down from – so that you can replicate this on one of your boxes with just the theme, the content and BBPress installed

    • This reply was modified 10 years, 8 months ago by Devin. Reason: Removed sources so topic is readable
    #239580

    It sounds like something in your main install has gotten corrupted which is causing the output error. If all else is equal and it works but it isn’t on the main install you could try uninstalling bbPress (not deactivate).

    So when you duplicate your site and add it in (i’m guessing either via an xml or database export) it brings over the same error.

    #239585

    Already done that – on bringing it back – it is the same

    And I have just done it again on the production and development servers – no change whatsoever

    #239593

    And here’s the odd thing – on the development server – I just switched to 2014 theme – grabbed the source – ran it through the validator – and

    Line 169, Column 6: No li element in scope but a li end tag seen.
    	</li><!-- .bbp-body -->
    #240465

    As I said it sounds like the bbPress tables or settings have gotten corrupted. On a clean install it shouldn’t have any issues like you are having.

    I’m not really sure there is anything we could direct you in doing as the theme is operating correctly but bbPress isn’t.

    #240656

    So – I assume a delta of the plugin leaves the tables in place for BBPress? Are you suggesting blowing the tables away as well? If so, is there an easy way to do that?

    I am at a loss – I thought I deleted all the tables, deleted the plugin, but when I reinstall it, there are my existing forums and topics – this is a nightmare plugin

    • This reply was modified 10 years, 8 months ago by DavidMiles.
    #240795

    I really – have no idea what fixed it – I ended up cleaning up my options table as well – and hunting down every reference to bbpress – the forums still didn’t go away – but …

    http://natureslens.co.uk/forums/topic/neque-porro-quisquam-est-qui-dolorem/

    … it is now working properly in appearance at least

    #241445

    Sounds like there was some stray corrupted data in one of those that got deleted. I’d love it if there was a clean answer for everything with development but there can definitely be cases like this where it just starts working again :)

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘BBPress page for a topic looks different from the demo’ is closed to new replies.