• How to change Elementor Header via custom code

    ,

    Hello Folks, ever need to change the Elementor header via custom code. Or need extra conditions, that elementor-pro do not provide? Assuming, you are using Elementor and Elementor-Pro First, we hook into ‘elementor/theme/before_do_{$locations}’ $location is our ‘header’ Then in our callback function, we first remove the default location header. This location seems like an array…

  • WooCommerce Show Reviews in Separate Standalone Page

    ,

    Hi Folks, it is me again. Sometimes we want to show all reviews (perhaps only 5 ⭐⭐⭐⭐⭐) in a separate page for our end users. Obviously to make our customers we have many great 5 star reviews. I could not find a perfect solution for this. So, I made a quick shortcode function to acheive…