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! |
All for one and one for all....ah sod it who am i kidding! |
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! |
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! |
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! |
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! |
Also, put the login back on the join page to test for login ability. ManOfTeal.COM a Proud UNA site, six years running strong! |
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! |
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! |
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! |
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! |
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! |
All for one and one for all....ah sod it who am i kidding! |
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.... |
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! |
Finally the smart one jumps in... ManOfTeal.COM a Proud UNA site, six years running strong! |
Drop the last message, that is not the issue.
lol @ newton27
so much to do.... |
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! |
All for one and one for all....ah sod it who am i kidding! |
btw this image is missing. Put it back
templates/base/images/spacer.gif
so much to do.... |
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! |
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.... |
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! |
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.... |
oh ok , my appologies. - much appreciated All for one and one for all....ah sod it who am i kidding! |
it doesn't matter newton27 so much to do.... |
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.
so much to do.... |
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! |
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.... |
All for one and one for all....ah sod it who am i kidding! |
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 |
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.... |
Hovering over a member's avatar brings up the actions block; so that is working. Geeks, making the world a better place |
PRASHANK! YOU ABSOLUTE LEDGEND!!!!! THANKYOU THANKYOU THANKYOU! All for one and one for all....ah sod it who am i kidding! |
Glad to help  so much to do.... |
TOPIC NOW CLOSED - THANK YOU TO ALL THOSE THAT RESPONDED All for one and one for all....ah sod it who am i kidding! |