bxSlider Modul hat immer einen Überlapp im Bild

Phoca Gallery modules - modules for Phoca Gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
souslevent
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 09 Jun 2014, 16:51

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by souslevent »

hi Jan,
no luck with another template... same issue of images misaligned.
you can close the case for me. i use phoca gallery for my images, and another module for the slide show, which is working perfectly now
thanks a lot for your help, and sunny greetings from Guadeloupe
Alex
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
burgerre
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 25 Jul 2014, 00:32
Location: Schweiz
Contact:

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by burgerre »

Hallo
ich habe das gleiche Problem wie die anderen bereits beschrieben haben.
Nun habe ich eure Demoseite (https://www.phoca.cz/joomla3demo/) etwas genauer analysiert und festgestellt, dass auch diese das Problem hat... :o
Da eure Bilder aber weißen Hintergrund haben sieht man das Problem nicht. Mit Bilder, welche bis zum Rand farbig sind, ist das Problem klar zu sehen und recht störend.
Gibt es eventuell ein Update vom Modul? Wenn ich zur Problemlösung Informationen liefern kann, helfe ich sehr gerne.

Vielen Dank
Reto
burgerre
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 25 Jul 2014, 00:32
Location: Schweiz
Contact:

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by burgerre »

Here's the solution!
Wir haben die Lösung für das Problem gefunden: :twisted:

in der Datei bootstrap.min.css, Zeile 9 steht:

Code: Select all

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
das verursacht den Fehler durch setzen eines margins auf allen ul. Das darf auf dem Slider nicht greifen und muss überschrieben werden.

Das kann wie folgt gelöst werden:
im Template.css (von \templates\phoca_tre\css)
oder
style.css (von \modules\mod_phocagallery_slideshow_bxslier)
soll mit folgenden Zeilen ergänzt werden:

Code: Select all

ul.bxslider{ margin-left: 0; }
Fertig!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: bxSlider Modul hat immer einen Überlapp im Bild

Post by Jan »

Hi, thank you, added to style.css in Phoca Gallery Slideshow bxSlider Module 4.0.4

https://www.phoca.cz/download/category/9 ... der-module

Jan
If you find Phoca extensions useful, please support the project
Post Reply