Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ClaudioC: Thanks for the code. It’s strange why you have loading issues. We have heavy image in our demo site and without cache plugin and it still loads fast. See this http://tools.pingdom.com/fpt/#!/c9K0gR/http://catchthemes.com/demo/catch-kathmandu/
Did you try adding in W3 Total Cache plugin. Most of the loading issue are from images.
Sakin
Keymaster@Delfim: We worked with WMPL plugin and qTranslate plugin only. I don’t know about others. WPML should be good one. As most of our users are using WPML plugin.
Sakin
Keymaster@Irina:
1. Hum, I don’t know much about German translation as it is contributed by our user. If you know it then you can send us the correction and then we will change it. As per the English Color Options in Theme Options panel. To change the title of page/post, you need to change the color code in “Title Color” and “Title Hover Color” which is at 13th and 12thm position from the last.
I think you have already found it. As I need that you have already change the title color to #f15917 and title hover color to #93be662 and 3. It is not working as you have forgot to add in one closing bracket
}in your Custom CSS. So, can you find the following css in Custom CSS:.social-profile ul li.google-plus a { background-position: -528px -44px;And then add the closing brackets. It should be as:
.social-profile ul li.google-plus a { background-position: -528px -44px; }4. Sorry I am still confused as there is no color option for Secondary menu that is “Outback”. It’s little difficult to change the color of Secondary menu. So, can you explain the color code. If you make it same as Main menu then people might get confused with the menu. But if you want then let me know it. I have to try it and send you long css code.
5. OK Nice.
6. You can change the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
.sidebar-top .widget { margin-bottom: 30px; }Sakin
KeymasterHello Helena,
There is custom css that is removing the page title from your page slider. So, you need find the following css in “Appearance => Theme Options => Custom CSS”
.home #content-sidebar-wrap, .page .entry-header { display: none; }Then replace that css with the following css:
.home #content-sidebar-wrap, .page #content .entry-header { display: none; }Sakin
Keymaster@David: You can create custom menus from “Appearance => Menus” and then add in custom links. Then you can add the custom menu in your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Kim:
1. Social share in the post falls in plugin territory. You can need to use plugins. There are lot of plugins such as Jetpack plugin sharing http://jetpack.me/support/sharing/ and other you can find in http://wordpress.org/plugins2. You can change the color to its hover state if you need it. If you don’t like the social icons then you can use plugin and choose the icons you want. There are lots of options in plugins.
Sakin
Keymaster@Malar: Please post in your site URL so that I can check in and send you the custom css. I am just giving you sample code as in general. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.If you want to further decrease then you can reduce 20px to 10px or less as per your need.
#hgroup-wrap { padding-bottom: 20px; }Sakin
Keymaster@ClaudioC: Thanks and when post these type of script. Please use code command or paste your code in https://gist.github.com/ and add in the URL here. Thanks a lot.
Sakin
Keymaster@Christine: No problem. 🙂
Sakin
Keymaster@Kathleen: Can you post in your site URL here. So, that I can check in. If there is sudden stop of slider, then you might want to check in your recently activated and updated plugin. There might be some conflict with the plugin. So, try deactivating plugin one by one to check in the conflicting plugin.
Note: I am bit confused about your question. You said that your clients site slider stopped working and then again you said we only see the main slider. We only have one slider in theme.
November 8, 2014 at 4:30 am in reply to: How do I change the name that appears in the browser tab? #47119Sakin
Keymaster@Robert: Looks like you have already fixed it. As your homepage only have slider and the homepage featured content and you have all your blog post in News page.
Sakin
Keymaster@Kim:
1. Thanks for mentioning about the issue 1 for font. We will fix that in new version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box.@media screen and (max-width: 767px) { .entry-title, .entry-content h1 { font-size: 22px; } .entry-content h2 { font-size: 20px; } }2. Then size of the image depends on the image size you have uploaded. I see that some of the images in that post is smaller in width. So, it doesn’t cover the full width of mobile devices. Increase the width of the images and it will be fine.
Sakin
Keymaster@Delfim: You link is not working and also for WPML plugin support please use their WPML support forum. They can help you better. As it should work fine as per their theme compatibility http://wpml.org/theme/catch-kathmandu-pro/
November 8, 2014 at 3:58 am in reply to: Some links are colored inside the post while other are simply grey. #47110Sakin
Keymaster@agrawal1294: Ok I see that you have change the link color, but not the link color of list items. So, you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
#content ul li a, #content ol li a { color: #e18627; }Sakin
Keymaster@jonas454: You can simply purchase the theme and then you will get that option in your theme options panel. There are lot more interesting features in pro version. See this theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ where you can read about additional features and it’s instructions.
Sakin
KeymasterHello Helena,
Yes, if you want to link to page then you need to use Page Slider. Post Slider is for the post, page slider is for the page, category slider is for automatic update of latest posts and image slider for independent slider with link of your own choice.
Sorry I don’t understand your second point. What do you want to look on those two pages.
Regards,
SakinNovember 7, 2014 at 12:59 pm in reply to: Scrolling problem with secondary menu and Safari on Ipad #47069Sakin
Keymaster@alk: You menu is too long so you need to use max-height. You can increase the height as per your need.
Sakin
Keymaster@Irina: In Catch Evolution Pro, you can go to “Appearance => Theme Options => Color Options” to change the colors of various elements.
1. For article header color. You need to change the color code in “Title Color” from Color Options Panel.
2. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#respond { background-color: #ccc; }3. Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#colophon #access-footer ul.menu .current-menu-item a { color: #572603; }4. Which sub-menu are you talking about. In your site I don’t see sub-menu.
5. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
/* For Footer Text */ #site-generator { color: #444; } /* For Footer Link */ #site-generator a { color: #555; }Sakin
Keymaster@Christine: You need to add plugin for this, search at http://wordpress.org/plugins/ . This is not the feature of Theme. In theme we can only have option to filter post from various category in Homepage or Blog archive. But you can also add in Category directly in your menu. So, why do you need to add category in page.
Sakin
Keymaster@harish: You can increase the no of posts in the Post Slider from “Appearance => Theme Options => Featured Slider => Slider Options”. There you will see “Number of Slides” default value as 4, you can increase it to whatever you want. For more about post slider see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and theme instructions page at http://catchthemes.com/theme-instructions/adventurous/
-
AuthorPosts
