Forum Replies Created

Viewing 20 posts - 4,221 through 4,240 (of 14,504 total)
  • Author
    Posts
  • in reply to: change background color #55471
    Sakin
    Keymaster

    @Kim: Just got to “Appearance => Theme Options => Color Options => Site Color Options”. Then click on site background color and change the color.

    Sakin
    Keymaster

    @ghostzapper: Yes, you can change that to German language. For that you need to create de_DE.po and de_DE.mo file from catchbase.pot using free poedit software from http://poedit.net/. I will email you with the sample file and you can do the complete translation.

    in reply to: Featured content posts – titles not showing #55466
    Sakin
    Keymaster

    @Oliver: You can update to latest version of Catch Responsive Pro 2.0 which was released yesterday and it will work. You can check out theme instructions page at http://catchthemes.com/changelogs/catch-responsive-pro-theme/

    For update instruction, you can follow instruction in http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: How to force "full" size featured content image #55443
    Sakin
    Keymaster

    @oleymedia: Using full large image is not good for site loading. If you want your image not to be cropped then you can upload the image of Width: 350px and Height: 197px. If your image is above this then it will crop automatically.

    But if you upgrade to pro version, you will get option to use Featured Image Content, where you can upload image of your own choice.

    in reply to: Problem changing content & sidebar width #55442
    Sakin
    Keymaster

    @allison: You custom css is wrong. You don’t need to add all those margin. You can simply add the width like below:

    #primary { width: 72%; }
    #secondary { width: 25%; }
    in reply to: Un-link Slider Images #55440
    Sakin
    Keymaster

    @cosmiccarletti: I see that you are using featured post slider which automatically link to the post. So, there it 2 way that you can remove the link.
    1. Simply upgrade to pro version and then use Featured Image slider. Here you can upload image of any size or without image, link or without link, title and content all as per your need.
    2. Or you need to build child theme and then copy function catchkathmandu_post_sliders from parent theme to your child theme functions.php file and then remove link

    in reply to: How to change standard text? #55438
    Sakin
    Keymaster

    @vigilant_spb: Not sure about this much. But we keep all translation file in language folder of theme directory. If you are translating Catch Box theme then you can contribute it and we will add in core theme. So, you don’t haven’t to worry about the update issue.

    Ok I will send you email for more details.

    in reply to: Link Color #55437
    Sakin
    Keymaster

    @rickm813: In the following css, you can change the color code as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    a { color: #1b8be0; }

    in reply to: change menu font/size #55435
    Sakin
    Keymaster

    @Katherine: First of all to change the font family to Oswald. You need to go to “Appearance => Theme Options => Font Family Options” and set any one element Font as Oswald. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu a {
        color: #fff;
        font-family: "Oswald",sans-serif;
        font-size: 20px;
        text-transform: uppercase;
    }
    in reply to: Want to curtail Featured Content #55415
    Sakin
    Keymaster

    @Maria: There will be update releasing today which will fix this issue. Actually it is supposed to list excerpt text only. Also to let you know you can control excerpt content using more tag <!--more-->. Just insert this <!--more--> in your page content which will split content and the content above this more tag will show in your featured content. For more about more tag, Click here

    in reply to: remove space above header #55389
    Sakin
    Keymaster

    @Katherine: Cool that you found it 🙂

    in reply to: Can't get sidebar on blog page only #55386
    Sakin
    Keymaster

    @Six Mile Sourdough: This is strange, we need to look at this in detail and let you know it

    in reply to: Custom Menu Widget Colors in Header Right #55385
    Sakin
    Keymaster

    @David: It should work as I just check in your site and it’s working. You can add in and let me know it. You need to refresh your browser after you make the changes.

    in reply to: Excerpt On Slider #55384
    Sakin
    Keymaster

    @rickm813: You either need to activate old theme and delete it and then active our theme. Or you need to to add Excerpt by building child theme and delete it.

    in reply to: Can't get sidebar on blog page only #55332
    Sakin
    Keymaster

    @Six Mile Sourdough: Is that for new page or old page. Can you create new page and try to change the layout. If this problem still exist then let me know it and I will check in your server.

    in reply to: Search Box #55331
    Sakin
    Keymaster

    @Kim: For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #third-sidebar .widget_custom_menu_wizard .current-menu-item { font-weight: bold; }

    in reply to: Custom Menu Widget Colors in Header Right #55330
    Sakin
    Keymaster

    @David: Since you are using widget menu in your header right sidebar, you can replace your
    #header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a { }

    With the following:
    .sidebar-top .widget_nav_menu ul.menu a { }

    in reply to: Social icons not appearing in all browsers #55308
    Sakin
    Keymaster

    @B1ngle: I checked in your site in Firefox, Chrome, Safari and IE. In all browser Social Icons are showing in your sidebar.

    in reply to: Impressum (Legal Notice) in Footer #55307
    Sakin
    Keymaster

    @Sarah: Thanks for your appreciation 🙂

    in reply to: Impressum (Legal Notice) in Footer #55304
    Sakin
    Keymaster

    @Sarah: Thanks page “Impressum” that you are getting in header is from Default Page menu. I mean that you can replace that with your custom menu. So, in your custom menu don’t add that page. I already gave code to add in footer.

    But if don’t want to use custom menu and stick with default page menu then you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
    #access .page-item-131 { display: none; }

Viewing 20 posts - 4,221 through 4,240 (of 14,504 total)