Search results for PPOM – Food Industry Use Case

715 articles found

  • How to display RSS feed time and date in local time

    You can use the following code snippet to display feed time and date in the local time: add_filter( 'feedzy_feed_timestamp', 'tifd_change_timestamp', 10, 2 ); /** * Change feed timestamp according to

  • How to sort feed items by title

    You can use this code snippet to sort the feed items alphabetically by their title: function tifd_feedzy_feed_items_alphabetically( $items, $feedURL ) { if ( 'http://themeisle.com/blog/feed' ==

  • How to sort feed items by date

    You can use this code snippet to sort the feed items alphabetically by their date: function tifd_feedzy_feed_items_date( $items, $feedURL ) { if ( 'http://themeisle.com/blog/feed/' == $feedURL ) {

  • Hestia Documentation

    Hestia is a modern WordPress theme for professionals. It fits creative or small businesses (restaurants, wedding planners, sport/medical shops), corporate businesses, online agencies and firms,

  • Common Questions for WP Cloudflare Super Page Cache

    Can I use this plugin to take advantage of Cloudflare's Cache Everything rule, bypassing the cache for logged-in users even if I'm using the free plan? Yes! This is the main purpose of the plugin.

  • Squarespace or WordPress?

    WordPress and Squarespace are noteworthy platforms enabling users to create appealing and operational websites. These two adopt different methods for website creation and offer distinct sets of tools

  • How to add affiliate referrals to feed URLs in Feedzy

    📝 Note: This is an option of Feedzy RSS Feeds Premium, which is composed of the Feedzy RSS Feeds Lite plugin and Feedzy RSS Feeds Premium plugin. Both of them need to be installed and active. Using

  • What actions and filters are available in WP Product Review

    Available Filters wppr_templates_dir apply_filters( 'wppr_templates_dir', $dirs ) where $dirs: array of directories that contain the templates Example wppr_field apply_filters( 'wppr_field', $output,

  • Creating the perfect email receipt

    Email receipts are an indispensible part of any online transaction today. If you run an online business, you have to send a record of the transaction to your customers after every sale. Is sending a

  • Change the slug of portfolio post type in Hestia

    If you want to change the slug of portfolio post type then create a site-specific plugin and add the following code it. add_filter( 'register_post_type_args', 'update_portfolios_slug', 10, 2 );

  • Fallback Fonts in Neve

    Fallback font families are used while fonts from Google Fonts or Typekit are loading or cannot be loaded at all. In the Customizer, you can find a global fallback font selector under Typography >

  • How to change scroll to top button color

    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.

  • Make Zelle Header always visible on mobile

    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.

  • Where Can I Send a Partnership Offer?

    We are always open for collaboration, so if you want to get in touch with us and discuss this, follow these steps: 1 Navigate to our main page. 2 From the Support dropdown, select the Contact item. 3

  • Download CSV data of the chart without the row with series type

    The premium version of the Visualizer plugin allows you to enable the option to download the chart's data in CSV format on the front-end for users. This file contains the series type ( string,

  • How to add header menu background before scroll 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.

  • Add Rank Math breadcrumbs in Hestia

    In order to use the breadcrumbs option provided by the Rank Math plugin, just follow the steps below. 1. Set up the Rank Math breadcrumbs. 2. Create a child theme for Hestia. 3. Open the

  • Remove The Dark Overlay From The Header Area 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 add a Subtitle to Big title section 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 Automate Cache Purging and Preloading with Super Page Cache

    Automating cache purging and preloading ensures your website always delivers updated and cached content without manual intervention. The Super Page Cache plugin provides a straightforward way to

  • The Logo & Site Identity 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 Logo & Site Identity component increases your

  • How To Customize The Default Text From Comments Form?

    To customize the labels of the comments form that appears at the bottom of the Single Posts, you have to use some custom code. Replace labels Replace the title and button Replace labels 1 Copy this

  • How to remove Related Posts from Hestia

    You can remove Hestia's related posts section from your blog posts by adding the following code to your functions.php file or using a site-specific plugin. We recommend that you use a child theme.

  • How to display Team description on mobile in Hestia

    📍 Appearance > Customize > Frontpage Sections > Team ⏪ Before displaying team description By default, Hestia removes the description of Team members from small screens, to match the design. ⏩ After

  • Add Yoast breadcrumbs in Hestia

    In order to use the breadcrumbs option provided by the Yoast plugin, just follow the steps below. 1. Set up the Yoast Breadcrumbs. 2. Create a child theme for Hestia. 3. Open the functions.php file

  • How to install and activate premium addons of Redirection for Contact Form 7

    In order to use any premium addon of Redirection for Contact Form 7, you need to install the free version of Redirection for Contact Form 7 along with the Contact Form 7 plugin. Prerequisites

  • How to make Comment Review option work in any theme

    If you're using WP Product Review and the user comment review option is still not appearing after activating it, then it's probably an issue with your theme's comments.php file. It usually happens

  • How to display featured image inside 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.

  • Scroll To Top Module Documentation

    For more details check out the full Neve documentation and Neve PRO documentation. Important: The Scroll to Top module is part of all three Neve PRO plans: Personal, Business and Agency. Enable or

  • Easy Digital Downloads Booster Module Documentation

    For more details check out the full Neve documentation and Neve PRO documentation. Enable or disable modules Part of Neve PRO options consists of modules which can be enabled/disabled if used or not.

  • How to set up a real cron job in WordPress?

    WordPress real cron job refers to a method of scheduling and executing tasks, such as updating plugins, sending email notifications, or performing other automated actions, within a WordPress website.

  • Post Type Enhancements Module Documentation

    For more details check out the full Neve documentation and Neve PRO documentation. 📝Note: This component is part of just Neve PRO. Neve PRO offers the same advanced options for CPTs ( Custom Post

  • Why do we recommend a yearly membership?

    The team behind Themeisle is maintaining about 10+ products for both free and paying users. On top of that, we are adding new features to them and building new themes and plugins. This requires a

  • How to change Hestia menu background on mobile

    If you'd like to change the mobile menu background color then please navigate to Appearance -> Customize -> Additional CSS section and add the following code: @media (max-width: 768px){ /**Navbar

  • How to Add Submenu Items in FSE Themes Editor?

    Adding submenu items in the FSE Themes can be done quickly inside the editor. In this example, we have used the Raft theme, but the steps are the same for the other FSE Themes ( Jaxon, Fork,

  • How to eliminate duplicate feed items.

    When you have a large set of feed urls which you would like to display, there is a common issue to remove the duplicates based on their urls. You can use this code snippet to achieve this: function

  • What's the difference between Elementor Booster vs Elementor Pro

    Elementor Booster is a module of Neve Pro Addon plugin, the premium version of the Neve theme, that adds the following widgets to the Elementor library, so you can use them in the editor while Neve

  • How to change cache lifetime for a specific feed

    This guide's purpose is to help you change the cache lifetime for a specific feed using Feedzy's built in features. The cache lifetime of a feed refers to how often your feed should update its

  • TLS 1.0 or TLS 1.1 error message

    Description: cannot use the plugin because a stange error message is displayed when making a payment. What happened? When a customer tries to make a payment the plugin displays the following error

  • How to display featured image inside posts 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 disconnect from one account and connect to another? Resetting Stripe connection

    If you encounter issues while connecting to Stripe, or realize you've connected to the wrong Stripe account, you can reset the integration and start fresh. Resetting your connection is a useful

  • LifterLMS Booster Module Documentation

    For more details check out the full Neve documentation and Neve PRO documentation. Enable or disable modules Part of Neve PRO options consists of modules which can be enabled/disabled if used or not.

  • The Visibility Conditions Feature - Otter Features Library

    The conditional loading is a feature that applies to all blocks within the Otter Library and Gutenberg and is represented by the Visibility Condition. It gives the user control of the visibility of

  • How to add Logo for Website Identity in FSE Themes?

    Favicon icons can display the site identity and logo in the FSE Themes theme. In this example, we have used the Raft theme, but the steps are the same for the other FSE Themes ( Jaxon, Fork,

  • How to Build a Travel Website?

    If you are a traveler and want to use a travel website as your diary, this article has a few suggestions. Building an attractive travel website is a breeze with WordPress, a free and open-source

  • Elementor Booster Module Documentation

    For more details check out the full Neve documentation and Neve PRO documentation. Important: The Elementor Booster module is part of all three Neve PRO plans: Personal, Business and Agency. Enable

  • How To Build a Taxonomy Header in Neve?

    Displaying the featured image for taxonomies is available in Neve Pro, and it can be achieved using the Conditional Header feature. Enable the Feature Build the Taxonomy Header 🖲 Enable the Feature

  • The My Account Component - Neve Header / Footer Builder (PRO)

    For more details check out the full Neve documentation and Neve PRO documentation. 📝Note: This component is part of Neve PRO. The My Account component is accessible only if you have installed and

  • How to change the category color on Hestia shop page

    On the shop page of Hestia Pro, the category within the product cards is getting a random color by default. If you want to use the same color for all of them, just add the following code in the

  • How to Show WooCommerce Products on Home Page 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.