Forum Replies Created

Viewing 20 posts - 13,741 through 13,760 (of 14,319 total)
  • Author
    Posts
  • in reply to: Thumbnails under the slider #3714
    Sakin
    Keymaster

    @kpalmer29852: Please add in your Site URL so that I can see what you mean. If you are talking about removing the post that is already in the Slider not to show in homepage. Then you can you can check Exclude Slider post from Home page posts in your Slider Options.

    in reply to: Form Fields #3713
    Sakin
    Keymaster

    @paigeohliger:

    /* For Background Color */
    input[type="text"], input[type="password"], textarea {
    background: none #fffcef;
    }
    /* For Hover Color */
    input[type="text"]:hover,
    input[type="email"]:hover,
    input[type="search"]:hover,
    input[type="password"]:hover,
    textarea:hover {
    background-color: #fff;
    }
    /* For Focus Color */
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    background-color: #eee;
    }

    in reply to: Footer #3712
    Sakin
    Keymaster

    @paigeohliger: You can just delete the starting div that is <div class="copyright"> and ending div that is </div> in your footer editor.

    in reply to: Background color #3711
    Sakin
    Keymaster

    @onlinko: Send me your site URL and then I will send your custom css that you can add it in our custom css box in your theme options panel in your WordPress dashboard.

    in reply to: Homepage Header size and color #3710
    Sakin
    Keymaster

    @onlinko: Can you send me your site URL?

    in reply to: New Social Media Icon & Search Box Border #3697
    Sakin
    Keymaster

    @mstaudt131: for search box in the header border, you can just add the following CSS in “Custom CSS” box in your Theme Option panel.
    #branding .searchform .search-box { border: 1px solid #000; line-height: 33px; }

    But for adding blogspot icon in the social icon list. This is bit complicated. First you need to add icon in this image social-profile.png and then build child theme. Where you need to remove the current social icon function
    remove_action( 'simplecatch_sidebartop', 'simplecatch_headersocialnetworks', 10 );
    and then add your action for the function and edit the css. If you are not a developer then I recommend to hire developer for this or use tweaky services.

    in reply to: Fav Icon Won't Upload #3696
    Sakin
    Keymaster

    @rebekahvolinsky: What is your site URL? And are you using the latest version of the Theme. If not then update your theme and check it.

    If this doesn’t fix it then I need to look at your WordPress admin panel. Let me know it.

    in reply to: No text in Slider #3695
    Sakin
    Keymaster

    @jmyss: If you want to use the Featured Post Slider without the title and description then you can upgrade to Catch Box Pro theme where there is Featured Image Slider which gives you control to upload your own image, title, description and links all optional.

    For content layout: Catch Box theme has 2 content layout. 1) Show excerpt: which will show the featured image of the post and excerpt text and 2) Show full content: which will show the full content exactly like in the post. You can select the option through Appearance -> Theme Options -> Content layout.

    For more on Theme instruction check this out catchthemes.com/theme-instructions/catch-box/

    in reply to: iPhone Issue #3692
    Sakin
    Keymaster

    @kalemw: It looks like there is conflict with the plugins you used. Can you deactivate the plugins one by one and check in.

    in reply to: Catch Box Pro Header and Forum Question #3687
    Sakin
    Keymaster

    @arichardc: Is very simple Take the large size image first and make it all image with the same size. Here I don’t mean stretching image. But keep your small image in the large area making it center with the background. Then it will look centered image.

    in reply to: Blog vs. News page #3686
    Sakin
    Keymaster

    @mwjohnston1: If you want the links in the Sidebar widget then you can try in Menu widgets or Links widget.

    About removing the comment box what you did. As mention in this page http://en.support.wordpress.com/enable-disable-comments/ . You need to uncheck Allow Comment in the Discussion Box in your pages.

    in reply to: Twitter Feed Slider #3674
    Sakin
    Keymaster

    @paigeohliger: Yes this version is good one. Also Theme Option panel has been redesigned to make it easy to navigate.

    Also there is Theme Instructions for Catch Mustang: http://catchthemes.com/theme-instructions/catch-mustang/

    in reply to: Hide Bylines on Posts #3672
    Sakin
    Keymaster

    For pages

    .page .entry-header {
    padding-bottom: 0;
    }

    But for post and category that should work fine

    .entry-header {
    padding-bottom: 0;
    }

    in reply to: Featured Slider not listed #3668
    Sakin
    Keymaster

    @tamerch: thanks for informing. Yes, I just check it and found that there is lot of empty translation. I will have to push like on 1.8.1 version update.

    You can download the language folder for catch box http://catchthemes.com/downloads/catchbox-languages.zip

    in reply to: iPhone Issue #3667
    Sakin
    Keymaster

    Hi Jason,

    There is problem with your Custom Menu while you added the Home menu. For adding home menu in Custom menu.
    Go to “Appearance -> Menus”. Then click on View All in Pages. Then Check the Home:Home and click on Add to Menu. Then delete your old manual home you added. Then click on save will solve your issue.

    It should look like this http://catchthemes.com/demo/simplecatch-pro/

    Regards,
    Sakin

    in reply to: Hide Bylines on Posts #3666
    Sakin
    Keymaster

    @paigeohliger : There is padding you can decrease that
    .entry-header { padding-bottom: 20px; }

    in reply to: Move Social Links and Spacing #3665
    Sakin
    Keymaster

    Hi Zonal,

    Please remove this from “Custom CSS” and it will work
    #add_image_size( 'featured', 50, 50, true); // uses on homepage featured image

    You are supposed to add only css in “Custom CSS” box not the WordPress Functions.

    Regards,
    Sakin

    in reply to: Twitter Feed Slider #3663
    Sakin
    Keymaster

    @paigeohliger: Yes there was few problem in update notice in Catch Mustang. In this version we have fixed.

    • Redesign Theme Options Panel to make it standard
    • Fixed data-validation for Theme Options datas
    • Fixed the update notifier

    If you are using FTP to update then you can just upload the unzip copy and then replace the existing files.

    But if you want to use through WordPress Admin Panel. Then you need to first activate any other theme and then delete the existing Catch Mustang theme and then add the latest zip copy as new theme installation.

    in reply to: Few questions about fonts and menu tabs #3662
    Sakin
    Keymaster

    Hello Darek,

    The text ““czyli jak przetrwać pierwszy rok życia dziecka !” is not h2. It’s your site description. For that add the following css:
    #site-description { font-size: 16px; }

    Regards,
    Sakin

    in reply to: Suggestion #3661
    Sakin
    Keymaster

    Hi Jason,

    Thanks I will take a not and will try to add in. We have already started to add in in our Catch Box Theme.

    But for now you can use “Custom CSS” box and add the custom css for h1, h2, etc tags.

    Regards,
    Sakin

Viewing 20 posts - 13,741 through 13,760 (of 14,319 total)