written by :
Grg Ugene
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…
written by :
Grg Ugene
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…
written by :
Grg Ugene
This is the new and updated version of my article here: LearnPress Lesson Template Changes I got to admit, it is quite simpler in terms of files than before.Turns out it is now possible to edit with only CSS and make our Header and Footer show in current implementation of LearnPress plugin. WordPress Version :…
written by :
Grg Ugene
It was actually funny when it happened to me. I just can’t seem to find the way to insert post in WordPress via coding. I looked into Google, here and there, support forums, you know all the desperations. Not knowing anything about it, I then went to see the log(debug.log) file of WordPress and found…
written by :
Grg Ugene
This is an old article and might not work in the newer version. Please see the updated article here. Many of you including me, must at least once have come upon this cumbersome task – To change the LearnPress Lesson Template. Where are my headers, menus and Footers?And as a loyal Google users, we’ve search…