Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@pmt1992: I am already out of your site. Why you are being so patience less. You custom css is there only.
Sakin
Keymaster@pmt1992: Sorry I need to check in your site admin. So, I have just emailed you. Please reply me there.
Sakin
Keymaster@tkabe: When I add in the code in my child them functions.php file. It is working fine. Maybe you can upload your complete child theme in dropbox or somewhere I can download it. Maybe you have problem with other files.
Sakin
Keymaster@pmt1992: I don’t get it what are you trying to do it. Can you explain please? The best way to go with the menus in by building custom menu. Unpublishing pages is not a good way. Can you try using custom menu. This is best.
Sakin
Keymaster@pmt1992: By default it will show all the pages. If you want custom menu then you can create your own custom menu from “Appearance => Menus” then you need to assign location for menu at “Appearance => Menus => Manage Locations”.
Read more about custom menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/ and Check out screenshot explaining it http://www.pinterest.com/pin/548594798330820987/
Sakin
Keymaster@Chaot112: That is demo slider images. You don’t edit core theme files. As these core theme files will be reverted back when you update the theme. To add Featured Post slider see this theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution/
Sakin
Keymaster@Chaot112: It’s strange. Then you might need to consider upgrading to pro version and user Featured Image Slider where you can add URL as per your need. The image, text and url are manual entry.
Sakin
Keymaster@Matthew: Sorry IE 7 and 8 are outdated. We already have 11 version. So, we can support till version 9 and maybe few IE8 issues. For IE8 even WordPress has remove it’s support. But there is one option, you can hire customizer http://catchthemes.com/hire-customizer/ and there you will find people who just add support for IE issues.
Sakin
Keymaster@shuttergirl: We don’t have that option. For that you need to build child theme and work on it. So, if you don’t do coding then you might need to hire customizer.
Sakin
Keymaster@Chaot112: What did you use for https. I mean any plugin. As we haven’t hardcoded link. It’s dynamic and generated from
get_permalink()WordPress core function.Sakin
Keymaster@shuttergirl: What do you mean by this? All pages and post will definitely show full content. If you want your homepage to show full content then you can do that from “Appearance => Theme Options => Layout Option => Content Layout”.
Sakin
Keymaster@Cory: WoW you have two accounts. This mean you like Catch Themes very much. 🙂
Sakin
Keymaster@tkabe: There is no such issue in the code that you have posted in GitHub, I have cleaned the code and proposed the changes in GitHub as your code didn’t have write permission. The only thing I am confused is why the file name is
cpa_child_functions.phpit should be just ‘functions.php`Sakin
Keymaster@shuttergirl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box as per your need.
/* To remove Category Header */ .archive .page-header { display: none; } /* To change line color in Category Header */ .archive .page-header { border-color: #000; } /* To remove the lines in Category Header */ .archive .page-header { border: none; }Sakin
Keymaster@Tekstiltrold: The secondary menu has the same font site. Maybe you are confused as the current menu will be bold. Like when you check in Forside then menu title Forside will be bold. But the line height is deifferent. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the color and line height.
#branding #access-secondary ul.menu a { color: #FFFFFF; line-height: 3em; }Sakin
Keymaster@brewreviewcrew: It’s strange. Maybe when you activate simple catch pro the previous theme you used have post format. It’s cool that we just released the update for Simple Catch Theme which adds post format for video and when you choose post format as video in those post, it will show the video.
Sakin
Keymaster@tkabe: I cannot check in your child theme functions.php file form here. That is why you need paste our code in github and send me the link. Then I will check in the code and send you the feedback. I think you are not using the code with
' and "Sakin
Keymaster@tkabe: Your code looks messy. So, can you post your code in http://gist.github.com/ and send me the core link url. Then I will be able to check in.
Sakin
Keymaster@jp_grennier: You change the padding and margin as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #header-right { padding-top: 30px; } #header-right .widget.widget_catcheverest_social_widget, ul.social-profile li { margin-bottom: 10px; } } -
AuthorPosts
