WordPress E-Commerce für digitale Audio-Produkte (EDD Pro)
- PHP 78.8%
- HTML 16.2%
- SCSS 4.5%
- Shell 0.3%
- CSS 0.2%
|
Some checks failed
Deploy to All-Inkl / deploy (push) Has been cancelled
Animated conic-gradient border around thumbnails of EDD downloads starting with "NEW:". Includes hover glow on thumbnail and buy button. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| wp-content | ||
| .claudeignore | ||
| .gitignore | ||
| ads-legal-information-bassbox.md | ||
| index.htm | ||
| README.md | ||
Synthrilla.com
WordPress-basierte E-Commerce-Plattform für digitale Audio-Produkte (Synthesizer Presets, Sample Packs, etc.).
Tech Stack
- CMS: WordPress 6.x
- E-Commerce: Easy Digital Downloads (EDD) Pro
- Theme: Astra mit Child Theme
joesch-de - Page Builder: Elementor
- Cookie/GDPR: Borlabs Cookie
Projektstruktur
synthrilla.com/
├── wp-content/
│ ├── themes/
│ │ └── joesch-de/ # Custom Child Theme
│ │ ├── functions.php # Theme-Funktionen
│ │ ├── edd_templates/ # EDD Template Overrides
│ │ └── style.css # Child Theme Styles
│ └── mu-plugins/ # Must-Use Plugins
│ ├── fixes.php # Debug & Deprecation Fixes
│ └── wp-migrate-db-pro-compatibility.php
├── .gitignore
└── README.md
Features (Child Theme)
- Admin-Blocking: Nicht-Admin-User werden vom Backend ferngehalten
- Admin Bar: Nur für Admins sichtbar
- Sticky Cart Icon:
[synthrilla_cart_icon]Shortcode - EDD Customer Role: Sichere Rechteverwaltung
Deployment
Workflow
Lokal (PhpStorm) → Git Push → GitHub Actions → All-Inkl (Live)
Repositories
| Remote | URL |
|---|---|
| origin (GitHub) | git@github.com:djoesch/synthrilla.com.git |
| neueheimat | https://git.neueheimat.eu/joesch/synthrilla.com.git |
Environments
| Umgebung | URL |
|---|---|
| Lokal | https://local.synthrilla.com |
| Live | https://synthrilla.com |
Was wird getrackt?
Laut .gitignore werden nur Custom-Inhalte versioniert:
/wp-content/themes/joesch-de/- Custom Child Theme/wp-content/mu-plugins/- Must-Use Plugins/.gitignore/README.md
Nicht getrackt:
- WordPress Core (
wp-admin/,wp-includes/) - Plugins (
wp-content/plugins/) - Uploads (
wp-content/uploads/) - Konfiguration (
wp-config.php,.htaccess)
Lokale Entwicklung
Siehe ../CLAUDE.md für Datenbank-Credentials und Server-Zugang.
Lizenz
Proprietär - Alle Rechte vorbehalten.