Viewing 20 results - 1,021 through 1,040 (of 2,398 total)
  • Author
    Search Results
  • #57436
    Sakin
    Keymaster

    @bennyvaldes: Sorry for that and thanks for your appreciation. Can you find the following css that I gave you earlier:

    div.layout-978,
    #mainmenu,
    #featured-slider,
    #featured-slider .slides,
    #featured-slider .featured {
        width: 1170px;
    }

    Just replace above block of css with the following css:

    div.layout-978,
    #header #mainmenu,
    .featured-slider,
    .featured-slider .slides,
    .featured-slider .featured {
        width: 1170px;
    }
    #57384
    Sakin
    Keymaster

    @bennyvaldes: Your title is scrunched up together as there is css loaded from your google font plugin, which uses h1 letter-spacing as -5px. See the css:

    h1 {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 100;
        letter-spacing: -5px;
    }

    So, either you need to rectify that from your google font plugin css or add in the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-title {
        letter-spacing: 0;
    }

    If you want to increase the width of the site then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    div.layout-978,
    #mainmenu,
    #featured-slider,
    #featured-slider .slides,
    #featured-slider .featured {
        width: 1170px;
    }
    .featured img {
        width: 100%;
    }
    #main #content {
        width: 740px;
    }
    #content .col5 {
        width: 480px;
    }
    #main .sidebar {
        width: 400px;
    }
    #footer .powered-by {
        float: right;
    }
    #57302
    Sakin
    Keymaster

    @Brandon: When I check in your site. It’s loading fine. It’s just 2 second like that and slider changes after the image is loaded. You are try changing your Image Loader settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”

    #57299
    Sakin
    Keymaster

    @Rolando: Ok you can make your logo align left with menu by adding the following css in “Appearance => Theme Options => custom CSS” box:
    #header-content { margin-left: 0; margin-right: 0; }

    Fro slider, I don’t recommend you to change the size, if you want then I recommend you to use featured image slider and then upload image of your own size. then you can reduce the size by adding in the following css where you can change the width percentage.
    #main-slider { width: 100%; }

    #57297
    Sakin
    Keymaster

    @Vivien: For this you need to use “Featured Image Slider”. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and Select Slider Type as “Image Slider”, after this you can upload image and add custom link from “Featured Image Slider Options”. See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    For, more about slider and other options, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Sakin
    Keymaster

    @Rolando: I don’t get it what you mean. You are using Simple Catch Pro theme, where you can use Featured Image Slider and upload any image size as per your need. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    #57184
    danielski
    Member

    and I want to change feature image size, I think I have to do this in catchbase-core.php, am I right?

    `add_theme_support( ‘post-thumbnails’ );

    // Add Catchbase custom image sizes
    add_image_size( ‘catchbase-featured-content’, 400, 225, true); // used in Featured Content Options Ratio 16:9

    add_image_size( ‘catchbase-slider’, 1200, 514, true); // used in Featured Slider Ratio 21:9

    //One Archive Image
    add_image_size( ‘catchbase-featured’, 780, 439, true); // used in Archive Landecape Ratio 16:9`

    #57165

    In reply to: change slider text box

    Sakin
    Keymaster

    @Sheila: First you need to Select the Slider Type from “Appearance => Customize => Featured Slider Options => Featured Slider Type”. Then depending on the type, you can change it. For example, if you choose “Featured Image Slider”, then you can Select Image, Add in Title and Content as per your need and then “Save & Publish”. For Page, Category and post slider, it will take particular page/post title and excerpt content.

    For more, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    #57010
    Sakin
    Keymaster

    @Roberto: It’s same for Catch Everest Pro theme as well. Just build child theme and then add the following code in your child theme functions.php file.

    /**
     * Template for Ceceppa Multilingua Invalid Cache
     */
    function catcheverest_ceceppa_invalidcache() {
    	delete_transient( 'catcheverest_post_sliders' );
    	delete_transient( 'catcheverest_page_sliders' );
    	delete_transient( 'catcheverest_category_sliders' );
    	delete_transient( 'catcheverest_image_sliders' );
    	delete_transient( 'catcheverest_homepage_featured_content' );
    	delete_transient( 'catcheverest_homepage_headline' );
    	delete_transient( 'catcheverest_footer_content_new' );
    }
    
    add_action( 'after_setup_theme', 'catcheverest_ceceppa_invalidcache' );
    #56989
    stringa
    Member

    Hei everybody! I used the Header Image instead of the Slider because I didn’t want the Page’s Featured Image to show of at the top of the pages as they show in the featured content.
    The problem is that even though I uploaded 5 or 6 Header Images and checked the ‘Randomize Uploaded Headers’ button the Header Image does not change. It changes just one time, when I open the Customizing menu, and when i save the changes and close it the header image stays just the same.
    Have a check! http://www.casadelbaccala.com
    Please Help!

    #56931
    Sakin
    Keymaster

    @benjo: It would have been easier if you had added your site URL. So, that I can check in and send your the css. For now, I just need to guess and send it to you.

    1. If you just want slider and featured content in your homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content-sidebar-wrap { display: none; }

    2. This is high level of customization and for this you need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then after that you need to copy function catchkathmandu_homepage_featured_content() to your child theme and change the position and all. For this, you might need to hire developer to work on it.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    #56873
    Sakin
    Keymaster

    @Eric: This is high level of customization. So, either you need to hire developer to work on it or you need to use plugin like these https://wordpress.org/plugins/search.php?type=term&q=lightbox

    Also the 3 pictures below the slider is called Featured Content Area where there is no option to add in light effect. This area is created to link to your page/post/category/custom link.

    #56828
    Robert
    Participant

    Hi, I again.
    When I go with the mouse over die Slider the dialog box comes: Featured Image-1. Can I change this?
    Thanks, Robert

    #56682

    Hi there, is it possible to disable link to pages from the featured sliders so that they are simply there for design?

    #56561
    Sakin
    Keymaster

    @Michelle: Catch Mustang theme doesn’t have featured image option for single page/post. Theme featured image are only useful for blog and archives and page,post, category sliders.

    #56522

    In reply to: Remove Permalink To

    Sakin
    Keymaster

    @nikhilmangal: there is no option to remove permalink from Featured Page Slider in Catch Responsive Free theme. For that either you need to build child theme and then copy the full function catchresponsive_page_slider() to your child theme functions.php file and edit it or you can upgrade to Pro version and use “Featured Image Slider” instead of “Featured Page Slider” so that you can just upload image without link.

    For more about Catch Responsive Pro additional features, you can read theme instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    #56520
    Sakin
    Keymaster

    @Chris.J.Hoffman: Featured Page slider takes excerpt automatically from your selected page. But if you want to adjust it then you can split the content using more tag <!--more-->

    #56482
    innova
    Participant

    Hi, in my case I selected the next options:
    Appearence > Theme Options > Featured Slider >
    Inside ‘Slider Options’, I selected ‘Image Slider’ Option.
    And below this, inside ‘Featured Image Slider” you have to upload/select the slider images you want to display in your homepage. Along with every image you have to input the ‘Title’ and the ‘Content’ for each slider.

    Is this the ‘Content’ you are asking about?

    #56469
    Sakin
    Keymaster

    @amyfanton: Wow so many question for free support forum. My head is spinning round and round 🙂

    1. Footer Area one image, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #supplementary {
        padding: 20px 0;
    }
    #footer-sidebar {
        padding: 0;
    }
    #supplementary .widget-area {
        float: left;
        text-align: center;
        width: 100%;
    }
    #supplementary #text-2 {
        line-height: 1px;
    }
    #supplementary .widget-area img {
        box-shadow: none;
    }

    2. Footer Text and Link Color, you can change the color code in the following css and add it in Custom CSS box:

    #site-generator {
        color: #999;
    }
    #site-generator a {
        color: #ddd;
    }

    3. Footer text space above and below, you can edit the padding in the following css as per your need and add it in Custom CSS box:

    #site-generator .site-info {
        padding: 40px 0;
    }

    4. To remove dark background in menu active item, you can add the following css in Custom CSS box:

    #header-menu .menu .current_page_item > a, 
    #header-menu .menu .current_page_ancestor > a {
        background-color: #bfcdcc;
    }

    5. Yes, add 7 small images with link, just add like the following in your current text widget:
    <a href="your-link1" target="_blank"><img src="image-url1" alt="image-alternative-text1" /></a><a href="your-link2" target="_blank"><img src="image-url2" alt="image-alternative-text2" /></a><a href="your-link3" target="_blank"><img src="image-url3" alt="image-alternative-text3" /></a><a href="your-link4" target="_blank"><img src="image-url4" alt="image-alternative-text4" /></a><a href="your-link5" target="_blank"><img src="image-url5" alt="image-alternative-text5" /></a><a href="your-link6" target="_blank"><img src="image-url6" alt="image-alternative-text6" /></a><a href="your-link7" target="_blank"><img src="image-url7" alt="image-alternative-text7" /></a>

    Then add the following css in “Custom CSS” box:

    #supplementary #text-2 a {
        display: inline-block;
        float: left;
        width: 14.28%
    }

    6. To center the text below featured content. Just add the following css in Custom CSS box:

    #featured-post .hentry {
        text-align: center;
    }

    7. To center the logo, just add the following css in Custom CSS box.

    #header-left, 
    #site-logo {
        width: 100%;
        text-aligh: center;
    }
    #hgroup-wrap img  {
        display: block;
        margin: 0 auto;
    }

    8. To trim the space between slider and featured content, you can adjust the padding in the following css and then add in Custom CSS box:

    .home #main {
        padding-top: 20px;
    }

    Note: In Featured Content, I see that you have added in Large image with width of 1024px. Which is very big for that area and will be heavy for site load. I suggest you to change that and upload image of maximum width 400px.

    #56468

    please help

    where does the featured page image slider get its excerpt content???

Viewing 20 results - 1,021 through 1,040 (of 2,398 total)