-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pattern for a linkseite for social media #710
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
albig
reviewed
Aug 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bei mir gibt es einen Hinweis auf einen kaputten Block. Wenn ich ihn repariere ändert sich der Block wie folgt:
diff --git a/functions/block-patterns/seiten/linkseite.html b/functions/block-patterns/seiten/linkseite.html
index 38a8e89..ead437d 100644
--- a/functions/block-patterns/seiten/linkseite.html
+++ b/functions/block-patterns/seiten/linkseite.html
@@ -1,7 +1,7 @@
-<!-- wp:cover {"url":"https://sunflower-theme.de/demo/wp-content/uploads/sites/6/2021/03/jan-huber-4OhFZSAT3sw-unsplash_red-1024x620.jpg","id":69,"dimRatio":50,"customOverlayColor":"#928f8a","isDark":false,"layout":{"type":"constrained"}} -->
+<!-- wp:cover {"url":"https://sunflower-theme.de/demo/wp-content/uploads/sites/6/2021/03/jan-huber-4OhFZSAT3sw-unsplash_red-1024x620.jpg","id":69,"alt":"Cover Bild Hintergrund","dimRatio":50,"customOverlayColor":"#928f8a","isUserOverlayColor":true,"isDark":false,"metadata":{"categories":["sunflower-seiten"],"patternName":"sunflower/linkseite","name":"Linkseite"},"layout":{"type":"constrained"}} -->
<div class="wp-block-cover is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim" style="background-color:#928f8a"></span><img class="wp-block-cover__image-background wp-image-69" alt="Cover Bild Hintergrund" src="https://sunflower-theme.de/demo/wp-content/uploads/sites/6/2021/03/jan-huber-4OhFZSAT3sw-unsplash_red-1024x620.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:image {"id":1608,"sizeSlug":"thumbnail","linkDestination":"none","align":"center"} -->
- <figure class="wp-block-image aligncenter size-thumbnail"><img src="https://sunflower-theme.de/demo/wp-content/uploads/sites/6/2024/08/prince-akachi-J1OScm_uHUQ-unsplash-1-scaled.jpg" alt="" class="ounded-circle"/></figure>
+ <figure class="wp-block-image aligncenter size-thumbnail"><img src="https://sunflower-theme.de/demo/wp-content/uploads/sites/6/2024/08/prince-akachi-J1OScm_uHUQ-unsplash-1-scaled.jpg" alt="" class="wp-image-1608"/></figure>
<!-- /wp:image -->
<!-- wp:spacer {"height":"10px"} -->
Ist diese CSS-Classe ounded-circle
ein Versehen? Kommt da noch (s)css dazu?
ja, ist ein versehen. sollte |
albig
added a commit
that referenced
this pull request
Sep 3, 2024
* Add WhatsApp sharer button (#651) * Add WhatsApp sharer button * Extend GitHub workflow for all dev branches * Fix coding standard for new sharer * Avoid using pixabay images in templates and Sunflower instances. (#708) * Replace background image of block next-events * Remove sample picture import from sunflower-theme.de * Update documentation about free image sources * Fix font im backend editor * Update templates not to use pixabay images as default * Fix person and homepage template * Add optional field for contact-form receiver email (#709) * Send copy of email in contact-form to sender if desired (#711) * Fix whole day events (imported and manual edited) (#714) * Enhance contact form block: show only valid options (#716) * Add option to show latest posts with 2 or 3 columns (#715) * pattern for a linkseite for social media (#710) * add the pattern of linkseite * Fix block errors * update linkseite social icons + picture * add doku to blocks * add the changes of 2.2 in changelog * Make linkseite template full-width and with round image * Fix link to changelog in docu --------- Co-authored-by: Alexander Bigga <[email protected]> * Show websitename in page metadata to enhance SEO (search engine optimization) (#718) --------- Co-authored-by: Hanna H. <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.