Search results for Discount Code

382 articles found

  • How to change post meta data in Hestia

    On Single Post Page In Hestia PRO Using the Hestia PRO theme, changing the post meta can be easily done from Appearance > Customize > Blog Settings > Posts & Pages. Available tags: {hestia_author},

  • Passing the payment amount to one-time payment forms

    What is the use case? Imagine a one-time payment form where the payment amount can be entered by the client. If you’d like to set the initial payment amount by passing an URL parameter, like on the

  • Setting the default subscription plan by passing an URL parameter

    What is the use case? Imagine you have a subscription form with a plan selector containing several subscription plans. If you’d like to set the default subscription plan by passing an URL parameter,

  • How to Use Webhooks in Otter Forms?

    📝 Note: This article presents specific settings of the Otter Forms, and it is a premium feature that you can get from here. The Otter Forms creates a wide palette of use cases, including the

  • How to remove links from Thumbnails and Titles in Feedzy

    This guide will teach you how to remove the links from the feed item's thumbnail and title, without removing these actual elements. At this moment, Feedzy RSS Feeds can display feeds from a feed URL

  • How to add animations to charts in Visualizer

    Animations can be a good way to make your chart more interactive, and fortunately, Google's Chart API allows us to add animations to charts in Visualizer. There are two ways of adding animations to

  • How to make Hestia navbar transparent for other pages

    Hestia theme provides a transparent navbar option, but it works only on the homepage. This article shows you how to create a transparent header on other pages as well. Hestia Free supports this

  • How to change the number of products columns on the shop page in Shop Isle

    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.

  • In Feedzy how do I...

    Here are some of the hooks you can use with the Feedzy plugin. Note that some of these customizations may require you to have the premium version of the plugin. To see the list of hooks and filters

  • Neve vs OceanWP - Which One Suits Your Needs?

    Being an open-source platform, WordPress is a top choice for building websites, and a wide palette of themes can make your job even easier, having a lot of features and presets. This article will

  • The Popup Block

    📝 Note: These blocks are part of the Otter Blocks plugin, which you can get from here. 📝 Note: The blocks' appearance can be improved using the Otter features, such as Transform to Sticky,

  • Animated / Dynamic Blocks

    📝 Note: These blocks are part of the Otter Blocks plugin, which you can get from here. 📝 Note: The blocks' appearance can be improved using the Otter features, such as Transform to Sticky,

  • How can I display a chart?

    📝 Note: This feature is part of Visualizer: Charts and Graphs. Take a look at the complete documentation of the plugin here. There are two ways of displaying the charts created with Visualizer:

  • How to create a Customer portal page?

    When you create a membership subscription page, you establish a key resource for your members. The customer portal is designed for membership sites to provide members with a convenient self-service

  • How to remove sticky menu after scroll

    Hestia has by default a sticky header. To remove this behavior, make sure you add the following code in Appearance > Customize > Additional CSS: .navbar.navbar-scroll-point,

  • Increase feature section image/icon width in Hestia

    Go to WP-admin > Appearance > Customize > Additional CSS and add the following code there: .hestia-features .feature-box img, .features .feature-box img { max-width: 100%; } You can change the width

  • How to override sections in Hestia

    If you are using a version of Hestia higher than 1.1.77 and want to change/override some of the sections in a child theme, you will need to use some hooks and filters. In this document you will learn

  • 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 remove <br/> from feeds

    If your feeds contain <br/> tag and you want to remove them then you need to add the following code to your child theme's function.php or to a site specific plugin. add_filter(

  • Remove product description from related products in Hestia

    If you want to remove the product description in related products, create a child theme and add the following code to the functions.php file of your child theme. function

  • How to change the navigation from scrolling to static?

    By default, Hestia has a transparent header that remains sticky and turns white as you scroll. To change this behavior, navigate to Appearance > Customize > Additional CSS and paste the following

  • Pre-fill form fields via URL parameters

    Imagine the following business cases: A promotional email is sent to the customer linking a payment form on your website where the coupon is already applied. An email is sent to the customer linking

  • How to reduce mega menu width in Hestia

    To reduce the width of the mega menu in Hestia start by going to Appearance->Customize->Additional CSS and add the following code: .navbar .hestia-mega-menu > .dropdown-menu { width: 800px

  • How to remove the underline from links in Neve

    By default, in Neve, all the links have text-decoration underline to be compliant with the Accessibility Standards. ⏪ Before ⏩ After If you want to remove the underline, just add the following code

  • How to Remove Sidebar on Mobile in Hestia

    Sometimes you do not want to have a sidebar on mobile screens. It can be removed this way. Navigate to Appearance -> Customize -> Additional CSS section and add the following code: @media (max-width:

  • 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

  • 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 >

  • How to change portfolios style in Hestia

    The portfolio section available on the front page of Hestia Pro, shows the project title and category only when hovering over it. If you want to make the hover style permanent, just add the following

  • How to Increase Site Title Font Size in Hestia?

    ⏪ Before ⏩ After To increase the site title font size in Hestia, navigate to Customizer > Additional CSS and paste this code snippet: .navbar-brand { font-size: 45px; } 📝 Note: Feel free to adjust

  • How to show 5 focus widgets in one line 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.

  • Breadcrumbs in Neve

    Neve By default, Neve supports breadcrumbs on the Shop/Archive (WooCommerce) and Single Product pages. But Neve also supports the most popular plugins used for breadcrumbs: Yoast SEO, Rank Math SEO,

  • How to display both the product title and image in the review comparison table

    To show the product title along with the image in the review comparison table, first check you have added the " img" attribute in the comparison table shortcode. It should look like this:

  • How to remove Related Products from Hestia

    If you want to remove the related products in the Hestia theme, then add the following code to the functions.php file of your child theme. For downloading a ready-made child theme for Hestia we

  • How to reduce hestia slider text on mobile

    If you'd like to make the slider section text smaller on mobile in Hestia then please navigate to Appearance -> Customize -> Additional CSS section and add the following code: @media only screen and

  • How to increase Post/Page header height in Hestia

    To add more height the post/page header area in hestia then start by going to Appearance->Customize->Additional CSS and add the following code: .page-header .container { height: 600px !important;

  • How to change the blacklist image name

    There are some common images such as emojis and emoticons that are filtered out of the feed. If you want to exclude any other image from the feed shortcode output then you can use the following code

  • How to remove the product zoom effect in Hestia

    The product thumbnail in the Hestia theme is zoomed when the user hovers over the image. This can be disabled by adding the following code at the end of the functions.php file of the child theme.

  • 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 change the Color of the Stars based on Rating?

    The Product Review block is an indispensable tool for an online shop, and Otter offers such a block. If you want to change the color of the stars based on the rating, follow these steps: 1 Download

  • 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.

  • How to increase font size in navigation 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.

  • How to remove the post metadata 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/reduce the 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 remove Exclusive 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 add back "Category:", "Tag:", "Author:" in the archive title in Hestia

    In version 1.1.73 we removed the "Category:", "Tag:" and "Author:" strings that appear by default on the archive page header, If you are using Hestia and want to add them back, just follow this doc.

  • 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 ) {

  • How to remove 'Bookmark the Permalink' text 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 show author name 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 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.