Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by PedroMag

  1. P

    JavaScript Help with Javascript code on a if else condition

    @EkBass Thanks for pointing me the right direction to solve this issue. So my full code to change the subtitles of a certain profile is the following: document.addEventListener('DOMContentLoaded', function() { const profile9572 = document.getElementById('post-9572');//get profile for Rute...
  2. P

    JavaScript Help with Javascript code on a if else condition

    I have a wordpress page where I'm using a code snippet to introduce a condition to change the subtitle of a specific profile element that is being showed on the page.The theme I'm using uses the CMSMaster content composer where they have a profiles area where you can add profiles with...
  3. P

    Add a button on the single page product that add's the product to the cart with an amount of 0$

    I want to show a button in my single product page template that says "Try at home for free" under the product description and when you press the button it will add the product to the woocommerce cart with an amount of 0$. I'm using woocommerce with elementor. I have the following PHP code on...
Back
Top Bottom