Unlock Your Website’s Potential with Custom Fonts In this blog, we’ll explore the importance of typography in enhancing your site’s visual appeal and user experience. You’ll discover step-by-step instructions for integrating custom fonts into your Optimizely CMS Spire. Whether you’re a beginner or an experienced developer, this guide will provide valuable insights to elevate your […]
Posts Tagged ‘Optimizely’
Creating Seamless Omnichannel Solutions with Optimizely
Let’s be honest: today’s customers expect a lot. They want to browse your website on their laptop, check prices on their phone, maybe ask a question on social media — and they expect it all to feel easy and connected. If your brand can’t keep up? They’ll notice — and they’ll move on. That’s why […]
Simple and Effective Personalization with Optimizely Data Platform (ODP)
As we dive into the amazing capabilities of Optimizely One, let’s shine a spotlight on the Optimizely Data Platform (ODP). This simple tool unifies all your customer data in one place, making segmentation and personalization a breeze for your marketing team. With ODP, you’ll gain a complete view of your customers’ interactions and behaviors, empowering […]
Streamlining Marketing Success: The Benefits for Optimizely One with Perficient
As an Optimizely expert, I eagerly anticipate this time of year due to the exciting Optimizely events happening worldwide. These include Opticon, the main conference for customers, the Optimizely OMVP Summit, a developer meetup, and the Optimizely Hackathon. During these events, we learn about new product releases and discover innovative ways to drive success for […]
How to Customize Zoom Level in Optimizely CMS Spire
In some situations, we need to set a maximum zoom scale or disable zoom completely on our website. This blog explains how to achieve that behavior in Optimizely Spire. In Optimizely, the meta viewport tag rendered on the page comes from the src\FrontEnd\modules\server-framework\src\PageRenderer.tsx file. However, since this file is part of the server framework, we […]
Bug Fixing: Lazy loaded property value is not supported by the current property instance
While upgrading from CMS v11 to v12, we ran into an error that read “Lazy loaded property value is not supported by the current property instance”. Unfortunately, the stack trace didn’t really say what the problem was. Here is that stack trace: System.InvalidOperationException: Lazy loaded property value is not supported by the current property instance […]
A Day in the Life: Nenad Nicevski Shares His Optimizely Expertise
Through Perficient’s wide range of capabilities and expertise, we bring a strategic mindset, innovative ideas, and a practical approach to help our clients and partners succeed. With several years of thought leadership spanning technologies and time zones, Nenad Nicevski, senior technical consultant, shares his Perficient experience and how he built strong relationships within our Sitecore […]
Crafting a Secure User Login Page with Next.js and Optimizely Commerce API: A Step-by-Step Guide
In this blog, let’s dive into creating a secure user login page with Next.js and integrating it with Optimizely’s Commerce APIs. Here are the steps you can follow: Setting Up Optimizely Configured Commerce Project: First, ensure you have an Optimizely Configured Commerce project running on your local machine with the necessary APIs. The hosted Optimizely […]
Perficient’s Mark Hall Awarded as an Optimizely MVP
Perficient would like to announce our very own Mark Hall, Senior Solutions Architect, as the newest Optimizely MVP. Hall is one of 10 outstanding individuals worldwide awarded as a 2024 Winter OMVP. This is Perficient’s eighth OMVP award, solidifying our company with the most OMVPs in North America. Each year, Optimizely awards a select group […]
Uploading blobs to Optimizely DXP via PowerShell
We had a client moving from an On-Prem v11 Optimizely instance to DXP v12 and we had a lot of blobs (over 40 GB) needing uploading to DXP as a part of the conversion. This was my first experience doing both a version and environment upgrade and I leaned heavily on Optimizely support to […]
Decoding DI in Optimizely CMS 12
DI or Dependency Injection is a complex topic, not just in Optimizely CMS, but in general in .net core implementations. Some aspects we get, like the different ways dependencies can be injected and which is better over others, while some leave us scratching our heads. Often times we end up doing a lot of troubleshooting, […]
Optimizely CMS – Custom form element with dependencies
Optimizely CMS comes with a package called Episerver.Forms that enables you to incorporate easy to build forms within a CMS website. There is a built in form container that supports standard built in form elements like input fields, checkboxes, radio buttons, select lists, buttons etc. And just like any other feature, Episerver Forms also come […]