Search results for PPOM – Food Industry Use Case

715 articles found

  • The Advanced Product Reviews Module - Sparks

    📝 Note: The Advanced Product Reviews module is part of the Sparks plugin, which you can get from here. This module enhances Sparks' Product Review by allowing users to enable an advanced review

  • How to integrate Google Analytics with your WordPress website

    In this article, you will find out how to integrate Google Analytics with your WordPress website. using the Google Site Kit dedicated plugin Step 1: Install and Activate the Google Site Kit plugin.

  • Change background color of innerpage and Home page sections

    If you want to change the color of Homepage sections and inner page in Hestia theme then please navigate to Appearance -> Customize -> Additional CSS section and add the following code: .main {

  • How to remove time from publication date

    Change publication date format from January 3, 2017 at 12:39 pm to January 3, 2017 using this code add_filter( 'feedzy_meta_output', 'tifd_fix_meta_output' ); function tifd_fix_meta_output( $content

  • How to display Last Modified date in Hestia

    If you're running a news blog or where the content is constantly being updated then you might want to display the last modified date in your blog posts instead of the date of article being published.

  • Change list style in Neve

    ⏪ Before By default, Neve uses circles for unordered lists, as seen in the image below: ⏩ After To change the list style to a black dot, add the following CSS code in Appearance > Customize >

  • Header Presets

    Header Presets can be used to instantly create a great-looking header. Appearance > Customize > Header > Header Presets There you will find a couple of presets, designed to help the user to arrange

  • How to disable animations in Hestia

    You might want to turn off the animations which we added to Hestia. If using a child theme the change can be done by entering the following code in your functions.php file. function

  • How to Display Favicons in Logo&Site Identity?

    Favicon icons can be used in Neve to create a customized title for your website inside the browser. 1 Create and download the wished favicon icon for your website. 2 Navigate to Dashboard >

  • How to hide the Cart icon from menu in ShopIsle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • ShopIsle recommended image sizes

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to add a logo image in the middle of the slider

    If you want to add a logo image in the middle of the slider of Hestia Pro theme then you can achieve this by adding the following code to the title field of the slider. <img src="path of your image"

  • How to prevent Featured Image on Portfolio section from repeating on Portfolio page in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to make menu non-sticky in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to Increase Theme Logo Size

    This document will help you change the logo size for: Zelle Hestia NOTE: Unless you are using a child theme, all the CSS code snippets from this guide need to be added to Appearance -> Customize ->

  • How to Fix Safari Automatically Unzip Files

    If you're seeing this error message, and if you're using a Mac then it happens because zip files automatically get unzipped on Mac when you download them. Do the following so your zip files don't

  • Neve Footer Builder

    Neve comes with a versatile builder for the footer area of your site. With just a few clicks you can create the desired layout. Jump to: Open the Footer Builder Footer Builder Layout Footer Builder

  • How the visitors rating are influencing the review rating in WP Product Review

    Visitors review can also affect the original review rating of the product. The formula used for visitors ratings to influence the review rating is: $rating = $comments_rating * 10 * (

  • How to set different menu colors on Desktop vs Mobile

    📝 Note: This is part of Neve Pro which you can get from here. If you would like to learn more about the Neve Pro Addon, take a look at Neve Pro Addon's full documentation. Neve Pro allows the color

  • How to remove description from Team widget in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • Neve Form Fields

    For more details check out the full Neve documentation and Neve PRO documentation. Navigate to Appearance > Customize > Global > Form Fields to access the options. These can be used to customize the

  • How to get Orfeo Pro

    Orfeo is a child theme of Hestia. So this means to have Orfeo Pro you need to have Hestia Pro installed on your website. Log into your themeisle.com purchase history and download Hestia Pro and

  • How to change the product title font size at single product page?

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to change preloader image in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to change colour of graphs in Visualizer

    Before the color change: Go to Visualizer > Chart Library and edit the chart you want to customize, and click settings. Go to Series Settings, and there will be your series options. Click on each

  • How to remove the cart icon from menu in Hestia PRO

    Basically, the cart icon will be displayed automatically if the WooCommerce plugin is active. If you are not using products/WooCommerce, deactivate it from WP-admin > Plugins, and the cart icon will

  • What is a Domain Name and How Can I Build a Custom Domain?

    A domain name is the first step anyone should take before building a website. The domain name is the website address on the Internet that website owners should get from domain registrars. These are

  • How to change Line Chart's Vertical Axis color?

    The Line Chart is one of the most familiar charts used to display data. In order to have the vertical axis visible and change its color, you have to make sure that all the columns of your source file

  • Template Directory - Orbit Fox module

    📝 Note: This module is part of the Orbit Fox plugin. For more information about the plugin, please check the main documentation. 🖲 Activating the Module 1 Navigate to Orbit Fox > General Settings.

  • How to Display Blocks Based on URL Parameters?

    📝 Note: This is part of the Otter PRO features library, which you can get from here. Blocks visibility can be controlled using the Visibility Conditions that Otter brings in. These can be found

  • How to add sidebar on WooCommerce pages in Zerif

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • WP Landing Kit

    With WP LandingKit, you can transform your single WordPress installation into a versatile tool for building landing pages and microsites. By mapping domains and domain URLs to any published resource

  • How to Add a Google Map to Generated Pages (in bulk)

    MPG WordPress plugin is a mass page generator that enables unlimited pages to be generated in bulk. And you can make these pages as unique and dynamic as you’d like, with images, videos, and maps!

  • How to Optimize cache for WooCommerce Stores

    WooCommerce stores present unique caching challenges due to their dynamic nature—shopping carts, user accounts, checkout processes, and personalized content. This comprehensive guide will show you

  • How to have a whole number ratings in WP Product Review

    If you want to display final review ratings in whole number like this: instead of the ones with the decimal points like this: Add the following code snippet to your theme's function.php file:

  • Menu Icons - Orbit Fox module

    📝 Note: This module is part of the Orbit Fox plugin. For more information about the plugin, please check the main documentation. This module adds icons to your site navigation menu items with 8+

  • How to change the number of products on the shop page in ShopIsle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to Link Your Logo to a Certain Page in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to remove sidebar from archive pages in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to make ShopIsle Blog Post Fullwidth

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How Can I Publish Posts Immediately When Local Time is Earlier than UTC?

    Sometimes, importing posts using Feedzy might depend on the difference between the local time and the UTC. The screenshot below shows the difference between our website's local time and universal

  • How to remove category from Portfolio in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to remove Related & Upsell Products from ShopIsle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • How to display full content instead of the excerpt on Post Archive page in ShopIsle Lite?

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

  • The Social Icons Component - Neve Header / Footer Builder (PRO)

    📝Note: This component is part of the Neve Header / Footer Builder. If you wish to add your social media buttons (Facebook, Twitter, and many others) to your website, you can do so through the Social

  • The Button Component - Neve Header / Footer Builder

    For more details check out the full Neve documentation and Neve PRO documentation. 📝Note: This component is part of both Neve and Neve PRO. The Button component is very useful to ensure navigation

  • The HTML Component - Neve Header

    For more details check out the full Neve documentation and Neve PRO documentation. 📝Note: This component is part of both Neve and Neve PRO. 🧰Using the Component 1 Start by adding the component into

  • How to Reset Customizer options?

    After trying a lot of operations like imports, adjustments, updates, the visual aspect and also functionality of your website might become deprecated. A good fact is that you can undo the changes by

  • Change Hestia shop sidebar icon on mobile

    This documentation will show you how to change shop sidebar opening icon for Hestia Pro theme. This documentation assumes that you have WooCommerce Sidebar active. We recommend using a font-awesome

  • How to Replace Skills Percentages with Images in Zelle

    Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.