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

    Hi,

    ich habe eine benutzerdefinierte class bei einem Bild angelegt “auszeichnungen”.
    Dann habe ich in “Quick CSS” diese class angelegt:
    .auszeichungen {
    width: 50% !important;
    }

    Leider wird diese class nicht bei dem entsprechenen Bild gespeichert (Entwickler-Modus beim Browser), es funktioniert also nicht.
    Was mache ich falsch… ?

    Merci und Grüße
    Andreas

    #1276117

    Hey digimedia-roemerberg,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1276274

    Hey Victoria,

    Thanks for your message!
    I’m currently building a new website for a client with the Enfold theme. That is why the directory of the new website is at: https://autohaus-groh.de/web-2021/

    Best regards,
    Andy

    #1276337

    Hi Andy,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1276342

    Hi Nikko,

    The Temporary Login Without Password plugin is installed and the temporary user ” (Email address hidden if logged out) ” created … ;)

    Best regards,
    Andy

    #1276558

    Hi Andy,

    Thanks for that. I checked the page in private, but I can’t find the class your were referring to above. Where exactly did you add it?

    Best regards,
    Rikard

    #1276586

    Hi Rkard,

    At Quick CSS:
    .auszeichnungen {
    width: 50% !important;
    }

    At the startpage by the picture “Autobild BESTE KFZ-Werkstätten” in the developer settings.

    Thanks and best regards,
    Andy

    #1276761

    Hi Andy,

    Thanks for the update. I can’t find that text on the page you linked to though, could you link directly to the page where you are having problems please?

    Best regards,
    Rikard

    #1276779

    Hi Rikard,

    it’s not text, it’s a picture on this page: https://autohaus-groh.de/web-2021/home … ;)
    See the screenshot …

    Best regards,
    Andy

    screenshot

    #1277033

    Hi,

    Thanks for the clarification. So you are trying to target that image with your CSS? If so then you something like this instead:

    .auszeichnungen img {
        width: 50%;
    }

    Best regards,
    Rikard

    #1277077

    Hi Rikard,

    Yes of course, I forgot the “img”. How embarrassing … Thanks for the info!

    The problem is now solved :-)

    Best regards,
    Andy

    #1277089

    Hi Andy,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Enfold – builder developer options funktionieren nicht…’ is closed to new replies.