I’m a web developer from Kerala, India with 9+ years of experience, specializing in responsive design, custom WordPress builds and WooCommerce.
The the7 theme allows you to control archive layout by selecting a page in Theme options > Archive but there is no option if you want to assign different archive templates for categories. for eg News archive want a list layout and Event archive to want to display in masonry grid. This can be done
Read more
Header layouts in The7 theme is global, there is no option to change it on a page wise. When you use Microsite template, you can hide/show header, select a different menu, logo etc, still no option to change header layout etc. This can be achieved by changing The7 config values using hooks.
Read more
The7 theme have additional meta boxes like page header, sidebar options ect for pages, posts and portfolios. See below how to add the same to your custom post types.
Read more
Try below code in your funcions.php to add tags to portfolio post type in The7.2 theme.
Read more
Wocommerce display empty cart notice with a return to shop button when user vist the cart page without any products. ever wanted to suggest some products in epty car page. I t is quite easy.
Read more
Some users customize javascript file from the parent theme to meet their requirements. but the modification overwrites whenever they update the theme. In such a situation you can keep the modified files in your child theme and load it instead of the one from the parent theme.
Read more
Change thousands separator in Woocommerce to Indian format 10,00,000 instead of 1,000,000.
Important: You need to turn off the the Thousand Separator and Decimal Separator in WC Settings to work this.
Read more