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%
Find a file
Daniel Jösch 72812c5e13
Some checks failed
Deploy to All-Inkl / deploy (push) Has been cancelled
feat: add rainbow sparkle effect for NEW downloads
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>
2026-04-02 11:18:12 +02:00
.github/workflows Add GitHub Actions deploy workflow 2026-01-15 22:17:33 +01:00
wp-content feat: add rainbow sparkle effect for NEW downloads 2026-04-02 11:18:12 +02:00
.claudeignore feat: fix license email bug + multi-product support (v1.4.0) 2026-03-22 00:04:14 +01:00
.gitignore Initial commit: synthrilla.com 2026-01-15 21:46:15 +01:00
ads-legal-information-bassbox.md feat: fix license email bug + multi-product support (v1.4.0) 2026-03-22 00:04:14 +01:00
index.htm feat: fix license email bug + multi-product support (v1.4.0) 2026-03-22 00:04:14 +01:00
README.md Add project documentation and mu-plugins 2026-02-04 10:07:57 +01:00

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.