shady
Forum Replies Created
-
Forum: Plugins
In reply to: [BackUpWordPress] V2.1.3 changes backup directorythank you
hi,
my apologies, yes i understand that. I have done some troubleshooting and determined that this is likely a theme issue.
What i do not understand is that, with V1.6.3 of AAM plugin activated, everything appears to be running cleanly, yet when i update the plugin or deactivate it, i get the php warnings dispayed. Reinstalling the previous version will not get the errors displayed.Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuI am using Firefox,
when i delete console.log from core.php the WP JS stuff works correctly, many thanks for working this outForum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuNo – activating the plugin and WP_DEBUG does not show anything new…
I tried switching to default theme and same results.Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuthanks for looking at this
http://www.divshare.com/download/15717513-d9aForum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menui couldn’t detect any JS errors via Firebug, although i am no expert there.
I did look at the backend source code , there are certainly some differences, but i’m not sure that i would spot an issue.
If it would help at all, i can send or post txt docs of the backend source pages.thanks
Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuI have disabled all plugins but Admin Customization 2.0 and getting the same issues. When i disable Admin Customization 2.0 the issues disappear.
When the plugin is activated, there are various screen functions in the admin that are not functioning, such as the dropdown menus on the main admin menu, the expanding/collapsing actions for screen options, help menu, logout dropdown etc on all admin pages.
I think the plugin is not finding a script file – on the settings page for the plugin it reads in the rightside column: “To update this list of widgets you must first visit the Dashboard.” The link points to “http://example.com/wp-admin”( and will get a ‘page not found’ error)- whereas i am operating this WordPress installation in a sub-directory “example.com/wordpress and have this address as the site address and wordpress address until i have finalized the development. This addressing might be causing some problems…Forum: Plugins
In reply to: [Admin Customization] [Plugin: Admin Customization] dont work drop down menuHi,
similar, i think, to the first post…
Installed v2.0 on WP v3.2.1 and the admin menu will not display the submenu items in the dropdown when i click the little arrow beside the main menu item.
Also, on the plugins page, if i click for the details of an item, it will open in a fresh window instead of the overlay that it should be.
Maybe some script is not loading properly….?Forum: Fixing WordPress
In reply to: TraceWatch with WordPressthe resolution to my situation:
In my server directory I have TraceWatch folders/files in their own (non-root) folder (tw)
My WP folders/files are in their own (non-root) folder (wordpress)
With the TraceWatch code generator i needed to specify:* http://www.mydomain.com/tw as a Remote TraceWatch address
* /tw as the ‘other’ (non-root) address of the local TraceWatch files
<?php
$GLOBALS[‘adl_ext_addr’]=’www.mydomain.com/tw’;
$GLOBALS[‘adl_count_params’]=true;
@include_once $GLOBALS[‘HTTP_SERVER_VARS’][‘DOCUMENT_ROOT’].’/tw’.’/twatch_include/extlogger.php’;
?>
with this code in the theme’s footer.php it works as it should for me.
maybe this can save someone else some time…Forum: Fixing WordPress
In reply to: TraceWatch with WordPressi too am trying to get TraceWatch to work properly in WP (1.5.2) using the PHP page code without much success.
I’ve tried it on non-WP-generated pages and it works just like it should, but using the code in many different spots (header, footer, index, blog_header)in the WP pages doesn’t return any results.
There seems to be mixed results with this, but haven’t found the implementation that works for me, yet.
Still looking for anyone who has it working and how they set it up.