Giter VIP home page Giter VIP logo

pagify's People

Contributors

adampresley avatar cmpolis avatar crazy4groovy avatar deepakprasanna avatar puls 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

pagify's Issues

Don't Restrict to .html Files

Many people will wish to "pagify" pages with a different file extension. It's not particuarly hard to change this in the Pagify source code, but it would be nicer if the developer using Pagify could set the file type in the configuration (and have html files as a default).

Only works with static pages?

Right now, setup requires you to add every page you want to load to the options. Is there some way to parse through a directory and add all those pages? That way this plugin would be usable with Jekyll for not just static pages, but also for posts, which get updated regularly.

Empty basePagePath creates absolute path preventing relative urls working

There is a bug in the basePagePath code that forces a "/" if not specified.

Easy fix:

if (self.settings.basePagePath && self.settings.basePagePath.indexOf('/', self.settings.basePagePath.length - 2) === -1) {
        self.settings.basePagePath += '/';
}

Does not add a trailing slash to the default empty basePagePath.

Doesn't work in IE7, IE8

Your plugin doesn't work in ie7 and ie8.

Just load the default page but when click to load the others, it will stay with the default one.

Add delay animation

For aesthetic reasons it would be nice to add a delay animation in between a fadeOut & fadeIn for example.

Page accessibility

I tried to disable javascript and reload demo page and no text appeared. ti could be a better choice to make the page work also without js (with every section already displayed in page in case of no js support)

Not working in Phonegap

Is Pagify compatible with Phonegap? I'm trying to make an app (a simple web using Pagify), but it seems that the pages are not loading when I launch the project in the Phonegap development app.

Back button not working correctly

Using Chrome latest on OS X 10.6.

My click path:

Click from GH to demo -> see About page
Click Usage -> see Usage page
Click Options -> see Options page
Click Back -> see Usage page
Click Back -> see blank page (PROBLEM, should've seen About) (not totally blank, still see nav content above the Pagified divs)
Click Back -> see GH repo (starting point)

Error in IE 8

I'm a Mac user but need to make sure my pages work in IE ( at least 8 and 9) and find this error on my sites as well as your demo:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SearchToolbar 1.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 29 Sep 2011 16:45:33 UTC

Message: Expected identifier, string or number
Line: 16
Char: 7
Code: 0
URI: http://cmpolis.github.com/Pagify/pagify.js

Message: Expected identifier, string or number
Line: 16
Char: 11
Code: 0
URI: http://cmpolis.github.com/Pagify/

Mike

Pager does not load if it contains a <script>

I am seeing a problem with a page loading if javascript is included in the header of the page. In my case, it is an image gallery with a lightbox ( Clearbox, PrettyPhoto, etc) but it occurs with other scripts as well it seems. Here is a demo page (yours) with the same page with and without a script in the head:

Demo

Content not loading.

Hey. I have downloaded the zip file and extracted the files, but when i open the index file no content loads. on live preview in dreamweaver it does works. Please assist, am sure am doing something wrong.

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.