Giter VIP home page Giter VIP logo

pikachoose's People

Contributors

3xian avatar funkjunky avatar jeremyfry avatar nicolaes avatar tingletech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pikachoose's Issues

don't globally spam all links.

There are currently CSS rules that all apply to all body and links.

// transition.css

body {font-family: helvetica, arial, sans-serif;}
a{color:white;}

This results in messing up the rest of the site's CSS.

Fix this by only applying the needed body and link CSS rules to PikaChoose specific divs and HTML elements.

Small typo

bindFinished in defaults var (line 60) should be bindsFinished

Vertical Carousel is not applied

Hello @jeremyfry !

Vertical Carousel is not applied for me. Thumbs go bottom and horizontal. Help me please... Have you a demo for this?

<ul id='pikame'>
  <li><a href="/uploads/attachments/6/rejuvenation.jpg"><img alt="Rejuvenation" src="/uploads/attachments/6/rejuvenation.jpg" /></a></li>
  <li><a href="/uploads/attachments/7/categorizing.jpg"><img alt="Categorizing" src="/uploads/attachments/7/categorizing.jpg" /></a></li>
</ul>
$("#pikame").PikaChoose({carousel:true, carouselVertical:true});

Images Shift during transition

Hello,

I am using PikaChoose to integrate it with a a Joomla Extension called as SOBIPro. The integration is working fine and i have no issues in running the code, except that when the transitions start, the images go on top of the pages before shifting down back to the current page.

Is it an issue with my code, or its an issue with PikaChoose.

Btw, why called Pika, why not Pichu :)

Regards,
Mihir.

Slice not defined!

Uncaught TypeError: Cannot call method 'slice' of undefined jquery.pikachoose.js:263

Settings :

$(".pikapika").PikaChoose(
    {
        carousel: true,
        carouselOptions: {
            wrap: 'circular'
        },
        showCaption:false
    });

Console: self.parents(".clip").css("width") is undefined error

I keep getting this console error in FF/Webkit, here's my HTML structure(and yes I'm on the latest pikachoose lib) :

<ul id="pikame" class="jcarousel-skin-pika">
                                <!--BRAND -->
                                <li style="width:112px;height:21px;padding-top:24px;">
                                    <a href="#">
                                        <img src="_images/logo.gif" width="112" height="21" alt="Brand" ref="_images/img_brand.jpg" />
                                    </a>
                                    <span>
                                        <div class="brand-desc">
                                            <p>Brand bio goes here.</p>
                                            <h2>PRODUCTS</h2>
                                            <p>Brand products goes here.</p>
                                            <h2>WHERE TO BUY</h2>
                                            <p>Brand locations and domain to purchase from.</p>
                                            <h2>CUSTOMER SERVICE</h2>
                                            <p>1 800 234 5678</p>
                                        </div>
                                        <div class="social-footer">
                                            <h2>brand.com</h2>
                                        </div>
                                        <div class="social-icons">
                                            <ul>
                                                <li>CONNECT</li>
                                                <li style="margin-left: 11px;">
                                                    <a href="http://www.facebook.com/brand">
                                                        <img src="_images/fb-icon.gif" alt="Facebook Icon" width="17" height="16" />
                                                    </a>
                                                </li>
                                                <li style="margin-left: 5px;">
                                                    <a href="http://twitter.com/#!/branduser">
                                                        <img src="_images/twitter-icon.gif" alt="Facebook Icon" width="17" height="16" />
                                                    </a>
                                                </li>
                                            </ul>
                                        </div>
                                    </span>
                                </li>

The error that I keep getting is on line 247 of pikachoose.js:

TypeError: Result of expression 'self.parents('.clip').css('width')' [undefined] is not an object.

jCarousel is merged with pikachoose file.

This is bad because I can't update or downgrade version of JCarousel in project wihtout modify the pikachoose file.

In 4.0.4 it was not the case, I don't understand why now in 4.4.4 you have merged both. You should let integrators do their merge.

Could you please revert this change and keep pikachoose in separated file ?

global box-sizing border box breaks carousel

Hi,
first of all great work, so thanks!
I'm integrating the carousel on a website, where I had applied the following rule:
/* apply a natural box layout model to all elements */

  • { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

it completely breaks the carousel, so I thought I'd let you know as this technique is becoming popular following Paul Irish blog post.

Does not work with jQuery 3.0

The following error is thrown when trying to load PikeChoose with jQuery 3.0
jQuery.Deferred exception: this.clip.size is not a function TypeError: this.clip.size is not a function

Namespace the events

Hello, just some feedback I thought I'd give since I've been reading some documentation on writing plugins in jquery. This problem may have been resolved by now, but in the past when I was working on a project with this plugin, I remember encountering an error where links inside the slideshow were being binded and unbinded (causing problems for a specific build of my code).

Today I came across this: http://ajpiano.com/widgetfactory/#slide12

I was thinking perhaps you may want to consider 'namespacing your events' for the slideshow so that you don't accidentally unbind events pertaining to other developers code (which has happened to me before). Hopefully this makes sense as I may be recalling the wrong plugin I was using at the time I was having problems.

Picachoose problem in Firefox

Please, help me to adjust this perfect script. Just one problem I have… When I refresh the page in Firefox browser, all slider images on 1 second drawn up in one column one above another. Picachoose version 4.3.5. Somebody could help me to solve this problem, please?

P.S. Please, sorry for my bad English.

Using the array as source for images

I made some alterations to the data array code so that the main image is not made a link unless it is specified and so that the thumbnail option works. Hope this is ok?

if(typeof(this.options.data) != "undefined"){
        //user passed a data source
        e = $("<ul></ul>").appendTo(e);
        $.each(this.options.data,function(){
            if(typeof(this.link) != "undefined"){ 
                var tmp = $("<li><a href='"+this.link+"'><img></a></li>").appendTo(e);
                if(typeof(this.title) != "undefined"){ tmp.find('a').attr('title',this.title); }
            }else{
                var tmp = $("<li><img></li>").appendTo(e);
            }
            if(typeof(this.caption) != "undefined"){ tmp.append("<span>"+this.caption+"</span>"); }
            if(typeof(this.thumbnail) != "undefined"){ 
                tmp.find('img').attr('ref',this.image); 
                tmp.find('img').attr('src',this.thumbnail); 
            }else{
                tmp.find('img').attr('src',this.image); 
                tmp.find('img').attr('ref',this.thumbnail); 
            }
        });
    }

Pikachoose site down

Hi Jeremy, the pikachoose.com site is down and I need to access the help documentation :(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.