Coder Social home page Coder Social logo

Image Gallery about phpwcms HOT 8 CLOSED

Chaffinch avatar Chaffinch commented on August 20, 2024
Image Gallery

from phpwcms.

Comments (8)

Chaffinch avatar Chaffinch commented on August 20, 2024 1

Vielen Dank, ich wünsche Ihnen ein schönes Wochenende

from phpwcms.

slackero avatar slackero commented on August 20, 2024

You have selected a JavaScript lib in the template?

from phpwcms.

Chaffinch avatar Chaffinch commented on August 20, 2024

Ich glaube schon .Ich habe einen Testartikel und eine Galerie hinzugefügt. Ich habe eine Vorschau erstellt, ich habe diese Fehler. In der Vorlage habe ich die Bibliothek geändert in JQuery 3.4.1 ,das Problem ist verschwunden.

from phpwcms.

Chaffinch avatar Chaffinch commented on August 20, 2024

Screenshot 2024-02-28 at 05-19-45 Zaplecze phpwcms (administracja) Ich habe 3 Spalten eingerichtet, es sind nur zwei http://1.10.2.foto.malopolska.pl/

from phpwcms.

slackero avatar slackero commented on August 20, 2024

As you have found out that it's required to have a JavaScript lib selected, otherwise it does not work.

I have implemented a fallback to avoid this.

from phpwcms.

Chaffinch avatar Chaffinch commented on August 20, 2024

Slimbox v2.05 multilang switch
Chaffinch/phpwcms-1.10.2-lang-pl@2e219d2
Oliver please let me know if the German tags are displayed correctly: nextlabel-de.gif, closelabel-de.gif,prevlabel-de.gif
The test is here: http://1.10.2.foto.malopolska.pl/ Thanks for the info

from phpwcms.

slackero avatar slackero commented on August 20, 2024

Yes, it's German.

Bildschirmfoto 2024-03-01 um 22 45 49

from phpwcms.

slackero avatar slackero commented on August 20, 2024

Slimbox v2.05 multilang switch Chaffinch/phpwcms-1.10.2-lang-pl@2e219d2 Oliver please let me know if the German tags are displayed correctly: nextlabel-de.gif, closelabel-de.gif,prevlabel-de.gif The test is here: http://1.10.2.foto.malopolska.pl/ Thanks for the info

Remember that there usually is no JavaScript required any longer. CSS with the :lang() selector works very well.

html:lang(de) #lbPrevLink:hover {
    background-image: url(prevlabel-de.gif);
}
html:lang(pl) #lbPrevLink:hover {
    background-image: url(prevlabel-pl.gif);
}

from phpwcms.

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.