JS issues again!

I'm having consistent problems with JS on my website.

the popup invite a friend link doesn't work neither does the login button on the home page .

obviously these are important!

Http://www.voiceartistsunited.com/index.php

i recently transferred the whole site from a sub domain vau37 to the public_html folder and updated the a appropriate files to make the site work but I'm now faced with this issue and the site is due to launch tomorrow!!!

 

can anyone help me please!

 

Chris 

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

?

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

 

?

 Join button works for me; have your tried different browsers? Cleared your browser cache and the Dolphin cache?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

its the following,

Login button.

Invite a friend

Admin panel i cannot Edit Language keys

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

And I can tell you right off, the comet chat may cause some issues.

The invite a friend link shows "javascript:void(0)" for the link, have you tried to edit those?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

 

its the following,

Login button.

Invite a friend

Admin panel i cannot Edit Language keys

 sorry misread, still, remove the comet chat from the header or where ever you have it and try the site again

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

Also, put the login back on the join page to test for login ability.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

I have removed the comet chat code, unchecked the JS Cache boxes, uploaded the tellfriend.php, checked and triple checked _header.html

and my JS/Ajax is not working!

im starting to really pull my hair out with this platform - even more so because the website was supposed to be launching in 16 hours!

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

 

I have removed the comet chat code, unchecked the JS Cache boxes, uploaded the tellfriend.php, checked and triple checked _header.html

 no, it is still there, I opened your site in IE, using Chrome now, and the chat bar is still there.

Do you know how to manually clear your cache folders?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

The login static block / tellfriend.php works fine its the JS that is the issue :( and now its into the admin panel.

i have tried it on UNI and the same thing on there.

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

oh yes i know how to manually clear the cache, there is nothing in the folders,

i have removed the cometchat code from the _header.html file, but its still the same .

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

I see in UNI too..

did you happen to edit the join forms and add the email block spam mod?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

the spam mod from 7.1.3?

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

Check this in your header.inc.php around line 30

It should be this

$dir['plugins']            = "{$dir['root']}plugins/";

And line 15 should be this

$site['plugins']           = "{$site['url']}plugins/";

You might have some mess there.

so much to do....
Quote · 7 Jun 2013

no, it's a custom one. If you don't know then no reason to wonder.. lol

at a loss at the moment.. 

have to ask though, when did it "stop" working?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

Finally the smart one jumps in...

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jun 2013

Drop the last message, that is not the issue.

lol @ newton27

so much to do....
Quote · 7 Jun 2013

chcked header.inc and replaced the code with what you had wrote, however still nothing. :(

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

oh ok. thanks

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

btw this image is missing. Put it back

templates/base/images/spacer.gif

so much to do....
Quote · 7 Jun 2013

I have Just recently moved the website from a building sub domain to the public_html folder,

i noticed that image just now and its pointing to the old website still. how do i change its location?

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

 Your promo block has a link pointing to old subdomain. You need to check that

I have Just recently moved the website from a building sub domain to the public_html folder,

i noticed that image just now and its pointing to the old website still. how do i change its location?

 

so much to do....
Quote · 7 Jun 2013

Fixed that issue thanks.

Any ideas as to why the JS is not working? for the popups and for the edit sections of the admin panel.

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

 Yes, i know why its not working. checking for a solution.

Fixed that issue thanks.

Any ideas as to why the JS is not working? for the popups and for the edit sections of the admin panel.

 

so much to do....
Quote · 7 Jun 2013

oh ok , my appologies. - much appreciated

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

it doesn't matter newton27

so much to do....
Quote · 7 Jun 2013

So you upgraded from 7.1.2?

The file that is missing is /plugins/jquery/jquery-migrate.min.js, Take this file and upload it on that location.

jquery-migrate.min.js · 7K · 183 downloads
so much to do....
Quote · 7 Jun 2013

its still 7.1 with some optional updates as i have a lot of custom coding ont he website which took me over a month to do i didnt want to unravel it all by replacing the files.

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

you are using the newer version of jquery which require that extra file for some backward compatibility. You have to put that file there.

so much to do....
Quote · 7 Jun 2013

ok i have uploaded it .

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

Not sure this is of any help, but the onclick for the bookmark in the footer is working.  Invite a friend is not as you know.

Geeks, making the world a better place
Quote · 7 Jun 2013

Looks like you just updated the jquery so of course its not including the new file. you have to edit 2 files and include it

First, inc/params.inc.php line 39

Add this

'jquery.js',
'jquery-migrate.min.js',
'jquery.jfeed.js',

Next is inc/admin_design.inc.php line 28

'jquery.js',
'jquery-migrate.min.js',
'jquery.ui.position.min.js',

And you are done. Clear your cache and please turn off the js compression for now.

so much to do....
Quote · 7 Jun 2013

Hovering over a member's avatar brings up the actions block; so that is working.

Geeks, making the world a better place
Quote · 7 Jun 2013

PRASHANK! YOU ABSOLUTE LEDGEND!!!!! THANKYOU THANKYOU THANKYOU!

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013

Glad to help Wink

so much to do....
Quote · 7 Jun 2013

TOPIC NOW CLOSED - THANK YOU TO ALL THOSE THAT RESPONDED

All for one and one for all....ah sod it who am i kidding!
Quote · 7 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.