Skip to content

gabidoet/portfolite-wordpress-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolite WordPress Theme

A modern, responsive WordPress theme designed for creative professionals and portfolio websites. Features full WooCommerce integration, Gutenberg compatibility, and a clean, minimal design perfect for showcasing creative work.

🚀 Features

Design & UX

  • Clean & Modern: Minimal design with focus on content
  • Fully Responsive: Mobile-first design that looks great on all devices
  • Dark Mode: Built-in dark mode toggle with smooth transitions
  • Smooth Animations: Micro-animations and transitions for enhanced UX
  • Accessibility Ready: WCAG 2.1 AA compliant with proper ARIA labels

🎨 Portfolio System

  • Custom Portfolio Post Type: Dedicated portfolio functionality
  • Portfolio Categories & Tags: Organize projects efficiently
  • Project Meta Fields: Client, date, skills, project URL, and gallery
  • Portfolio Filtering: AJAX-powered filtering by category
  • Portfolio Search: Real-time search functionality
  • Featured Projects: Highlight your best work

🛒 WooCommerce Ready

  • Full WooCommerce Support: Complete e-commerce functionality
  • Custom WooCommerce Styling: Seamlessly integrated design
  • Product Gallery Support: Enhanced product images
  • Cart Integration: Header cart with item count

📝 Gutenberg Compatible

  • Block Editor Support: Full Gutenberg compatibility
  • Custom Block Styles: Enhanced block styling
  • Block Patterns: Pre-designed content patterns
  • Wide & Full Alignment: Support for wide and full-width blocks

⚙️ Customization

  • Theme Customizer: Extensive customization options
  • Color Schemes: Customizable primary, secondary, and accent colors
  • Typography Options: Google Fonts integration
  • Layout Controls: Container width, sidebar position
  • Header & Footer Options: Flexible header and footer settings

🔧 Technical Features

  • PHP 7.4+ Compatible: Modern PHP syntax and features
  • WordPress 6.0+ Ready: Latest WordPress features
  • SEO Optimized: Clean, semantic markup
  • Performance Optimized: Fast loading with optimized assets
  • Translation Ready: Fully translatable with .pot file

📦 Installation

  1. Download the theme files
  2. Upload to your WordPress site via Appearance > Themes > Add New > Upload Theme
  3. Activate the theme
  4. Customize via Appearance > Customize

🎯 Quick Setup

1. Configure Menus

  • Go to Appearance > Menus
  • Create a primary menu and assign it to "Primary Menu" location
  • Optionally create a footer menu

2. Set Up Portfolio

  • Create portfolio items via Portfolio > Add New
  • Add portfolio categories via Portfolio > Categories
  • Create a page using the "Portfolio Grid" template

3. Customize Colors & Fonts

  • Go to Appearance > Customize > Portfolite Options
  • Adjust colors, typography, and layout settings
  • Enable/disable features as needed

4. Configure Widgets

  • Add widgets to sidebar and footer areas
  • Customize footer content and copyright text

📋 Requirements

  • WordPress: 6.0 or higher
  • PHP: 7.4 or higher
  • MySQL: 5.6 or higher

🎨 Customization

Colors

The theme uses CSS custom properties for easy color customization:

:root {
  --color-primary: #2563eb;
  --color-secondary: #64748b;
  --color-accent: #f59e0b;
}

Typography

Customize fonts through the theme customizer or CSS:

:root {
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'Inter', sans-serif;
}

Layout

Adjust container width and spacing:

:root {
  --container-max-width: 1200px;
  --space-base: 1rem;
}

🔌 Recommended Plugins

  • WooCommerce: For e-commerce functionality
  • Contact Form 7: For contact forms
  • Yoast SEO: For SEO optimization
  • Jetpack: For additional features

📱 Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)
  • Internet Explorer 11+

🆘 Support

For support and documentation:

  1. Check the theme documentation
  2. Visit the support forum
  3. Contact theme support

📄 License

This theme is licensed under the GPL v2 or later.

🔄 Changelog

Version 1.0.0

  • Initial release
  • Portfolio custom post type
  • WooCommerce integration
  • Dark mode functionality
  • Responsive design
  • Accessibility features
  • Theme customizer options

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📞 Credits

  • Font: Inter by Rasmus Andersson
  • Icons: Heroicons by Steve Schoger
  • Framework: Built with modern CSS Grid and Flexbox
  • Inspiration: Modern portfolio websites and creative agencies

Portfolite - Showcase your creativity with style! ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors