- This topic has 16 replies, 2 voices, and was last updated 8 years, 8 months ago by Tom.
-
AuthorPosts
-
April 3, 2016 at 10:58 am #183856Sven
Hi Tom,
could you please have a look at: http://www.fudiggl.de/blog/
As you can see, there’s only 1 of 2 sidebars – and it’s messed up (after the postes)…
Any ideas?
Thank you in advance for your help!
Best regards,
SvenApril 3, 2016 at 11:02 am #183857TomLead DeveloperLead DeveloperHi Sven,
This typically happens when there’s some broken HTML on your site.
You’ll have to go through and make sure for every opening element (
<div>
,<p>
,<span>
) there’s a closing element (</div>
,</p>
,</span>
).April 3, 2016 at 11:15 am #183860SvenThat error only appears in the blog. The rest of the side acts normally…
Any idea besides?
April 3, 2016 at 11:16 am #183861TomLead DeveloperLead DeveloperAre there any widgets specific to the blog? If so, check in there.
If not, then the error is in one of your blog posts.
April 3, 2016 at 11:17 am #183862SvenGood ideas! I’ll get after them… thank you!
April 3, 2016 at 12:20 pm #183887SvenHi Tom,
that’s weird! The left sidebar is totally missing, the right sidebar is shown below the posts – but only on these three pages:
http://www.fudiggl.de/blog/
http://www.fudiggl.de/blog/page/7/
http://www.fudiggl.de/blog/page/14/All other pages show up correctly! And I don’t see a pattern… as the rest of the sites appears correcty I assume, it’s not a widget…
I use the events calendar (Modern Tribe) and the events are added to the blog, but they all behave correctly.
Any other idea/s?
April 3, 2016 at 12:23 pm #183888SvenOh, I forgot: do you have a recommended tool to check html code? For example a tool with colouring so I can fastly check brackets?
April 3, 2016 at 1:16 pm #183908TomLead DeveloperLead DeveloperHmm, you could run an extension like this in Firefox: https://addons.mozilla.org/en-US/firefox/addon/html-validator/
Try debugging your plugins. #1 on this page: https://generatepress.com/knowledgebase/debugging/
April 3, 2016 at 11:12 pm #183974SvenHi Tom,
it’s the The-Events-Calendar-Plugin with its blog loop function:
by deactivating the plugin, the blog roll shows up nicely. By activating the plugin: it’s messed up!
I’ll contact the Modern Tribe-pals…
Best regards,
SvenApril 4, 2016 at 9:40 am #184090TomLead DeveloperLead DeveloperInteresting, let me know what they say ๐
April 10, 2016 at 1:21 am #185666SvenHi Tom,
I actually found the time to get at that irritating problem…
I posted my problem in the WP support forum of “the-events-calendar”. So I followed the instructions at https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
I only had The-Events-Calendar-plug-in activated –> worked, blogroll ok!
I activated GP Premium (masonry activated) –> blogroll is messed up, left sidebar disappears, the right one is pushed below the posts!I decativated “masonry” AND “colmuns” –> blogroll correct!
==> there is a conflict with masonry/columns and the “show-events-in-blogroll”-function of “the-events-calendar”-plug-in!
By deactivating either masonry/columns or “the-events-calendar” the blogroll works as expected (except false layout OR missing events).
(“masonry” OR “columns”) AND “show-events-in-blogroll” = blogroll mess
I really hope this information can help you to go for a solution? Please keep me updated…
Best regards,
SvenP.S.: For that involvement perhaps a coffee for me? Just kidding… ๐
April 10, 2016 at 8:50 am #185723TomLead DeveloperLead DeveloperHi there,
I’m assuming the show in blogroll option adds the events into your regular blog loop?
April 10, 2016 at 10:29 pm #185792SvenExactly!
April 10, 2016 at 11:19 pm #185832TomLead DeveloperLead DeveloperHmm, I’ll look into it, but GP doesn’t do anything fancy with the blog posts.
April 11, 2016 at 4:34 pm #186049TomLead DeveloperLead DeveloperGeneratePress is filtering into the
post_class()
function (core WordPress) to add specific classes necessary for the layout in Masonry.At first glance, blog posts added by the Events plugin aren’t getting all of the necessary classes through this filter. Perhaps this is something they have an idea about?
-
AuthorPosts
- You must be logged in to reply to this topic.