The information in this article is valid for Theme version 3.1.0 or newer To apply custom CSS to a specific popup you can target it using the unique popup class selector .pix-popup-ID (where ID is the popup WordPress post ID),...
By default, the theme Search element display suggestions for default post types (Posts, Pages, Portfolio and Products), however, if you have custom post types on your WordPress site and want to include these custom post types in the search suggestions...
If you are looking to load the default WooCommerce styling file instead of the dynamic WooCommerce styling version which uses the same default WooCommerce CSS file but loads your site primary color instead of the default WooCommerce primary color, then...
When you create custom post types in your WordPress site you may also create custom categories for the new custom post types, and in order to associate the new custom categories taxonomy with the custom post types (for example to...
To customize the Portfolio post type labels you should install the child theme then add this code the the file functions.php inside the child theme then apply the desired modifications: function update_theme_slug( $args, $post_type ) { if (...
To add your custom icons into the theme, first you should load the icons into the WordPress site, the icons may be loaded in different ways depending on the the icons that you are using, for example, by loading icons...
When clicking on a button in your website to open a Popup, the page performs an Ajax request to your server to fetch the content of the requested Popup, and after receving the result from the server, the content will...
To add custom code to the Meta bar in the posts single pages (the default meta bar contains the comments count and the like button and count) you can use the following Hooks: Add custom code at the Start of...
Post meta bar Hooks