responsive thumbnail size

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157286

petersch wrote: but this must be somehow overwritten by another css


No, not really. One could see that in Firebug & Co.

Stupidly, there's no decent documentation on the Gantry pages (of course not), so no help from there unless you tried posting in their forums... good luck! :whistle:


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157287

petersch wrote: can you actually change the css live in firebug (or in googlechrome, which i'm using)


Yes, of course. In a "what if" way. So, you see live what happens as you change/delete/amend code, but it doesn't magically make it into your CSS files and stick there...

Go get a driver's license for these tools. It's not rocket science.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157289

Übrigens, haste die PMs gesehen, die ich dir geschickt hab? B)


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 3 months ago by lousyfool.

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157290

mps aehm....keine ahnung was das ist.

ueberlege die thumnails einfach zu verkleinern so das es auch aufm smartphone jut aussieht.

ist aber immer noch das problem auf der product page. es sieht so aus als waeren die bilder nach rechts gerueckt aber der rest ist fein....kann man das beheben
vielen dank nochmal fuer die hilfe, ich hab keinen plan von diesem ganzen programmier.....sss

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157291

Man müsste da mal in Ruhe ran, so schwierig ist das alles nicht. Bloß irgendwie passt HikaShop's "responsive" wohl nicht mit dem "Bootstrap" von Gantry zusammen... was in beider Fall - jeder für sich und zusammen - nicht so ganz ungewöhnlich scheint. Z.B. den Slider von HS hab ich noch auf keinem neueren Template schick aussehend am Laufen gesehen...

Aber ja, die product page sollte eigentlich gar kein Problem sein. Wie gesagt, eventuell mal in Ruhe. Bilder verkleinern könnte ein Workaround sein, am besten mit Media Queries, also abhängig von Browserfenster-Breite... aber das ist wahrscheinlich schlimmer als chinesisch für dich... :lol:


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157294

haha, media queries sagt mir schon was. was verursacht denn dass das produktbild auf einmal eingrueckt wird...davon is nix im hikashop css zu sehen ....es wird auch nur das bild ein gerueckt...der rest ist ok.

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157295

@media only screen and (max-width: 640px) {
div.modal.fade.in{
width: 480px !important;
margin-left: -240px !important;
top : 10% !important;
left: 50% !important;
}
.hikashop_cpanel_icon_table {
width: auto !important;
}
}
@media only screen and (max-width: 480px) {
div.modal.fade.in{
width: 320px !important;
height: 380px !important;
margin-left: -160px !important;
top : 10% !important;
left: 50% !important;

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157296

petersch wrote: haha, media queries sagt mir schon was. was verursacht denn dass das produktbild auf einmal eingrueckt wird...davon is nix im hikashop css zu sehen ....es wird auch nur das bild ein gerueckt...der rest ist ok.


Das Bild ist nicht rechts reingerückt. Die product page ist 50/50 geteilt, und das Bild sitzt mittig in der linken Hälfte. In der rechten Hälfte ist alles links angeklebt...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 3 months ago by lousyfool. Reason: scheiss autokorrektur

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157297

AH, oder media queries im carousel css

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157298

petersch wrote: @media only screen and (max-width: 640px)
@media only screen and (max-width: 480px)


ja, in die Abteilungen gehört das...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157299

kann man sowas wie 50/50 aufheben...ich will an sich den tablenmodus schon beibehalten....man muesste ihn nur abstellen wenns auf kleinere screens geht

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157300

petersch wrote: kann man sowas wie 50/50 aufheben...ich will an sich den tablenmodus schon beibehalten....man muesste ihn nur abstellen wenns auf kleinere screens geht


Wie, bei kleineren Screens stapelt sich doch eh alles, da ist doch sowieso nix mehr mit 50/50, oder was meinst du?

In jedem Fall kann man alles mögliche machen oder abstellen oder was anderes machen. Wie einfach das ist, kommt drauf an wie's bisher gemacht ist, und wie's werden soll. Vieles geht mit CSS, manchmal muss man an Framework-Parameter, und manchmal müssen die PHPs ein bisschen gemoddet werden.
Aber das machen wir nicht jetzt und schon gar nicht hier! Sonst wird Nicolas noch muffig...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 3 months ago by lousyfool. Reason: dammit!

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 0
11 years 3 months ago #157301

beim stapeln wird doch dann das bild nach rechts gerueckt waerend der rest sauber links beginnend sitzt. keine ahnung wer nicolas ist

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157302

petersch wrote: beim stapeln wird doch dann das bild nach rechts gerueckt waerend der rest sauber links beginnend sitzt.


Nee sorry, das Bild bleibt - wegen seiner unverschämten Größe, an der sich dummerweise derzeit nix ändert - irgendwann (früh) einfach da stehen wo es ist. Und schrumpft eben nicht, ansonsten würde es sicher mittig im Screen sitzen. Kommt dir also nur so vor, als ob es nach rechts "wandert".

petersch wrote: keine ahnung wer nicolas ist


Oh. Das sollte sich schnellstens ändern. Nicolas ist der Boss hier, quasi der Kopf von HikaShop, chief programmer und was weiß ich nicht noch alles. Ein richtig netter. Und der beste und schlaueste Supporter hier.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157304

petersch wrote: AH, oder media queries im carousel css


Ich nochmal. Tja, lässt mir ja auch keine Ruhe...

Guck mal hier im Carousel-Forum . Jede Menge Hinweise, dass das Carousel nicht responsive ist, und so auch nicht wird, sondern irgendwann mal was neues kommt. Klar, reichlich Bastelei mit Media Queries können was simulieren, aber so richtig schick wird das nicht, logo.

Bleibt immer noch die product page...


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

Time to create page: 0.108 seconds
Powered by Kunena Forum