Search results for WP Landing Kit

146 articles found

  • Are Bulk Generated Pages Considered “Duplicate Content”?

    One of the most common questions we are asked is whether Google considers MPG generated pages as so-called ‘duplicate content’, thus affecting the SEO result. There is a misconception that all

  • How to create a Sticky Sidebar

    A sticky sidebar is very useful for your website's accessibility, due to the fact that the usual floating sidebar menu will be visible at all times, including while scrolling the page. 🧰Tools

  • Hestia Page/Posts Layout

    Changing the page/post layout in Hestia can be done in two ways: inside the Customizer or individually while editing a post or a page. Customizer Settings Individual Settings Customizer Settings 1

  • How to set up your SMTP server?

    In order to set up the SMTP server, you will have to follow a small setup before: 1 Install the WP Mail SMTP plugin. 2 Once the plugin has been installed and activated, you will have to configure it

  • The Live Search Feature - Otter Features Library

    📝Note: This feature is part of Otter Pro, Agency, which you can get from here. The Live Search feature enhances the core block Search by adding two additional attributes ( isLive and postTypes )

  • Why is my site so slow?

    📝 Note: Take a look at any of our theme demos – for Neve or Hestia – you’ll see that they perform rather well, even despite being emulated on the fly. If you bought a theme from us and once it is

  • Content Restriction Module Documentation

    📝 Note: The Content Restriction module 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.

  • How to prevent users from posting multiple reviews on a single post

    WP Product Review allows users to post as many reviews as they want to, this is the default behavior. It can be changed by adding the snippet below in your functions.php file. Adding this prevents

  • How to remove Zoom hover effect

    ShopIsle theme uses WooCommerce. In WooCommerce product pages, there is image Zoom in effect. This feature was added in WooCommerce 3.+ versions. Thus, this is not a theme feature. Instead,

  • How to display Custom Taxonomies in Post Meta using Neve PRO?

    📝 Note: This feature is part of Neve PRO Addon, which you can purchase here. In WordPress, taxonomies are a way to organize and categorize the content. While WordPress provides built-in taxonomies

  • How to force description into comparision table

    The description column in WP Product Review comparison table depends on the width of the table width. So, according to this, it might display or not, if set to 'auto'. If you want to display the

  • How to change portfolio archive title in Zelle

    f you're using a child theme then in your functions.php file inside your child theme add the following (change where it says My Portfolio to any text that you wish: function

  • Unable to find js directory?

    If you want to make some changes in theme's core file and not able to locate that file then this doc will help you. Suppose you want to edit zerif.js then there are two easy method to find it. 1) You

  • How to Backup a WordPress Site?

    This article will present how to back up your website using the UpdraftPlus plugin. This allows you to schedule automatic backup to the cloud on schedule. 1 Install and activate the UpdraftPlus

  • Raft - FSE theme

    Raft is a full-site-editing compatible theme that provides a clean start and a solid base in conjunction with the Otter Blocks plugin. It works smoothly with Gutenberg and the most popular page

  • How the before/after/manual review box placement option works

    You can place the review box for the post anywhere (before/after/manual) in the post. To choose the placement of the review box, follow these steps: 1. Go to Dashboard > Product Review. 2. Select the

  • How to create and import Elementor templates in Neve

    Neve is a lightweight theme, easily customizable, and works perfectly with page builders, such as Elementor. An interesting feature of the Elementor associated with Neve is creating and importing

  • How to Customize Expert Starter Sites?

    Building a website is much easier when using Neve's ready-made Starter Sites collection. 📝 Note: Here, you can find out more about the Starter Sites library. In addition to the Free & Pro Starter

  • How to integrate SendinBlue WordPress plugin to your website?

    🔍What is Sendinblue and Sendinblue WordPress plugin? Sendinblue is a service come tool that helps you run, measure, and automate your marketing campaigns and audience management, enabling you to

  • Fallback Image in Feedzy RSS Feeds

    📝Note: This feature is part of the Feed to Post import method. which is a premium feature. Learn more about importing items as posts from this doc. When the original feed posts lack a featured

  • How to Start Page Generation From Scratch?

    📝 Note: MPG: The Multiple Page Generator is a mass page generator that allows you to create bulk, unlimited, unique landing pages. If you need more details about this plugin, check this doc. When

  • How to Customize the Subscribe section in Hestia?

    📝 Note: This section is available only after you install and activate the Orbit Fox plugin. The subscribe section is crucial for capturing potential customers' contact information, allowing

  • MPG Project Main Options

    📝 Note: This feature is part of the MPG plugin, which you can get from here. If you want to learn more about it, check out our dedicated doc. When creating a project, even if it's from scratch or by

  • How to turn on/off Debugging in WordPress

    WordPress includes several settings that you can use to help debug your site. These options are usually meant for developers, and you can turn it on by editing the wp-config.php file of your

  • Visualizer: Sample queries to generate charts

    Easy Digital Downloads Total revenue per payment gateway SELECT pm1.meta_value, SUM(pm2.meta_value) FROM `wp_postmeta` pm1, `wp_postmeta` pm2 WHERE pm1.meta_key='_edd_payment_gateway' AND

  • MPG - The Multiple Page Generator Documentation

    The MPG - Multiple Page Generator is a mass page generator that enables users to create unlimited and unique landing pages in bulk under the same domain. This plugin helps to develop and manage

  • Update Theme or Plugin Failed FTP Connection Required

    If your site has restricted access to PHP routines for file reading and writing and only allows it by FTP or other method, this might conflict with the theme or plugin updates. There are some

  • How to replace Skills section with an image in Zelle

    Make sure that you're using a child theme with your Zelle theme to make these changes. First, you need to create a folder named sections inside your child theme. Now visit your parent theme folder,

  • How to remove plugin css

    add_action( 'wp_enqueue_scripts', 'tifd_remove_default_stylesheet',999 ); function tifd_remove_default_stylesheet() { wp_dequeue_style('feedzy-rss-feeds'); }

  • 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 add a second button to ribbon section in Zelle

    Zelle Pro comes with two ribbon sections, one with a button on the bottom and one on right. This guide will show you how you can add the a second button to the bottom button ribbon section. First

  • How to create a Child theme for Hestia

    If you are using Hestia or Hestia Pro and want to make some changes in the theme, those changes are likely to be overwritten at the next update of the theme. In order to prevent that from happening,

  • How to Increase The Imports Limit in Feedzy?

    📝 Note: Feedzy has a default setting that limits the number of imports that can be executed to the most recent 100. This article presents how to expand the default import limit of the latest 100

  • How to turn off loading animations in Zelle

    You can turn off the the animation effects that you see when Zelle theme loads a section, by adding the following code to the functions.php file of your child theme: function zerif_animation_script()

  • How can I add Custom CSS to my FSE Theme?

    If you are using one of our FSE Themes, the Additional CSS panel will not appear anymore by default in the Customizer, as it happened with other themes. To insert custom CSS to your FSE theme, follow

  • How to manually update to the latest version

    One of the most important things that you should do before updating to the latest version is to make a full backup to your website, to make sure that nothing will deteriorate. 📝 Note: You can use

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

  • ShopIsle Pro Documentation

    ShopIsle is a beautiful theme for e-commerce websites that comes with a modern and elegant design. This theme has a full-screen animated slider, smooth parallax scrolling, subtle animations, video

  • How to add a search bar in the top menu in Zelle

    As we always recommend to everyone, please make sure that you're using a child theme with your Zelle theme. In your child theme, add the following snippet just above ?> closing tag or in the end of

  • How to display posts from a specific category in the Latest News section in Zelle

    First of all, make sure that you create a child theme using this tutorial. Now copy /sections/latest_news.php and copy it to Child Theme. And yes, you do need to put it in the same folder structure.

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

    The first step is to create a child theme. So, if you do not already have one, we recommend you to go through " How to create a child theme" tutorial. It will help you to start with a basic child

  • Feed Categories in Feedzy

    Feedzy comes with a useful option of grouping multiple feed sources of similar topics into a single category that can be further used as a feed source. In this submenu of the Feedzy RSS Agreggator

  • Adding logo / image into charts

    This guide is made for the purpose of teaching one to insert a logo or an image into the charts created with Visualizer. Also, make sure you're using the latest version of the plugin available.

  • Is Neve Compatible with Multisite Environment?

    Activating multisite allows you to create a network with multiple subdomains or subdirectories on your website. This might be helpful for education purposes ( creating test instances ), managing

  • Otter Blocks documentation

    Otter Blocks is a powerful collection of page-building blocks and templates for the WordPress block editor. The expanding library of page building blocks incorporates all the necessary elements to

  • 🎥 How to create a Child theme

    Check the video tutorial on Youtube If you are planning to change the code of your theme then WordPress recommends you protect all of your hard work with a Child Theme. This is important if you plan

  • Add a third button in Big Title section of Zelle

    Please follow the below steps to add a third button in the big title section of the Zelle theme. First, please create a child theme for Zelle Pro according to this guide. After that, add the

  • How to reorder popular categories in ShopIsle

    In this guide you will learn how to reorder the categories that appear inside the Categories section on the Frontpage. Please note that this guide will work only if you are using the WooCommerce

  • Add a button to About Us Section in Zelle

    We advise using a child theme or else your changes will be lost after the theme is updated. Copy the about_us.php from the parent theme's sections folder into the child theme's sections folder. After

  • 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