News Archives - Divi Engine Boost the power of your Divi website Wed, 24 Apr 2024 12:08:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.4 Divi 5 Dev Letter #1: A look into the state of Divi 5 and our plans to update our plugins for it https://diviengine.com/divi-5-dev-letter-1/ https://diviengine.com/divi-5-dev-letter-1/#respond Wed, 24 Apr 2024 10:49:45 +0000 https://diviengine.com/?p=19369905 As we gear up for an exciting phase in our development, it’s important to share our comprehensive approach to the upcoming Divi 5 update and how it impacts our suite of plugins. Divi 5 has a lot of changes under the hood that requires many many development hours to make sure that we are squeezing […]

The post Divi 5 Dev Letter #1: A look into the state of Divi 5 and our plans to update our plugins for it appeared first on Divi Engine.

]]>
As we gear up for an exciting phase in our development, it’s important to share our comprehensive approach to the upcoming Divi 5 update and how it impacts our suite of plugins. Divi 5 has a lot of changes under the hood that requires many many development hours to make sure that we are squeezing every last drop out of the positive changes it brings. We are definitely stoked to wave goodbye to the Divi Builder double load.

Quick Links:

Divi 5 Explained

Before we get into how amazing Divi 5 is, let’s quickly explore what is new in Divi 5, and what new challenges it presents for developers. This will help give some context to the decisions we made and how we are approaching development.

What is New with Divi 5?

Obviously Divi 5 will present a massive list of enhancements, don’t expect an host of new features just yet. Divi 5 will be addressing many of the growing pains of one of the most popular page builders out there, so the real focus of the release is on speed, future-proofing, and creating an stronger Divi ecosystem for developers.

Core Technology Overhaul: Divi 5 introduces a foundational overhaul, reengineering the theme’s core for better performance, stability, scalability, and extendability. This update includes a complete rewrite of the underlying codebase, preparing Divi for future web standards and technologies.

New Builder API: The release features a new Builder API, significantly expanding customization options for developers. This API facilitates the creation of custom modules and deeper integrations, allowing for a more tailored experience and innovative feature development within the Divi ecosystem.

Enhanced Gutenberg Integration: Divi 5 enhances its compatibility with Gutenberg, aiming to seamlessly integrate Gutenberg blocks within Divi layouts. This compatibility extends the functionality of Divi pages, combining the power of Divi’s design capabilities with the flexibility of Gutenberg’s block-based editing.

Elimination of Shortcodes: In a significant shift, Divi 5 moves away from using shortcodes, adopting a modern storage format. This transition aims to streamline the editing process, reduce bugs, and improve the stability and speed of loading Divi content, ensuring a smoother workflow for users.

Performance and Speed Improvements: With a focus on speeding up both the front-end and the builder interface, Divi 5 enhances the user experience by decreasing load times and improving responsiveness. This is achieved through optimized code and the latest web performance techniques.

Future-Proofing and PHP Compatibility: Divi 5 is designed to be future-proof, aligning with the latest WordPress releases and PHP versions. This ensures that websites using Divi are secure, performant, and compatible with the latest web technology standards.

Challenges with Divi 5

Example of a Divi 5 Changelog entry with a breaking change.
Example of a Divi 5 Changelog entry with a breaking change.

Adapting to New Builder API and Core Changes: Divi 5 introduces a significant overhaul of its core technologies and a new Builder API. This necessitates that third-party plugin developers extensively recode their modules to align with these changes. The shift away from shortcodes to a modern storage format requires adaptations in how data is handled and stored, adding complexity and potential labor to the development process.

Frequent Updates and Breaking Changes: The transition to Divi 5 includes constant updates that can lead to breaking changes, as highlighted in the development documents. These changes can affect everything from simple plugin functions to complex integrations, requiring developers to continuously update their code to maintain compatibility. This constant need for updates can disrupt development cycles and difficulty in mapping timelines.

Increased Complexity in Customization and Extension: With the introduction of a more robust and flexible API, the complexity of creating custom modules or extending existing functionality increases. Developers must understand and implement intricate API details to fully utilize the capabilities of Divi 5, which could steepen the learning curve and lengthen development timelines.

Migration and Compatibility Issues: Developers face the challenge of migrating existing websites and modules to Divi 5. This involves ensuring compatibility with the new version, which may require significant testing and debugging. The move away from shortcodes alone is a substantial change that could impact many existing websites, necessitating careful planning and execution to ensure smooth transitions.

Performance Optimization: While Divi 5 aims to improve performance, the initial versions may still face optimization issues as developers begin to utilize the new features extensively. Identifying and rectifying these issues will require diligent testing and optimization to ensure that the enhancements in Divi 5 effectively translate into faster and more responsive websites.

Documentation and Learning Resources: The release of a substantially updated platform like Divi 5 also brings about the need for comprehensive documentation and learning resources. Developers will rely heavily on updated documentation to understand and implement the new features correctly. Delays or inadequacies in providing these resources can hinder the adoption and efficient use of the platform.

In summary, while Divi 5 presents significant advancements, it also poses considerable challenges for developers, particularly those of us who create and maintain third-party extensions. These challenges underscore the need for thorough preparation, continuous learning, and active community engagement to leverage Divi 5’s full potential.

Our Strategic Approach to Divi 5

The evolution of Divi into its fifth iteration presents a pivotal opportunity for growth and innovation in how you build your sites and how we develop our plugins. With 10 plugins that almost all have a number of custom modules, it presents a huge task which we are fully committed to. We’ll get into more detail, but for those of you just looking for the TLDR; version, take a look at the Frequently Asked Questions at the bottom of this post.

Focused Plugin Development

Divi Engine is all in with Divi 5 and we have Peter almost exclusively doing full-time development to get our plugins ready. We made some other strategic moves in regards to development resources to make this possible, so you might see Jeff helping you out on support tickets more.

To dive in and explore the state of the Divi Dev Beta , mainly the new API, we decided to start with Divi Ajax Filter due to it’s shared modules with Divi BodyCommerce and Divi Machine. In the last few weeks we have learned a lot, especially that we shifted gears at what is probably the best time to do so as there have been many breaking updates to how the Divi 5 API functions and how modules are handled. When we initially looked into the Divi 5 Alpha and started playing around things were still very raw and could not really get anything going that didn’t require some “hacky” code that would have needed to be rewritten. Even as recently as the end of March some updates were introduced that would have required us to redo weeks of work, so we are thankful that Divi 5 and its developer documentation is now in a state where it makes sense to go full steam.

Now what does full-steam look like for our Divi 5 development? The quick way would be is to jump in and make sure that all of our modules are Divi 5 compatible without looking at the rest of our code. We decided against this as we recognize many opportunities to improve our base code, but also take advantage of the modularity of the Divi 5 API which will help us extend our plugins more efficiently and stable in the future. So, we decided to re-code our plugins from the ground up.

This will ensure that we take advantage of every benefit offered through the new Divi 5 API.

Existing Plugin Enhancement

Our focus isn’t just on being fully geared up for Divi 5; it’s about enhancement and building a strong foundation to build on. The fact that we are re-coding our Divi plugins from scratch gives us many ways to enhance your experience and squeeze every drop of value out of your investment in our products.

Let’s list what this will look like right now:

1. Less Fragmentation

We will be streamlining module features across like modules to give you more freedom and ability to use plugins like Divi Machine. For example, the goal is to extend the Loop Options available in the Archive Loop module to that of the Post Carousel module, which is all made more convenient with how Divi 5 handles module features and settings.

It is still early days, but we hope that this more modular architecture in Divi 5 will then further allow us to extend features and settings between the different plugins in our suite where it makes sense to do so. This could work great for the Ajax filtering features in Divi Ajax Filter, Divi Machine, and Divi BodyCommerce.

2. Improved Settings Framework

When we started Divi Engine, we used an admin framework for our plugins called the Titan Framework. This was great as it kickstarted the development process and got plugins out there faster. It was less great because it would sometimes affect plugin performance, which is an issue.

Starting with Divi Machine, we moved away from the Titan Framework and developed our own zippier settings framework, and the Divi 5 re-coding project will be the introduction of this to our entire Divi plugin suite.

3. Visual Builder Compatibility

We know this is a bit of a contentious point in the community so we want to assure you that we will be sporting full visual builder compatibility as we launch our plugins on the Divi 5 platform. It is no secret that it is frustrating not being able to see changes as you make them in the visual builder and we will be fixing that.

Interactive Community Engagement

Understanding that our community’s needs are paramount, so we want you to participate directly in our development process. Starting with this poll, we want to hear from you on certain development decisions as we walk this path to Divi 5.

Which plugins would you like re-coded for Divi 5 first? (pick 2)

A Collaborative Journey with Elegant Themes

The anticipation for Divi 5 within our community is palpable, and we share your eagerness to dive into its new features and capabilities. It’s a sentiment echoed by our partners at Elegant Themes, who are working tirelessly to ensure Divi 5 not only meets but exceeds our collective expectations. This development phase is a testament to the power of collaboration and patience, as highlighted by insights from Elegant Themes’ leadership. Our shared goal is clear: to deliver a robust, innovative, and transformative version of Divi that sets a new benchmark for web design.

Looking Ahead with Anticipation

As we continue to adapt and innovate alongside Divi 5, our vision for the future is bright. We’re excited about the potential that Divi 5 brings to the Divi Engine family and the broader community. This transition is more than a theme update; it’s an opportunity to redefine what’s possible in web design using our suite of Divi plugins.

We want to extend our deepest gratitude to you, our community, for your continued support, patience, and engagement. Your enthusiasm inspires us, your feedback drives us, and your trust in us fuels our commitment to building the best dang Divi plugins out there. As we forge ahead on this journey together, we look forward to sharing more updates, celebrating milestones, and exploring the new horizons that Divi 5 will unveil.

Stay tuned, stay engaged, and let’s embrace the future of Divi, together.

Warmest regards,

Divi Engine Team Signature

Frequently Asked Questions

Yes, we have already started development for Divi 5 by exploring the impact and assessing the development cycle. We are starting with our Ajax filtering features in Divi Ajax Filter, Divi Machine, and Divi BodyCommerce.

Yes, we will continue to add new features and maintain the plugins.

This all depends on the changes that come with future versions of the Divi 5 development beta, as well as when Divi 5 is released. The plan is to do things in a way that not only makes our plugins compatible, but also more useful with the new flexibility offered with Divi 5.

Yes, we feel the developer documentation for Divi 5 and the new API is at a place where it makes sense to dive in.

Since we received access to the Divi 5 developer alpha, much has changed in how it operates and what the expectations are for final release. During our initial exploration last year, we found that the developer documentation was lacking and that things were still very buggy. Various class names and modules have changed since then and as early as one month ago, we were still seeing some changes that would have wasted precious development time. At this time, we think the developer beta is in a good place, so we are fully committed to full-time development from here on in.

No, we do not currently have any plans to increase the pricing of our plugins related to Divi 5 or otherwise.

Yes, we want to hear from you in this process. We constantly monitor feedback on our feedback site at https://feedback.diviengine.com, so we encourage you to make any suggestions there.

We wish we knew as much as you do. Divi 5 is still evolving and is actively being developed by Elegant Themes. We suspect the public alpha might be released during Q2 this year, with a beta to follow in Q3, and ultimately a Divi 5 release before the end of the year. This is speculation based on the state of Divi 5 right now.

  • Core Technology Overhaul: Total rewrite for improved performance and scalability.
  • New Builder API: Allows extensive customization and feature development.
  • Enhanced Gutenberg Integration: Improved compatibility with Gutenberg blocks.
  • Elimination of Shortcodes: Shift to a modern storage format.
  • Performance Improvements: Faster load times for front-end and builder interface.
  • Future-Proofing: Updated for the latest PHP and WordPress versions.

The post Divi 5 Dev Letter #1: A look into the state of Divi 5 and our plans to update our plugins for it appeared first on Divi Engine.

]]>
https://diviengine.com/divi-5-dev-letter-1/feed/ 0
Dive Deep into the Divi Membership plugin: Workshop Highlights and Your Questions Answered https://diviengine.com/dive-deep-into-the-divi-membership-plugin-workshop-highlights-and-your-questions-answered/ https://diviengine.com/dive-deep-into-the-divi-membership-plugin-workshop-highlights-and-your-questions-answered/#respond Wed, 06 Dec 2023 05:48:44 +0000 https://diviengine.com/?p=257862 Hey there, Divi Creators! Have you ever imagined turning your website into an exclusive club for your most dedicated followers? Well, dream no more! Our recent workshop peeled back the curtain on the Divi Membership plugin, it’s all about unlocking the full potential of membership sites right within the Divi ecosystem. This powerful new tool […]

The post Dive Deep into the Divi Membership plugin: Workshop Highlights and Your Questions Answered appeared first on Divi Engine.

]]>
Hey there, Divi Creators!

Have you ever imagined turning your website into an exclusive club for your most dedicated followers? Well, dream no more! Our recent workshop peeled back the curtain on the Divi Membership plugin, it’s all about unlocking the full potential of membership sites right within the Divi ecosystem.

This powerful new tool is designed to help you effortlessly create a gated community or a premium content platform, giving you the power to monetize your site and provide exclusive access to your most valuable assets.

To kick things off, Peter, our fearless leader and one of the brains behind this incredible plugin, hosted an in-depth workshop. He took us on a detailed tour of Divi Membership, showcasing the endless possibilities it offers for website owners and developers alike. If you’ve ever considered adding a membership layer to your site, this workshop was an unmissable event, filled with insights, tips, and live demonstrations of the plugin in action.

A Sneak Peek into Divi Membership

Imagine a world where your content knows no bounds yet is safeguarded behind a velvet rope, accessible only to those who’ve joined your ranks. That’s exactly what Divi Membership brings to the table. This plugin is your golden ticket to:

  • Content Restriction: Like a VIP bouncer, Divi Membership ensures only members can peek behind the curtain to access your premium content.
  • Payment Integrations: With seamless Stripe and PayPal integrations, monetizing your content becomes as easy as pie.
  • Email Notifications: Keep your members in the loop with automated emails for welcome messages, subscription renewals, and more.
  • In-depth Reporting: Track your success with detailed reports on sign-ups and revenue, ensuring you’re always on top of your game.
 

Questions from Our Community

Our live Q&A session turned into a treasure trove of insights. Here’s what we unearthed:

  1. User Role Customization: Can membership levels dictate user roles? Currently, it’s a one-size-fits-all approach, but we’re brainstorming ways to add more granularity.
  2. LMS Integration: Will this work with my LMS? Absolutely! Custom post types mean your educational content is ripe for the Divi Membership treatment.
  3. Divi Machine Accounts Synergy: Can we blend Divi Membership with Divi Machine Accounts? While they’re not integrated yet, we’re all ears for your input on this potential pairing.
  4. WooCommerce Gateway Compatibility: What about using local payment gateways? We’re considering how we might tap into WooCommerce’s gateway lineup without needing the full WooCommerce setup.

Catch the Replay Right Here

Missed the live demo? No worries! We’ve embedded the workshop video below, so you can catch all the action and see Divi Membership in all its glory.

What’s Next?

This workshop was just the beginning. We’re committed to evolving Divi Membership based on your feedback, making it the most user-friendly, powerful membership plugin for Divi out there.

Stay tuned to the Divi Engine blog for more updates, tips, and inspiring stories from Divi creators like you.

Happy Divi-ing!

The post Dive Deep into the Divi Membership plugin: Workshop Highlights and Your Questions Answered appeared first on Divi Engine.

]]>
https://diviengine.com/dive-deep-into-the-divi-membership-plugin-workshop-highlights-and-your-questions-answered/feed/ 0
A Peek Behind the Pixels: A Candid Conversation with Divi Creators https://diviengine.com/a-peek-behind-the-pixels-a-candid-conversation-with-divi-creators/ https://diviengine.com/a-peek-behind-the-pixels-a-candid-conversation-with-divi-creators/#respond Tue, 05 Dec 2023 19:48:21 +0000 https://diviengine.com/?p=257547 Here at Divi Engine, we’re always looking for ways to connect with our community and share insights from the heart of the Divi universe. Recently, we had the pleasure of hosting an engaging and informal chat with Nelson Miller, a well-known Divi educator and product developer, and our very own Peter from Divi Engine. It […]

The post A Peek Behind the Pixels: A Candid Conversation with Divi Creators appeared first on Divi Engine.

]]>
Here at Divi Engine, we’re always looking for ways to connect with our community and share insights from the heart of the Divi universe. Recently, we had the pleasure of hosting an engaging and informal chat with Nelson Miller, a well-known Divi educator and product developer, and our very own Peter from Divi Engine. It was an enlightening session filled with laughter, technical talk, and a deep dive into the everyday lives of Divi product creators.

In this blog post, we’re excited to share some of the highlights and questions that were asked and answered during our conversation. Whether you’re a seasoned Divi user or just starting out, there’s something here for everyone.

From Holiday Traditions to Online Platforms

The chat kicked off with a light-hearted discussion about Thanksgiving traditions in the USA, with Nelson sharing his experiences of the holiday. The conversation then shifted to the Cosmos platform, a virtual space where the Divi community can interact and play games. It’s clear that the platform has a lot to offer for remote teams, with users exploring its various features, including a map view and the ability to pull guests into conversations.

Reflecting on the Divi Bonanza Event

Nelson and Peter reminisced about their participation in the recent Divi Bonanza event, a gathering of Divi enthusiasts that saw them fielding questions and sharing their insights. They discussed the randomness of the questions asked and the desire for different ones, highlighting the unpredictable nature of live Q&A sessions.

The Art of Divi Product Development

One of the core discussions centered around product development within the Divi ecosystem. Both Nelson and Peter shared their philosophies on creating products that solve real problems rather than simply adding to the noise. They talked about the importance of complementing existing products and the challenge of staying focused amidst a sea of new ideas.

Divi 5: The Future and Its Challenges

A significant portion of the chat was dedicated to Divi 5 (Dy5), the much-anticipated update to the Divi theme. They discussed the challenges facing developers, such as rebuilding modules and the uncertainty of the release schedule. Despite the hurdles, they also touched on the positives, such as potential performance improvements and a faster Divi Builder experience.

Customer Service: The Heart of Business

Nelson and Peter delved into their approaches to customer service, emphasizing kindness, respect, and the personal touch. They shared stories of how treating customers well has led to positive outcomes and the importance of not taking negative feedback personally.

Tools of the Trade: Boosting Productivity

When asked about productivity tools, Nelson praised Type Desk for its quick response capabilities and Gmail for its support system. He shared how these tools have streamlined his workflow and allowed him to manage customer interactions more efficiently.

The Divi Marketplace Debate

The Divi Marketplace was a hot topic, with Nelson and Peter discussing the pros and cons of selling products there versus on their own websites. They addressed issues like delayed updates on the marketplace, the review process, and the impact on customer support, providing valuable insights for both developers and customers.

Balancing Pixels and Parenthood

The conversation wrapped up with a candid discussion about work-life balance, particularly when working from home. They shared how they manage their time between family and work, the flexibility it provides, and the unique challenges it presents.

We hope you enjoyed this behind-the-scenes look at the lives of Divi product developers. The full video of our chat is now available on the Divi Engine blog. Whether you’re looking for tips on product development, insights into the upcoming Divi 5, or just a bit of Divi camaraderie, be sure to check it out!

The post A Peek Behind the Pixels: A Candid Conversation with Divi Creators appeared first on Divi Engine.

]]>
https://diviengine.com/a-peek-behind-the-pixels-a-candid-conversation-with-divi-creators/feed/ 0
Welcome to the New Era of Divi Engine – A Redefined Experience Awaits You! https://diviengine.com/welcome-to-the-new-era-of-divi-engine-a-redefined-experience-awaits-you/ https://diviengine.com/welcome-to-the-new-era-of-divi-engine-a-redefined-experience-awaits-you/#respond Mon, 20 Nov 2023 11:15:48 +0000 https://diviengine.com/?p=256050 Hello there Divi fam! Excitement is in the air as we unveil our completely revamped Divi Engine website. Our team’s hard work over the past few months comes to fruition just in time for our Black Friday sale, running from November 22nd to December 6th. Be sure to visit our Black Friday page to sign […]

The post Welcome to the New Era of Divi Engine – A Redefined Experience Awaits You! appeared first on Divi Engine.

]]>
Hello there Divi fam! Excitement is in the air as we unveil our completely revamped Divi Engine website. Our team’s hard work over the past few months comes to fruition just in time for our Black Friday sale, running from November 22nd to December 6th. Be sure to visit our Black Friday page to sign up for notifications when the sale goes live. Now, let’s explore the fresh features we’ve introduced!

1. Introducing the new Built-with Feature

Curious about the Divi Engine plugins behind our site’s features? Our new interactive build feature provides the answers. Simply hover over the ‘i’ icon on any feature to see which plugin powers it, offering inspiration for your own Divi projects.

See what Divi Engine plugin was used for our site features.
 

2. Customize Your Plugin Arsenal

Unique needs deserve unique solutions. With our customizable plugin bundles, you can select the plugins that best suit your project’s requirements. Plus, enjoy attractive discounts on these custom bundles!

New Custom Divi Engine Bundles

 

3. Global Shopping Made Easier

We’ve made global shopping seamless with our new currency switcher and language selection options. Now, you can easily view the prices of our plugins in 3 different currencies, and browse the site in 8 languages for an enhanced shopping experience.

New Divi Engine Currency/Language Switches
 

4. A Fresh, Modern Look

After four years, it’s time for a change. Our new branding includes a refreshed Divi Engine logo and plugin logos, encapsulating our commitment to innovation and staying current.

Old Divi Engine logo to New Divi Engine logo
 

5. Revamped Content Organization

Discover easier navigation and new categories like Code Snippets and Divi Blueprints on our reorganized website. These additions are designed to enrich your experience and elevate your Divi projects.

Divi Engine Content Organization
 

6. Divi Engine Membership Change

Don’t panic, your Divi Engine Membership is staying exactly the same with a small change to the name due to something huge that is happening real soon…

The Divi Engine Membership will be called the Divi Engine All-access Pass going forward. You will see this reflected throughout our sit and no change is needed on your end.

Membership ➡️ All-Access Pass

 

What’s a Divi Blueprint?

A Divi Blueprint is your guide in the world of website building. Combining WordPress, the Divi Theme, our plugins, and select free WordPress plugins, it simplifies the process of building specific types of websites.

Divi Engine Blueprint
 

Conclusion:

Our new website is a testament to our dedication to the Divi community. Whether you’re a seasoned user or new to Divi Engine, explore our new site, engage with our features, and dive into the enhanced content. And don’t forget to sign up on our Black Friday page to get notified as soon as the sale begins. Welcome to the new era of Divi Engine – where innovation, customization, and community converge!


Visit our Black Friday page now to sign up for sale notifications. Dive into our new site and prepare for an amazing shopping experience! Happy building!

The post Welcome to the New Era of Divi Engine – A Redefined Experience Awaits You! appeared first on Divi Engine.

]]>
https://diviengine.com/welcome-to-the-new-era-of-divi-engine-a-redefined-experience-awaits-you/feed/ 0
Divi Engine’s Visit to the Sozo Foundation: Where Every Purchase Makes a Difference https://diviengine.com/divi-engines-visit-to-the-sozo-foundation-where-every-purchase-makes-a-difference/ https://diviengine.com/divi-engines-visit-to-the-sozo-foundation-where-every-purchase-makes-a-difference/#respond Fri, 30 Jun 2023 11:10:27 +0000 https://diviengine.com/?p=250697 The post Divi Engine’s Visit to the Sozo Foundation: Where Every Purchase Makes a Difference appeared first on Divi Engine.

]]>
The Divi Engine team at the Sozo Genesis Incubator by the Sozo Foundation

Anton and the inspirational group of humans at the Sozo Foundation with Peter (and his son), David, and Robey from Divi Engine.

At Divi Engine, our mission extends beyond providing exceptional products to our valued customers. We are driven by a deep desire to create a positive impact in the world. Four years ago, we embarked on a remarkable journey with the Sozo Foundation, a non-profit organization based in Cape Town, South Africa. This ongoing partnership holds a special place in our hearts.

Recently, our co-founder, Peter, accompanied by our dedicated team members David and Robey, had the privilege of visiting the Sozo Foundation’s campus. This visit provided a unique opportunity for our team to witness firsthand the transformative work being carried out by the Sozo Foundation within the Vrygrond community. The experience left an indelible mark on each of us.

For those unfamiliar with the Sozo Foundation, it serves as a beacon of hope in the face of immense challenges within the Vrygrond community. Overcrowding, limited resources, and high levels of unemployment are just a few of the obstacles they confront. However, the Sozo Foundation remains steadfast in their vision to see this community thrive with dignity, purpose, and hope. Their efforts are focused on three key areas: education, skills development, and enterprise.

During our visit, we were profoundly inspired by the unwavering dedication, passion, and warmth exhibited by the Sozo staff. Witnessing the positive impact they are making in the lives of the local youth was truly uplifting. We were treated to delightful coffee and a delectable lunch, skillfully prepared by students from their barista and chef school. This tangible display of practical skills being imparted and the potential for creating sustainable livelihoods was truly remarkable.

One of the most memorable moments of our visit was when Peter had the honor of hosting a panel on entrepreneurship at the Sozo Foundation’s Genesis Incubation Hub. He shared the incredible journey of Divi Engine, recounting the challenges we have overcome, the successes we have celebrated, and the key elements crucial to building a thriving business. Engaging with the participants, answering their questions, and perhaps igniting a spark of inspiration for their own entrepreneurial paths was an experience we will forever cherish.

However, our partnership with the Sozo Foundation extends far beyond financial contributions. As a digital company, we recognize the profound importance of digital literacy and skills in today’s world. In an effort to bridge the digital divide, we have provided the Sozo Foundation with our comprehensive suite of plugins and a lifetime membership to the Divi Theme. This contribution equips the participants of the incubator program with the necessary tools to build their own websites, showcase their ventures, and develop invaluable web development skills that are highly sought after in today’s job market.

Peter sharing valuable advice to the Genesis Incubation Hub

As we reflect on our four-year partnership with the Sozo Foundation, we want to express our heartfelt gratitude to our esteemed customers at Divi Engine. Every purchase you make contributes to this incredible cause. Your support extends beyond acquiring powerful plugins or a versatile theme for your projects – it plays a vital role in transforming lives within the Vrygrond community.

If you would like to contribute directly, please click the button below.

Your impact over the last 6 months alone:

HOURS

dedicated to tutoring school kids

SKILL COURSES

taken by school kids which last 10 weeks

MEALS

served to school kids

CONNECTED

to the internet to help with research projects

EDUCENTRE SESSIONS

that provide tutoring and mentorship to highschool students

TRAINING SESSIONS

teaching students skills to become a baker.

So, when you utilize a Divi Engine product, remember that you are part of something much greater. You are an integral member of a global community that is effecting real change. Your support enables us to continue our contributions to the Sozo Foundation’s mission and empowers the youth of Vrygrond.

We take immense pride in our ongoing partnership with the Sozo Foundation and eagerly anticipate witnessing how our contributions will continue to inspire and bring about positive change in the Vrygrond community. Stay tuned for further updates on our partnership, and once again, we extend our heartfelt appreciation for joining us on this meaningful journey.

The post Divi Engine’s Visit to the Sozo Foundation: Where Every Purchase Makes a Difference appeared first on Divi Engine.

]]>
https://diviengine.com/divi-engines-visit-to-the-sozo-foundation-where-every-purchase-makes-a-difference/feed/ 0
Feature Update: ChatGPT for Divi Form Builder is available now! https://diviengine.com/feature-update-chatgpt-for-divi-form-builder-is-available-now/ https://diviengine.com/feature-update-chatgpt-for-divi-form-builder-is-available-now/#respond Thu, 22 Jun 2023 08:36:38 +0000 https://diviengine.com/?p=250387 The post Feature Update: ChatGPT for Divi Form Builder is available now! appeared first on Divi Engine.

]]>

Introducing Divi Form AI, the groundbreaking feature that uses ChatGPT to revolutionize your Divi form-building experience.

It seems like AI and its impact on our future work have become a widespread topic of discussion worldwide. One undeniable aspect of this conversation is the necessity to adapt and embrace this remarkable tool in order to stay relevant. OpenAI’s ChatGPT has taken the industry by storm and revolutionized our workflow here at Divi Engine. It has not only generated incredible content ideas but also assisted in resolving customer issues and played a pivotal role in the development of our plugins.

ChatGPT is undeniably an exceptional tool.

That’s why we are thrilled to announce that we are the first Divi plugin to make ChatGPT available to all our Divi Form Builder users. Prior to integrating ChatGPT into Divi Form Builder, we focused on exploring innovative ways to utilize this technology to benefit both our users and their audience. While numerous WordPress plugins and online tools can leverage AI’s power to generate on-page content such as text and images, there is a tremendous opportunity to provide smarter Divi forms that enhance the user experience.

Today, Divi Form Builder AI is offered as a free update to all our Divi Engine Membership and actively licensed Divi Form Builder users, enabling them to take advantage of its capabilities right away.

Divi Form AI key features:

OpenAI API integration

Use your own OpenAI key to use as many tokens as you’d like and offer your visitors a more engaging experience.

Form Spend Limits

See how much each form is costing you and decide what happens when spend limits are reached.

Custom Prompts

Build vanilla AI prompts, or take it a step further by including form input from your users to personalize things more.

Multiple Preloader Styles

There are multiple preloader styles to show your users ChatGPT is thinking. We also have an awesome text terminal style that will make users feel like they are living in the future.

Custom AI Personas

Give your AI a taste of personality which helps you get more personal responses by giving ChatGPT context and a specified field of expertise.

& much more!

These are only a few of the features you can expect form Divi Form AI.

We are extremely excited to keep innovating and evolving products like Divi Form Builder by bringing you bleeding-edge technologies right to Divi.

Click the button below to try some demonstration use cases of using ChatGPT in your Divi Forms which we hope will get you thinking about all the incredible ways you will use this on your websites.

Divi Form AI in Action:

Attention

Before you do anything, these are BIG updates and could cause issues if you are updating from older versions. Please backup any production sites first, or test the updates on a staging server first to make sure nothing breaks.

Also, note that this feature requires you to be running PHP 8.1+ on the server with your hosting provider.

What? You don't own a license yet?

Enhance your Divi forms today with Divi Form AI powered by ChatGPT. Start building smarter, not harder with Divi Engine and our suite of Divi Plugins.

Or even better…

The post Feature Update: ChatGPT for Divi Form Builder is available now! appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-chatgpt-for-divi-form-builder-is-available-now/feed/ 0
Feature Update: Loop Layout Templates for Divi has been added to multiple plugins https://diviengine.com/feature-update-loop-layout-templates-for-divi-has-been-added-to-multiple-plugins/ https://diviengine.com/feature-update-loop-layout-templates-for-divi-has-been-added-to-multiple-plugins/#respond Thu, 15 Jun 2023 13:47:55 +0000 https://diviengine.com/?p=250118 The post Feature Update: Loop Layout Templates for Divi has been added to multiple plugins appeared first on Divi Engine.

]]>

In our constant pursuit to streamline and simplify the website development process for our users, we’re thrilled to announce the introduction of our premade Loop Layout Templates for our Archive Loop modules in Divi BodyCommerce, Divi Machine, and Divi Ajax Filter.. This new feature is designed to make your development process not just faster, but also more efficient and intuitive.

Our Loop Layout Templates come in a range of styles to suit your needs, including Divi Shop Style, Divi Blog Style, and Background Image. The best part? We’re not stopping here – we have plans to expand this list with even more templates in the near future.

For those of you who are seasoned developers with PHP coding skills, we’ve got you covered too. You’re more than welcome to add your own custom loops to these templates if you’re seeking more control over your website’s look and feel. More on that in the documentation.

One of the key advantages of leveraging these Loop Layout Templates is the potential to significantly speed up your page loading time. By using these templates, you can reduce the loading of extra CSS generated by Divi, resulting in a smoother and faster user experience.

We’re incredibly excited to launch this substantial feature and can’t wait to see how it helps our users jumpstart their site-building process with our plugins.

The good news doesn’t end here – these updates are available right now! All you need to do is simply update your plugin or download it from the ‘My Account’ area on the Divi Engine website. We’re looking forward to seeing the incredible websites you’ll create with this new feature!

Divi Loop Layout Templates in Action

Divi Loop Layout Templates Demo

Attention

Before you do anything, these are BIG updates and could cause issues if you are updating from older versions. Please backup any production sites first, or test the updates on a staging server first to make sure nothing breaks.

What? You don't own a license yet?

Enhance your Divi tools with List/Grid Switcher in Divi BodyCommerce, Divi Machine, and Divi Ajax Filter today!

Or even better…

The post Feature Update: Loop Layout Templates for Divi has been added to multiple plugins appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-loop-layout-templates-for-divi-has-been-added-to-multiple-plugins/feed/ 0
Feature Update: List/Grid Switcher for Divi has been added to multiple plugins https://diviengine.com/feature-update-list-grid-switcher-for-divi-has-been-added-to-multiple-plugins/ https://diviengine.com/feature-update-list-grid-switcher-for-divi-has-been-added-to-multiple-plugins/#respond Tue, 13 Jun 2023 16:52:31 +0000 https://diviengine.com/?p=250075 The post Feature Update: List/Grid Switcher for Divi has been added to multiple plugins appeared first on Divi Engine.

]]>

Hey there, guess what? We’ve got some thrilling news for you! We’ve just introduced a game-changing feature called the List/Grid Switcher to Divi BodyCommerce, Divi Machine, and Divi Ajax Filter. We had you, our beloved users, in mind when we crafted this nifty addition that’s about to revolutionize your website-building journey.

So, what’s the deal with this List/Grid Switcher? Well, it hands you the power to smoothly switch between list and grid views for your posts, products, and custom post types – how cool is that? But wait, there’s more! This feature also spices up your grid view with a handy ‘Read More’ button, and it jazzes up your list view with a snippet of text followed by a ‘Read More’ link. Thanks to some CSS wizardry, there’s no need to worry about double-loading elements on your screen anymore.

The real magic of this feature lies in its dedication to customization. It comes loaded with a bunch of CSS classes designed to give you extra control over your modules. These classes help you tweak the display of specific elements based on whether you’re in list or grid view.

Want a little sneak peek of what this feature can do? Check it out below.

We’re super pumped to bring this innovation to Divi BodyCommerce, Divi Machine, and Divi Ajax Filter. We’re confident that it’ll not only make your site-building process a breeze but also offer your website visitors a more captivating browsing experience.

This is probably the most ambitious update in Divi Engine history, so, why not give the new Divi List/Grid Switcher a whirl and see the difference it adds to your Divi toolkit? Your thoughts matter to us, and we’re all ears for the inventive ways you put this feature to use! Just update to the latest versions or download it from your My Account area TODAY!

Divi List/Grid Switcher in Action

Divi List Grid Switcher

Attention

Before you do anything, these are BIG updates and could cause issues if you are updating from older versions. Please backup any production sites first, or test the updates on a staging server first to make sure nothing breaks.

What? You don't own a license yet?

Enhance your Divi tools with List/Grid Switcher in Divi BodyCommerce, Divi Machine, and Divi Ajax Filter today!

Or even better…

The post Feature Update: List/Grid Switcher for Divi has been added to multiple plugins appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-list-grid-switcher-for-divi-has-been-added-to-multiple-plugins/feed/ 0
About Support Over the Upcoming 2022 Holidays https://diviengine.com/about-support-over-the-upcoming-2022-holidays/ https://diviengine.com/about-support-over-the-upcoming-2022-holidays/#respond Wed, 14 Dec 2022 11:10:40 +0000 https://diviengine.com/?p=242438 The post About Support Over the Upcoming 2022 Holidays appeared first on Divi Engine.

]]>

Support might be a bit slower…

It is that time of the year again where we will be trying to spend some quality time with our families to celebrate the holidays. To prepare for that the Divi Engine Team will be running on a very thin support schedule from December 16th to January 3rd, so please bear with us as we take in some holiday cheer and charge our batteries for the year ahead.

Now, that doesn’t mean that we will be leaving you folks high and dry, all we are saying is that we might not be able to get to your questions or concerns as speedily as we normally do. As a precaution, please take a look below to help avoid running into any issues, but also find help quickly if something does come up.

We wish you all a Merry Christmas, and a Happy New Year!

What to Avoid

Updates

We urge you to avoid any major updates to any of our plugins, but really, any major updates to your WordPress install. While this is normally horrible advice, an update could trigger an incompatibility of some sort that could lead to things not acting the way you expect them to.

Server Changes

Messing with server settings is a bad idea this time of year when support teams for all the players like hosting, plugins, and themes are trying to spend time with their families. We would avoid upgrading the version of PHP you are using or messing with any PHP settings.

Deploying Sites

I get it, you’ve been grinding hard to get that project done by year-end and that is great, but we suggest you hold off on pushing any staging sites or site changes to production until the full support team is back in action. How sites behave in staging, or even local dev, can often be different from production.

What to Do

Ask the Community

You guys have built an amazing Divi Engine Community where users from all over the world help and support each other with simple to even complex issues that come up. If you have not been there before, definitely check out our very active Facebook group.

Check Our Documentation

We have been hard at work updating our documentation to be as up-to-date as possible and you will find most of your questions answered there. There are new articles added almost daily along with videos to help you as best we can without having to wait.

Definitely use that search function!

Help, I’m Stuck!

Ask for Support!

We are here to help you with any issues regarding our plugins that you encounter. Yes, we might be a bit slower to respond, but we will respond, just please be patient with us.

Use our normal support channels found in your Divi Engine Account Dashboard.

Don’t be like Christmas tree kitty!

Conclusion

We really appreciate all of you awesome customers Divi Engine Family members for your understanding and patience over the next week or so. And please never feel like we’ve abandoned you as we will readily abandon any intent of trying aunty Karen’s deviled eggs. The Divi Engine Team is here for you, and we will be doing our best to get to every question or issue as quickly as we can.

From the entire Divi Engine Team, we wish you a Merry Christmas and a Super Happy New Year!

The post About Support Over the Upcoming 2022 Holidays appeared first on Divi Engine.

]]>
https://diviengine.com/about-support-over-the-upcoming-2022-holidays/feed/ 0
New Plugin: Divi Machine Accounts – Build custom user account management areas using the Divi Builder https://diviengine.com/new-plugin-divi-machine-accounts-build-custom-user-account-management-areas-using-the-divi-builder/ https://diviengine.com/new-plugin-divi-machine-accounts-build-custom-user-account-management-areas-using-the-divi-builder/#comments Thu, 08 Sep 2022 11:59:34 +0000 https://diviengine.com/?p=222843 The post New Plugin: Divi Machine Accounts – Build custom user account management areas using the Divi Builder appeared first on Divi Engine.

]]>

Introducing Divi Machine Accounts

The day has finally come and after much testing and re-testing and re-re-testing, Divi Machine Accounts is finally here and available for purchase or download (Divi Engine Members) right now!

We developed Divi Machine Accounts because we know that there are cases where it is important for you to give your customers a bespoke My Accounts area that extends beyond the stock Divi accounts pages. Great care was taken in choosing the initial features, but rest assured, we plan on making this extension for Divi Machine a massive asset for those projects that need a more personal touch.

 You can check out the product page by hitting the button below, or read on to learn more about the flagship launch features.

Divi Machine Accounts core features:

User Post Management

It has never been easier to show users the posts that they have created on your Divi sites. This even extends to custom post types. When combined with Divi Form Builder, users can even edit or delete their posts.

Custom Endpoints

This allows you to add any number of custom menu pages to your Divi My Account area. This is particularly useful for things like a welcome screen that contains helpful links and instructions.

Login & Register Modules

We have developed two custom modules for you to use when users try to access the My Account page without first logging into or registering for an account.

Wishlist

Maintaining a list of your favorite posts or listings on websites has become pretty much standard on the internet and with Divi Machine Accounts you can now extend that ability to your users on Divi sites.

Dislikes

Much like our wishlist feature, users can manage a list of posts that they don’t like in their dislike list with a unique layout for the disliked oists.

Divi Builder

Say hello to the familiar Divi workflow with options being split between the Content, Design, and Advanced tab, you are already well on your way to building a bespoke My Account area.

Divi Machine Accounts needs Divi Machine
and works best alongside Divi Form Builder

Divi Machine, Divi Machine Accounts & Form Builder

The post New Plugin: Divi Machine Accounts – Build custom user account management areas using the Divi Builder appeared first on Divi Engine.

]]>
https://diviengine.com/new-plugin-divi-machine-accounts-build-custom-user-account-management-areas-using-the-divi-builder/feed/ 8
Announcing WP Enhanced, our sister company focussed on WordPress plugins. https://diviengine.com/announcing-wp-enhanced-our-sister-company-focussed-on-wordpress-plugins/ https://diviengine.com/announcing-wp-enhanced-our-sister-company-focussed-on-wordpress-plugins/#comments Tue, 06 Sep 2022 16:19:36 +0000 https://diviengine.com/?p=222550 The post Announcing WP Enhanced, our sister company focussed on WordPress plugins. appeared first on Divi Engine.

]]>

The entire Divi Engine team is very excited to introduce our new sister company, WP Enhanced, which we will use to focus on development for the broader WordPress ecosystem.

Now, this doesn’t mean anything here at Divi Engine is changing. We will continue business as usual because these two companies will operate independently.

 

The same awesome support, the same awesome plugins, the same team.

What makes this such an exciting step, is that it cements the fact that we are growing thoughtfully as a company at a pace that makes sure the details are not missed. That said, we realize that some of your folks might have questions, so we put together a fancy FAQ for you at the end of this post, but we also encourage you to use the contact form if we do not directly address your worries.

WP Enhanced Logo

Besides this admittedly gorgeous logo, WP Enhanced does more than look good, it develops plugins for WordPress and WooCommerce.

We will be launching with 3 plugins that we acquired from Square One Media, with the flagship being Free Downloads WooCommerce Pro.

Let’s take a look at the initial plugin suite:

Free Downloads WooCommerce Pro

Free Downloads WooCommerce Pro

Free downloads in WooCommerce, without checkout.

WordPress Frontend Reset Password

Frontend Reset Password

Let your users reset their forgotten passwords from the frontend of your website.

WordPress Responsive Videos

Responsive Videos

Responsive Videos makes it easy to add videos to your site and comes with loads of customization options.

As times go on, this suite will of course grow, as well as the features found in this initial plugin selection, so keep an eye out for updates.

Frequently Asked Questions

Are the WP Enhanced plugins included in my Divi Engine Membership?

Since these companies will operate independently, any paid WP Enhanced plugins will be sold and maintained separately. The good news however is, that currently, all the plugins do have a free version available in the WordPress repository.

Will Divi Engine support change in any way?

NO! Divi Engine support will not change in any way, except for getting better than it already is. We will not reallocate any resources away from Divi Engine.

I'm interested in WP Enhanced plugins, how do I buy them?

More good news here. Currently, all the WP Enhanced have a free version available that you can access directly from the WordPress repository.

Pro versions can be purchased by pointing your browser to the WP Enhanced site. Don’t forget to use coupon code DIVIENGINE15 for a 15% discount.

The post Announcing WP Enhanced, our sister company focussed on WordPress plugins. appeared first on Divi Engine.

]]>
https://diviengine.com/announcing-wp-enhanced-our-sister-company-focussed-on-wordpress-plugins/feed/ 1
Feature Update: Divi Form Builder gets radio & checkbox image field types! https://diviengine.com/feature-update-divi-form-builder-gets-radio-checkbox-image-field-types/ https://diviengine.com/feature-update-divi-form-builder-gets-radio-checkbox-image-field-types/#respond Fri, 22 Jul 2022 15:25:35 +0000 https://diviengine.com/?p=220513 The post Feature Update: Divi Form Builder gets radio & checkbox image field types! appeared first on Divi Engine.

]]>

With version 1.2.5 of Divi Form Builder, you can now swap out boring radio buttons and checkboxes with fancy images to give you the ability to create a whole new range of forms in Divi.

Think of things like customer surveys and swapping out ancient number ratings with engaging emojis to express how much they love you. Or maybe you offer various services or lessons and you want a visual representation of each option, Divi Form Builder has got your back.

Here is Peter to tell you more.

Divi Form Builder radio & checkbox image field types in action:

Divi Form Builder radio button and checkbox images

Update Summary:

Radio button image field type added
Checkbox image field type added
Various improvements

The post Feature Update: Divi Form Builder gets radio & checkbox image field types! appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-divi-form-builder-gets-radio-checkbox-image-field-types/feed/ 0
Announcing a better support experience! https://diviengine.com/announcing-a-better-support-experience/ https://diviengine.com/announcing-a-better-support-experience/#comments Mon, 11 Jul 2022 11:24:48 +0000 https://diviengine.com/?p=219908 The post Announcing a better support experience! appeared first on Divi Engine.

]]>

We are extremely excited to announce an entirely new support experience for all Divi Engine products that is available right now!

The entire Divi Engine Team gets it that building amazing products is only one part of the equation to you getting the ROI you deserve with our range of products. We already have industry-leading support where we address your tickets within 4 hours of you submitting them, but as with anything, there is always a little wiggle room for improvement. That is why we are investing in you by offering a solution to support that is simply put, a heck of a lot better!

Let’s take a look at the key enhancements.

👩🏽‍💻 Self-Service Portal

Open new tickets

One easy spot where you can open new issues or questions that you encounter.

View past tickets

Track the progress of all the tickets you have submitted or look up the resolution to an old ticket.

Get updates on bug fixes

The new system will notify you when a plugin update has been released for a bug you reported or encountered.

No more lost support issues due to emails getting trapped or flat-out rejected by spam filters. You now have a portal where you can log in and track all of your past and active support issues.

We totally get that feeling like your issue has been ignored is a terrible experience and we know that this feature alone will ease that frustration going forward.

🧾 Better Ticket Submission Experience

Organized

When submitting new tickets you will be guided to, or you can choose, specific support categories.

Connected

Your issue will go directly to the support team member best suited to helping you with your query.

Comprehensive

You can now attach images, loom videos, or logs to your issue which will help get it resolved as quickly as possible.

With options like attaching images or recording Loom videos, clearly expressing your issue has never been easier, and will absolutely help get a solution to your issue much quicker.

Other enhancements such as recommended knowledge base articles based on your input and being connected to the right support ninjas are all extra steps we implemented to make your support experience buttery smooth.

Using the NEW Support Portal is as easy as 1️⃣-2️⃣-3️⃣

Step 1️⃣ ⮕ Sign Up

Head over to diviengine.atlassian.net/servicedesk/ and sign up. We know that signing up might be a pain, but just imagine all that ticket tracking goodness.

Step 2️⃣ ⮕ Open a Ticket

To open a new ticket click on “Raise a request”. Be sure to be as descriptive as possible and don’t be shy to record a Loom video.

Step 3️⃣ ⮕ Track Progress

You can log back in at any time to track the progress of your ticket. No more feeling like your support issues disappear into the abyss, you can and should hold us accountable.

It is just as simple as that! We really believe that this new support experience will make a huge difference to you amazing folks!

Conclusion

We really hope that this is a welcome investment into you, our customers, to help ensure an even better experience when you encounter something unexpected or maybe need a little extra help getting the result you want.

Please let us know what you think in the comments below as it is very valuable to hear from you whether we are making changes that you love and support.

Thank you.

The post Announcing a better support experience! appeared first on Divi Engine.

]]>
https://diviengine.com/announcing-a-better-support-experience/feed/ 5
Announcing the Divi Engine Feature Requests portal https://diviengine.com/announcing-the-divi-engine-feature-requests-portal/ https://diviengine.com/announcing-the-divi-engine-feature-requests-portal/#comments Tue, 21 Jun 2022 15:31:49 +0000 https://diviengine.com/?p=219278 The post Announcing the Divi Engine Feature Requests portal appeared first on Divi Engine.

]]>

We are super excited to announce our brand new feature request page where you, our amazing users, get to vote on the features and new products you want most.

This means that if you have a specific need for a project, or find that one of our plugins do not have a pretty common feature, that you can request we add it. Not only that, if you have a pretty awesome plugin idea that you think we should build, you can even request that we look into that.

Nobody uses our plugins more than you do and we know that you are the best folks to direct us with our various existing and future plugins.

We really can’t wait to see all of your creative ideas.

 

🗳 Vote for the Features you want!

Divi Engine Feature Request Portal

How to request a New Feature:

Step 1

Head over to feedback.diviengine.com and sign up. You don’t have to register, but this makes it easy to return to track your requests, vote for other requests, and share more comments.

Step 2

Click on New Feature Request.

Divi Engine Feature Request Button

Step 3

Fill out your form starting with the title, selecting the plugin, adding a detailed description, your email(if not registered), and clicking New Feature Request to submit your request.

Divi Engine Feature Request Form

Step 4

Scan the other request then vote and comment on any other ideas that you would like to see implemented.

Divi Engine Feature Vote

NOTE:

If while filling out the form it suggests a feature similar to the one you want, it is 100% better to rather click on that and detail your specific need in the comments. The more votes these feature requests get, the more likely they are to be implemented.

Conclusion

As you can see it is dead simple to request new features in our plugins, vote on other requests, or even submit new plugin ideas. We encourage you to use this extensively because we want to make sure that we keep delivering plugins that you love!

Thank you.

The post Announcing the Divi Engine Feature Requests portal appeared first on Divi Engine.

]]>
https://diviengine.com/announcing-the-divi-engine-feature-requests-portal/feed/ 2
Feature Update: Divi Ajax Filters gets Visual Builder Support! https://diviengine.com/feature-update-divi-ajax-filters-gets-visual-builder-support/ https://diviengine.com/feature-update-divi-ajax-filters-gets-visual-builder-support/#respond Tue, 24 May 2022 15:09:28 +0000 https://diviengine.com/?p=218045 The post Feature Update: Divi Ajax Filters gets Visual Builder Support! appeared first on Divi Engine.

]]>

Undoubtedly, Visual Builder compatibility has been one of those things that just makes designing a site in the Divi Theme a breeze and we are proud to announce that along with a slew of new additions, improvements, and fixes, Divi Ajax Filters now have full Visual Builder compatibility.

You can now see your design come to life as you build the perfect filter. And yes, I hear you all asking about the Ajax Filters that come packaged with Divi Machine and Divi BodyCommerce, they are now also fully Visual Builder compatible.

Here is Peter to tell you more.

Visual Builder Support

The has come for some Divi Visual Builder goodness in Divi Ajax Filters. But wait! There’s more! As you know, you’ll find Ajax Filters in both BodyCommerce and Machine, so you get a second and third helping of Visual Builder dessert.

Speed

The dev team has completely revamped the queries when filtering content so your Divi Ajax Filters will populate lightning fast. In one test we were able to bring a massive query down from 18s to 1.5s. Wow! You’ll also notice that we are making some changes to our settings menus by adopting some of the Divi styles to avoid loading extra code which will also benefit load times on the backend.

Security

Security is so important when using WordPress and this is no exception for Divi plugins. Starting with Divi Ajax Filters we have started refreshing the security of our code to help keep your sites secure.

Divi Ajax Filters Visual Builder Support in Action.

Divi Ajax Filters Visual Builder Compatibility

Update Summary:

Visual Builder Compatibility
Reorganized Settings
New Checkbox/Radio Styles
Increased Security
New Slide Filter Style
Speed Improvements
New Settings Framework
Carousel Date Filter

Conclusion

That is it for this quick update note regarding Divi Ajax Filters. We continue to work on other awesome updates to help you guys build the best Divi websites with the best suite of Divi plugins.

The post Feature Update: Divi Ajax Filters gets Visual Builder Support! appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-divi-ajax-filters-gets-visual-builder-support/feed/ 0
Sozo Foundation Giving 3 Years Later https://diviengine.com/sozo-foundation-giving-3-years-later/ https://diviengine.com/sozo-foundation-giving-3-years-later/#respond Thu, 10 Mar 2022 11:17:55 +0000 https://diviengine.com/?p=213939 The post Sozo Foundation Giving 3 Years Later appeared first on Divi Engine.

]]>

Divi Engine ❤️ The Sozo Foundation

It has already been 3 years since we joined forces with The Sozo Foundation to help provide a brighter future for the youths of South Africa that might be overcoming fewer opportunities than their peers.

We can’t believe how time has flown!

Our Customers(yes, you!) have enabled us to provide the following:

HOURS

dedicated to tutoring school kids

SKILL COURSES

taken by school kids which last 10 weeks

LUNCHES

served to school kids

CONNECTED

to the internet to help with research projects

EDUCENTRE SESSIONS

that provide tutoring and mentorship to highschool students

TRAINING SESSIONS

teaching students skills to become a baker.

THANK YOU!

Divi Engine donates a portion of every single sale to The Sozo Foundation, so it is because of you, our amazing customers, that we can continue to support this incredible cause.

The post Sozo Foundation Giving 3 Years Later appeared first on Divi Engine.

]]>
https://diviengine.com/sozo-foundation-giving-3-years-later/feed/ 0
Surprise! We are Having a Sale to Celebrate Christmas and the New Year! https://diviengine.com/surprise-we-are-having-a-sale-to-celebrate-christmas-and-the-new-year/ https://diviengine.com/surprise-we-are-having-a-sale-to-celebrate-christmas-and-the-new-year/#respond Thu, 23 Dec 2021 20:00:41 +0000 https://diviengine.com/?p=211318 The post Surprise! We are Having a Sale to Celebrate Christmas and the New Year! appeared first on Divi Engine.

]]>

Ho Ho Whole lotta Savings, 20% OFF to be exact, at Divi Engine this Holiday Season!

Santa is busting at the belt with savings on our Divi Plugins and Memberships between December 24th 2021 and January 3rd 2022.

That is not all, Santa is feeling extra generous this year, so you’ll also be getting a SPECIAL Christmas Layout Bundle as well as our Black Friday 2021 Layout Bundle

Don’t miss out on our very last sale of the year!

Divi Engine Santa

Save 20% on ANY of Our Plugins or Memberships!

+

Get a Special Christmas Layout Bundle

+

And One Last Chance to Grab our 2021 Black Friday Bundle

How to Save 20%?

Visit between December 24th 2021 and January 3rd 2022

Buy any Divi Engine plugin or sign up for any of our Memberships.

Apply the 20% Off Coupon

We got you here, we will automatically apply the coupon for you during this time when you checkout.

Just in case, here it is again:

CHRISTMAS21

Enjoy!

Be the talk of the town with your shiny new Divi Engine plugins and start building some seriously awesome sites.

The post Surprise! We are Having a Sale to Celebrate Christmas and the New Year! appeared first on Divi Engine.

]]>
https://diviengine.com/surprise-we-are-having-a-sale-to-celebrate-christmas-and-the-new-year/feed/ 0
Meet The Team – David https://diviengine.com/meet-the-team-david/ https://diviengine.com/meet-the-team-david/#comments Thu, 23 Dec 2021 13:53:22 +0000 https://diviengine.com/?p=211519 The post Meet The Team – David appeared first on Divi Engine.

]]>
David - Divi Engine
Illustration by Jim Blug | @jimblug

David

Customer Support & Research Analyst

 

You have probably seen his name around but today we want to introduce David to you. We love your brain and the way it works, constantly ticking and analyzing how we can make processes better. The way you think is on another level and we are so happy to have you part of the team!

 

Tell us about yourself and how you got here.

I am living in South Africa at the moment. I have a wife Pam and two sons, Jaxon and Maximus. My family has lived in Taiwan, the UK, and South Africa. I started building WordPress websites in 2017 and found that I enjoy helping people develop awesome websites. I started using Divi Engine plugins in 2019 and through making one or two videos for Divi Engine I came on to work for Divi Engine in 2021.

 

What are you most looking forward to?

Helping people and learning more about coding.

 

Why did you join Divi Engine?

To help people build websites.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat, or any other engine-powered machine?

I love petrol and fumes. Anything that is loud and smelly and oily. Motobikes, Lawnmowers, Jet packs. You name it.

 

The post Meet The Team – David appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-david/feed/ 7
About Support Over the Upcoming 2021 Holidays https://diviengine.com/about-support-over-the-upcoming-2021-holidays/ https://diviengine.com/about-support-over-the-upcoming-2021-holidays/#comments Fri, 17 Dec 2021 12:10:40 +0000 https://diviengine.com/?p=211279 The post About Support Over the Upcoming 2021 Holidays appeared first on Divi Engine.

]]>

We’ll be Running a Skeleton Crew

It is that time of the year where we all get down with some fruit cake and Holiday Cheer. To prepare for that the Divi Engine Team will be running on a very thin support schedule from December 23rd to January 3rd, so please bear with us as we also try to spend some time with our families this Holiday Season.

Now, that doesn’t mean that we will be leaving you folks high and dry, all we are saying is that we might not be able to get to your questions or concerns as speedily as we normally do. As a precaution, please take a look below to help avoid running into any issues, but also find help quickly if something does come up.

We wish you all a Merry Christmas, and a Happy New Year!

What to Avoid

Updates

We urge you to avoid any major updates to any of our plugins, but really, any major updates to your WordPress install. While this is normally horrible advice, an update could trigger an incompatibility of some sort that could lead to things not acting the way you expect them to.

Server Changes

Messing with server settings is a bad idea this time of year when support teams for all the players like hosting, plugins, and themes are trying to spend time with their families. We would avoid upgrading the version of PHP you are using or messing with any PHP settings.

Deploying Sites

I get it, you’ve been grinding hard to get that project done by year-end and that is great, but we suggest you hold off on pushing any staging sites or site changes to production until the full support team is back in action. How sites behave in staging, or even local dev, can often be different from production.

What to Do

Ask the Community

You guys have built an amazing Divi Engine Community where users from all over the world help and support each other with simple to even complex issues that come up. If you have not been there before, definitely check out our very active Facebook group.

Check Our Documentation

We have been hard at work updating our documentation to be as up-to-date as possible and you will find most of your questions answered there. There are new articles added almost daily along with videos to help you as best we can without having to wait.

Definitely use that search function!

Help, I’m Stuck!

Ask for Support!

We are here to help you with any issues regarding our plugins that you encounter. Yes, we might be a bit slower to respond, but we will respond, just please be patient with us as we wipe the fruit cake off our faces first.

Use our normal support channels found in your Divi Engine Account Dashboard.

The 2021 Family Talent Show is Going to Rock!

Conclusion

We really appreciate all of you awesome customers Divi Engine Family members for your understanding and patience over the next week or so. And please never feel like we’ve abandoned you as we will readily abandon any intent of trying aunty Karen’s deviled eggs. The Divi Engine Team is here for you, and we will be doing our best to get to every question or issue as quickly as we can.

From the entire Divi Engine Team, we wish you a Merry Christmas and a Super Happy New Year!

The post About Support Over the Upcoming 2021 Holidays appeared first on Divi Engine.

]]>
https://diviengine.com/about-support-over-the-upcoming-2021-holidays/feed/ 1
Let’s Talk About Our Plugin Module Naming Conventions https://diviengine.com/lets-talk-about-our-plugin-module-naming-conventions/ https://diviengine.com/lets-talk-about-our-plugin-module-naming-conventions/#comments Wed, 08 Dec 2021 14:26:50 +0000 https://diviengine.com/?p=211076 The post Let’s Talk About Our Plugin Module Naming Conventions appeared first on Divi Engine.

]]>

This topic has been a point of some contention for a number of our awesome customers, and we hear you. Having all of our modules at the top of all of the other Divi Modules can be annoying, especially when you have to scroll to the bottom to find what you are looking for. And what are the (dots) anyway, file extensions? We get it. And believe it or not, there is some method behind the madness due to the complexity of plugins like BodyCommerce and Divi Machine.

The good news is that we are going to fix this shortly with all of our plugins going forward, so let’s just quickly first review that method in the madness I mentioned earlier, and then take a look at the road forward.

The Infamous “dot” Prefix Explained

So these prefixes came to life because in the olden Divi days the modules were sorted in a different way and it made sense to clearly distinguish the Divi Engine modules from the stock Divi Modules. Trust me, we tested this with our customers and this was the solution voted by your peers. That doesn’t mean that this is the best way going forward. 

We put careful thought into the naming convention for our modules because of their versatility. Some modules can be used on a loop layout and on the product page, so what is the best way to represent that?

Let’s deconstruct the madness.

Divi Engine Module Dot Prefix Explained

Abbreviation

This is how we group modules together so that you can quickly identify which ones can work together. It will also indicate where the module can be used. .PL in this example indicates that this module can be used in a Product Page and Loop Layout. Other abbreviations could be .CHP for Checkout Page or .AP for Account Page modules and so forth. Once you grasp that, it all becomes much easier to understand and use to its full potential.

Function

This clearly states what the core purpose or function of this module is. In our example, this module is used to add a product to the cart, which makes sense. This is something you’d want to maybe do in a Loop Layout, but definitely in a Product Page. This again speaks to the sometimes complex versatility of our plugins.

Location

This will further clarify where you should be using the modules for one of our plugins. We know this can all be confusing when you get started, but we promise we are doing everything we can to keep things clear and concise. 

The Road Forward

We realize that our method has maybe become a little dated and we are listening to your feedback. The Divi Development team has also released a new UI Update in Divi 4.14 that allows us to sort different modules into folders instead of just having them all displayed by default next to the stock Divi Modules. This is a much cleaner approach that will help users get to the content they want faster.

So here is what we are changing:

Folders

With this new Divi UI, we have already started updating all of our plugins that have multiple modules to be stored in folders within the Insert Module screen. This will make it easy to find the relevant modules when scrolling through the Stock Divi Modules.

Take a look below for a preview.

Before

BodyCommerce Module Names Before

After

Divi Modules After

The (dot)

Screenshot and kiss that (dot) goodbye baby! With the ability to sort our modules in folders, we no longer need to group all our modules together. Before without the dot, it was all jumbled up amongst the Divi modules and looks odd. The rest of the naming convention explained earlier in this article will remain the same, we are just dropping the .

A dot has been crossed and we are fixing it…

Conclusion

And that is it, folks. We will always continue to listen and evolve as we hear your constructive feedback, but more than anything, want to continue supporting you in getting the most out of your investment in any of our plugins. We are here because of you folks, so please never stop sharing your thoughts and struggles around any Divi Engine plugin or service.

If you have any other suggestions, please send them through the support channels available to you. 

You can also check out the documentation on our Module Naming Conventions.

The post Let’s Talk About Our Plugin Module Naming Conventions appeared first on Divi Engine.

]]>
https://diviengine.com/lets-talk-about-our-plugin-module-naming-conventions/feed/ 1
Divi 4.14 WooCommerce Update: New Modules for Cart & Checkout and then some https://diviengine.com/divi-4-14-woocommerce-update-new-modules-for-cart-checkout-and-then-some/ https://diviengine.com/divi-4-14-woocommerce-update-new-modules-for-cart-checkout-and-then-some/#respond Fri, 26 Nov 2021 12:59:21 +0000 https://diviengine.com/?p=210284 The post Divi 4.14 WooCommerce Update: New Modules for Cart & Checkout and then some appeared first on Divi Engine.

]]>

The Divi Team has done it again and released yet another update that further deepens the already fantastic WooCommerce functionality and integration. It feels like Christmas is early with all these updates, but hey, we are not complaining at all. Clearly, the folks at Elegant Themes want to finish the year with a bang.

Now this update was not limited to adding some new WooCommerce modules, it also brings some smart UI changes that simplify navigating the ever-growing number of modules. In today’s post, we will talk about the main changes brought with Divi 4.14, then also how it affects BodyCommerce.

Video Update

What was Added?

Divi added 8 NEW WooCommerce modules to help you build better-looking Cart and Checkout pages using the Divi Theme Builder. Just as you were using the Divi Theme Builder to create your Product pages, you will now just use the designated modules for cart and checkout.

Cart Modules

Woo Cart Products
Displays all the products that have been added to the cart.
Woo Cart Totals
Shows the total amount due and allows you to advance to checkout.
Woo Cart Cross Sells
Allows you to Cross Sell related products on the cart page.

New Divi Cart Modules

Checkout Modules

Woo Checkout Billing
Allows the user to endter their billing address.
Woo Checkout Shipping
Allows the user to endter their shipping address.
Woo Checkout Details
Shows the user a brief summary of the items in the cart.
Woo Checkout Information
Allows the user to add additional notes or information on the order.
Woo Checkout Payment
Displays your configured payment options.

New Divi Checkout Modules

UI Changes

The Divi Engine Dev Team is so excited by one of the UI updates, that they decided to already include it in the latest versions of BodyCommerce and Divi Machine. The UI allows you to sort different modules into folders instead of just having them all displayed by default. This is a much cleaner approach that will help users get to the content they want faster.

Before

Divi Modules Before

After

Divi Modules After

Does this affect BodyCommerce?

The Divi Engine Team was lucky enough to get our hands on the new update in advance to make sure that there would be no issues or conflicts with the new Divi update. In our testing, we only came across one issue when you attempt to use a custom template in the Divi Theme Builder in conjunction with one of our custom checkout templates. Don’t do that…pretty please. It still works perfectly if you use either/or, but you will have some issues if you try and use BOTH.

Other than that, we did NOT find any bugs, but that doesn’t mean you won’t. Please let us know if you find anything misbehaving and our dev team will get right on it.

That said, we are excited for this new update as it plays well into Divi BodyCommerce and the 100’s extra features it brings to Divi and WooCommerce. This new update gives you a little bit of extra freedom, but if you want full control over how your WooCommerce store looks and functions, definitely take a look at Divi BodyCommerce.

The Divi Team releasing another new set of features…

Conclusion

We are always excited when there is a new Divi update that adds new features and functionality. It just shows what a great community we are a part of. Hopefully, this quick overview of the new Divi Update was helpful and interesting for you. What is your favorite feature? Tell us in the comments below!

Also, definitely check out the official post by Elegant Themes to see firsthand what the new Divi Update brings.

The post Divi 4.14 WooCommerce Update: New Modules for Cart & Checkout and then some appeared first on Divi Engine.

]]>
https://diviengine.com/divi-4-14-woocommerce-update-new-modules-for-cart-checkout-and-then-some/feed/ 0
Divi Machine 4.1 Feature Update: Google Maps Clustering and View Post Modal! https://diviengine.com/divi-machine-4-1-feature-update-google-maps-clustering-and-view-post-modal/ https://diviengine.com/divi-machine-4-1-feature-update-google-maps-clustering-and-view-post-modal/#comments Wed, 17 Nov 2021 19:45:02 +0000 https://diviengine.com/?p=209890 The post Divi Machine 4.1 Feature Update: Google Maps Clustering and View Post Modal! appeared first on Divi Engine.

]]>

There is a lot of great stuff coming from the Divi Engine development team this month, but that does not mean we do not have love for our existing plugins. Today we are proud to introduce the all-new Google Maps Clustering and View Post Modal features for Divi Machine. 

We worked hard to get these amazing features to you and can not wait to see what you create using them. Let’s take a quick look at what these features do.

Google Maps Clustering

Google Map Clustering

This is a very popular feature in Google Maps that is used to avoid a heavily concentrated cluster of pins making it impossible to click on your intended target. Instead, Google Maps will group these pins together in a cluster, making it easier to click on your intended target.

View Post Modal

View Post Modal

Now you can set your modals as “content updates” instead of having a popover modal. Think of a team members section on the page with a dynamic content section that updates with the clicked team members bio.

NOTE: Available in Divi Machine 4.1+

Google Maps Clustering in action…

Divi Machine Google Maps Clustering

Instructions

This is so easy, you don’t have to do anything, your pins will automatically cluster.

View Post Modal in action…

Divi Machine View Post Modal

Instructions

This new feature builds on what is already available in the .View Post Btn module.

Take a look below to see the new settings.

Divi Machine View Post Modal

Activate the Post Modal/Update Content Block

Select the Post Type

Set it so that the Content Block will update instead of display a modal

Select where you want the Content Block to be displayed

Select the layout from the Divi Library that will be used to display the post content

Conclusion

These awesome new features are available to you TODAY as part of the Divi Machine 4.1 update. We are excited to see what all of you will create with the new Google Maps Clustering and View Post Modal features.

If you’d like to know more about how to use these features definitely check out our documentation site for Divi Machine. For any unresolved issues or questions, definitely feel free to contact the support team and we’ll be sure to try and help you out as soon as possible.

Until the next awesome feature!

The post Divi Machine 4.1 Feature Update: Google Maps Clustering and View Post Modal! appeared first on Divi Engine.

]]>
https://diviengine.com/divi-machine-4-1-feature-update-google-maps-clustering-and-view-post-modal/feed/ 1
Clone Any Online Store with Divi and WooCommerce https://diviengine.com/clone-any-online-store-with-divi-and-woocommerce/ https://diviengine.com/clone-any-online-store-with-divi-and-woocommerce/#respond Tue, 26 Oct 2021 04:35:33 +0000 https://diviengine.com/?p=209248 The post Clone Any Online Store with Divi and WooCommerce appeared first on Divi Engine.

]]>

Announcing our 4-part Tutorial Series starting on November 2nd, 2021!

Just in time for the Black Friday craziness, we are going to show you build an Online Store that draws strong inspiration from the Abercrombie & Fitch website. We’ll be using many of the new Divi features such as conditional display logic to make it all happen, so be sure to bookmark this page and subscribe to our Youtube Channel to make sure you don’t miss anything!

Check out the Announcement Video below to see what you’ll be creating!

We hope you’ll join on November 2nd when it kicks off.

The post Clone Any Online Store with Divi and WooCommerce appeared first on Divi Engine.

]]>
https://diviengine.com/clone-any-online-store-with-divi-and-woocommerce/feed/ 0
Meet The Team – Robey https://diviengine.com/meet-the-team-robey/ https://diviengine.com/meet-the-team-robey/#respond Mon, 11 Oct 2021 11:46:07 +0000 https://diviengine.com/?p=208903 The post Meet The Team – Robey appeared first on Divi Engine.

]]>
Robey - Divi Engine
Illustration by Jim Blug | @jimblug

Robey

Business Development Manager

 

Today we want you to meet Robey, you probably have heard his voice in our tutorial and documentation videos – but here is a little more about him. Robey we love your ideas, passion and expertise – we are truly blessed to have you as part of our team!

 

Tell us about yourself and how you got here.

Born and raised in South Africa, I always had a passion for technology and how computers worked. I started tinkering with coding with Turbo Pascal in high school and eventually studied Computer Science in Chicago. I’ve been super lucky in that I won a green card which eventually netted me an American passport.

Another love of mine was finance and how financial markets worked, so I spent 12 years in the US financial machine starting as a bank teller, and eventually working my way up to becoming a stockbroker. After investing 12 years of my life in the financial markets, I realized that money is not everything and decided to look for something that suited my goals in life better, so I quit.

Since then, I’ve found myself back working with technology while traveling the globe and enriching myself with experiences instead of lining my pockets.

 

What are you most looking forward to?

The next destination, the next milestone, the next new thing learned. I just want to continue growing as a person as well as a member of the team here at Divi Engine. Seeing how my experience and contributions directly correlate to the success of Divi Engine would give me a great sense of pride.

I’m also looking forward to the challenges that I’ll be presented with and turning them into opportunities, but probably most of all, I’m looking forward to getting to know my peers and learning from them.

 

Why did you join Divi Engine?

I first came to Divi Engine as a customer and really felt that personal touch when working with Peter and the team which it seems so many companies have neglected. That left me thinking, what a wonderful place it must be to work. Fast forward a few years and I saw an opportunity to do just that and I did not hesitate. The atmosphere here is that of mutual respect, doing the right thing, and putting the customer at the center of all we do.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat, or any other engine-powered machine?

Ducati Monster

 

The post Meet The Team – Robey appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-robey/feed/ 0
Our 2021 SUMMER SALE Raffle Winners! https://diviengine.com/our-2021-summer-sale-raffle-winners/ https://diviengine.com/our-2021-summer-sale-raffle-winners/#respond Tue, 03 Aug 2021 17:14:55 +0000 https://diviengine.com/?p=207096 The post Our 2021 SUMMER SALE Raffle Winners! appeared first on Divi Engine.

]]>

Welcome to the Winners Circle!

Our 2021 SUMMER SALE is over along with our first Official Raffle and you guys did AMAZING!

Today is a great day because we get to announce our 8 WINNERS and we couldn’t be more excited.

If you are one of our WINNERS, be sure to check your inbox because your prizes have been emailed to you. Even if you didn’t win, maybe there is a little something waiting in your inbox also 😉

1st Prize Winner

Divi Engine Summer Raffle

2nd Prize Winners

Divi Engine Summer Raffle
Divi Engine Summer Raffle

3rd Prize Winners

Divi Engine Summer Raffle
Divi Engine Summer Raffle
Divi Engine Summer Raffle
Divi Engine Summer Raffle
Divi Engine Summer Raffle

Congratulations to all of our awesome WINNERS!

Divi Engine Winning

Definitely keep an eye on our socials and your inbox to stay updated with all our sales and new plugin releases! Another great way to NEVER miss a deal is to sign up for our newsletter.

The post Our 2021 SUMMER SALE Raffle Winners! appeared first on Divi Engine.

]]>
https://diviengine.com/our-2021-summer-sale-raffle-winners/feed/ 0
WooCommerce 5.5.1 issue with Divi Search https://diviengine.com/woocommerce-5-5-1-issue-with-divi-search/ https://diviengine.com/woocommerce-5-5-1-issue-with-divi-search/#comments Fri, 16 Jul 2021 08:47:07 +0000 https://diviengine.com/?p=206632 The post WooCommerce 5.5.1 issue with Divi Search appeared first on Divi Engine.

]]>

We have had some reports of Divi Search not working well with WooCommerce and BodyCommerce – it displays a white page. Upon investigation, we discovered that it is actually an issue with the Divi Theme and not something related to our plugins.

We did not want to leave you guys hanging, so we dug a little deeper and found a solution.

Problem

The Divi Theme Builder is not working when searching for products, for example: /?s=shirt&post_type=product

This works fine on older versions of WooCommerce, but NOT in the latest update which is WooCommerce 5.5.1

Solution

The solution is to download the file below, unzip it and upload to the directory: \wp-content\plugins\woocommerce\includes\class-wc-query.php

Here is the code we changed for your reference

The post WooCommerce 5.5.1 issue with Divi Search appeared first on Divi Engine.

]]>
https://diviengine.com/woocommerce-5-5-1-issue-with-divi-search/feed/ 12
Feature Update: Divi Machine & BodyCommerce Infinite Scroll and more! https://diviengine.com/feature-update-divi-machine-bodycommerce-infinite-scroll-and-more/ https://diviengine.com/feature-update-divi-machine-bodycommerce-infinite-scroll-and-more/#respond Thu, 08 Jul 2021 21:07:29 +0000 https://diviengine.com/?p=206444 The post Feature Update: Divi Machine & BodyCommerce Infinite Scroll and more! appeared first on Divi Engine.

]]>

You read that right folks! We have some amazing news for your eyeballs today. We just launched some much-requested features to both Divi Machine and BodyCommerce that will knock your socks clear off. Admittedly, I did a small whoop whoop when I got the word.

Ready to know what it is? Are you? Let’s get into it!

Infinite Scroll

Pagination options just got cool! Both Divi Machine and BodyCommerce now have the option for Infinite Scroll on your archive pages brought to you by the power of Ajax. You can customize all aspects of your Divi Infinite Scroll like the animated loading icon, icon color, and background color.

NOTE: Available with Divi Machine 3.5 & BodyCommerce 6.2

Attribute Previews

We revamped the way you can display your product attributes on both the archive and product pages in BodyCommerce. Instead of showing the color red as “red” in text, let’s show it as a beautiful swatch instead. The best part of all? This will work for both color and image attributes!

NOTE: Available with BodyCommerce 6.2

Divi Infinite Scroll in action…

Divi Infinite Scroll

Use Cases

Infinite Scroll

Store pages where you might be listing a ton of products would be a great use of Divi Infinite Scroll as it frees your visitors from having to click through and wait for pages of products to load. Also if they wanted to go back to an item they like on a previous page, not having infinite scroll will cause more clicks and more wait times. Clicks and wait times have been proven to lead to lower conversion rates and that makes your bottom line sad.

Using the awesome power of Ajax you will secure each sale on your Divi sites running Divi Machine or BodyCommerce with this awesome feature.

Attribute Previews

This BodyCommerce feature will greatly enrich both your store and product pages with visual cues that give your visitors more information without needing to click around. Easily display attributes like a given brand on the product page, or show what color options are available for a given item visually before they click through to the product page. This creates brand recognition in familiar logos and intent when the visitors click around on your site because they have all the information they need to make a purchase before they click.

Show your customers what they want to know and associate with, in a compact and effective visual manner.

Setting up Infinite Scroll of Attribute Previews

Ok, now it is your turn…

Divi Infinite Scroll Whoop

Conclusion

You can start using Divi Infinite Scroll today in Divi Machine version 3.5 and BodyCommerce version 6.2, all you need to do is update your install in your WordPress Admin, or download the update from your My Downloads section here on diviengine.com.

These features are brand spanking new, so for sure let us know if you run into any kinks so that we can button those up in no time.

Save up to 25%

Our SUMMER SALE is still in full swing, so if you don’t own either Divi Machine or BodyCommerce yet, now is the best time to pick it up! Our Memberships are also a pretty awesome deal!!

The post Feature Update: Divi Machine & BodyCommerce Infinite Scroll and more! appeared first on Divi Engine.

]]>
https://diviengine.com/feature-update-divi-machine-bodycommerce-infinite-scroll-and-more/feed/ 0
Meet The Team – Peter https://diviengine.com/meet-the-team-peter/ https://diviengine.com/meet-the-team-peter/#comments Mon, 22 Feb 2021 22:34:20 +0000 https://diviengine.com/?p=68798 The post Meet The Team – Peter appeared first on Divi Engine.

]]>
Peter - Divi Engine
Illustration by Jim Blug | @jimblug

Peter

Co-Founder

 

Today we want you to meet Peter, you probably have heard his voice in videos – but here is a little more about him.

 

Tell us about yourself and how you got here.

I was born in South Africa and lived there till I was 17. I then moved over to the UK with my parents as was an opportunity to experience something new. Over the years I was not sure what I wanted to do. I started to study Dentistry, did an Art and Design course (specialising in Photography), and finally did a little bit of everything from Web Design to Graphics and even dived into Video Game making. All this was great but I never really got anywhere as did too much and did not specialise.

The point when it changed, was when I decided to specialise in Web Development. Building plugins to help do specific tasks for my customers, I thought… why not sell them? So I started Divi Engine back in 2017. Quitting my then job when I was earning £500 a month off Divi Engine, to now has been an amazing journey, and cannot thank our customers enough for this opportunity to build plugins to help you!

 

What are you most looking forward to? 

I have a passion for helping people. Life is not about making money (well you need to live), but end of the day when you die, the money turns to dust. Divi Engine has been a tool to create flexibilty in my life. The plan has always been to make Divi Enigne a tool to help support us in helping others. My wife, 3 boys and I recently moved to Wales (in the UK) to fufill something along the lines of helping people. We are not certain what it is yet. The idea would be that Divi Engine can help fund something that blesses and helps people (marriage, homeless, fostering, adoption.. who knows). All I know is I am excited by this.

So what am I looking most forward to?
1) Seeing what happens here and how Divi Engine can fuel something great
2) Growing Divi Engine to hire more staff and help people this way too
3) Making better product and services for our customers
4) Carry on supporting charities like the Sozo Foundation

 

Why did you start Divi Engine?

It was not intentional if honest. Just created Divi Nitro (first plugin) and thought it was awesome and others needed to have it too.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat or any other engine powered machine?

Ford Mustang, 66.

 

The post Meet The Team – Peter appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-peter/feed/ 10
Meet The Team – Fernando https://diviengine.com/meet-the-team-fernando/ https://diviengine.com/meet-the-team-fernando/#comments Mon, 25 Jan 2021 15:33:48 +0000 https://diviengine.com/?p=68254 The post Meet The Team – Fernando appeared first on Divi Engine.

]]>
Fernando - Divi Engine
Illustration by Jim Blug | @jimblug

Welcome, Fernando

Marketing & Sales

 

We love your brain and all the clever ideas you have. Such a great asset to the team on how we can keep producing great content for our customers!

 

Tell us about yourself and how you got here.

I have been building Divi websites for 4 years, one day I needed to optimize the speed of my Divi websites. I found Divi Engine’s YouTube channel and Divi Nitro. I decided to buy the plugin and got really nice results! I saw Romans 8:1 in the footer of the site so contacted Divi Engine and built up a friendship.

One day I proposed that I could help him with making Spanish videos if he wants, he agreed and we started to work together on this project. At this time I also had my own job, and after a couple of months, I lost it because COVID-19. Peter offered a position to work for Divi Engine and that’s how I joined the family. I am so happy and grateful to Peter for giving me this opportunity.

 

What are you most looking forward to?

I love creating marketing strategies so my goal here is to create amazing ideas that help us reach more future customers and open the Spanish market. Not only will this get more customers but it will also provide more content and free resources for our current customers.

 

Why did you join Divi Engine?

I built up a great friendship with Peter, love the values of the company, and of course love Divi and all the Divi Engine plugins! They are amazing and are of great quality, so I decided to join the team and continue learning new things and keep improving my abilities.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat or any other engine powered machine?

I love the BMW Z4

 

The post Meet The Team – Fernando appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-fernando/feed/ 11
Quick Review of 2020 https://diviengine.com/quick-review-of-2020/ https://diviengine.com/quick-review-of-2020/#respond Mon, 25 Jan 2021 14:37:24 +0000 https://diviengine.com/?p=67680 The post Quick Review of 2020 appeared first on Divi Engine.

]]>

Ok so we are a bit late with this post and for good reasons, we have been so busy planning and doing development for our plugins. This past year was a great year, our company grew in many aspects. Most significant is the new staff members Kris, Jeff and Fernando. These three key parts of the business (support, development and marketing) will help create better products, offer better support and give you better content and resources in the coming years. Apart from new members to the team, we have been busy in other ways – see below! 

2 New Divi plugins 

Apart from our fast growing plugins, we released two new Divi plugins this year.

 

Divi Machine

With Divi Machine you can build complex websites that display dynamic fields you can filter, search and so much more with the Divi Builder. It was such a game changer for the Divi community and for us as it allows you to create such complex sites without having to code. 

Divi Ajax Filter

We launched the first Divi Ajax Filter! With this plugin, you can create beautiful ajax filters for your products, projects, blog posts or any custom post you want. Filter your posts without reloading the page. This truly is a great jump and will open doors to so much more ajax inspired plugins.

Freebies (layouts)

We created a set of different and beautiful pre-made designs for Bodycommerce, Machine, Divi Mobile and Mega Menu. We will continue to create more free layouts for you.

Bodycommerce!

  • Furniture Shop layout 
  • Restaurant Shop layout
  • Backpack Shop layout 
  • Tech Shop layout
  • Coffee Shop layout

Divi Machine

  • Car Listing Pack layout
  • Documentation Pack layout 
  • Team member Pack layout
  • Estate Agent Pack layout 
  • Recipes Pack layout 

Divi Mega Menu 

Different Mega Menu Styles 

Divi Mobile Styles 

6 Different Mobile Menu Styles 

New Blog Articles 

We have spent many hours creating written Divi tutorials, helping solve problems, creating solutions, and sharing tips and snippets about Divi and WooCommerce.

Divi Engine User Facebook Group

We love our community! That’s why we have created this group, so this way we can share tips, opinions, freebies, and help each other online using Facebook.

Sozo Foundation

We have been supporting the Sozo Foundation now for 1 and a half years – what an impact you guys are all making – thank you!

In this time we have given:

  • 2332 hours of tutoring for school children
  • 485 sessions of a 10-week skills course for a school child
  • 555 School lunches
  • Internet access for 483 school children for project research
  • 516 training sessions for a student to be a baker
  • 192 Educentre sessions for a school child

 

Thank you! 

We all want to thank you for choosing us and being part of the family. When you make a purchase through us, it helps us to accomplish this and so much more. This next year we plan to keep delivering this and so much more! Hope to have many more years together 😀

 

The post Quick Review of 2020 appeared first on Divi Engine.

]]>
https://diviengine.com/quick-review-of-2020/feed/ 0
Sozo Giving 1 and a half Years https://diviengine.com/sozo-giving-1-and-a-half-years/ https://diviengine.com/sozo-giving-1-and-a-half-years/#comments Mon, 09 Nov 2020 15:28:22 +0000 https://diviengine.com/?p=65708 The post Sozo Giving 1 and a half Years appeared first on Divi Engine.

]]>

We have been supporting the Sozo Foundation now for 1 and a half years – what an impact you guys are all making – thank you!

In this time we have given:

  • 2332 hours of tutoring for school children
  • 485 sessions of a 10-week skills course for a school child
  • 555 School lunches
  • Internet access for 483 school children for project research
  • 516 training sessions for a student to be a baker
  • 192 Educentre sessions for a school child

WOW – so amazing, thanks again for all you have done to enable this to happen. We are helping make such a difference to these peoples lives

Check out a few links
Educentre
Skill Courses

Check out this cool video

Our response to this time

The post Sozo Giving 1 and a half Years appeared first on Divi Engine.

]]>
https://diviengine.com/sozo-giving-1-and-a-half-years/feed/ 2
Meet The Team – Jeff https://diviengine.com/meet-the-team-jeff/ https://diviengine.com/meet-the-team-jeff/#comments Tue, 20 Oct 2020 07:08:47 +0000 https://diviengine.com/?p=65281 The post Meet The Team – Jeff appeared first on Divi Engine.

]]>
Kris - Divi Engine
Illustration by Jim Blug | @jimblug

Welcome, Jeff

Senior Web Developer

 

The name’s Bond, Jeff Bond… Our secret agent when it comes to complex coding and bug fixing. Welcome Jeff, we are so excited to have you as part of the team to push the boundaries and make our plugins/code better every day!

 

Tell us about yourself and how you got here.

I have been a web developer for the past 8 years and love coding. For personal problems, I worked as a freelancer for many years. While working as a freelancer, Peter reached out looking for extra help, I had a chance to work on Divi Machine.

As a WordPress developer, I was really happy to work on it, as plugin development is exciting work, and I did my best. When I was offered the job, I decided it would be a good thing for my career as I like to make plugins and Divi Engine plugins are good.

 

What are you most looking forward to?

As a developer, I am always focusing to make products with the best quality and performance. I am looking forward to improving the plugins continuously, which will make our customers happy to use them.

 

Why did you join Divi Engine?

Peter has great sense and ideas in developing plugins. I really like his thoughts on his plugins. He is very kind and friendly, so I decided to join the team and be part of the family of Divi Engine.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat or any other engine powered machine?

Mercedes-Benz GLB-SUV white.

 

The post Meet The Team – Jeff appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-jeff/feed/ 2
Meet The Team – Kris https://diviengine.com/meet-the-team-kris/ https://diviengine.com/meet-the-team-kris/#comments Thu, 08 Oct 2020 06:59:09 +0000 https://diviengine.com/?p=65065 The post Meet The Team – Kris appeared first on Divi Engine.

]]>
Kris - Divi Engine
Illustration by Jim Blug | @jimblug

Welcome, Kris

Head of Client Services

 

Today we are excited to introduce you to Kris. Enthusiastic, hard-working, friendly and always happy to listen even when you are having a bad day, he is such a great asset to the team.

 

Tell us about yourself and how you got here.

I have been using the Divi framework for a while and I joined a few Divi related Groups on Facebook. One day I came across the Divi Engine website through a post. When I visited Divi Engine, I saw Romans 8:1 in the footer. I was surprised and felt happy to find a company that is Christian at the core. So, I sent a message to the Divi Engine page and that is how I came to know about Peter.

From then onwards, we kept chatting from time to time and Peter helped me with a lot of information regarding tech. After a few months or maybe after a year, I was just chatting with Peter and I told him that I am out of work because of COVID. Then Peter asked me if I am interested in working for him to take care of Customer Service. I was excited and happy about the offer. I joined as a part-time and now I am working full time for Peter. I must say, there is a lot to learn as the Divi Engine extensions are robust and rich. Peter is not just a brilliant developer but a great teacher. I am delighted to be a part of his team and especially a great fellowship.

 

What are you most looking forward to?

I am looking forward to learning and mastering the plugins myself so that the customer service will be faster, smoother and flawless. I am looking forward to making posts and videos so that our customers can benefit. My aim is to give personalised customer service to our customers who believe in us and purchased our plugins for their businesses. This is very serious and important for us.

 

Why did you join Divi Engine?

Firstly, I joined Divi Engine because Peter has become a good friend. Next, I am amazed at the plugins that Divi Engine has developed. They are serious plugins and I loved them. So, when Peter asked me if I am interested to join Divi Engine and take up support, I went for it without thinking twice. There is a lot to learn and master and it is an ongoing process.

 

Seen as though we are an engine that powers Divi, what is your favorite car, bike, boat or any other engine powered machine?

Honda Activa Scooter, black color.

 

The post Meet The Team – Kris appeared first on Divi Engine.

]]>
https://diviengine.com/meet-the-team-kris/feed/ 1
COVID-19 Giving Update https://diviengine.com/covid-19-giving-update/ https://diviengine.com/covid-19-giving-update/#respond Tue, 28 Apr 2020 21:41:23 +0000 https://diviengine.com/?p=60695 The post COVID-19 Giving Update appeared first on Divi Engine.

]]>

Just a little update from us about Covid-19

As many of you know that we give a gift on your behalf to The Sozo Foundation to help fund the brilliant work that they are doing there for the students. As the coronavirus epidemic sprung up, we wanted to make sure our money was going to the right people who needed it most. We can tell you that The Sozo Foundation are certainly doing this – below is a message from Anton, explaining what they are doing to help the local community.


The situation in Vrygrond is pretty dire, to be honest. I describe the Covid-19 situation as being a crisis within a CRISIS. Prior to Covid-19 we estimate Vrygrond ( 45000 residents ) unemployment to have been around 55-60%, this would now have escalated to at least 80%.
– Sozo has formed a partnership with Siyakhula and Healing heart foundation and are currently providing food relief for approximately 1200 residents per week. This is growing weekly.
– We are also providing hygiene packs ( soap, body cream toothpaste and sanitary towels ) to more than 100 youth beneficiaries and will roll this out to another 150 within the next two weeks.
– We have launched a campaign to ensure we provide winter immune-boosting health vitamin and mineral Supplements to 250 youth beneficiaries for the whole winter season ( May – Aug) see more details here.

We are also launching a new campaign to employ a full time professional Phsyco-social Trauma caseworker to deal with the imminent growing mental health issues as a direct result of Covid-19 trauma. See more details here.

We have been on total lockdown for more than 4 weeks (28/04/2020) and will have slight changes starting next Friday but this will be in slow phases. Sozo is very well prepared regarding our risk and distracted management protocols which cover all the government guidelines to ensure health and safety at our centre. In the meantime, we have gone online via WhatsApp with all our school students ( 105 ) providing them with tutorials and education support daily.

Our team have been amazing and I suppose one huge benefit of being based in the middle of a very volatile environment is that we have quite a bit of experience of dealing with and managing crisis situations.

We remain optimistic, hopeful and committed to serving our young people now more than ever to ensure they have every possible opportunity at achieving their goals and reaching their dreams and we know that when it comes to adversity, they always rise above! God is with us!

Thanks again for your continued care and interest and for partnering with us because without people and businesses like yours we can’t do what we do. We are all collaborating to see young people being transformed through unconditional love.

Just wow…

They are doing so much and during this time we will continue to keep supporting them and the people of Vrygrond.

See a video he made about the winter immune-boosting below.

Thanks again for helping the guys in South Africa!

The post COVID-19 Giving Update appeared first on Divi Engine.

]]>
https://diviengine.com/covid-19-giving-update/feed/ 0
Giving Annual Report 19/20 https://diviengine.com/giving-annual-report-19-20/ https://diviengine.com/giving-annual-report-19-20/#respond Wed, 01 Apr 2020 14:16:12 +0000 https://diviengine.com/?p=58118 The post Giving Annual Report 19/20 appeared first on Divi Engine.

]]>

It has now been one year since we started giving a gift on your behalf for every purchase to the Sozo Foundation in South Africa – what a year it has been. We feel so fortunate that we can even do this and all the thanks go to all our customers – so thank you!

What we have learnt over this year? No matter how small the gift is, when multiplying it can make such a massive impact. As you can see from the numbers below, we know that you all have made such a difference in peoples lives in South Africa, so well done!

 

Here is what we have given over this year on your behalf:

The post Giving Annual Report 19/20 appeared first on Divi Engine.

]]>
https://diviengine.com/giving-annual-report-19-20/feed/ 0
Divi Engine & VAT https://diviengine.com/divi-engine-vat/ https://diviengine.com/divi-engine-vat/#respond Thu, 05 Mar 2020 10:47:30 +0000 https://diviengine.com/?p=56279 The post Divi Engine & VAT appeared first on Divi Engine.

]]>

Some of you might have noticed that we are adding VAT to our products at checkout now. As of the 1st March 2020, Divi Engine have become VAT registered. We thought it would be a good idea to write a post about this and explain the good and the bad points to this.

The Law

We are a company based in the UK and when the company turns over a certain amount, we have to charge VAT on all our products. This is something we have been trying to hold off for as long as we can but have to do this now.

The Bad

The bad news is that if you live in Europe, we have to add VAT on all purchases, so our plugins have become more expensive. If you are VAT registered in the UK or Europe, this would not really affect you – it is the private individuals that affects the most and these are the ones we least want it to. Unfortunately there is nothing we can do.

How does it work?

If you are outside Europe: No changes, we do not charge you VAT
If you are inside the UK: We charge you VAT
If you are inside Europe and are a private individual: We charge you VAT
If you are inside Europe and are a company with a VAT number: You give us your VAT number and we do not charge you VAT

The Good

The good side to this is that Divi Engine is growing. This means more security for you. There is longevity in our plugins and services, so when you buy – you can buy with confidence in knowing that we will be around for the long run to help support and keep offering outstanding plugins for you to use.

We do hope you understand and carry on with us – we appreciate all of you and can’t wait to see what the future brings.

Any questions please comment or get in touch!

The post Divi Engine & VAT appeared first on Divi Engine.

]]>
https://diviengine.com/divi-engine-vat/feed/ 0
Divi Engine 2019 year review. https://diviengine.com/divi-engine-2019-year-review/ https://diviengine.com/divi-engine-2019-year-review/#respond Thu, 02 Jan 2020 15:16:42 +0000 https://diviengine.com/?p=52232 The post Divi Engine 2019 year review. appeared first on Divi Engine.

]]>

As we come to the end of the decade, 2019 has truly been a year to remember for us at Divi Engine. 

We truly appreciate all of you and so thankful for all our new customers. We thought it would be good to look back at the major things that happened over the year. 

Forum website

In February we launched our forum website, the idea is for general support, chat and feature requests. Our main form of support is emailing su*****@di********.com or filling out our form, but the forum has definitely helped in building up the community.

Better support, switched from tickets to email

We made a big change in how we offer support. We removed the sluggish way of using a ticket portal. It just took too long to log into the website and write a response and then log in again to answer. We changed to using email. It is much more personal and effective as we offer what we think is brilliant support from this.

Better documentation website 

In March we re-did all our documentation. We changed platforms to make it easier to update and keep on top of the fast updates we provide. We feel this has been a success.

Started to give money to the Sozo Foundation for every purchase 

In April we started our giving scheme. When you make a purchase at Divi Engine, we will give a gift on your behalf to the Sozo Foundation! You can read more about it here: https://diviengine.com/every-purchase-we-give-a-gift-to-the-sozo-foundation/

April 19 – Dec 19 we have given:

  • 1115 hours of tutoring for school children
  • 200 sessions of a 10-week skills course for a school child
  • 269 school lunches
  • Internet access for 228 school children for project research
  • 196 training sessions for a student to be a baker
  • 68 Educentre sessions for a school child (http://thesozofoundation.org.za/educentre/)

Added lifetime licenses for all plugins 

We had many customers asking for lifetime licenses for our plugins. We have this option on all our plugins now. Some you can still have annual, but if you are an agency and do not want recurring payments, you can order a lifetime license.

New plugin, Divi Mobile

We launched our newest plugin, Divi Mobile towards the end of the year. It is one of my favourite as is simple and makes the mobile site so much nicer.

Plugin Updates

We have added the following (major features) to our plugins over the year. The list is too long so we will leave the minor modifications out

Divi BodyCommerce

  • Input field customiser
  • Added sharing icons
  • Added ability to design the thank you page using the builder
  • 20+ modules added
  • Added ability to customise the password reset steps
  • Added ability for you to create the layout for the “view order details” in the account area
  • Ability to customise the notification boxes globally
  • Custom checkout page
  • Full Visual Builder compatibility
  • Added ability to specify the template for the attribute archive page
  • Added the ability to use a shortcodes to display various
  • New Slide in Mini Cart
  • Added the ability to choose the “primary” category for the custom layouts
  • Added compatibility for the product sliders to have lightbox and variation image change
  • Ability to import and export the settings for BodyCommerce to use on other sites
  • Added ability to make an “out of stock” custom badge
  • Custom Pagination
  • Added ability to add custom CSS and JS to your website
  • Payment Methods layout in account

Divi Nitro

  •  Added leverage browser caching
  • Added Gzip compression
  • Added Enable keep-alive
  • Added Disable Image Hotlinking
  • Automatically defer section background images
  • Ability to export/import settings in Nitro Settings
  • More SPEED with Asynchronous CSS
  • Added ability to disable comments.js file
  • Added ability to disable jquery migrate

Divi Mega Menu

  • New module added – Mega Drop-down
  • Compatibility with Divi 4
  • Better JS

Divi Protect

  • Made it so that when you enter a password it will go back to the original position
  • Added ability to specify multiple passwords comma seperated in another input box
  • Added the password show/hide icon on the password section
  • Ability to choose if you scroll to the location of the form after submission

 

As you can see it has been a fruitful and busy year. We are so greateful for developing plugins to help you all. It is exciting to see what we did last year and what might happen this year. We wish you all the blessed and happy year, full of joy and purpose. Enjoy and remember to make time for those you love!

The post Divi Engine 2019 year review. appeared first on Divi Engine.

]]>
https://diviengine.com/divi-engine-2019-year-review/feed/ 0
The Sozo Foundation triennial report April 19 – July 19 https://diviengine.com/the-sozo-foundation-triennial-report-april-19-july-19/ https://diviengine.com/the-sozo-foundation-triennial-report-april-19-july-19/#respond Thu, 01 Aug 2019 10:33:09 +0000 https://diviengine.com/?p=37776 The post The Sozo Foundation triennial report April 19 – July 19 appeared first on Divi Engine.

]]>
As many of you are aware we want our business to be a giving business so part of this is for each sale we give a gift on your behalf to The Sozo Foundation. If you are not aware you can read about it here.

We want you to be involved in the process so are going to release a triennial report (every 4 months) with the figures so you can keep up to date. So here it is for April 2019 – July 2019.

  • 570 hours of tutoring for school children
  • 92 sessions of a 10-week skills course for a school child
  • 52 school lunches
  • Internet access for 101 school children for project research
  • 81 training sessions for a student to be a baker
  • 32 Educentre sessions for a school child (http://thesozofoundation.org.za/educentre/)

We feel so blessed that we can help such a fantastic organisation, it is all down to you all – thanks so much!

A few snapshots of what The Sozo Foundation has been up to over these 4 months

In May, they released an annual report so if you are interested you can read all about what they did from 2017-2018 here

Here is a video of one of the Educentre’s alumni who took every opportunity and hardship life threw at him and turned it into a living dream

Two of the Sozonite learners have made it through to the 8 finalists for the Community Chest of the Western Cape Election Essay Writing Competition. See here

A new minibus was purchased and know it will be a huge blessing to the community. See here

The building had a new look, fresh paint – shows a real sense of pride for the local people. See here

The post The Sozo Foundation triennial report April 19 – July 19 appeared first on Divi Engine.

]]>
https://diviengine.com/the-sozo-foundation-triennial-report-april-19-july-19/feed/ 0
How we all helped The Sozo Foundation – April 2019 https://diviengine.com/how-we-all-helped-sozo-foundation-april-2019/ https://diviengine.com/how-we-all-helped-sozo-foundation-april-2019/#respond Thu, 02 May 2019 08:13:07 +0000 https://diviengine.com/?p=24567 The post How we all helped The Sozo Foundation – April 2019 appeared first on Divi Engine.

]]>
As many of you are aware, last month we started a new initiative where every purchase that is make on our website we give a gift on your behalf to the Sozo Foundation in South Africa (no cost to you) – if you have not read it, here is a link.

Well, after the first month the results amazed us – we gave so much to them altogether. It is amazing how when we all get together we can do big things. When you made a purchase you might have got a certificate like below, thinking it made a difference, but when we put all the purchases together it really makes a HUGE difference.

So we would all like to thank you so much for the support and putting your trust in us so we can bless The Sozo Foundation in a way that really makes an impact!

Our aim is to keep you close to what is happening and sending out a report every quarter, maybe with news back from them how it helped – what do you think?

So without further ado here is what we did for The Sozo Foundation in April

  • 146 hours of tutoring for school children
  • 25 sessions of a 10-week skills course for a school child
  • 13 School lunches
  • Internet access for 24 school children for project research
  • 14 training sessions for a student to be a baker

This gives me goosebumps – WOW – what a difference we are all making together, and yes it is you that makes this possible so thank you again!

The post How we all helped The Sozo Foundation – April 2019 appeared first on Divi Engine.

]]>
https://diviengine.com/how-we-all-helped-sozo-foundation-april-2019/feed/ 0
For every purchase, we give a gift to the Sozo Foundation https://diviengine.com/every-purchase-we-give-a-gift-to-the-sozo-foundation/ https://diviengine.com/every-purchase-we-give-a-gift-to-the-sozo-foundation/#comments Tue, 02 Apr 2019 14:31:13 +0000 https://diviengine.com/?p=22546 The post For every purchase, we give a gift to the Sozo Foundation appeared first on Divi Engine.

]]>

This is something we are very excited about!

When you make a purchase at Divi Engine, we will give a gift on your behalf to the Sozo Foundation!

What is the Sozo Foundation?


The Sozo Foundation is a non-profit organisation based in the impoverished Cape Flats community of Vrygrond, Cape Town, South Africa.

Their vision

They want to see the community of Vrygrond living with dignity, purpose and hope. They hope to do this by opening up opportunities for holistic development in three key areas:

  1. Education
  2. Skills
  3. Social Enterprise

What they’re doing?

Sozo runs five core projects that work to promote Education and Skills for Youth in Vrygrond. Here are just two of them:

The Sozo Educentre
The Educentre is their after-school tutoring and mentorship programme for high school learners from the Vrygrond community. It provides a safe space for 100 high school learners between the ages of 13 – 18 years to be equipped and empowered within their own community to achieve their full potential.

The Sozo Youth Cafe.
The Cafe provides a safe, creative and vibrant space for unemployed young people between the ages of 16 – 26 years. Here they are equipped, trained and mentored so that they can find viable employment.

Sozo also offer an eight-month programme that provides young people with skills development training. They partner with businesses and organisations inside and outside of Vrygrond who can offer internships for young adults, which will lead to work experience and full-time jobs.

 You can read more about them on their website or on social media – if you feel stirred to support them further please get in touch with them.

How does it work and how does it affect me?

We believe in giving, money can be good but the love of money is not. As part of our fight with the love of money; giving away some helps us to realise what is important in life – give back to others. We want to make it clear that this is OUR initiative and does NOT affect you.

  • Every time you make a purchase, depending on the monetary value, we will give a gift to the Sozo Foundation. This could from a meal for a school child to a session of a 10 week skills course.
  • We make this gift on your behalf – you do not pay extra for this.
  • The money used to pay for this gift comes out of our profits
  • When you make a purchase, you will get an email with a certificate of gratitude explaining what we gifted on your behalf. Please feel free to print this and put it on your wall 😀

We hope you enjoy this and any feedback or questions please do comment below!

 

The post For every purchase, we give a gift to the Sozo Foundation appeared first on Divi Engine.

]]>
https://diviengine.com/every-purchase-we-give-a-gift-to-the-sozo-foundation/feed/ 20
BodyCommerce Features https://diviengine.com/bodycommerce-features/ https://diviengine.com/bodycommerce-features/#comments Thu, 12 Oct 2017 13:46:17 +0000 https://diviengine.com/?p=1983 We thought it would be helpful to visually show some of the features that BodyCommerce can help with. The following are only a small selection - a full list of what it does can be found on our Documentation site.

The post BodyCommerce Features appeared first on Divi Engine.

]]>

Have you seen these two cool features that BodyCommerce can do for your online store?

We thought it would be helpful to visually show some of the features that BodyCommerce can help with. The following are only a small selection – a full list of what it does can be found on our Documentation site.

1) Flip Image

Have you seen online shops where you hover of a product image on the category page and it changes to another view? Well with the thumbnail module in BodyCommerce you can add this feature.

2) Product Slider

We have created a module called “DB Product Slider” which utilizes the Divi slider to showcase your products.

3) Ajax Add To Cart

Ajax add to cart improves the UX of your store by reducing the reloads and waiting time for the customer.

This list will grow as we get time to create gifs on all the visual features.

The post BodyCommerce Features appeared first on Divi Engine.

]]>
https://diviengine.com/bodycommerce-features/feed/ 2