How to enable WPBakery on WordPress Posts
We all know that WordPress posts can be edited with the default editor of the site. With the classic editor, you can only add basic content […]
We all know that WordPress posts can be edited with the default editor of the site. With the classic editor, you can only add basic content […]
Step 1: Adding Google Fonts by using our Theme Panel All of our themes come with Google Fonts Manager inside our theme panel. It is usually […]
Enabling the attachment field can be done from the Theme Panel – Shop & Auctions Settings: 1. Adding a PDF/Doc link to a product (admin […]
From version 3.5 (see full changelog) of the iBid theme, we’ve introduced a new theme options panel named: Vendor Options. You can disable any of the […]
All the themes from our portfolio have the “Back to Top button” scrolling function. Usually, depending on the configuration of the theme, it is placed on […]
Adding a WordPress Custom CSS rule is necessary in some cases. Thankfully, we have multiple methods to add a few custom CSS rules to style or […]
The following code will override the default condition fields (New/Used) and will add 10 different options to the condition dropdown: function ibid_override_simple_auction_condition_fields($auctions) { return array( ‘new’ […]
iBid has multiple header variants. Some of them come bundled with a complex search form (with categories dropdown) and some of them without categories dropdown. You […]
This small tutorial will help you understand how to enable Proxy Bidding on iBid (as a shop manager or admin). First of all, what is […]
Go to WooCommerce – Settings – Auctions and check or uncheck the Past auctions:
Go to the Theme Panel – Shop & Auctions Settings – Product Single and do the following modification: The current setup will be applied globally to […]
The following code extends auction end time on every bid placed if the last bid was placed on the last 60 seconds before the end time. […]