Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Wendy: Looks like you have already fixed it. To show static page in homepage you can go to “Settings => Readings”, then in “Front page displays”, you need to check “A static page (select below)” and then in “Front page:” select the page which you want to show in homepage and in “Posts page:” select the page which you want to show your blog posts.
Sakin
Keymaster@dachsiehaven: That is default function of WordPress header image. I will replace the header image with Featured Image. If you want same image in Header Image, then you have that option only in Pro version where you can change header image option from “Appearance => Theme Options => Header Featured Image Options”. But in this free version, you need to build child theme. For child theme, please refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add function in your child theme functions.php file. For more check this thread http://catchthemes.com/support-forum/topic/featured-image-on-post-now-appearing-as-header-image-on-post/
Sakin
Keymaster@guuskoning: Go to “Appearance => Customize => Theme Options => Layout Options” from your WordPress Dashboard and then in “Archive Content Layout”, you need to select “Show Full Content (No Featured Image)” and then “Save & Publish”.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@forgivengraphics: After you move the menu, you need to adjust the css accordingly. Share your site URL once you change it. So, that I can check in.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@luismarioochoa: There is issue you with your custom css. Find the following css:
.page.entry-title{display: none;}Then replace it with the following:
.page .entry-title { display: none; }Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@Dona: You already have image and now for background, you can check the following css:
.page-id-277 .container { background: url("Your-image-url") no-repeat scroll 0 0 transparent; }Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@rkmoonak: Then you can replace the above css with the following css:
@media screen and (min-width: 960px) { .two-columns #primary { width: 76%; } .two-columns #secondary { width: 22%; } }Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@Sheila: Sorry that are are not able to respond you on time as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Don’t worry. You can simply remove that theme from your other site and then install it in your new site. You can download the theme from your account at http://catchthemes.com/my-account/. Installation instruction can be found in http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@emree025: I suggest you to simply add image of that table so it will be same. This is complicated.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@cftvonline: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
By code, yes you can do it. But it’s really complicated.
For that first, you need to build child theme. You can read about child theme at http://catchthemes.com/blog/create-child-theme-wordpress/.
Then you need to need to remove filter
catchflames_responsive(), remove actioncatchflames_main_mobile_menu()andcatchflames_mobile_menus().Then you need to wp_dequeue_style
catchflames-responsiveFinally, you need to add static css in your child theme style.css
Sakin
Keymaster@afeauto: I have already replied you in http://catchthemes.com/support-forum/topic/varying-header-images/
Please don’t post same question in 2 places. It’s very difficult to manage it.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here.
Sakin
Keymaster@amyfanton: There are many css issue in your custom css box. So, you need to clean up.
1. Find the following css and remove it. That is not necessary
@supplementary aside and (min-width: 1190px) } #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #bfcdcc; }2. Find the following css:
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #98aba8; } #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { color: #fff; }Then replace with the following css:
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #bfcdcc; color: #fff }3. Find the following css:
#footer-sidebar .widget-area .widget { margin-bottom: 0 px; }Then replace with the following css:
#footer-sidebar .widget-area .widget { margin-bottom: 0; }Sakin
Keymaster@yinglin1202: Ok then add the following css as well:
#search-toggle { height: 41px; line-height: 41px; }Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@Tlhdesigns: Yes, that option is there only in Pro version. For free version, you can install Catch Web Tools plugin and then add custom css from “Catch Web Tools => Custom CSS” box. You can change the color code in the following css and then add it:
.site-title a { color: #cfa205; } .site-title a:hover { color: #e7b507; } .site-description { color: #cfa205; }Sakin
Keymaster@JordanLocksley: About your Site Title and Tagline, I have already replied in http://catchthemes.com/support-forum/topic/remove-subject-line-and-white-space-in-create-theme/
Further, if you want to reduce the white space then you can add the following css
.home .entry-header { margin: 0; }Then also you can reduce the padding-top as per your need in the following css:
.content-area { padding-top: 30px; }May 1, 2015 at 10:46 pm in reply to: I keep getting a blank page when i click on Theme Options #56949Sakin
KeymasterSakin
Keymaster@JordanLocksley: You shouldn’t keep it blank. If you don’t want then you can hide it. For that can install Catch Web Tool plugin and then add the following css in “Catch Web Tools => Customize CSS” box:
.site-title, .site-description { display: none; } -
AuthorPosts
