About Ollis WP Theme

Ollis is a WordPress theme built by like-themes, designed for creative professionals, freelancers, and small agencies. It focuses on clean typography, minimal layout structure, and a portfolio-first approach that lets the work speak for itself.

The theme ships with a block-based editor experience, making it compatible with the WordPress Site Editor. It supports full-site editing, meaning headers, footers, and templates can all be modified without touching code. Page templates are varied enough to cover one-page sites, multi-page portfolios, and simple business sites.

Ollis loads light out of the box. The codebase avoids unnecessary scripts and relies on native WordPress functionality where possible. If you want a theme that stays out of your way and performs well without heavy configuration, Ollis is worth a close look.

Get matched with a Ollis developer in under one day

Brief 01

Tell us about your Ollis project. Small fixes, Ollis theme customization, or a full website build, whatever you need, we've got it covered.

Connect 02

We'll connect you to the right Ollis developers, define the scope, and get everything 100% clear.

Collaborate 03

You'll get one estimate, hire your preferred developer, and start collaborating.

Most Ollis issues are not theme bugs. They are conflicts with plugins, custom CSS overrides gone wrong, or block editor templates that need restructuring. A developer who knows FSE block themes can diagnose and fix these quickly.

Through Codeable, you get matched with vetted WordPress developers who have real experience with themes like Ollis. No hiring risk, no upfront cost. Post your project, get an estimate, and decide from there. That is the whole process.

Pros

  • Full-site editing support means no page builder dependency
  • Clean, minimal codebase with fast default load times
  • Strong portfolio and creative layouts built in
  • Global Styles panel makes typography and color changes straightforward
  • Well-maintained by like-themes with regular WordPress compatibility updates

Cons

  • Limited built-in WooCommerce template coverage for complex shops
  • FSE learning curve for users coming from classic themes or page builders
  • Fewer pre-built block patterns compared to larger commercial theme frameworks
  • Customization beyond Global Styles requires PHP or child theme knowledge
  • Support is limited to the like-themes team, no large community forum

Who is Ollis for?

Freelance Creative Portfolio

Ollis handles freelance portfolios well. The grid layouts and project templates let you display case studies cleanly without needing a plugin. Typography spacing is generous, making written work readable alongside visuals. A developer can add custom post types for project categories and filter logic if you need more control over how work is organised.

Small Design Agency Website

Small agencies need a site that looks professional without becoming a maintenance burden. Ollis keeps the backend simple while delivering a polished front end. Team pages, service listings, and a contact form integrate without conflict. Custom template parts for service pages can be built quickly by an experienced FSE developer.

Photographer Showcase Site

Full-width image layouts and clean gallery templates make Ollis a practical base for photography sites. It avoids heavy sliders or JavaScript-heavy elements that slow image-heavy pages down. Pair it with proper image optimization and you get fast load times even with large photographs. A developer can hook in lightbox functionality or custom gallery queries as needed.

Consultant or Coach Landing Page

Single-page or minimal multi-page layouts work well for coaches and consultants. Ollis gives you a strong starting point with clear hierarchy and space for testimonials, CTAs, and service descriptions. A developer can add booking plugin integration, email opt-in blocks, or custom section layouts without restructuring the whole theme.

Minimal Blog or Personal Brand Site

The minimal typography-first design makes Ollis a good fit for writers and personal brands. Blog archive and single post templates are clean out of the box. If you want a custom reading experience, newsletter integration, or a members-only content section, those additions slot in well with a small amount of custom development work.

Customizing Ollis

Ollis customization works through the WordPress Site Editor and Global Styles panel. You can adjust color palettes, typography, spacing presets, and layout widths directly from the editor interface. No custom CSS is required for most visual changes.

For deeper modifications, like adding custom post types, custom query loops, or third-party integrations, you will need to work with PHP templates or child theme files. That is where an Ollis expert becomes useful. A developer familiar with like-themes block themes can extend the design system without breaking the FSE structure.

Custom block patterns, template parts, and conditional logic for different page types are common requests. These are straightforward for an experienced developer but time-consuming to get right on your own. Hiring help for those specific tasks saves significant back-and-forth.

Recommended plugins for Ollis

Ollis pairs well with WooCommerce for simple product or service selling, though complex shop builds may require additional template work. WPForms or Gravity Forms slot in cleanly for contact and lead capture.

For SEO, the theme outputs clean, semantic HTML that works well with plugins like Rank Math or Yoast. If you want to push site speed further, combining Ollis with a solid caching layer and image optimization gives strong results. See our WordPress performance service for that work.

For search visibility improvements beyond technical fixes, our WordPress SEO service covers on-page and technical SEO alongside any theme.

Not sure which plugins to use? This WordPress plugins directory covers the most popular options with reviews and setup guides.

Ollis common issues

Ollis theme header not showing correctly after update

Header display issues in Ollis after an update usually come from a cached template part or a conflicting customization saved in the Site Editor. Go to Appearance > Editor > Templates and check if your header template part has unsaved conflicts. Clearing your caching plugin after any theme update is essential. If the issue persists, a developer can inspect template hierarchy and reset only the affected part without losing other customizations. See our WordPress bug fixing service for fast help.

Ollis custom fonts not loading in WordPress Site Editor

Custom fonts failing to load in the Ollis Site Editor is often a browser caching issue or a conflict with a performance plugin blocking external font requests. Check your plugin settings for any script or font blocking rules. If you have added fonts via the Global Styles panel and they appear in the editor but not on the front end, a caching or minification conflict is the likely cause. A developer can identify exactly where the font pipeline breaks and fix it cleanly.

Ollis theme portfolio grid layout broken on mobile

Portfolio grid layout problems on mobile in Ollis are usually caused by custom CSS overrides that did not account for smaller breakpoints, or a block editor column setting that does not stack correctly. Check the block settings for your grid columns and confirm the mobile stack behaviour is set. If you added custom CSS for the grid, test it at each breakpoint. For persistent layout bugs, our bug fixing service can resolve these quickly.

Ollis WordPress theme white screen after plugin install

A white screen after installing a plugin with Ollis active usually means a PHP conflict between the plugin and the theme or another active plugin. Enable WordPress debug mode by adding define('WP_DEBUG', true); to your wp-config.php file. The error log will identify the exact conflict. Deactivate the new plugin and check if the site recovers. If you cannot access the admin at all, deactivate via FTP or your host’s file manager.

Ollis theme redesign

Time to refresh your Ollis site?

A good theme only gets you so far. If your site isn't converting, the problem is usually the design — not the theme. We can fix that.

Get a redesign estimate

Ollis FAQ

Ollis is a full-site editing (FSE) block theme built on the WordPress block editor. It uses block-based templates and template parts rather than the classic Customizer. This means you edit headers, footers, and page layouts through Appearance > Editor rather than traditional theme options. It requires WordPress 5.9 or higher and works best on current versions.

Ollis is an FSE block theme and is not designed to work with Elementor or WPBakery. These page builders are built for classic themes or hybrid setups. Using them with Ollis can cause layout conflicts and break template functionality. If you need page builder compatibility, you would need a different theme. For block-based design flexibility within Ollis, a developer can build custom patterns instead.

Ollis has basic WooCommerce compatibility. Standard product pages, cart, and checkout will work, but the styling may need adjustments to match the rest of your site. Complex shop layouts, custom product templates, or filtered product archives will require additional development. A WordPress developer familiar with both FSE themes and WooCommerce can handle that templating work cleanly.

Creating a child theme for an FSE block theme like Ollis is different from classic themes. You create a child theme directory with a style.css and a functions.php file, then add your custom PHP or CSS there. For template overrides, you copy the relevant HTML template file from Ollis into your child theme’s templates folder. A developer can set this up properly so updates do not overwrite your changes.

Yes, migrating an existing site to the Ollis theme is possible. The main work involves rebuilding your existing page layouts using Ollis block templates and patterns. Content in the WordPress editor transfers cleanly, but custom layouts, sidebars, and shortcode-heavy pages need rebuilding. Our WordPress migration service covers theme switches as part of a full site move if needed.

Hire an Ollis WordPress Developer

Whether you need layout changes, custom functionality, plugin integration, or a full site build on Ollis, a specialist gets it done faster and cleaner than trial and error. Our developers work exclusively on WordPress and know block-based themes well.

Get a free estimate with no obligation. Describe your project, receive a quote within 24 hours, and only proceed if it makes sense for you. Completely risk-free.

#ACF
#Avada
#Contact Form 7
#Custom WP Themes
#Elementor
#Gutenberg
#Custom API Integration
#Site Migration
#WP Speed Optimization
#Theme Customization
#Custom Post Type
#PHP
#Laravel
#Plugin Development
#MYSQL
#Wp Rocket
#SEO
#Gravity Forms
#JavaScript
#Learndash
#Headless WordPress
#Payment Gateways
#Ninja Forms
#BuddyPress
#Slider Revolution
#Full Site Builds
#Anything Backend
#Anything Frontend
#Bookly
#GamiPress
#React JS
#Design
#ADA Compliance
#DIVI
#Genesis
#Enfold
#FacetWp
#WP Rest API
#Multisite
#Vue JS
#Maintance
#WooCommerce
#Hacking Cleanup
#BuddyBoss
#Hosting Transfer
#CSS

You'll need a free Codeable account so developers can ask questions and send their quotes.