Search results for Sparks for WooCommerce

597 articles found

  • 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 change the font size of slider text in Hestia

    To change the font size of the slider text in Hestia add the following CSS in Appearance > Customize > Additional CSS section. .carousel .hestia-title { font-size: 70px; } .carousel span.sub-title {

  • How to change the background color of the sub menu in Neve

    The drop-down menu available in the Neve header builder with the Primary Menu component inherits its background-color from the header row. If you want to set a different background-color just for the

  • How to make search with AJAX (without page refresh)

    Hestia theme has a search out of the box, however, for search results to appear you need to click ENTER or Search and they will appear after a page refresh. This plugin modifies the default search to

  • How to translate Neve's logo using Polylang?

    In this guide, we are going to translate Neve's logo with the Polylang plugin. You can also check this video on how to do it. 🧰 Tools Needed Neve theme - here is a doc about how to install a theme.

  • PPOM Troubleshooting guide

    To troubleshoot issues related to product releases or specific circumstances, follow these steps. This document will guide both you and us in collecting the necessary data for effective

  • 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 open buttons in same tab in WP Product Review

    You need to install any plugin to add JavaScript to your website, and we recommend Custom CSS and JavaScript plugin for this tutorial. After installing the plugin, you need to navigate to Appearance

  • Wire Transfer / How to change your payment method

    Thank you for your trust and because you have chosen our products. Due to our FastSpring payment system, you can now pay by Wire Transfer (bank transfer). To achieve that you just have to uncheck the

  • How to open social media link in a new tab in ShopIsle

    It's really easy to make a link open in a new tab, and we already have a document for that: How to open links in new tab. This document covers three different requests of opening link in new tab.

  • Can I remove credits from ThemeIsle themes?

    All of our themes fall under the GPL license, which allows you to do anything with our themes. πŸ’° Check our current pricing options and support the continued development of these products. πŸ“Œ You're

  • How to change header search and cart icon color in ShopIsle

    If you want to change header search and cart icon color then you need to install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

  • How to manually renew your plan or subscription?

    If you prefer to manually renew your plan rather than set it to auto-renew, then this guide is for you.You need to login first to your Themeisle account. Click on the Edit Profile tab. At the bottom

  • How to show tagline below or beside logo in header?

    Neve offers multiple options for positioning the logo and Site Title and Tagline: Just logo Logo followed by Site Title & Tagline on the right side Logo preceded by Site Title & Tagline in the left

  • How to remove sidebar from archive pages in Zelle

    If you want to remove sidebars from your archive pages then this guide is for you. And as we always recommend to everyone, please make sure that you're using a child theme with your Zelle theme

  • How to change the HTML tags of the option name

    By default the options of the review are wrapped using h3 tags. You can change to whatever tags fits your website using the wppr_option_name_html filter. Here is a code snippet that completely

  • Invalid data type detected (2nd row) - Import from file

    Thank you for choosing Visualizer Premium! If you are trying to create a new chart by importing the data from a CSV file, you may see the following error. This means that on the second row of the

  • Rich Snippets not showing in search results

    If the rich snippets are not showing in the search results, the problem might occur due to the snippets you are using. You can validate your scheme using Google rich schema validator here:

  • How to display featured image inside posts in Zelle

    By default, Zelle doesn't show featured images inside your posts but it can be done with few lines of code. Make sure to use a child theme before you make any changes. Navigate to your zelle-pro/lite

  • How to make ShopIsle Blog Post Fullwidth

    If you want to remove sidebars from your Posts (single) blog posts then this guide is for you. And as we always recommend to everyone, please make sure that you're using a child theme with your

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

  • 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 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 change the color of site title and tagline in Zelle

    If you'd like to change the color of Site title and tagline then you can add the following CSS to your WordPress website. Go to Appearance-> Customize ->Additional CSS section and add the code below:

  • How to display multiple authors in Otter's Posts Block

    Since 2.6.3 version of Otter Blocks, there is a filter that allows you to customize the response of Post Block's Author field. You can use the ` otter_blocks_posts_author` filter. For example,

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

  • 500 – Internal Server Error

    This error is very common if your source file is too large to process. The typical solution is to increase the "memory_limit" parameter accordingly or split your dataset into multiple MPG projects.

  • 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

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

    When you visit the Archive page on ShopIsle it shows the excerpt. You can display the full content of the post easily with the following steps: Create a child theme for ShopIsle. Copy Archive.php

  • How to enable sound on ShopIsle video

    First start by Creating a child theme, after you have created your child theme copy the shop_isle_video_section.php file at /inc/sections/ from your parent theme then copy it into your child theme

  • How to Change Height of Slider in ShopIsle

    For some of our users, the height of the slider in ShopIsle might be too big. In case this happens, we created this document which will help you adjust the height of the slider just the way you need

  • How to Remove Background Overlay in Zelle

    If you don't like the background opacity and want it to be clear then you can add the following CSS to your WordPress. Go to Appearance->Customize->Additional CSS and add the code below. .header,

  • How to manually change the rating of a review

    If you want to display any other ratings than the one which is calculated, you can add the following snippet to the functions.php file of your theme or your child theme. add_filter( 'wppr_rating',

  • How to configure chart area in Visualizer

    1 Navigate to Visualizer > Chart Library. 2 Select the chart to be modified and click to edit it. 3 Switch to the Settings tab. 4 Open the Chart Size & Placement accordion. 5 Expand the Placement

  • 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

  • Can I Share WordPress Posts on Pinterest Using Revive Old Posts?

    Hi there! Thank you for using our products. The Revive Old Posts plugin lets you share WordPress posts on your social media accounts. In the free version, you can add your Twitter and Facebook

  • How to change font-size in site title in Neve?

    βͺ Before ⏩ After For changing the font-size of the site title and tagline, add the following code to the Additional CSS editor within the Customizer. p.site-title { font-size: 25px; } .site-logo

  • How to change the colors of the portfolio button in Zelle

    The Portfolio section within the front page of the Zelle Pro theme allows the projects to be opened in a lightbox. At the end of the lightbox, there is a closing button, and its background-color can

  • 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 put the navbar on top of the header image instead of overlaid

    Let's say you want to put the navigation menu on top the image so it does not overlay the header image. In Appearance -> Customizer -> Additional CSS insert the following code: body:not(.home)

  • How to Link Menu to Sections in ShopIsle

    How to link Menu to Sections in ShopIsle Navigate to Appearance > Menus, in your WordPress Dashboard. And select "Custom Links" from the left and create anchors to the sections, as seen below: Slider

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

  • 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

  • Change the 'out of stock' label in Neve

    βͺ Before ⏩ After To change the "out of stock" label in the Neve theme you need to follow the below steps: Download the ready-made child theme for Neve from this guide. Install it as a new theme and

  • WP Product Review Comparison Table Documentation

    This is a PRO feature, here's how to install this version if you've already purchased it. The WP Product Review plugin comes with a reviews comparison table add-on which helps you build and display

  • The Dynamic Values Feature - Otter Features Library

    Using the Feature Use Cases πŸŽ₯Video - How to use the Dynamic Content? 🧰 Using the Feature The Otter plugin allows you to insert dynamic values only by adding the " %" symbol anywhere inside the

  • 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 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 replace Big Title section with an image slider in Zelle

    Replacing Big Title section of the theme with a slider plugin doesn't take much time. It's pretty easy so please follow below steps to accomplish that in a few minutes. Navigate to Appearance ->

  • 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