Similar Posts
JS Composer shortcode is not working outside the loop.
JS Composer shortcode is not working outside the loop, sometimes the JS file is not enqueue to your front end page. Mine is I’m using the Ultimate_VC_Addons and I found the ultimate.min.js and ultimate.min.css is not enqueue to the page. To fix the error, copy this code to your functions.php
Override rtMedia media-gallery.php template into current WordPress theme
Override rtMedia media-gallery.php template into current WordPress theme is now not a problem. For example you have artist role in your users and you want different template for the artist role. This apply in `http://www.sample.com/members/artist/media/music/` page. Then create a folder inside the `/public_html/wp-content/themes/current-theme/rtmedia/media`. Create your `media-gallery-artist.php` file or simple clone the `media-gallery.php` and renamed it…

Genesis category custom layout with 3 columns
Copy the codes below and follow the instructions. FOR SPECIFIC CATEGORY 1. Create a file that named category-7.php ( NOTE : The “7” in category-7.php is the category ID of your specific category ). 2. Copy and paste the codes in your category-7.php and upload it into your genesis child theme. See codes below. GENERAL…

Uncaught TypeError: grecaptcha.render is not a function
Uncaught TypeError: grecaptcha.render is not a function console error is showing if the recaptcha api.js is not enqueue or the `grecaptcha.render` is fire before the recaptcha api.js is being enqueue. See the JS library link below. I’m having this error when I use the Gravity Form captcha field. As I explained above, that is the…
How to create a new Buddypress menu item in profile page?
Copy this code to your functions.php file
How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder.