Viewing 20 results - 1,701 through 1,720 (of 2,398 total)
  • Author
    Search Results
  • #13731
    Sakin
    Keymaster

    @kapo_e: Sorry there is no option to control image in Catch Everest Free theme, you need to upgrade to pro version where you have option to choose the image sizes. Also you have option to user Featured Image Slider, where you have upload any image as per you need.

    For Catch Everest Free then you need to build child theme and copy content.php file to your child theme. Then in your child theme content.php file replace <?php the_post_thumbnail( 'featured' ); ?> with <?php the_post_thumbnail( 'slider' ); ?>

    Sakin
    Keymaster

    @jason: Yes you can have full width slider. You can do that from “Appearance => Theme Options => Featured Slider => Slider Options”. There is slider type choose “Feature Image Slider” and in Slider Layout choose “Full Width Slider”.

    #13658
    Sakin
    Keymaster

    @Ian Sanchez: Please share your site url so that I know which theme are you using it. There is option in “Appearance => Theme Options => Featured Slider” you can choose to use only in homepage.

    #13635
    Sakin
    Keymaster

    @mlw5137: I don’t get it what you mean. If you want to use different image and size for Featured Slider, then there is one option that you can choose. That is using Featured Image Slider. For that.
    1. Go to “Appearance => Theme Options => Featured Slider”
    2. Then Click on “Slider Options” and choose “Image Slider” from Select slider Type
    3. Then Click on “Featured Image Slider Options” and upload the image, title, description and link of your choice.
    See this screenshot http://pinterest.com/pin/548594798329874581/

    #13634

    In reply to: slider problems

    Sakin
    Keymaster

    @alin.stafie: Oh sorry, so you are using Featured Post Slider, for that you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-content { display: none; }

    #13631
    mlw5137
    Member

    Thanks @Sakin Works perfectly.

    Did you have an idea on how to change the size of the featured slider image though?

    #13630

    In reply to: slider problems

    alin.stafie
    Member

    me site URL is http://www.blogcalatorii.com

    I removed the featured image in the post page but still i can’t empty the description field. Can you give me more details in how can i do that.

    Regards,

    Alin Stafie

    #13621

    In reply to: Slider malfunction?

    Sakin
    Keymaster

    @fractalhealth: You don’t need to create child theme do build Featured Post Slider. Just follow the instruction as below.

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You can also check our the Post ID in your ALL Posts section in WordPress Dashboard. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id. See the screenshot on how to add Post ID http://pinterest.com/pin/548594798329984427/

    #13611
    Sakin
    Keymaster

    @mlw5137: You can choose the image size from “Appearance => Theme Options => Layout Options”. Then from “Content Featured Image Size” you can choose “Slider Image”.

    #13604

    In reply to: slider problems

    Sakin
    Keymaster

    @alin.stafie: Can you send me your site URL?
    You can use Feature Image Slider and leave empty in the description field.
    You can remove featured image in the post page from “Appearance => Theme Options => Header Featured Image Options”. From there you can change the settings for Enable Featured Header Image.

    #13576

    In reply to: Slider malfunction?

    Sakin
    Keymaster

    @fractalhealth: You are not recommended to change any core theme files, like replacing the image and code. This will be overwritten when you update your theme. So, all your customization will be lost. If you want to change any core theme files then you need to build child theme and edit it.

    I see that you are using Catch Everest Free theme and in this theme you only have option to add Featured Post Slider. Follow the instruction as below.

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You can also check our the Post ID in your ALL Posts section in WordPress Dashboard. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id. See the screenshot on how to add Post ID http://pinterest.com/pin/548594798329984427/

    #13557
    Sakin
    Keymaster

    @rcbharp: I just check in your site and found that you just replaces the images in the Featured Slider and hide the slider title and description.

    So, instead of replacing the slider image in the theme directory. Add the image from “Appearance => Theme Options => Featured Slider” then choose Image Slider and add the image there. See this screenshot http://pinterest.com/pin/548594798329509357/

    #13525

    In reply to: Titles in Slider

    Sakin
    Keymaster

    @ajamison: I just check in your site and see both title and excerpt in the Featured Slider.

    #13519
    JayCeeEm
    Member

    Worked perfectly. Thanks!!

    #13510
    Sakin
    Keymaster

    @JayCeeEm: If you have change that file, then you can just change any setting in your Theme Options panel to clear the cache setup in Slider.

    #13499
    JayCeeEm
    Member

    Hi Sakin,

    I tried replacing this, but it didn’t remove the excerpt from the slider. Is there another .php file that needs to be edited as well? Or something else in the function itself?

    #13475
    Sakin
    Keymaster

    @JayCeeEm: Sorry in this version we cannot do that with simple css changes. It’s bit technical. You need to build child theme and create new functions.php file in your child and then copy the function catchbox_sliders() in your child theme functions.php file. Where you have to edit the code

    <div class="featured-text">'
        .the_title( '<span>','</span>', false ).' :
        '.get_the_excerpt().'
    </div><!-- .featured-text -->

    To

    <div class="featured-text">'
        .the_title( '<span class="slider-title">','</span>', false ).'
    </div><!-- .featured-text -->

    Yes, we will update in New version to control through Custom CSS.

    #13474
    Sakin
    Keymaster

    @Sebastiaan.Horn: You can change it from More Tag Text at “Appearance => Theme Options => Excerpt / More Tag Settings”.

    #13418
    Sakin
    Keymaster

    @crono: About your slider, you just have single post. Add more post and it will slide. See the screenshot of how you should add the post ID http://pinterest.com/pin/548594798329984427/

    #13399
    crono
    Member

    Disregard background color issue.

Viewing 20 results - 1,701 through 1,720 (of 2,398 total)