Child Themes
Tutorials on using WPLMS Child themes
Copy this block in your theme:
add_filter('vibe_builder_thumb_styles','custom_vibe_builder_thumb_styles');
add_filte...
Tue, May 5, 2015 at 6:47 PM
1. Copy the page builder export code :
YToyOntpOjA7YToyOntzOjQ6Im5hbWUiO3M6MTg6InBvaW50c19zeXN0ZW1faG9tZSI7czo3OiJjb250ZW50IjtzOjI0MDYzOiI8ZGl2...
Wed, May 6, 2015 at 3:03 PM
1. Create a file taxonomy-course-cat.php in your child theme.
2. Paste below code in it.
<?php get_header( 'buddypress' ); ?>
&...
Wed, May 13, 2015 at 6:17 PM
1. Download the attached folder and upload it in your child theme.
2. Add this CSS code in your child theme style sheet :
/*====================...
Mon, May 18, 2015 at 6:31 PM
Add the attached footer.php file in child theme.
Thu, May 28, 2015 at 12:46 PM
To add this blog in your site :
1. Go to WP Admin - WPLMS - Page builder manager - Import
2. Add below code and Import :
...
Wed, Jun 3, 2015 at 11:57 AM