Viewing 20 results - 241 through 260 (of 2,393 total)
  • Author
    Search Results
  • #169276
    Skandha
    Participant

    @jack7250: Hello Jack,
    In the free version the slider only shows Featured Image from a Post.
    To have slider that shows series of images from the media library you will need the Featured Image Slider which is only available in pro version of the theme. You can check out the additional-features available in pro version of the theme.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #169234
    sapana
    Participant

    @jack7250: Image you are talking about are saved in image folder of the catch evolution but you can set the featured post slider image. Please follow this steps:
    step 1: Go to=> Post=> Edit post=> Featured Image Metabox located at right side=> Select the Image=> Save it
    step 2:Go to => Appearance=> Customize=> Featured Post Slider=> Slider Options=> Featured Post Slider#1=> Insert the post ID
    Let me know if you find any difficulty.

    Kind Regards,
    Sapana

    Jack7250
    Participant

    I am new user of Catch Evolution Free.
    Skandha, your instructions don’t match my options:
    Go to => Appearance => Featured Slider => Select Slider Type as Page =>
    Does the slider only show the Featured Image from a post or page?
    Or can I have a slider that just cycles through a series of images from the Media Library?

    #168846
    davidsteakley
    Participant

    i meant, featured category slider. this is supposed to pull the 3 newest posts. it is pulling the three oldest posts. i have category set to “all.”

    #168843
    sapana
    Participant

    @davidsteakley:In Simple Catch you need to manually update the Featured Post ID to get the latest Featured Post to be displayed in Slider. Let me know if you have any other queries?

    Kind Regards,
    Sapana

    #168819

    In reply to: Blog excerpts

    Skandha
    Participant

    @coconuts4sale: Go to => Appearance => Customize => Theme Options => Featured Content => Uncheck Check to Enable Slider Option.
    Also Select the No of Featured Content you want to display.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #168772
    Skandha
    Participant

    @johns: First Go to => Dashboard => Pages => Add two pages and insert a Featured Image to those pages.

    Then,
    Go to => Appearance => Customize => Featured Slider => Enable the Featured Slider => Select the pages you created before.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    Tom Grimes
    Participant

    Yes, I have the rpencil-text background in use in a few other elements, which is planned. None of those you listed should be effecting the H1, H2 text on the slideshow of the featured slider when I apply the image to the .site-header element.
    What I need is for the theme authors to identify the element that is linked to the site-header causing it to be inherited to the H1, H2 elements so I can be more specific in the CSS than what CSS Hero is allowing.

    #168365

    In reply to: Slider order changes

    sapana
    Participant

    @peronia: Can you please set the image loader to the false and try it once
    Go to=> Appearance=> Customize=> Featured Slider=> Image Loader=> Select False
    Let me know if this does some trick!

    Kind Regards,
    Sapana

    #168059

    In reply to: scroll first page

    valelotartaro
    Participant

    Thank you for your answer. I am using the featured slider as the home page for mobile devices because the video that I am using for desktops doesn’t work in mobiles. This is done with the css additional:

    @media
    screen and (min-width:900px) {
    #feature-slider-section {
    display:none !important;
    }
    }
    Is there another way to change this? Or to make the scroll go from section 0 to section 2?
    Kind regards,

    #168035

    In reply to: scroll first page

    Sakin
    Keymaster

    Hello Valeria,

    There looks like you have Featured Slider Section enabled but not configured. So, can you go to “Appearance => Customize => Theme Options => Featured Slider” and make sure it’s “Disabled”.

    Regards,
    Sakin

    #166647
    Skandha
    Participant

    @viv: Go to => Appearance => Featured Slider => Select Slider Type as Page => And select the pages you want to display on the featured slider.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #166517

    In reply to: EVOLUTION PRO

    Skandha
    Participant

    @catchrmv: Hello there,
    Yes, the feature to have slider on header image area has recently been added in the new theme update version 3.5.3.
    You can add max 20 number of slides in the featured slider.

    The options to have slider in header image are has been added in
    Appearance => Customize => Featured Slider => Slider Options => Slider Layout => Full Header Slider

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #165982
    hoddbarnesdickins
    Participant

    to see what i mean, please do the following

    view on any iPhone, not sure if it is happening on other phones?

    1) scroll down the page (the first time you do it will work fine0
    2) hit home by tapping the logo
    3) try to scroll down again (now the website will not scroll past the featured slider section)

    #165848

    In reply to: video home

    valelotartaro
    Participant

    However, I have another question. The featured slider that I put in the mobile home page shows the title of the page (if I choose page in the “select slider type”) or “featured image” (if I choose custom). How can I do so that i doesn’t show any title at all? (only the image)
    Thank you very much for your help! Kind regards, Valeria

    #165679

    In reply to: video home

    Skandha
    Participant

    @valelotartaro: Activate both header video and featured slider on your site.
    Then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:900px) {
    	.custom-header {
    		display:none !important;
    	}
    }
    
    @media screen and (min-width:900px) {
    	#feature-slider-section {
    		display:none !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #165664
    sapana
    Participant

    @masfur: Procedure for the Featured Slider is also similar like Featured Content.
    Step 1:Go to=>Edit page/post=> Set the Featured Image
    Step 2: Go to=> Appearance=> Customize=> Featured Slider=> Select the page/post/category/custom/custom post type
    Step 3: No of Featured Slider=> Increase/Decrease the number as per your requirement
    Step 4: Save and Refresh the page
    Step5: Again Go to=> Featured Slider section and fill up incremented section.
    Step 6: Save/Publish it
    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #165616
    Massimo
    Participant

    Thank you.
    I got the question wrong… Meaning in the featured slider… Sorry about that. Thank you.
    p.s.: I changed the title of the post.

    #165331

    In reply to: Full width website

    sapana
    Participant

    @micha: Go to=> Appearance=> Customize=> Additional CSS=>add the following CSS code

    .site {
        width: 100%;
        margin: auto;
    }
      .featured-slider .slides img {
        width: 100%;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    #165330
    sapana
    Participant

    @jtalavera: I am afraid to say but It is quite difficult to get two featured slider section with different content I suggest you to hire a customizer to get it done.

    Kind Regards,
    Sapana

Viewing 20 results - 241 through 260 (of 2,393 total)