Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lwc:wordpress [2020/11/26 22:45] – created John Harrison | lwc:wordpress [2025/09/12 09:05] (current) – John Harrison | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Menu Images: | + | ===== Plugins for Facebook Like and Share buttons |
| - | + | ||
| - | * http: | + | |
| - | + | ||
| - | **Plugins for Facebook Like and Share buttons:** | + | |
| - | + | ||
| - | \\ | + | |
| |** name/ | |** name/ | ||
| Line 14: | Line 7: | ||
| | Really simple Facebook Twitter share buttons| they don't line up well so they look bad (easily fixed). Other than that, it could be a good alternative to Facebook plugin | | Really simple Facebook Twitter share buttons| they don't line up well so they look bad (easily fixed). Other than that, it could be a good alternative to Facebook plugin | ||
| |**WP Facebook Like Send & Open Graph Meta** | |**WP Facebook Like Send & Open Graph Meta** | ||
| - | | | + | |[[https:// |
| - | + | ||
| - | \\ | + | |
| ===== GDPR ===== | ===== GDPR ===== | ||
| Line 27: | Line 17: | ||
| wp privacy policy guide: | wp privacy policy guide: | ||
| + | ===== Kadence Blocks ===== | ||
| + | ==== Two Column Responsive with Text Overflow ==== | ||
| + | === Vimeo Video and generic images === | ||
| + | There has to be a better way but for now the kludge is to embed video 2x. | ||
| + | * 1st video set '' | ||
| + | <code css> | ||
| + | @media (max-width: 600px) { | ||
| + | | ||
| + | display: none !important; | ||
| + | } | ||
| + | } | ||
| + | .alignleft { | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| + | } | ||
| + | </ | ||
| + | * 2nd video keep alignment at '' | ||
| + | <code css> | ||
| + | @media (min-width: 601px) { | ||
| + | | ||
| + | display: none !important; | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | One catch is the keyword '' | ||
| + | |||
| + | For generic images change the '' | ||
| + | |||
| + | ==== Tweaks ==== | ||
| + | * [[https:// | ||
| + | - use '' | ||
| + | - add '' | ||
| + | * [[https:// | ||