pmcmillan3698
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgrademy original theme developer ended up fixing the issue at no charge for us. I haven’t had a chance to follow up to see what fixes were implemented, but thanks to all for their help on the forum.
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradejust upgraded another site, same exact issue (from same theme developer). at least this time I have a backup ready to roll out.
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradedisregard the last post, those were from wrong site, sorry!!!!!
here are the correct links:
constants.php > https://pastebin.com/P7QujqzB
classes.php > https://pastebin.com/xVmUM7WJ
widgets.php > https://pastebin.com/y08as99NForum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradeclasses.php > https://pastebin.com/H2PuzzE3
widgets.php > https://pastebin.com/aVbK58dMthere is no constants.php.
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 UpgradeChip – not sure if it is done properly, I didn’t personally build the theme. would appear it is not – but everything did work perfectly on 3.2.1
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradeheader.php > https://pastebin.com/GK2t3u1B
functions.php > https://pastebin.com/qfU6HDRs
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 UpgradeWhen I enable debug I get the following errors (never messed with debug before, so trying to sort out which are critical and which are not)…
Notice: Undefined index: aiosp_google_analytics_id in /var/www/domain/htdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 693 Notice: Undefined index: aiosp_enabled in /var/www/domain/htdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 717 Notice: Undefined index: aiosp_enabled in /var/www/domain/htdocs/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 717 Notice: Undefined index: page in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 91 Notice: Undefined property: CustomContactFormsAdmin::$getAdminOptionsName in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 62 Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( 'automatic-feed-links' ) instead. in /var/www/domain/htdocs/wp-includes/functions.php on line 3458 Notice: Undefined index: ccf_export in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms-admin.php on line 40 Notice: Undefined index: ccf_clear_import in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms-admin.php on line 51 Notice: Undefined index: ccf_merge_import in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms-admin.php on line 51 Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/domain/htdocs/wp-includes/functions.php on line 3542 Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/domain/htdocs/wp-includes/functions.php on line 3542 Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/domain/htdocs/wp-includes/functions.php on line 3542 Notice: add_contextual_help is deprecated since version 3.3! Use get_current_screen()->add_help_tab() instead. in /var/www/domain/htdocs/wp-includes/functions.php on line 3458 Notice: Undefined property: CustomContactFormsDashboard::$getAdminOptionsName in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 62 Notice: Undefined property: CustomContactFormsDashboard::$getAdminOptionsName in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 62 Notice: Undefined property: CustomContactFormsDashboard::$getAdminOptionsName in /var/www/domain/htdocs/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 62
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradeok, tried removing the entire contents of main.js, as well as emptying functions.php, to no avail. I’m looking at the header of the dashboard admin page, and I don’t see it loading anything theme-specific. Will work on debugging next, but I’m having a hard time seeing where my theme is messing up my dashboard as I don’t see anything being loaded from the theme….thanks again
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 UpgradeThanks for your help. Will try that first. I’m trying to figure out, though, why the theme javascript would affect the admin pages. As far as I can tell no code from the theme is pulled in the admin, is it?
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 Upgradesorry, it’s completely custom. what can i post that would help?
Forum: Themes and Templates
In reply to: Javascript Not Functioning On Admin Pages after 3.3 UpgradeBTW – also disabled plugins, that didn’t change anything, only seems to be theme-related. Also tried manual install.