Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1077798

    Hallo,

    auf unserer Seite werden 3 Bilder zwar geladen aber nicht mehr angezeigt. Für die 3 Bilder wird mir “Failed to load resource: the server responded with a status of 404 ()” angezeigt. Woran kann das liegen?

    Die Bilder sollten eigentlich auf dieser Seite in der grauen Spalte angezeigt werden:
    https://it-support-24.de/fernwartung/

    Vg

    #1078381

    Hey itsupport24,

    It means the images are not found.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1078682

    Hey,

    sure. Thank you for checking it.

    Vg

    #1079379

    Hi,

    The missing images are in the section in private. Could you try to upload and add that image again to see if that helps please?

    Best regards,
    Rikard

    #1079813

    Hi,

    I uploaded the pictures again, but it didn´t work. What else could it be?

    I took the “so-123” out of the Section ID Box, that the pictures can be seen.

    Vg

    #1080972

    Hi itsupport24,

    Best regards,
    Victoria

    #1081302
    This reply has been marked as private.
    #1082626

    Hi,

    The images are not displaying when the Section ID is filled because of this css code.

    #so-123 img {
        opacity: 0!important;
    }

    Looks like you’re using the generic (.avia-builder-el-11, .avia-builder-el-6 etc) class attributes as selectors for the elements. Those class attributes are temporary and can change based on the number of elements in the page and their order in the builder. Turn on the custom css class field in order to apply a permanent css class attribute to the elements, which can then be used to change their style.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1082656

    Hi Isamael,

    thanks for your help. I tried as you said. I have put a custom css class for the images for example “bild1” and put it in the stylesheet aswell.
    If I investigate the element in the frontend I see that the css class didn´t change. I have reset it for the time being.

    Vg

    #1083570

    Hi,

    Thanks for the update.

    We applied the class attributes to the images and edited the css code in the style.css file.

    #so-123 img {
    	opacity: 0!important;
    }
    #so-123 .so123-bild1, #so-123 .so123-bild2, #so-123 .so123-bild3 {
    	background-image: url(/wp-content/uploads/2018/12/itsupport-ersterschritt-grau.png);
    	background-repeat: no-repeat!important;
    	background-position: center!important;
    }
    #so-123 .so123-bild1:hover {
    	background-image: url(/wp-content/uploads/2018/12/itsupport-ersterschritt-orange.png);
    }
    #so-123 .so123-bild2:hover {
    	background-image: url(/wp-content/uploads/2018/12/itsupport-zweiterschritt-orange.png);
    }
    #so-123 .so123-bild3:hover {
    	background-image: url(/wp-content/uploads/2018/12/itsupport-dritterschritt-orange.png);
    }

    Best regards,
    Ismael

    #1084053

    Hi Ismael,

    thanks alot for your help. I corrected the code a little bit and now it works perfectly.
    Your support really is one of the best that I ever experienced.

    Vg

    #1085134

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Bilder werden geladen, aber nicht angezeigt’ is closed to new replies.