Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: Just got to “Appearance => Theme Options => Color Options => Site Color Options”. Then click on site background color and change the color.
April 10, 2015 at 9:58 am in reply to: Remove 'Permalink to:' Text from featured slider respectively change language #55468Sakin
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.potusing free poedit software from http://poedit.net/. I will email you with the sample file and you can do the complete translation.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/
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.
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%; }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 functioncatchkathmandu_post_slidersfrom parent theme to your child themefunctions.phpfile and then remove linkSakin
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.
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; }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; }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 hereSakin
Keymaster@Katherine: Cool that you found it 🙂
Sakin
Keymaster@Six Mile Sourdough: This is strange, we need to look at this in detail and let you know it
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.
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.
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.
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; }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 { }Sakin
Keymaster@B1ngle: I checked in your site in Firefox, Chrome, Safari and IE. In all browser Social Icons are showing in your sidebar.
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; } -
AuthorPosts
