Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@CinnamonEarth: Great that it worked for your. Maybe you got confused with Catch Box theme. Cheers 🙂
Sakin
Keymaster@Maxim: Sorry I won’t be able to add that in Forum. But yes it will be added in Change log page and also through our facebook and twitter.
Sakin
Keymaster@luismarioochoa: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can change the padding as per your need to reduce the white space.
/* For Site Title center alignment */ #header-left { text-align: center; width: 100%; } @media screen and (min-width: 769px) { /* For Top Padding */ #hgroup { padding-top: 50px; } /* For Bottom Padding */ #hgroup-wrap { padding-bottom: 50px; } }Sakin
Keymaster@Maxim: Google Structure Data is additional feature in the Theme. So, we need to add that support. If you see that Catch Box themes http://catchthemes.com/themes/catch-box-pro/, it’s clearly mentioned in the Features as “Valid Google Structured Data”. But Simple Catch Pro is not. We will be adding it one by one in all the themes. So, please wait for the time. Sorry for that.
Sakin
Keymaster@luismarioochoa: Bit confused with your questions. Can you send me your site URL, so that I can visualized it.
Sakin
Keymaster@mahinda: Yes, I got the setting you have choose. I just added the css and it’s working fine for me. You just need to increase the width as per you need. For example, if you want 900px width then it will be as
@media screen and (min-width: 961px) { .no-sidebar #primary { width: 900px; } }Sakin
Keymaster@s-design: Oh sorry this is not possible with this code of menu. But there is one trick as you are just using Primary Menu.
Just go to “Appearance => Theme Options => Responsive Design”. Then uncheck “Enable Footer Menu in Mobile Deveices?” and Save Changes. Then this will display the page name in the Place of Main Menu.
Sakin
Keymaster@tim6007: I think you missed the closing bracket
}. Please check the code with the above mentioned code.Sakin
Keymaster@mahinda: What is the width that you want to increase to and also send me your site URL so that I can check in what is not working.
Sakin
Keymaster@tim6007: Thanks for your appreciation and to remove the link from custom header. First you need to build child theme. Then you need to create functions.php file in your child theme and add the following code.
<?php /** * Template for Header Image * * To override this in a child theme * simply create your own catchbox_header_image(), and that function will be used instead. * * @since Catch Box 2.5 */ function catchbox_header_image() { // Check to see if the header image has been removed global $_wp_default_headers; $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <div id="site-logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /> </a> </div> <?php endif; // end check for removed header image }Sakin
Keymaster@s-design: Can you post in your site URL and let me know what you want to change to current page in mobile menu.
Sakin
Keymaster@kissthegroom: This is strange. Are you using Old version of WordPress. If you are using older version of WordPress then first update your WordPress to latest version and then you can install the Catch Everest Pro theme.
wp_get_theme() function was introduced in WordPress 3.4 version.
Sakin
Keymaster@mahinda: The font option is only there in Pro version and also you have No Sidebar Full Width template to make your content area large.
In Free theme, for font you need to check out the plugins. For the layout you can increase the content width by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { .no-sidebar #primary { width: 754px; } }Sakin
Keymaster@shuttergirl: For that you can add th following css in “Appearance => Theme Options => Custom CSS” box. You can change the line height as per your need.
#featured-post .entry-content { line-height: 1.8; }Sakin
Keymaster@Lea: For that you can just remove .home from the above css and it will be:
#primary .entry-header { display: none; }Sakin
Keymaster@restfulliving: that will be great. Thanks 🙂
Sakin
Keymaster@awsusercloudnagano: You cannot change Parent Theme style.css but yes you can change child theme style.css
Sakin
Keymaster@restfulliving: It’s actually your pinterest plugin css that is conflicting. The best option will be to disbale that plugin. But you can add the following CSS in “Appearance = Theme Options => Custom CSS” box.
.pibfi_pinterest { display: block; }Sakin
Keymaster@erikab1: The Featured Image that you have added in those post are smaller. You need to upload image of minimum size Width: 1140px and Height: 450px. See the theme instruction page http://catchthemes.com/theme-instructions/catch-everest/ for more details.
Sakin
Keymaster@bossydsmom: I just check in your account. There is update in your account at http://catchthemes.com/my-account/. You will see the following text with link to zip file.
Click Here to Download Catch Box Pro (Theme Usage for Lifetime and Update for 1 year)For update instruction you can check in the theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/
-
AuthorPosts
