Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Juha_52: From when did you get this issue. Have you customized any core theme files inside catch-evolution-pro folder. Also, I see that you are using child theme. Can you let me know what changes have you made it. Further, I see t that you have WP Super Cache. So, can you clear the cache and check in.
Sakin
Keymaster@lucabriganti85: Sorry I see that you are using Simple Catch Free version, which only have option to use Featured Post Slider. This post slider is created to highlight your post in the slider. So, it will automatically link to the post.
If you don’t need then you might want to upgrade to Pro version where you have option to use “Featured Image Slider” and upload image and remove the link as per your need.
Sakin
Keymaster@Kim: You can add the following css, for the font you can change the font as per your need.
.page-header { margin: 0; } .page-title { font-size: 16px; }Sakin
Keymaster@greenline: You are using old version of theme. Can you update to latest version. Adventurous 1.4 then if there is still problem then I will check in. After the update don’t forget to refresh your browser to clear the cache.
Sakin
Keymaster@Young: Thanks and I have update it. Can you check it now.
Sakin
Keymaster@Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:
footer.entry-meta { padding-top: 15px;} .entry-meta .cat-links, .sep-comment ( display: none; } .entry-meta .comments-link { float: right; }Sakin
Keymaster@Pieter: That requires lot of css customization and also need to adjust as per the responsive design. So, for this I recommend you to hire CSS developer to customize for you.
Sakin
Keymaster@Young: Can you reply my email I have just send you. I need to check more in details.
Sakin
Keymaster@Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.sticky .entry-header .entry-title a { color: #222; }Sakin
Keymaster@Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.widget-title { background-color: #eee; }Sakin
Keymaster@Gunter: Which subheadline are you talking about? If you are talking about Homepage Headline Options. Then there is no option to do that at this stage. If you want then please let me know it and we will add this in our development for new version update. If you want second line in Subheadline then you can break the link by adding in br code. That is
<br/>January 30, 2015 at 9:38 am in reply to: How do I change default Image sizes in Blog listings? #50807Sakin
Keymaster@Consciousness: Ok I will check in your email as well. It’s really difficult to make it flexible as per the theme design. So, if you have fixed height and width then I can suggest you exactly.
Sakin
Keymaster@Ellen: For drop down menu, not sure why it is not working in your other pages. Can you send me your site URL so that I can check in. About changing the color, most of the color options are there in “Appearance => Customize => Color Options”. For those, which are not there like menu. You need to send me the color code that you want to use and then I will send you the css to add in your custom css box.
Sakin
Keymaster@Delfim: Ok I will email you personally to check your issue.
Sakin
Keymaster@bobar22: It should work fine. I just tested in my server with Catch Kathmandu Free and now my Featured Post is inside
<div id="content-sidebar-wrap">Post in your site URL and have you done anything else in child theme.
Sakin
Keymaster@Fernando: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.header-sidebar .widget_catcheverest_social_widget .widget-title { color: #00008c; }Sakin
Keymaster@bobar22: OK then you need to build child theme first. You can read about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ . Then you can add the following code in your child theme functions.php file:
<?php // Removing the Default Action Hook function unhook_catchkathmandu_functions() { remove_action( 'catchkathmandu_before_main', 'catchkathmandu_homepage_featured_position', 10 ); } add_action( 'init', 'unhook_catchkathmandu_functions' ); add_action( 'catchkathmandu_content_sidebar_start', 'catchkathmandu_homepage_featured_display', 15 ); -
AuthorPosts
