Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44
  1. #21
    Join Date
    Dec 2008
    Location
    BC, Canada
    Posts
    15
    Plugin Contributions
    0

    help question 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

  2. #22
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    Quote Originally Posted by Luna View Post
    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.
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  3. #23
    Join Date
    Dec 2008
    Location
    BC, Canada
    Posts
    15
    Plugin Contributions
    0

    help question Re: craftysyntax Live Help module HELP!

    Thanks for your help! However it still does not work. Any other suggestions?

    Thx.
    Luna

  4. #24
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default 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!!!!

  5. #25
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default 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!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  6. #26
    Join Date
    Dec 2008
    Location
    Washington
    Posts
    73
    Plugin Contributions
    0

    Default 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!

  7. #27
    Join Date
    Dec 2008
    Location
    Washington
    Posts
    73
    Plugin Contributions
    0

    Default 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.

  8. #28
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    Quote Originally Posted by MagicMan View Post
    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

  9. #29
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    Quote Originally Posted by MagicMan View Post
    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

  10. #30
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    274
    Plugin Contributions
    0

    Default Re: craftysyntax Live Help module HELP!

    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
    Pre-Owned Books and Second Hand Stuff: http://www.onlineyardsale.ca

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. CraftySyntax Live Help Sidebox image is empty
    By skywalker826 in forum Addon Sideboxes
    Replies: 0
    Last Post: 15 Jul 2011, 09:30 AM
  2. Need Help with Crafty Live Help Module
    By chrisb in forum General Questions
    Replies: 6
    Last Post: 14 Jan 2008, 08:04 PM
  3. Replies: 2
    Last Post: 17 May 2006, 09:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR