Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84740

    Hi there,

    I have some questions about the featured slider:
    – can I choose some fixed images to show there? like the demo one but with pics I choose
    – how do I prevent the featured image of a post from showing on top of the title on the home page? (if at all possible)

    My website is: http://wanderlust-effect.com/

    Many thanks
    Erica

    #84777
    Pratik
    Keymaster

    HI Erica,
    – can I choose some fixed images to show there? like the demo one but with pics I choose
    * This is only possible if you upgrade to Clean Box Pro. Pro version has a Featured Image Slider, with which you can show custom images. Other features in pro version can be found here

    – how do I prevent the featured image of a post from showing on top of the title on the home page? (if at all possible)
    You can remove featured image by two ways.
    1. By Going to Appearance=> Customize=> Theme Options => Archive Content Layout and selecting Show Full Content (No Featured Image) option. However, this will show the full content rather than the excerpt.
    2. You can only remove the image and then then show excerpt too. But for this you will need to do some customization via child theme. For this, you need to do a bit of customization via child theme. First, you need to add the child theme for Clean Box. The details for child theme is here.
    Then, in the child theme’s functions.php file, add following code:

    
    /**
     * Template for Featured Image in Archive Content
     *
     * Override Parent theme's Template for Featured Image in Archive Content clean_box_archive_content_image to disable content image
     */
    function clean_box_archive_content_image() {
    	return;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured slider’ is closed to new replies.