Beiträge von Benutzername:

    Hallo o/,

    kann Jemand ein bestimmtes Plugin für Spenden empfehlen? Das ganze dient für die Spendenannahme für eine gemeinnützige Organisation.

    Idealerweise sollten Überweisung & Paypal als Zahlungsmittel zur Verfügung stehen. Extra: Ein global Verfügbarer 'floating' Button (Das kann man aber auch selber hinzufügen).

    Bitte um Empfehlungen bzw. auch gerne Warnungen vor bestimmten Plugins.

    Zitat


    Image Class
    [COLOR=#444444][FONT=&amp]Allows the author to change the default class used when the plugin inserts a thumbnail or image into a post. This option is equivalent to the 'image_class' shortcode argument, and the %IMAGE_CLASS% keyword in the template.[/FONT][/COLOR]

    Also vermutlich

    Code
    [COLOR=#333333][amazon template=image&asin=3658157402&[/COLOR][COLOR=#444444][FONT=&amp]image_class=thumbnail[/FONT][/COLOR][COLOR=#333333]][/COLOR]
    Zitat

    the_post_thumbnail( 'thumbnail' ); // Thumbnail (150 x 150 hard cropped)
    the_post_thumbnail( 'medium' ); // Medium resolution (300 x 300 max height 300px)
    the_post_thumbnail( 'medium_large' ); // Medium Large (added in WP 4.4) resolution (768 x 0 infinite height)
    the_post_thumbnail( 'large' ); // Large resolution (1024 x 1024 max height 1024px)
    the_post_thumbnail( 'full' ); // Full resolution (original size uploaded)

    Ansonsten kannst du die Bildgröße auch einfach in der css Datei ändern.