Re: craftysyntax Live Help module HELP!
Hi all!
Thank you so much for explaining what seems to be an alien language for me. I'm having grey hair, no kidding!
I uploaded all the files to my root folder. But I don't seem to be able to enter the admin panel of Crafty Syntax. When I type my www.xxx.com/setup/livehelp/setup.php I have an error page.
What am I doing wrong???
Thanks for your help.
Luna
Re: craftysyntax Live Help module HELP!
Quote:
Originally Posted by
Luna
Hi all!
Thank you so much for explaining what seems to be an alien language for me. I'm having grey hair, no kidding!
I uploaded all the files to my root folder. But I don't seem to be able to enter the admin panel of Crafty Syntax. When I type my
www.xxx.com/setup/livehelp/setup.php I have an error page.
What am I doing wrong???
Thanks for your help.
Luna
You have an extra 'setup' in your URL
try www.xxx.com/livehelp/setup.php and see if that works for you.
Re: craftysyntax Live Help module HELP!
Thanks for your help! However it still does not work. Any other suggestions? :frusty:
Thx.
Luna
Re: craftysyntax Live Help module HELP!
I got frustrated and confused because I had no place to insert the java script on the bottom includes file with a readme.txt file (for domain craftysyntax is installed) or directions where to place the javascript. I think they are labeled wrong or to a begginer status programmer, it is backwards.
I too WAS having the same problem as others on here. I have craftysyntax installed on my server under /LiveHelp My problem was installing the correct includes folder from the download. Use the top one with the readme.html file (for different domains) It worked like a charm. All the solutions here work when you have the correct folders installed.
BE SURE TO DELETE THE FILES CREATED BY THE WRONG INSTALL FIRST!!!!
Re: craftysyntax Live Help module disappears on secure pages
The Crafty Syntax live help sidebox closes up on secure pages which is where I need it most (having an issue with a disappearing 'continue' button during checkout... another issue for another topic)
Anyway, does anyone know how to get this to work on SECURE pages also. I have all the security settings enabled in the Crafty Syntax admin. I did see a post earlier in this topic about adding the crafty syntax images to an https: folder but have no idea how to create one!
Any suggestions would be appreciated because I'm stumped at this point...
Running zencart version 1.3.8a
Craft Syntax version 2.15.0
crafty_syntax_live_help_sidebox_1-1
Here's the website www.CraftMagick.com
to get to a secure page just click LOGIN at the top right
Zencart ROCKS!
Re: craftysyntax Live Help module HELP!
Did you come up with a solution for this?
I want to put this on my site, but as most people I would need it in the secure areas as well?
Thank You!
Re: craftysyntax Live Help module HELP!
Unless I have the warning turned off, I don't receive that message when in the secure area.
I set my https: address under crafty admin settings, and it seems to work just fine.
The only thing I can't get to work on this setup is the invite to chat feature.
The client can invite me in, but I can't get the invite to show up on the clients side at all.
Re: craftysyntax Live Help module HELP!
Quote:
Originally Posted by
MagicMan
I know the answer...I was getting the same message with my SSL certificate and My Trustwave Logo. The only thing that is insecure is the image. Try putting the "s" after the http for the image tag.
Or, if you ar running the crafty syntax code form the https, try loading your image into the https folder.
Hope this helps. Play around with this because I am sure that this is the fix.
I am having the same secure/nonsecure message in IE. FF is fine. What file did you change for this to work on secure pages?
Thanks, Kim
Re: craftysyntax Live Help module HELP!
Quote:
Originally Posted by
MagicMan
I know the answer...I was getting the same message with my SSL certificate and My Trustwave Logo. The only thing that is insecure is the image. Try putting the "s" after the http for the image tag.
Or, if you ar running the crafty syntax code form the https, try loading your image into the https folder.
Hope this helps. Play around with this because I am sure that this is the fix.
I am still struggling with this message. My crafty code from includes/templates/temp/sideboxes/tpl_blank_sidebox :
$content .= '<!-- Powered by: Crafty Syntax Live Help http://www.craftysyntax.com/ -->
<div id="craftysyntax">
<script type="text/javascript" src="https://burnerbooks.com/livehelp/livehelp_js.php?eo=1&department=1&serversession=1&pingtimes=15&secure=Y"></script>
<br><font style="font-family: verdana, helvetica, sans-serif; font-size: 7px; color: #000000;"></font>
<a href="http://www.craftysyntax.com" alt="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: none;"></a>
</div>
<!-- copyright 2003 - 2008 by Eric Gerdes --> ';
$content .= '</div>';
?>
Does this look correct?
Do not know what you mean by:
try loading your image into the https folder. I would like to try it next.
Thanks, Kim
Re: craftysyntax Live Help module HELP!
Quote:
I am still struggling with this message. My crafty code from includes/templates/temp/sideboxes/tpl_blank_sidebox :
$content .= '<!-- Powered by: Crafty Syntax Live Help
http://www.craftysyntax.com/ -->
<div id="craftysyntax">
<script type="text/javascript" src="https://
www.burnerbooks.com/livehelp/livehelp_js.php?eo=1&department=1&serversession=1&pingtimes=15&secure=Y"></script>
<br><font style="font-family: verdana, helvetica, sans-serif; font-size: 7px; color: #000000;"></font>
<a href="http://www.craftysyntax.com" alt="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: none;"></a>
</div>
<!-- copyright 2003 - 2008 by Eric Gerdes --> ';
$content .= '</div>';
?>
Hello KBurner,
Add www and see if that works: https://www.burnerbooks.com/livehelp/livehelp_js.php?eo=1&department=1&serversession=1&pingtimes=15&secure=Y