Forum Replies Created

Viewing 20 posts - 9,081 through 9,100 (of 14,504 total)
  • Author
    Posts
  • in reply to: Social buttons #19294
    Sakin
    Keymaster

    @mpetric: It’s very difficult to send you the css without checking your site URL. So, I assumed the following CSS will work fine for you.
    #site-description { line-height: 1.6em; }

    in reply to: change the read more starting position #19292
    Sakin
    Keymaster

    @Pete7feet: If you see our gallery page http://kleintjeklus.pressmill.nl/fotos/ where you have added image with flickr gallery plugin. So, you need to check in with the plugin support forum.

    in reply to: Explorer 8 #19291
    Sakin
    Keymaster

    @oly: I check in form real IE9 and IE10. But working fine without any issue. I don’t know why netrenderer.com is showing issue in IE9. But I cannot check in IE8 as it’s too old browser and not supported. I will try to get IE8 and check in.

    in reply to: Widgets for Facebook and Twitter have stopped working #19290
    Sakin
    Keymaster

    @aruraza: I just check in your site and see that Facebook widget is working fine. But yes twitter widgets is not working. You can install “Jetpack” plugin and then activate “Extra Sidebar Widgets” which will add extra widgets like Facebook Likebox, Twitter Timeline and so on. So, you can just go to “Appearance => Widgets” and add the widgets as per your need.

    When you activate the Jetpack plugin, make sure “Mobile Theme” module is disable.

    in reply to: Adding more Social Icons #19289
    Sakin
    Keymaster

    @Michael: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box and your custom image will align with the social icons.

    #sidebar-header-right .widget_sp_image {
        clear: none;
        display: inline;
        float: left;
        margin-right: 10px;
    }
    in reply to: Home page post view with images #19287
    Sakin
    Keymaster

    @michael: I see that you forgot to add “Featured Image” in your post. Just add featured image and it will show exactly like in demo page with images.

    in reply to: Big picture only home/landing/front page #19272
    Sakin
    Keymaster

    @ravart: Ok you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding { display: none; }
    .home #branding { display: block; }

    After you add this, you need to clear your cache form your WP Super Cache plugin settings.

    in reply to: Images outside content area #19271
    Sakin
    Keymaster

    @Richard: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #content article { height: 1%; overflow: hidden; }

    in reply to: Big picture only home/landing/front page #19269
    Sakin
    Keymaster

    @ravart: I just check in your site and couldn’t find big picture in it. So, I am bit confused. Can you explain please.

    in reply to: Social buttons #19268
    Sakin
    Keymaster

    @mpetric: Ok so how about the linespacing screenshots? and by how much you want to increase it.

    in reply to: Change both style.css and responsive.css #19266
    Sakin
    Keymaster

    @Micha: You can just make changes in your child theme style.css but for responsive design that mean for your different screensize you can take reference of responsive.css and add it in your child theme style.css. For colors style.css in enough. But for margin and height your child theme style.css might effect your mobile devices design. So, check it and adjust it accordingly.

    in reply to: Remove bottom search box #19264
    Sakin
    Keymaster

    @Micha: Can you send me your site URL? I have to check in how did you got search in the bottom. Maybe you have added search in one of your footer widgets. Check it from “Appearance => Widgets” in your WordPress Dashboard.

    in reply to: change the read more starting position #19254
    Sakin
    Keymaster

    @Pete7feet: For the same settings as of simple catch pro demo page. You just need to go to “Appearance => Theme Options => Layout Options” and then select “Excerpt/Blog Display” in Content Layout.

    Sakin
    Keymaster

    @ViraNatura: You have to change all the settings not only with CSS. So, you better you Hire a customizer at http://catchthemes.com/hire-customizer/.

    You can upload smaller Header image. For featured post slider, you can upload smaller height images in your post.
    For featured slider font sizes.

    .entry-header .entry-title { font-size: 18px; }
    #main-slider .entry-content { font-size: 13px; }
    in reply to: Featured Post Slider Size #19245
    Sakin
    Keymaster

    @BenniemanZA: If you upload the featured image of size greater then 1140×450 then it will crop automatically to 1140×450. But if you upload the featured image of 1140×200. Then it will show the original image. But your uploaded image are sync with “Jetpack” plugin “Photon” module that is why it is showing issues. You can disable that module and it will be fine.

    in reply to: Pages not showing up on ipad #19243
    Sakin
    Keymaster

    @klhaight: I see that you have customize the theme by building child theme which is good. But you are using Catch Box Free theme and have remove the footer Theme Catch Box. You are not supposed to do that. This is the only means that we get recognition for providing free themes and support.

    You can restore your footer.php file and footer content. Then your theme will work fine.

    If you want to customize the footer content, then upgrade to Catch Box Pro where you will get Footer Editor in Theme Options panel to edit it.

    in reply to: featured content alignment #19242
    Sakin
    Keymaster

    @erikab1: Do you mean the 3 Homepage Featured Content images. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .wp-post-image{
        display: block;
        margin: 0 auto;
    }
    in reply to: change the read more starting position #19241
    Sakin
    Keymaster

    @Pete7feet: Yes I understand your request. But I am confused as our default setting in Simple Catch Pro theme links directly to post. See our demo page http://catchthemes.com/demo/simplecatch-pro/. Have you customized the theme? If now then I need to check in details with your site.

    About your lightbox pictures sizes, check your plugin settings. As I see you have setup as 75px size. For more you need to ask in that plugin author forum.

    in reply to: Change background color of "leave a reply" box #19240
    Sakin
    Keymaster

    @Lori: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
    #respond { background-color: #fff; }

    in reply to: space between lines and image #19239
    Sakin
    Keymaster

    @mirale: Can you show me the like of the site where you have added this code. I want to see how and where you have implemented it.

Viewing 20 posts - 9,081 through 9,100 (of 14,504 total)