Forum Replies Created

Viewing 20 posts - 6,241 through 6,260 (of 14,505 total)
  • Author
    Posts
  • in reply to: Adding more pictures to Featured images #45165
    Sakin
    Keymaster

    @Boaz: The default images, that you see in the demo images. If you don’t want images to associated with the post, then you need to use Featured Image Slider. But for this, you need to upgrade to Pro version.

    After you change the Number of Slides, have you added in the post IDS in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”

    See the post slider tutorial at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
    You can also see the tutorial for Image Slider which is available only in pro version at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: Removing site name from titel #45164
    Sakin
    Keymaster

    @Steffen: I see that you have installed WordPress SEO by Yoast. So, for Google and SEO. You can use that plugin setting and change as per your need. Go to “SEO => Title & Metas” from your WordPress Dashboard. Then change it as per your need. For more help about this plugin, you can post in that plugin support forum. They have good tutorial as well.

    in reply to: Adding text in footer #45163
    Sakin
    Keymaster

    @hawfinchtaylor: Sorry this option is not there in Simple Catch Free Theme. If you upgrade to Simple Catch Pro theme then, you will get Footer Editor Options there you can edit the footer text as per your need.

    in reply to: Border and background color for page title #45162
    Sakin
    Keymaster

    @BizQ: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    .page .entry-header {
        background-color: #fff;
        border: 1px solid #000;
    }
    in reply to: Featured slider on selective pages #45161
    Sakin
    Keymaster

    @BizQ: Sorry theme only have option to show in All Pages or Only in Hompepage. It doesn’t have option to show on certain pages.

    in reply to: Background color contact form #45160
    Sakin
    Keymaster

    @BizQ: Ok you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #post-3774 .entry-content form {
        background-color: #fff;
        padding: 2%;
    }
    in reply to: How to reduce the white space at the top of the webpage #45159
    Sakin
    Keymaster

    @nac2311: To remove the spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content { margin: 10px 0 0; }
    #sidebar-top p { margin-bottom: 10px; }

    About the search, sorry this option is not there. So, for this you might need to consider hiring customizer.

    Sakin
    Keymaster

    @Kathleen: I don’t know from where you copy all the css. Please be careful when you add in Custom CSS. I see that you have missing closing bracket } at the end of your custom css. It should be as

    @media screen and (min-width: 961px) {
    /* For Widget Title */
    .widget-title {
    font-size: 18px;
    }
    /* For Widget Text */
    .sidebar-left,
    .widget ul li {
    font-size: 14px;
    }
    }

    I am not sure about the border which you have remove and all, as your site is not live. So, it’s better I give you the css as per my demo site in http://catchthemes.com/demo/catchbox-pro/. For this, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box.

    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404, 
    .widget,
    #site-generator,
    img[class*="align"], 
    img[class*="wp-image-"], 
    #content .gallery .gallery-icon img, 
    img.wp-post-image, 
    img.attachment-thumbnail {
        border: none;
    }
    .wp-caption {
        background: none transparent;
        max-width: 100%;
        padding: 0;
    }
    in reply to: Size of white space on home page #45156
    Sakin
    Keymaster

    @Fede1583: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) {	
    	.has-header-top #branding { padding-top: 42px; }
    }

    For more, please post in your site URL.

    in reply to: How to disable the comments form? #45124
    Sakin
    Keymaster

    @Caducassau: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    a { color: #ddd; }

    in reply to: Increase body width/decrease sidebar width #45123
    Sakin
    Keymaster

    @LTTL: Thanks for your appreciation and leaving good review of theme will encourage other theme and plugin developer to help. It’s always a positive boost that makes developers happy. Here is link where you can help us by reviewing Catch Evolution at https://wordpress.org/support/view/theme-reviews/catch-evolution

    in reply to: Change color of link #45117
    Sakin
    Keymaster

    @BizQ: Then you can replace the previous css with the following one.

    #content input[type="submit"],
    #supplementary input[type="submit"] {
        background-color: #000;
        border-color: #333;
        color: #7c7c7c;
    }
    in reply to: Add Margin Space to Main Content Area #45116
    Sakin
    Keymaster

    @rojtalbot: Thanks for your appreciation.

    in reply to: Increase body width/decrease sidebar width #45114
    Sakin
    Keymaster

    @LTTL: For your site, the css will be as below. Simply add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1061px) {
        .three-columns #primary { width: 485px; }
        .three-columns #secondary { width: 240px; }
    }
    @media screen and (min-width: 1225px) {
        .three-columns #primary { width: 650px; }
    }
    in reply to: Custom Header Size #45112
    Sakin
    Keymaster

    Hi Jens,

    You can upload header image of your own choice. The header image that you have in your site is just 1436px width and 400px height. You can go to “Appearance => Header” and Upload. Then you will get this option “Crop Header Image” option where you can click on “Skip Cropping and Publish Image as is”. This will show the header image with the size you have uploaded.

    Regards,
    Sakin

    in reply to: How to disable the comments form? #45111
    Sakin
    Keymaster

    Hi Cadu,

    You haven’t send me your site URL to check in .

    Regards,
    Sakin

    in reply to: Mobile menu #45084
    Sakin
    Keymaster

    @Voila2014: that is mobile menu and you can click on them mobile menu three bars or the active page title and it will show you your menu list. Sorry, I don’t get it what you want. If you don’t want responsive design then you can disable it from “Appearance => Theme Options => Responsive Design”

    in reply to: Add Margin Space to Main Content Area #45082
    Sakin
    Keymaster

    @rojtalbot: You can replace your css
    .home #main { padding: 0; }

    With the following css:
    .home #main { padding-top: 0; }

    in reply to: adjust width left sidebar – body text right #45081
    Sakin
    Keymaster

    @Eric: It is not recommended to change your size width as it’s responsive design. So, when you change for your screen, you need to change it for mobile devices. If you are changing the width then you need to disable responsive design “Appearance => Theme Options => Responsive Design”

    in reply to: No page title in featured slider on home page #45080
    Sakin
    Keymaster

    @BizQ: Find the following css in your Custom CSS box
    .home .entry-title { display: none; }

    and replace with the following CSS:
    .home #primary .entry-header { display: none; }

Viewing 20 posts - 6,241 through 6,260 (of 14,505 total)