Forum Replies Created

Viewing 20 posts - 13,261 through 13,280 (of 14,496 total)
  • Author
    Posts
  • in reply to: How to change drop down color in nav #5827
    Sakin
    Keymaster

    @megancox: You site URL and then I will send you the css.

    in reply to: Title Tag of website #5826
    Sakin
    Keymaster

    @frederikwa: Please share with me your site URL and also explain which title you are talking about and where you want to move it.

    in reply to: Thumbnails size #5825
    Sakin
    Keymaster

    @alexrams: You site is in Under Construction. I cannot see it. Also please explain in details about the problem.

    in reply to: Remove posted by, date and no comments #5824
    Sakin
    Keymaster

    @chaseyrita: Thanks for sharing video. Yes, youtube is great way to learn.


    @alexrams
    : I hope you just answer to disable comment. Now to hide the post meta in Simple Catch Free Theme. Just add the following css in “Custom CSS” box in Theme Options panel.
    .post-by { display: none; }

    in reply to: Border and content #5823
    Sakin
    Keymaster

    @nirym: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    /* Remove Box Shadow in images */
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none;
    }

    About the content you use. No Sidebar option and that is why the content is in the middle.
    You can add the following css and increase the width. Just change the width as per your need.

    .no-sidebar #primary {
    width: 570px;
    }

    in reply to: Update Removed Line Breaks #5822
    Sakin
    Keymaster

    It’s fixed now. You have used Full Content Display that is why there was problem with css. We will be releasing the fix in next version. For now, I have made changes in your theme.

    Thanks for reporting.

    in reply to: Update Removed Line Breaks #5821
    Sakin
    Keymaster

    @ashleycovelli: Yes I got it now.

    in reply to: Featured Post Slider Not Showing Up #5820
    Sakin
    Keymaster

    @runningmedics and @Haleydanielsc1: Ok I am going to explain in detail. This Catch Box Free theme only have Featured Post Slider. This means you can only add in your posts as Featured Slider. You cannot use the Page.

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.

    But if you don’t want to use the post slider. Then I have good news for you as Catch Box Pro is in final testing phase and will be releasing any day in this week. Which has easy to user Featured Image Slider. Also you can use Featured Page Slider or Featured Category Slider.

    in reply to: Disable post featured image #5817
    Sakin
    Keymaster

    @smemflynn: there is good news for this options. As Catch Everest Pro is releasing any day this week. Our team in doing final testing.

    In pro version, there is two option that you might find cool.
    1. Featured Slider: You can choose from Featured Image Slider, Featured Post Slider, Featured Page Slider and Featured Category Slider.
    2. Featured Image: There is option in Theme Options and in individual post to hide the featured image, or show the image like in Slider, small or full original size.

    Yes for now hiding from the theme option is good option.

    in reply to: Portfolio plugin #5816
    Sakin
    Keymaster

    @JanneS: For plugin support, please ask the plugin author first and if there is anything that we need to adjust to support their plugin. We will add in version update. Let me know it.

    in reply to: How To Remove Author Box #5815
    Sakin
    Keymaster

    @farshad: Send me your site URL and then I will provide your the css to hide it.

    in reply to: Update Removed Line Breaks #5814
    Sakin
    Keymaster

    @ashleycovelli: Haven’t received it.

    in reply to: widget footer #5813
    Sakin
    Keymaster

    @Simona: Nice site. Great Work. Just add the following css in “Custom CSS” box in your Theme Options panel.
    #footer-sidebar { background-color: #D8AE2F; }

    in reply to: Rounded corners on an active menu item #5812
    Sakin
    Keymaster

    @maevamena: Just add the following css in “Custom CSS” box in Theme Options panel.

    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    }

    Sakin
    Keymaster

    @northwesturbanfarmer: You need to adjust the css for sub-menus. So, just add the following css in “Custom CSS” box in Theme Options panel.
    #header #mainmenu ul li ul { top: 25px; }

    in reply to: Remove Author and Date Text from Posts #5810
    Sakin
    Keymaster

    @janellenferrigan: You can remove the post meta from the top of posts by adding in the following CSS in “Custom CSS” box in Theme Options panel.
    .entry-header .entry-meta { display: none; }

    in reply to: Footer information is not translated #5809
    Sakin
    Keymaster

    @xray: It’s working fine on our site. Maybe you are missing keyword esc_attr__ in your translation software.

    See this for details: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

    Also see this we have just completed translation in Polish http://themes.svn.wordpress.org/catch-everest/0.1.3.1/languages/

    in reply to: Header white space, menu design, and background color #5808
    Sakin
    Keymaster

    @alyssahcanada:
    1. However I still have not found a way to reduce the white space below my logo. I tried
    — When I check your site, you have able to reduce the it. Now the space is due to the social icons and the search box at the herder right side.

    2. How is it possible to split the background colour horizontally into 2 or more colours. At Appearance>Options>Display Options the only choice is one solid colour.
    — Here you can upload the image in your background from Appearance => Background

    I like the style of sidebar menu at jimchicago’s site http://www.pmcsconsulting.com/dev/ How do I customize the font and style of my sidebar menu?
    — Do you mean the sidebar widgets. To change the color of these, you need to use the css to change. Can you be more specific to what you want to do.

    Also look for the Catch Everest Pro version which will be releasing any day this week. Which has lots of cool options. Our team is doing final quality testing.

    in reply to: Slider images #5806
    Sakin
    Keymaster

    @crisfilip: Yes you need to select with slider you want to use. As there is option to choose between “Featured Image Slider” and “Featured Post Slider”.

    in reply to: Custom CSS #5805
    Sakin
    Keymaster

    @Peter: It would have been easier if you have send me the color code for each element. For now I will just give you general color code. You change the color code as per you need.

    I don’t see Search on your header. Here goes the css for Footer as below:

    /* For Footer Background and Font Color */
    #site-generator { background: none #000000; color: #ffffff; }
    /* For Footer link Color */
    #colophon a { color: #999999; }

Viewing 20 posts - 13,261 through 13,280 (of 14,496 total)