Search results for Discount Code
382 articles found
-
How to Remove Sidebar from Blog 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.
-
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
-
How to customize read more links in Hestia
Classic Blog layout scenario Classic/Alternative blog layout In order to change the Read more... link text, first, you need to create a child theme. Please check this guide on how to create a child
-
How to Change Hamburger Menu Color & Dropdown color on mobile in Zelle
In case the color of the Hamburger Menu has doesn't fit with the rest of the website design, you can make those changes with some simple custom code. You need to go to
-
How to display the comment box above the comments in Neve
📝Note: If you are using Neve PRO - applying this code will break the Show/Hide comments mechanism that is available with the Pro version (comments will be always shown): ⏪ Before In WordPress, by
-
How to enable the Edit Post link in Neve?
📝Note: Before using the following code snippets, please create a child theme for Neve using this doc. Single Post If you want to have an edit link at the bottom of each post so that you can edit it
-
How to add a second button to ribbon 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 hide elements in the print mode?
If you need to print your website, you will notice that there are some elements that are not very useful, such as the sticky header, certain images, or other things like these. In order to remove
-
How to host Hestia fonts locally?
Hestia theme allows for local font hosting, and this article presents the required steps to do this. Customizer toggle Code snippet 📝 Note: Please note that by implementing the solution provided in
-
Visualizer: How to extend REST endpoints with JSON response
Add authentication, headers and POST parameters to the request add_filter( 'visualizer_json_args', 'visualizer_json_args', 10, 2 ); function visualizer_json_args( $args, $url ) { if ( $url ===
-
How to display an image instead of the video on mobile in Hestia
Hestia Pro has an option to display a video as the background for the Big Title/Slider section. Unfortunately, on mobile, the video will not work. For Hestia PRO, we are using WordPress's core Header
-
How to add a title and a subtitle in the Clients Bar section in Hestia?
By default, the Clients Bar section only displays the clients' logos and the links to their pages. However, you can insert a title and tagline for this section and obtain an appearance like in the
-
Value of a Custom Field for a Page / Post
📝Note: This Custom Field is used in combination with the Custom Layouts Module of Neve Pro. For more details about it check this doc. The value of a Custom Field for a Page / Post is the value typed
-
Add a third button in Big Title section of 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.
-
Change Hestia button text color
If you'd like to change the button text color in Hestia then navigate to Appearance -> Customize -> Additional CSS section and add the following code: .buttons a{ color: #000 !important; } You could
-
How to find an RSS Feed URL to use with Feedzy RSS Feeds
🔗 What is an RSS feed URL? An RSS Feed is actually a .xml file that contains all the valuable information about the content of a website. This information can then be used to extract the information
-
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 change the widget image size in WP Product Review
If the top review widget is showing product images in small size like 50px; add the following code to functions.php of your child theme to change the image size. If you don't have a child theme then
-
Big title section alignment after adding widgets (Hestia 1.1.75)
If you are using Hestia and you noticed that the Big title section's items aren't responsive to the selected layout from the Customizer, then this doc will help. Starting with v1.1.75 of Hestia we
-
How to automatically expand sub-menu items on mobile
This guide will teach you how to make all of your dropdown sub-menu items show up on mobile. 📝Note: This guide only works for Neve and Neve PRO. Trying the following steps with other themes might
-
How to remove the header on product category in Hestia
Hestia theme adds a header area on all pages and the theme options don't allow this one to be removed from the WooCommerce Category Page. This can be achieved by adding the following code in
-
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 change portfolio archive title in Hestia
By default, the title of the portfolio archive page is "Projets". However, you can change it according to your requirements. Please create a child theme and add the following code in functions.php
-
How to use hooks and filters in a ShopIsle Pro child-theme
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 align submenu items to the left side in Neve
⏪ Before By default, in Neve, the submenu items of the Primary menu are centrally aligned. ⏩ After To change the alignment to the left side, all you'd need to do is add this CSS code in Appearance >
-
How to change the product category color in Hestia
In order to change the color of the product category name displayed on the home page in the shop section, you need to add the following custom CSS to Appearance -> Customize -> Additional CSS
-
How to fix: 'The uploaded file exceeds the upload_max_filesize' error
Did you try to install one of our themes/plugins and got the following error: The uploaded file exceeds the upload_max_filesize directive in php.ini. This happens because of the upload file limits of
-
How to center the footer menu and copyright in Hestia
There is a menu at the bottom of the footer in the Hestia theme. The copyright info is also there. In this doc, you will find the proper code to align them to the center of the page. How it looks by
-
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 );
-
Filter for Chart ID
Any Visualizer charts have a specific chart ID that can be rendered on the post where the chart was added. This can be done by enabling some of the Frontend Actions or adding a custom code. This
-
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 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.
-
Change Hestia site title and hamburger menu color on mobile
If you'd like to change the Site title and hamburger menu colors then you can add the following CSS to your WordPress website to do just that. Go to Appearance->Customize->Additional CSS and add the
-
How to add a link/button in about section of 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.
-
In WPPR, how do I...
Here are some of the hooks you can use with the WP Product Review plugin. Note that some of these customizations may require you to have the premium version of the plugin. To see the list of hooks
-
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 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
-
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
-
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
-
How to use Visualizer with Advanced Custom Fields?
When trying to create a Visualizer Chart Shortcode in the ACF Field and showcase that field using the Elementor Custom Field Widget, the shortcode might break and start showing the code snippets on
-
Embedded Video Not Displaying in Audio/Video Fields
Some file extensions are not rendered by default in WP when using the Audio/Video input. Here is a preview of how it should look - demo. If you encounter such situations, you need to use the
-
How to Hide the Search Bar from Header 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 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 limit the product excerpt in Hestia Pro
This guide will help you to limit the product short description to a certain number of words. This can be achieved by adding the following code at the end of the functions.php file of the child
-
How to display the shop title in Neve
The title of the shop page is hidden by default in Neve. In order to add the title of the shop page, two ways can be followed: using the Custom Layouts PRO module - here is a video about using it to
-
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 change header search and cart icon color 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 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.
-
How to change link color in sidebar of 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.