Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@Paul: You can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
#feature-slider .cycle-prev:before, #feature-slider .cycle-next:before, #feature-slider .cycle-pager { display: none; }Sakin
Keymaster@Phil: That can work as well. But if you want it universal then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
#supplementary { color: #799ead; }Sakin
Keymaster@Udo: You need to create custom menu from “Appearance => Menus” and then you need to assign your custom menu to “Header Right Menu” from “Appearance => Menus => Manage Locations”. For more check this, http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Send me your site URL so that I can check in.Sakin
Keymaster@tadej: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 1101px) { .two-columns .wrapper { width: 1000px; } .two-columns #primary { width: 640px; } .two-columns #secondary { width: 340px; } }Sakin
Keymaster@brookehoffard: Yes, read more is working fine in your site. I guess you have already fixed it. Thanks…
Sakin
Keymaster@peenie92: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide that bar.
#header .top-bg { display: none; }Sakin
Keymaster@Marcus: You shouldn’t add “Advertisement Code” in Header and Footer Codes in Theme Options Panel. If you want to add advertisement above your header, then go to “Appearance => Widgets” and then add in “Catch Box Adspace Widget” to Header Top Sidebar.
But if you want to keep as it is then you can remove the margin by adding in the following css:
.site { margin: 0 auto; }Sakin
Keymaster@Consciousness: Yes, that is the best link. Before we used that link to support Free theme, free plugin and free support. But for now we will be be using all that funds for earthquake relief and support.
This is really hard time for us.
Sakin
Keymaster@bigoslesli: Thanks for your initiation and support.
-
AuthorPosts
