A modern WordPress theme designed for DevOps and technology companies, featuring full Elementor Pro compatibility and custom widgets.
- Fully Responsive Design - Mobile-first approach with beautiful layouts
- Elementor Pro Compatible - Custom header, footer, and page templates
- Custom Elementor Widgets - Hero sections, service cards, stats counters, and more
- DevOps Focused Content - Pre-built sections for services, case studies, and testimonials
- Performance Optimized - Clean code and optimized assets
- SEO Ready - Structured data and semantic HTML
- Dark Theme - Modern dark design with orange accents
-
Upload Theme Files
# Copy the wordpress-theme folder to your WordPress themes directory cp -r wordpress-theme /path/to/wordpress/wp-content/themes/modul8-theme
-
Activate Theme
- Go to WordPress Admin → Appearance → Themes
- Find "Modul8 Elementor Theme" and click "Activate"
-
Install Required Plugins
- Elementor (Free version)
- Elementor Pro (Recommended for full functionality)
- Advanced Custom Fields (Optional)
-
Configure Theme
- Go to Customizer → Modul8 Settings
- Set your contact email and CTA button text
- Upload your logo
wordpress-theme/
├── assets/
│ ├── css/
│ │ ├── custom.css # Main theme styles
│ │ └── widgets.css # Elementor widget styles
│ └── js/
│ └── main.js # Theme JavaScript
├── elementor-templates/
│ ├── elementor-extensions.php # Elementor integration
│ └── widgets/ # Custom Elementor widgets
│ ├── hero-section.php
│ ├── service-card.php
│ ├── case-study-card.php
│ ├── stats-counter.php
│ ├── trust-logos.php
│ └── contact-form.php
├── functions.php # Theme functions
├── style.css # Main stylesheet
├── header.php # Header template
├── footer.php # Footer template
├── index.php # Homepage template
├── page-services.php # Services page
├── page-blog.php # Blog page
└── archive-case_study.php # Case studies archive
The theme includes custom post types for:
- Services - Individual service offerings
- Case Studies - Client success stories
- Customizable badge, title, and description
- Primary and secondary call-to-action buttons
- Trust logos display
- Background gradient with pattern overlay
- Icon with custom SVG support
- Title and description
- Feature list
- Call-to-action button
- Animated number counters
- Custom labels
- Hover effects
- Client logo display
- Project description
- Results showcase
- Link to full case study
- Client logo carousel
- Grayscale filter with hover effects
- Responsive grid layout
- AJAX form submission
- Email integration
- Custom styling
- Validation and error handling
- Hero section with value propositions
- Services overview
- About section with stats
- Case studies preview
- Contact form
- Detailed service descriptions
- Process overview
- Feature comparisons
- Call-to-action sections
- Client success stories
- Performance metrics
- Technology stacks
- Results achieved
- Featured articles
- Category filtering
- Newsletter signup
- Related posts
The theme uses CSS custom properties for easy color customization:
:root {
--primary: #ef6c35; /* Orange accent */
--secondary: #1e293b; /* Dark blue */
--background: #0f172a; /* Dark background */
--foreground: #f8fafc; /* Light text */
--muted-foreground: #94a3b8; /* Muted text */
}
Uses system fonts for performance:
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
- Mobile: 768px and below
- Tablet: 769px - 1024px
- Desktop: 1025px and above
- CSS custom properties for theming
- Mobile-first responsive design
- Component-based styling
- Utility classes for common patterns
- Smooth scrolling navigation
- AJAX form handling
- Intersection Observer animations
- Mobile menu toggle
- Back-to-top functionality
- Minified assets
- Lazy loading images
- Optimized fonts
- Compressed SVGs
- Efficient selectors
// Form submission handled via AJAX
// Endpoint: wp_ajax_modul8_contact_form
// Security: WordPress nonce verification
// Newsletter subscription
// Endpoint: wp_ajax_modul8_newsletter_signup
// Storage: WordPress options table
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
- WordPress 5.0+
- PHP 7.4+
- MySQL 5.6+
- Elementor - Page builder functionality
- Elementor Pro - Advanced widgets and templates
- Advanced Custom Fields - Additional custom fields
- Yoast SEO - Search engine optimization
- WP Rocket - Caching and performance
For theme support and customization:
- Documentation: Available in theme files
- Updates: Manual updates required
- Compatibility: Tested with latest WordPress and Elementor versions
- Initial release
- Custom Elementor widgets
- Responsive design
- AJAX functionality
- Custom post types
- Performance optimizations
This theme is released under the GPL v2 or later license.
- Icons: Lucide React (https://lucide.dev)
- Fonts: System font stack
- Framework: WordPress + Elementor
- Design: Inspired by modern DevOps platforms