Current display is hierarchical by folder which makes a lot of sense from a debug standpoint, but I’m looking to find out where a template file is included.
A view like:
- base.php > templates/head.php
\ templates/header.php
\ functions.php >
\ lib/assets.php
\ lib/extras.php
Would be awesome
]]>Can you please implement vertical scroll bars on menu/sub/sub drop-down menus all the useful stuff keeps disappearing of the bottom of the screen and there’s no way to scroll the content to see the stuff which is cut-off. Really annoying!!! This also happens to sub-menus which open off the right edge of the screen! Its pointless if you cant see or get to stuff out of view and inaccessible – please fix
]]>It would be nice if you would actually consider the presence of the defined constant WP_CONTENT_FOLDERNAME instead of hard-coding wp-content/ path in your class.
I changed my wp-content for security purpose some time ago and at first I couldn’t understand why your plugin was not working as intended..
Thank you.. Great work on that plugin btw, I love it!
]]>Hi,
Template Debugger display this on my page :
“Notice: Undefined index: qetl_checkbox_exectime in /home/buymanag/knowledgecenter/wp-content/plugins/quick-edit-template-link/quick-edit-template-link.php on line 99”
Do you know why ? How can I hide it ?
Thank’s in adavance
]]>On lines 99 and 237 of the current version (file quick-edit-template-link.php) the code generates PHP Notices about bad index under various conditions… particularly line 237. The fix is easy: use the empty() function for tests where the stated variable
Line 99 should be:
if (!empty($options[‘qetl_checkbox_exectime’] )) {
Line 237 should be:
if (!empty($options[‘qetl_exclude_plugin_’ . $hash])) {
Hello! and thank you for trying out Template Debugger
This started off as a little tool to make my daily life easier when working with WordPress themes, the fact you want to use it and improve it is amazing!
There’s lots of things that could improve this plugin, but I can’t think of them all by myself.. if you have a suggestion please post it here and I’ll do my best to implement it
]]>I created a child theme but it does not seem to look quite like the parent. I can’t find any help so am trying this support forum to see if anyone can.
Basically, the colours are different in places and some images are only showing partially if that makes sense!
]]>