Welcome to case study on doing a lift and shift from Drupal to Sitecore 10.2 and SXA. In this article, we’ll talk about converting the CSS and Drupal-specific JavaScript. Let’s start with SXA Theme regarding CSS/SCSS and JS files. Here is a quick recap from the previous article for this series. We used the SXA […]
Posts Tagged ‘SXA’
Sitecore SXA’s Social Share Component Will No Longer Work after May 2023
Sitecore’s SXA accelerator comes with a large library of components that help accelerate development. One of those components will no longer work after May 2023: The Social Share Component. SXA’s social share component leveraged the AddThis service to inject social sharing buttons on your website. You could create an account on AddThis, configure what buttons […]
Case Study: Lift and Shift from Drupal to Sitecore SXA: Part 2
Welcome back to this case study on doing a lift and shift from Drupal to Sitecore 10.2 and SXA. In the previous article we setup a theme, a custom grid and a base component. This removed all the extra divs and containers normally injected by SXA. In this article, we’ll use the html from drupal […]
Case Study: Lift and Shift from Drupal to Sitecore SXA: Part 1
Welcome back to this case study on doing a lift and shift from Drupal to Sitecore 10.2 and SXA. In this article, we’ll show the theme setup, the grid setup and the base sxa component. Theme Since we are using SXA, we used the sxa cli to create our theme and upload into Sitecore. I […]
Case Study: Lift and Shift from Drupal to Sitecore SXA
Drupal to Sitecore SXA One of my recent projects was a full site lift and shift from Drupal to Sitecore 10.2 and SXA. The goal was to make the new frontend Sitecore site look exactly like the old Drupal site. We did fix a few accessibility issues on the existing site as we went, but […]
Using NextUI with Sitecore’s Headless SXA framework
Sitecore developers transitioning from MVC to headless face something they are probably have not been used to in their time developing Sitecore solutions: “Choice.” While you could integrate whatever CSS and JavaScript libraries into your MVC solutions, it is nothing compared to the ecosystem that Next.js and React provide and how easy they make it […]
Mastering XM Cloud – Development with XM Cloud (part 3 / 3)
If you ask anyone in the Sitecore community what was the biggest hype of 2022 – there wouldn’t be any other opinion than mentioning XM Cloud. Let’s take a look at this latest and shiny SaaS offering! Content Part 1: Overview, Architecture, Features Part 2: New Tools and Interfaces Part 3: Development with XM Cloud […]
SXA Map Component Part 5: Filter Locations with Radius Filter or Custom Filter Slider Components
Challenge: Hi Folks! Welcome back. In this post, we will explore how we can filter the locations’ search results based on the radius distance from the current location or the given location. We will use the Radius Filter component and a custom Facet Slider component to filter the locations’ search results. One can use any […]
SXA Sort search results by distance for mapped multiple locations
Challenge: We have seen how to sort the locations i.e., POI items by distance based on the current user location or the location given by the user. (Refer to the post – SXA Map component Part 3 for more detail.) In this post, we will explore how to sort non-POI items’ search results by distance. […]
Scribing Scribans in SXA: Part 2
Salutations! So you seek to assemble the science of scribing scribans in SXA? Look no further, for here in this four-part guide I will detail the amazing power and control that scribans in SXA offer. The Four-Part Guide • Part 1 – What are scribans, cloning the promo, adding a scriban • Part 2 – […]
Query string-based custom SXA Search tokens for various search results scenarios
Challenge: Setting up a generic search result page with a Search box and Search Results components can be simple. Occasionally, we get the specific requirement for the search page which focuses on some particular fields and specific sets of search results. Let’s consider a page having a search results component showing results filtered based on […]
Custom SXA token for search scope query to support all the filter operations
Prerequisites: Sitecore 10.2 instance Basic understanding of the following: SXA search components and their settings Search Scope Predefined SXA search tokens in the search scope Challenge: We can provide multiple search filters in the search scope query for an SXA search results component. We can use the predefined SXA search tokens in the filter. If […]