timber / debug-bar-timber

Debug Bar Extension for the Timber Library
https://github.com/timber/debug-bar-timber
56 stars 8 forks source link

printing out posts in wp_footer() on front page #15

Closed columbian-chris closed 4 years ago

columbian-chris commented 5 years ago

For some reason, the plugin started printing out what looks like the posts on the front page template of my theme, calling in wp_footer(). Anyone else experience this?

Running:

bigmike7801 commented 5 years ago

Any update on this?

I'm having the same issue.

manzwebdesigns commented 4 years ago

It appears that this plugin is not being maintained anymore... not sure but wish it would be. 😖

manzwebdesigns commented 4 years ago

It looks like this one (https://github.com/xenobytezero/debug-bar-timber) has been updated later than this one... 👍

jarednova commented 4 years ago

thanks for the nudge @manzwebdesigns! It's true, I haven't really been paying enough attention to this repo.

@xenobytezero would you consider PRing your changes back to us here? I'd love to get the Debug Bar current with PHP 7.x and other things it looks like you worked on

manzwebdesigns commented 4 years ago

Hey, @jarednova, glad to help! If you are wanting any help maintaining this (or any) plugin, I have been wanting to learn more about doing that.

jarednova commented 4 years ago

cool, I'll send you an email w some info @manzwebdesigns !

xenobytezero commented 4 years ago

thanks for the nudge @manzwebdesigns! It's true, I haven't really been paying enough attention to this repo.

@xenobytezero would you consider PRing your changes back to us here? I'd love to get the Debug Bar current with PHP 7.x and other things it looks like you worked on

Yea I can, might take a little bit though as my PR depends on a local version of Krumo too, as well as some other changes I forgot I had made. Will try and take a look this week.

manzwebdesigns commented 4 years ago

Yea I can, might take a little bit though as my PR depends on a local version of Krumo too, as well as some other changes I forgot I had made. Will try and take a look this week.

Thanks, @xenobytezero, I didn't know if you were going to respond so I went ahead and created a PR from my fork of your repo. If you want me to, I can cancel it.

xenobytezero commented 4 years ago

Yea I can, might take a little bit though as my PR depends on a local version of Krumo too, as well as some other changes I forgot I had made. Will try and take a look this week.

Thanks, @xenobytezero, I didn't know if you were going to respond so I went ahead and created a PR from my fork of your repo. If you want me to, I can cancel it.

If you make it work before I get a chance to look at it, then go ahead.

manzwebdesigns commented 4 years ago

Sounds good.

On Wed, Jul 1, 2020, 6:39 PM xenobytezero notifications@github.com wrote:

Yea I can, might take a little bit though as my PR depends on a local version of Krumo too, as well as some other changes I forgot I had made. Will try and take a look this week.

Thanks, @xenobytezero https://github.com/xenobytezero, I didn't know if you were going to respond so I went ahead and created a PR from my fork of your repo. If you want me to, I can cancel it.

If you make it work before I get a chance to look at it, then go ahead.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timber/debug-bar-timber/issues/15#issuecomment-652680405, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGNTRR5VCE6ANE4MG3KCDTRZO3JFANCNFSM4G5PH7PA .

xenobytezero commented 4 years ago

17 PR created, moved back to the official distribution of Krumo, tested with WP 5.4.2 and PHP 7.3.18

manzwebdesigns commented 4 years ago

Awesome, thanks so much!

manzwebdesigns commented 4 years ago

I have tested the PR with PHP 7.4.7 and it appears to work, but the layout for the information Krumo gives doesn't seem very easy to use.