Viewing 20 results - 981 through 1,000 (of 2,398 total)
  • Author
    Search Results
  • #60151

    In reply to: Call to action Button

    Caitlin
    Member

    Update: I just needed to add a semicolon in there. Got the Call to Action changed. Still don’t know where to change the featured image slider background color.

    #60146

    In reply to: Call to action Button

    Caitlin
    Member

    Sakin, I have Catch Kathmandu Pro (http://www.BodySHopPT.com). I cannot find where to change the color of the Call to Action button and tried to copy and paste the code above with no success. Also, I cannot change the color behind my featured image slider.

    Thanks!

    Sakin
    Keymaster

    @calchandoman: Ok you can add the following css in “Appearance => Theme options => Custom CSS” box:

    #feature-slider, #header-featured-image {
        margin-top: 0;
    }
    #60003
    Sakin
    Keymaster

    @Mark: I check in your site and see your slider settings for image loader as “Wait”. Which means that your slider will not slide until all the images in the slider get loaded. Go to “Appearance => Customize => Featured Slider => Featured Slider Options” and change that from Wait to true or false then it will show fast. It’s internet and hosting speed issue. You can try installing pluign like W3 Total Cache or WP Rocket to improve site loading.

    #59811
    Sakin
    Keymaster

    @Dennis: There is no option to to show only in you blog page. It have option to show in Entire Site or just Homepage. So, if you want to hide in your homepage, then you need to build child theme, copy function catchevolution_slider_display() to your child theme functions.php file and edit the condition as per your need. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/.

    But if just want to hide using Custom CSS. Then you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and select “Entire” in “Enable Sidebar” option and then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .home #slider { display: none; }

    #59788
    Sakin
    Keymaster

    @Kaydev: There is no option to move secondary menu above the Featured Slider. For that you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.

    function fullframe_unhook_functions() {
    	remove_action( 'fullframe_before_content', 'fullframe_secondary_menu', 20 );
    }
    add_action( 'init', 'fullframe_unhook_functions' );
    
    add_action( 'fullframe_before_content', 'fullframe_secondary_menu', 5 );
    #59731
    Sakin
    Keymaster

    @Dennis: Thanks yes there is option in “Appearance => Theme Options => Featured Post Slider => Slider Options”

    #59706
    Dennis
    Member

    Ok, I found the “Featured Post Slider” options.
    Now, how do I put the slider on my blogs page only and stop it appearing on my home page?

    #59705
    Dennis
    Member

    Hi, My version of Catch Evolution does not have a “Featured Post Slider” bar to click on.
    Any other way to remove the slider?

    #59668

    In reply to: Link Slider Image

    Sakin
    Keymaster

    @Sun2015: Catch Everest Free version only have option to use Featured Post slider, which is created to highlight your post as the slider. So, it will automatically link to your post. To remove that you need to build child theme and edit the post slider function catcheverest_post_sliders().

    For easy, you can upgrade to Pro version and you will get option to select slider type as “Image Slider” where you can upload the image, title, content and link all options. So, just upload image and run the image slider. No need to add link. There are other additional featured too, for that check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    #59660
    Sakin
    Keymaster

    @James: That demo slider is just demo one. If you want to use Image Slider, then go to “Appearance => Customize => Featured Slider => Featured Slider Options”, change the “No of Slides” to 6 and choose “Select Slider Type” as “Featured Image Slider”. Then you can upload your slier image, link, title, content as per your need.

    #59405

    In reply to: Slider image sizing

    Crusoe
    Member

    Ah, thanks for that but I seem to have sorted it out by just trying various options.

    Anyway this is my website.

    Crusoe RC Sailboats

    If you would have a look at it, in particular the image slider, I am now using the Featured Image slider which may have well fixed my earlier concern.

    I’m interested to know how it handles over-sized and undersized images in the slider.
    The best i can do is crop to 514 high and then the nearest I can to 1200 wide.
    This irregular width shows up worse on some transition modes than other, the Flip Horizontal seems to hide it better than others.

    Anyway, please have a look and advise me how to better it if you may.

    Still learning..

    #59189
    Sakin
    Keymaster

    @Irina: Ok then remove the following previous css that I gave you
    #slider-wrap .featured-text { display: none; }

    And the add the following css:

    #slider-wrap .featured-text span { display: none; }
    #slider-wrap .featured-text span.slider-title { display: block; }
    #59179
    alphaxyz
    Participant

    Ahh… sorry I missed that. Yes, now I can move it.

    As for the request…can you add another featured content so I can have 2 featured content – I will place the first one under the featured slider and the other one above the footer.

    Having 2 featured content is an awesome thing for my type of website.

    I hope you can look into this and materialize the request.

    I’m looking forward to your consideration 🙂

    #59177

    In reply to: Home page settings

    Sakin
    Keymaster

    @salen555: Yes, in Pro version you can use Featured Image Slider and then don’t add in link. So, there will be slider image without link.

    #59145

    In reply to: Customize Demo Slider

    Sakin
    Keymaster

    @Kavitha: Full Frame Free theme only supports “Featured Page Slider”, See this theme instructions at http://catchthemes.com/theme-instructions/full-frame/#featured-slider . So, you need to create page and add featured image on those pages. After that you can select page. But if you want to use Featured Post Slider then you need to upgrade to pro version.

    #59144

    In reply to: Customize Demo Slider

    Sakin
    Keymaster

    @fumitoshi: Yes, you can add your own image and text without any page or post in Pro version. You will can use “Featured Image Slider” and “Featured Image Content”. For more details, check out theme instructions page of pro version at http://catchthemes.com/theme-instructions/full-frame-pro/

    #59129

    In reply to: Customize Demo Slider

    Kavitha
    Member

    Hi,

    I have just created my blog with full frame as theme and I really like its full frame feature. but I am not able to add featured slider with my posts. In my featured slide type, I can only see demo slider and featured page slider. But I am not able to see “featured post slider” to enable it and set my post ids as written in the instructions. i already have two posts with featured images in it.

    Can you pls help?

    #59097

    In reply to: Customize Demo Slider

    fumitoshi
    Participant

    if I buy the professional version of this theme will the slider and Featured Content optiosn change? I mean will I be able to set my text and images as in the demo mode without using featured page content?

    #59058
    Sakin
    Keymaster

    @Irina: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

Viewing 20 results - 981 through 1,000 (of 2,398 total)