wbaker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help adding home page to nav barTechnokinetics, I appreciate the response, but don’t understand your comment. The problem is my HOME page does NOT show up in my navigation. In other words; say I go to the ABOUT US page, when I get to it, there is NO way to navigate back to the HOME page.
How do I make my HOME page show up in navigation from other pages?
Thanks, EdForum: Plugins
In reply to: Redirection Plugin destroyed Code – Default ThemeOh, by the way; I am still not sure if the Redirection plugin started it all or if something else blew my code. Probably will never know for sure!
Forum: Plugins
In reply to: Redirection Plugin destroyed Code – Default ThemeResolved by replacing htaccess file with backup previous to blowup. After backup installed (by HostGator) I was able to log in. Still had error issues however a helpful and more experienced WP guru suggested I deactivate all plugins, then reactivate one by one until the errors reappear. Google Analytics was the culprit. Deleted plugin and uploaded updated version. All working fine now.
Forum: Plugins
In reply to: Redirection Plugin destroyed Code – Default ThemeAlso, now can’t “save an Image” either.
These warnings appear when I tried to add an image:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘GA_Admin::add_config_page’ was given in /home/wbaker/public_html/mammothlistextreme.net/wp-includes/plugin.php on line 339
Warning: Cannot modify header information – headers already sent by (output started at /home/wbaker/public_html/mammothlistextreme.net/wp-includes/plugin.php:339) in /home/wbaker/public_html/mammothlistextreme.net/wp-admin/async-upload.php on line 24
96These warnings show when trying to; “Add a New Page and/or Save a Draft”.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘GA_Admin::add_config_page’ was given in /home/wbaker/public_html/mammothlistextreme.net/wp-includes/plugin.php on line 339
Warning: Cannot modify header information – headers already sent by (output started at /home/wbaker/public_html/mammothlistextreme.net/wp-includes/plugin.php:339) in /home/wbaker/public_html/mammothlistextreme.net/wp-includes/pluggable.php on line 865
It’s really a mess and I am LOST! Regards, Ed
Forum: Plugins
In reply to: Redirection Plugin destroyed Code – Default ThemeThe Internal Server Error prevented access to my admin panel which the HostGator techs fixed and got me back online, Yes, I have unstalled and deleted, however the Warning is still showing above my admin panel.
Forum: Plugins
In reply to: SideBar info disappears upon widget install – Default ThemeThe sidebar.php file in my theme has this line of code in it.
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>To keep my widgets and add new ones I moved the location of this line of code <?php endif; ?> which is most likely at the bottom of your sidebar.php file and moved it directly below this line of code
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>Had trouble finding the above fix, but finally found it as a reply by member tyberdev about 4 months ago. Thanks for watching out.
Forum: Themes and Templates
In reply to: Trouble with html/php code to change Header.resolved by uploading new header image as kubrick.jpg in host cpanel
Forum: Themes and Templates
In reply to: Trouble with html/php code to change Header.resolved by uploading new kubrick.jpg image.