Tagged: Custom Post Type, Fullwidth Easy Slider
Hi, I’m having an issue with the Fullwidth Easy Slider on template pages where the slider doesn’t stretch to full width – it is confined within a boxed width?
I have duplicated ‘page.php’ to create a new template for showing listings from a custom post type, but want to display a full width slider at the top of the page. Please can you tell me why this isn’t working, or if it is possible to have a full width slider on a custom post type template page.
Thanks
Dunc
Hi Dunc!
Please try to confine the Fullwidth Easy Slider inside a Color Section shortcode. Are you trying to create a blog page using the new custom post type? You can duplicate the includes > admin > register-portfolio.php file. Rename it to something else, for example register-life.php. Replace it with this code: http://pastebin.com/ZBpzgbSe
Add this on functions.php:
require_once( 'includes/admin/register-life.php' ); // register custom post types for life entries
This will register the custom post type life. You can now select the Life Entries when you’re using the Blog Posts or Fullwidth Masonry elements.
Best regards,
Ismael