Code Monkey home page Code Monkey logo

Comments (10)

KevinBatdorf avatar KevinBatdorf commented on July 16, 2024

Hey, it could be a number of things. i'd have to see a link to your site, or a bit more of your code. What are your settings (only post the ones that are not default)?

Are you using a custom build? If yes, which modules?

from liquidslider.

reddo avatar reddo commented on July 16, 2024

These are my current settings:

$('#main-photo-slider').liquidSlider({
    preloader:true,
    responsive:true,
    swipe:true,
    autoSlide:true,
    autoHeight:true,
    crossLinks:true
});

Link is here: http://retesz.p.ht/blkn/

I used a custom build, I'm not sure which modules I included, but I just tried with all modules included, also with the github full version, with the same result. Now I got the github full version included on the page I linked before.

from liquidslider.

KevinBatdorf avatar KevinBatdorf commented on July 16, 2024

Hey, I just realized you're the same person from the other thread issue ha ha. I formatted your comments on both to look a bit better.

I'll check this out now.

from liquidslider.

reddo avatar reddo commented on July 16, 2024

Thanks :). I just found the GitHub Flavored Markdown link, now I know how to format. I'm new here :)

from liquidslider.

KevinBatdorf avatar KevinBatdorf commented on July 16, 2024

You have a few errors from other plugins that might be causing the page to stop working properly. Check the console on Chrome Dev Tools or something similar.

I'm seeing:

Uncaught SyntaxError: Unexpected token < on error.hostinger.eu:2
Uncaught TypeError: Cannot read property 'msie' of undefined  on jquery.columnizer.min.js:3

Because another symptom is that the hash linking from the liquid slider is also not being applied, although it's in your settings.

from liquidslider.

reddo avatar reddo commented on July 16, 2024

I've turned off columnizer, that didn't cause the error, it was there before I applied the columnizer. Check it out now.

Uncaught SyntaxError: Unexpected token < on error.hostinger.eu:2 was actually a 404 error, I had a script included and deleted it and forgot to remove it from the html.

from liquidslider.

KevinBatdorf avatar KevinBatdorf commented on July 16, 2024

Ah, weird. This might also not work but try turning dynamicTabs:false and hashLinking:false as well.

from liquidslider.

reddo avatar reddo commented on July 16, 2024

had to turn hashCrossLinks:false, too, otherwise it didn't work at all.

It seems to work now.

Also works with columnizer.
You won't believe it, but the swipe jumping stopped too...

from liquidslider.

KevinBatdorf avatar KevinBatdorf commented on July 16, 2024

Yeah that one too. I think it's because you had hashLinking and hashCrossLinks, which depends on hashTitleSelector that is "h2.title" by default. And since youre not using it, it never ran and was searching for the wrong panel to link to.

Glad its working.

from liquidslider.

reddo avatar reddo commented on July 16, 2024

Thanks for all your time! This plugin is awesome.

from liquidslider.

Related Issues (20)

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.