Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Pinnacle Cart – Javascript

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29143
    skinnyalbert
    Member

    Hi all,

    I’m running into some troubles, and know that several folks here are familiar with Pinnacle Cart. I’ve successfully added .js files to my cart (innerfade for example), but am having trouble putting internal function with the settings.

    For example, I have this in the head:
    <script type="text/javascript" src="content/cache/skins/ModernVista/javascript/innerfade.js"></script>

    But am unable to get the function, such as:

    <script type="text/javascript">
    $(document).ready(
    function(){
    $(‘#portfolio’).innerfade({
    speed: ‘slow’,
    timeout: 4000,
    type: ‘sequence’,
    containerheight: ‘210px’

    });

    }
    );
    </script>

    I’ll take this up with Pinnacle, but any help would be appreciated, as to which file I should use, or if I need to wrap this in the {literal} tag.

    Thanks!

    #76711
    skinnyalbert
    Member

    Hi again,

    I was able to get this going with the literal tags mentioned above. Any folks having errors with ie6 with pinnacle cart? All is well with other browsers, but ie6 has an error on load. It seems pinnacle is putting ie6 in quirks mode, which could be the problem or it could be sloppiness somewhere along the line.

    If anyone has run into this I’d love some feedback.
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.