• Skip to primary navigation
  • Skip to content

Paul Chinmoy

Web Developer

  • Home
  • Tips
  • Contact
  • My account
  • Call: +919681499646

PHP

[Advanced Woo Search] Displays SOLD instead of Out Of Stock Status

February 19, 2019 Leave a Comment

SOLD instead of Out of stock text Advanced Woo Search – powerful live search plugin for WooCommerce. Just start typing and you will immediately see the products that you search. Source: https://wordpress.org/plugins/advanced-woo-search/ One of the WooCommerce site I am … Continue Reading

Filed Under: Advanced, Basic, Code, PHP Tagged With: advanced woo search, out of stock, search, sold, stock status, woocommerce

Removes Product Short Description Box from WooCommerce Product Edit Screen

February 18, 2019 Leave a Comment

One of the site I do not need the product short description meta box. Therefore I am completely removing this meta box from product add/edit screen. Here is the simple PHP snippets which I added to functions.php file of my theme. [crayon-5c6e7b44cf4ce522654293/] In WooCommerce … Continue Reading

Filed Under: Basic, Code, PHP Tagged With: add_meta_boxes, meta box, product, remove_meta_box, short description, woocommerce

Displays Multiple Post Types on BB Posts Module

February 13, 2019 Leave a Comment

Posts Module for Beaver Builder allows you to display any post type content from your WordPress site. Per module you select one post type content. In this tutorial I shall show how you will display the multiple post types content on single Posts Module. For example, I created a … Continue Reading

Filed Under: Basic, Code, PHP Tagged With: beaver builder, custom post type, post module

Adding Custom Information to Entry Meta in Genesis

February 9, 2019 Leave a Comment

On single post details I shall add some custom information at entry meta bar. Site is using the Genesis Framework. So I am using the Advanced Custom Field plugin for custom data. For example, I shall display the website link and hash tag. Therefore I created two custom fields … Continue Reading

Filed Under: Basic, Code, Genesis, PHP Tagged With: custom field, entry meta, post info, single post

Restrict the Editing Access of Certain Themer Layouts

January 28, 2019 Leave a Comment

Beaver Themer is an add-on of Beaver Page Builder plugin. This add-on lets you create layouts for archive pages, template an entire post type, 404 and search pages, and create parts like headers and footers.  I create lot of themer layouts for my site. I want to restrict the … Continue Reading

Filed Under: Advanced, Code, PHP, Plugin Tagged With: ACF, ACF Pro, beaver builder, beaver theme builder, beaver themer, cap, capability, themer layouts, user restriction, user role

Creating Utility Bar Above The Avada Theme Header

January 24, 2019 Leave a Comment

Full width Utility Bar Adding a utility or announcement bar above the Avada theme header. I shall display this bar on entire site pages except sales page. So I added following PHP snippet in the functions.php file of Avada child theme. [crayon-5c6e7b44cf67e285772629/] If you … Continue Reading

Filed Under: Basic, Code, PHP Tagged With: announcement bar, avada, avada theme, full width bar, utility bar

Excluding Out of Stock Items from Product Lists

September 15, 2018 Leave a Comment

How do you exclude the out of stock products from WooCommerce products loop? In this tips I am sharing how you will exclude them from your shop, product category etc archive pages. Open your functions.php file of your active theme and drop this simple PHP snippets at end of the … Continue Reading

Filed Under: Code, PHP, Plugin Tagged With: out of stock, outofstock, product category, shop, stock status, woocommerce

Removing The Cart Icon from Astra Header for Guest Users

September 13, 2018 Leave a Comment

I am using the free Astra theme and default Astra header layout. Also I am using the WooCommerce plugin for shop. I select the "WooCommerce" under Customizer->Layout->Header->Last Item in Menu drop down list. It is showing the bag icon at right side of my header … Continue Reading

Filed Under: Code, PHP Tagged With: astra, header, shop, woo cart icon, woocommerce

Creating The Vertical Header in Astra Theme

September 5, 2018 Leave a Comment

Creating the vertical header using the Beaver Builder plugin in Astra theme. In this tutorial I am showing how you will achieve this with our popular two tools: Beaver Builder plugin and Astra theme. At first we remove the global header from entire site. I have not Astra Pro. … Continue Reading

Filed Under: Advanced, Code, PHP Tagged With: astra child theme, astra header, vertical header, vertical menu

Removing Site Header from Entire Site in Astra Theme

September 5, 2018 Leave a Comment

I am globally removing the site header from entire site. I'm not using the Astra Pro version. So I am not sure that this option is available or not. I used following tips which I am sharing at below:Open your functions.php file of your Astra child theme and drop this simple PHP … Continue Reading

Filed Under: Basic, Code, PHP Tagged With: astra, header, site header, theme

  • Page 1
  • Page 2
  • Next Page »

Copyright © 2019. All Rights Reserved.