
State: Product Activated
Official Version
Official version provided by the developers. Licensed under the GNU GPL, allowing use on an unlimited number of sites.
Technical Support
Professional assistance with any technical issues. Support is included in the price. Read our Support Policy.
Guarantees and Safety
100% safe and fully functional product. Completely risk‑free. 14‑day money‑back guarantee. Read our Refund Policy.
I use Hoteller for hotel, resort, villa, and apartment sites where the booking flow is part of the theme stack, not something I bolt on later. It fits projects that need room types, availability, seasonal pricing, gallery-heavy pages, and a front-end that looks hospitality-specific without building the whole thing from scratch.
I don’t treat it like a “universal” theme. It works best when the site structure matches what the theme expects: accommodation post types, booking forms, predefined room templates, and the bundled page builder flow. If the project is really a custom booking app with unusual inventory logic, I usually outgrow it fast because the business rules start living outside the theme.
Hoteller stores most visual settings in the WordPress admin through the Customizer and the theme options panel from ThemeGoods. Page layouts are typically built with the bundled builder stack, while global items like logo, colors, typography, header behavior, and some booking presentation settings are driven by saved options in the database, not hardcoded PHP constants.
The part that matters in real work: content is editable from WordPress screens, but structural output still comes from the parent theme’s PHP templates. If I need to change markup for room archive cards, booking form placement, header logic, or single accommodation layout at the template level, I do it in a child theme, not in the parent. Otherwise the next theme update wipes it.
On installs I’ve worked on, the theme’s CSS/JS is loaded globally enough that optimization plugins can break booking UI if they delay or combine the wrong files. The usual failure is not “the theme is broken”; it’s that a performance plugin delays theme scripts or jQuery-dependent booking scripts, so datepickers, guest selectors, sticky headers, or gallery/lightbox actions stop responding. When that happens, I check DevTools → Console first for jQuery is not defined or $ is not a function, then Network for blocked or delayed theme JS/CSS files. If optimization is enabled, the fastest fix is:
jquery, jquery-core, jquery-migrate from delay/deferIf WooCommerce is used alongside Hoteller for extra purchases or deposits, I also check whether cart/variation scripts are being delayed. A broken add-to-cart state is often fixed by excluding:
wc-add-to-cartwc-add-to-cart-variationjs-cookiejquery-blockuiI’ve seen this after aggressive caching or JS optimization. The HTML renders, but the calendar or availability request never initializes because the script order changes or inline dependencies fire too early.
Fast fix:
jquery-core.In DevTools, I look for:
This is often a cache issue, not a pricing engine bug. Hotels change rates, minimum stay, or room availability, but full-page caching keeps serving old markup or stale AJAX responses.
Fast fix:
If the theme uses AJAX search/availability endpoints, stale cache at the server/CDN layer can make “available” rooms appear unavailable or vice versa. I check Network to see whether search requests are returning cached responses or the wrong query parameters.
That usually comes from missing required plugins, import timeout, or media import failing. The theme options may import, but menus, widgets, homepage assignment, and images remain incomplete.
Fast fix:
Hoteller generally runs without a purchase code after installation, so the theme itself can load and be used. What you typically lose without activation/valid license support is:
Manual updates are straightforward: upload the new theme ZIP via Appearance → Themes or replace the parent theme over FTP/SFTP. The risk is simple: any edits made directly in the parent theme are overwritten. I fix that by putting PHP template changes, custom CSS, and hooks in a child theme from day one.
Bundled plugins are the other gotcha. A theme update does not always mean bundled premium plugins are updated automatically unless the vendor’s updater/license flow is active. If a page builder or booking-related bundled plugin is outdated, I update that separately from the package the theme author provides.
Download Medilazar archive with the latest update and install it over the existing version. If there is no previous version installed, the theme can be installed using the standard method. You can find detailed instructions on how to update a theme or plugin on this page.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button on the right. This gives you an extra level of confidence before downloading and using the files.
Yes. I’ve done that for brochure-style hotel sites. It works, but you’re still carrying hospitality-specific theme logic/assets you may not need.
Because JS delay/minify changed script order. Exclude jquery-core and the theme’s booking scripts from delay/combine, then retest the booking page only.
No. Parent theme edits are overwritten on update. Use a child theme for template overrides and custom functions.
Usually missing required plugins, failed image import, or homepage/menu assignment not finished. Check plugin status, then set homepage and menus manually.
You can use any product from our store on as many websites as you like.
After purchasing a product, you’ll be able to download it — including the most recent version — for the next 72 hours. Once that period ends, you can either repurchase the product or switch to one of our membership plans.
With an active membership, updates are always included. You’ll have continuous access to the latest versions for as long as your membership remains active, without worrying about expiration dates.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included. In the past, license sharing and related issues caused account problems, so we decided to stop distributing keys.
That said, all products you receive are fully authentic. For items that normally require activation, we provide them pre‑activated, allowing you to install and use them immediately without dealing with license input or activation errors.
Yes — 100%. All products are original and distributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer additional services such as custom development or one‑on‑one support. License keys are also not included. Instead, products that typically require activation are delivered ready to use, allowing installation on unlimited websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.