- This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Same errors on install WP Lightbox Ultimate
Got an error when I installed saying “The plugin generated 313 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
other site was the but different character count.
I just purchased this plugin earlier today and never any issues on either site adding plugins prior to this.
Sites are:
[http://ingridromero.com] (live site)
[http://symbioticfitness.sitereview.me] (demo site right now)
Forgot to mention on the [http://symbioticfitness.sitereview.me] when we make the plugin live and refresh any of the page there is a circle that keeps rotating likes it busy doing something and doesn’t go away unless you deactivate plugin.
Warm regards,
James
Hi, There are several JavaScript errors on both sites. You can check all those errors using the method explained here:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
Live Site
Your site is running on WordPress 3.7.1 but there are multiple references of old jQuery 1.8.3
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=3.7.1'></script>
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
I’m not sure exactly which plugin is including it (or if it is the theme). You can do the following test to find out:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Please note that WordPress 3.7 comes with jQuery 1.10.2. No theme or plugin should be including any other version. Also the jQuery script needs to be included using the proper WordPress API: