Forum Replies Created

Viewing 20 posts - 13,241 through 13,260 (of 14,496 total)
  • Author
    Posts
  • in reply to: Change footer colors #5865
    Sakin
    Keymaster

    @paigeohliger: Add the following css.

    /* Twitter Feed background color */
    .twitterfeed { background-color: #361F0B; }

    /* Testimonial Background color */
    .widget .testimonial-text { background: none #5A2900; }

    /* For lower footer background color */
    #site-generator { background: none #361F0B; }

    in reply to: Widget misbehaving #5862
    Sakin
    Keymaster

    @paigeohliger: In which widget you added this. Also the code is not clear here. So, can you post it in http://pastebin.com/ and share the link.

    in reply to: Thumbnails size #5861
    Sakin
    Keymaster

    @alexrams: No you cannot do that.

    For thumbnail it’s 210px by 210px. So, if you have exact this size on featured image then it will work fine. But if you upload larger then this then it will crop automatically.

    in reply to: Headline background color #5860
    Sakin
    Keymaster

    @maevamena: If you add the big header image in the header. it will push the social icons down.

    in reply to: how to activate language file #5857
    Sakin
    Keymaster

    @svartis: Did you check the instruction here http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . You are not going to create .pot file. You just need to create the .mo and .po files.

    in reply to: Featured Slider Questions #5856
    Sakin
    Keymaster

    @hserna20: Sorry I cannot see your site as it says under construction. I think you are missing to add in the Featured Image in your Post. Just add the featured image in the post see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    Then only add in the Post ID in the Featured Post Slider options.

    in reply to: Fix Typos in Social Links/Add Instagram #5854
    Sakin
    Keymaster

    @ryanc44: it’s inside the functions folder.

    in reply to: change color of the text menu #5853
    Sakin
    Keymaster

    @bhomay: Looks like you have already able to change the background.

    in reply to: change color of the text menu #5852
    Sakin
    Keymaster

    @Simona: Just add the following CSS in “Custom CSS” box in your Theme Options panel to justify the text in Featured content in homepage.
    .home #featured-post .entry-content { text-align: justify; }

    in reply to: Deactivating Theme #5851
    Sakin
    Keymaster

    @siqve006: I have upgrade your theme. That’s it.

    in reply to: Remove Featured Image on Posts #5850
    Sakin
    Keymaster

    @maevamena: You can use add in following css in “Custom CSS” box in Theme Options panel to hide the Image
    .archive .featured-image { display: none; }

    But to remove to either you need to build child theme and customize the code or use the Catch Everest Pro which will be release any day this week.

    in reply to: Heading #5849
    Sakin
    Keymaster

    @j9hagop: Yes you are right. Previous link is adding space. You can just add the following css in “Custom CSS” box in Theme Options panel as below:
    #nav-single { display: none; }

    in reply to: Thumbnails size #5848
    Sakin
    Keymaster

    @alexrams: The thumbnail size is the homepage is width 210px and height 210px. See this in theme instructions http://catchthemes.com/theme-instructions/simple-catch/

    So, you need to add this size or it will just crop the image automatically.

    You can change the hover and active of menu by adjusting the color and adding the following css in “Custom CSS” box in Theme Options panel.

    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a {
    background-color: #000000;
    color: #FFFFFF;
    }

    For more color options and other features that you just change through Theme Options panel upgrade to Simple Catch Pro theme.

    in reply to: Increase line height in Post title / Widgets #5834
    Sakin
    Keymaster

    @creativeunderground: Yes you can just add the following CSS in “Custom CSS” box in Theme Options panel.
    .entry-content, entry-summary { line-height: 20px; }

    in reply to: Sub Menus in RTL not showing offset as in LTR #5833
    Sakin
    Keymaster

    @Dane: Catch Everest theme doesn’t support RTL css. We need to add complete RTL support css. You need to add in yourself for now. We will try to add in future updates.

    in reply to: Removing Slider image #5832
    Sakin
    Keymaster

    great work. Nice.

    in reply to: Removing Archive and Search Bar from pages #5831
    Sakin
    Keymaster

    Looks like you solved all your issues. Great

    in reply to: Videos in excerpts? #5830
    Sakin
    Keymaster

    @FluGan: Can you try adding in the video in your post Excerpt box below your post content editor.

    We will add easy option in next version update.

    in reply to: Side bar now showing #5829
    Sakin
    Keymaster

    @TanjaCrouch: I just check in your site and you have already added in the sidebar.

    in reply to: Header white space above and below logo #5828
    Sakin
    Keymaster

    @TanjaCrouch:
    1. remove white space above and below the logo
    — Just add the following css in “Custom CSS” box in Theme Options panel.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-top: 0; }

    2. ideally, I would like the logo to be about 70-80% of what it is now.
    Why don’t you just upload a smaller version of logo. Resizing the image is better then resizing from css as it reduces the load time of your site.

    You have already added in the sidebar.

Viewing 20 posts - 13,241 through 13,260 (of 14,496 total)