Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:wordpress [2022/11/13 14:15] – John Harrison | lwc:wordpress [2025/09/12 09:05] (current) – John Harrison | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| | jetpack | | jetpack | ||
| | 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 18: | Line 19: | ||
| ===== Kadence Blocks ===== | ===== Kadence Blocks ===== | ||
| ==== Two Column Responsive with Text Overflow ==== | ==== Two Column Responsive with Text Overflow ==== | ||
| - | === Vimeo Video === | + | === Vimeo Video and generic images |
| There has to be a better way but for now the kludge is to embed video 2x. | There has to be a better way but for now the kludge is to embed video 2x. | ||
| * 1st video set '' | * 1st video set '' | ||
| - | < | + | < |
| @media (max-width: 600px) { | @media (max-width: 600px) { | ||
| - | .ticss-3da29413 | + | selector |
| - | display: none !important; | + | display: none !important; |
| - | | + | } |
| } | } | ||
| + | .alignleft { | ||
| + | margin-top: | ||
| + | margin-bottom: | ||
| } | } | ||
| - | .alignleft { | ||
| - | margin-top: | ||
| - | margin-bottom: | ||
| - | } | ||
| </ | </ | ||
| * 2nd video keep alignment at '' | * 2nd video keep alignment at '' | ||
| - | < | + | < |
| @media (min-width: 601px) { | @media (min-width: 601px) { | ||
| - | .ticss-abefe4ae | + | selector |
| display: none !important; | display: none !important; | ||
| + | } | ||
| } | } | ||
| </ | </ | ||
| - | One catch is the keyword '' | + | One catch is the keyword '' |
| + | |||
| + | For generic images change the '' | ||
| + | |||
| + | ==== Tweaks ==== | ||
| + | * [[https:// | ||
| + | - use '' | ||
| + | - add '' | ||
| + | * [[https:// | ||