Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@subper: For responsive you need to control a lot. there is whole set of responsive css in responsive.css . So, you need to adjust each @media screen. So, I suggest you to take expert help either from Tweaky or http://jobs.wordpress.net/
Sakin
Keymaster@reuben26: Maybe your site got conflict with the plugins you are using it. So, try disabling the plugins and check it. I have also emailed you. You can reply me there.
Sakin
Keymaster@golfer300: I am bit confused with your question. The “Homepage Category Settings” you can choose single category or multiple categories. Use this option if you want to control your homepage to show posts from selective categories only. But if you want to show posts from all category then ignore this setting.
Sakin
Keymaster@skweekah: can you try adding in the following css in “Custom CSS” box in your theme options panel this will make the IE8 opacity to work;
#main-slider .entry-title a, #main-slider .entry-content, #slider-nav a { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
But for width, I am confused why it is not working. I will check in if I fond the solution. Always use updated IE.
Sakin
KeymasterI have also emailed you the code.
Sakin
KeymasterHi Robert,
Sorry, I gave you wrong action to remove it. I didn’t realize it was for the child theme.
First you have to Unhook default Catch Box Pro functions by adding following functions in your child theme functions.
// Unhook default Catch Box Pro functions
function unhook_catchbox_functions() {
// Don’t forget the position number if the original function has one
remove_action( ‘catchbox_headercontent’, ‘catchbox_headerdetails’, 15 );
}
add_action( ‘init’, ‘unhook_catchbox_functions’ );Then you can add in your own function like below:
add_action( ‘catchbox_headercontent’, ‘catchbox_headerdetails_child’, 15 );
function catchbox_headerdetails_child() { ?>
<div class="logo-wrap clearfix">
<?php
// Check to see if the header image has been removed
$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 ?>
<hgroup id="site-details">
<h1 id="site-title"><a href="<?php echo esc_url( home_url( ‘/’ ) ); ?>" title="<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>" rel="home"><?php bloginfo( ‘name’ ); ?></a></h1>
<h2 id="site-description"><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
</div><!– .logo-wrap –>
<?php }Sakin
KeymasterTo all Catch Everest users, there is new version 0.1.2.2 available for download. You can just update your theme to fix this issue.
There is cache for the Featured Post Slider, so after you update in. Please change any value on Them Options panel which will manually clear the cache otherwise you have to wait 24 hours to be cleared automatically.
Sakin
Keymaster@onebreath: You can add the following css in “Custom CSS” box in your Theme Options panel.
#site-title { font-family: "Noteworthy",Times,serif; }
Sakin
Keymaster@vitalej17: This theme is not design like Simple Catch. Why don’t you use simple catch itself.
March 11, 2013 at 6:19 pm in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4973Sakin
Keymaster@darksoul2001ro: I mean I am not available on Yahoo and skype. I send your email in your yahoo account. Didn’t you receive any email from catchthemes.
Sakin
Keymaster@Robertf: Is it working. I have emailed you so that you can send me code. This forum is quite complicated for codes. Sorry for that.
March 11, 2013 at 5:57 pm in reply to: How can i implement to have no "next" button, the posts to load by themselfs #4969Sakin
Keymaster@darksoul2001ro: Sorry no personal IM. I have just send you an email, you can reply me there.
Sakin
Keymaster@saprai.com: It’s working on my side. There must be some issue in your server. I have just emailed you. Get back to me soon.
Sakin
KeymasterFor the Featured slide background color. add the following CSS in “Custom CSS” box in your Theme Options panel. Change the color code as per your need.
#slider { background-color: #555; border-bottom: 2px solid #ccc; }
To remove the text in the slider add the following css
#slider-wrap .featured-text { display: none; }
For menu background Color add the following css in “Custom CSS” box. But for menu you need to add a lot of css for hover and active and all. So, I suggest you not to change it.
#branding #access { background: none #585858; }
Sakin
Keymaster@vitalej17: Sorry but the theme is design in this way. But yes if you could send me the design screenshot of what you want to achieve that I can provide you with the custom css that you can add in your “Custom CSS” box in your Theme Options panel.
Sakin
Keymaster@golfer300: Webmaster Site Verification ID’s are for Website admins who like to verify the site in Google, Yahoo and bing. So, that you have control of your website tools such as Google webmaster tools and so on.
You will get those ID’s when you sign up for the account in Google Webmaster and all others. They will ask you to verify your site.
Sakin
Keymaster@golfer300: Yes thanks Robo, You need to place the widgets in the Footer Area as per your need.
To ad social media links to my header on the Catch Box theme you need to upgrade to Pro version which has Header Right Sidebar and Social Links widget. See this for details about Catch box Pro http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@VinciDesign.nl: WoW so many question at a time. I will try to cover all.
1. I would like to remove the search bar in the top right corner and to reduce the white space above and below the logo. (See my website http://vincidesign.nl)
— To remove the white space above and below the logo add the following css in “Custom CSS” box in Theme Options panel.
#site-logo, hgroup.with-logo { padding-top: 0; }
— To remove the search box at the header right. Just go to “Appearance => Theme Options => Header Right Section” from your WordPress Dashboard and check on “Disable Header Right Section” and save changes.2. The slider doesn’t accept page at this movement we will try to add in future updates.
3. There is problem with the slider image link. We have already fixed it in new version and but the WordPress Theme Review Team need to make the new version live so that you all can fix it. But there is temporary patch if you need then use this http://catchthemes.com/support-forum/topic/featured-slider-image-leading-to-error-page/
4. How can I remove the date and the posted by text and on the bottom the posted in [category] text?
— You can just hide it with the css. Just add in “Custom CSS” box in your Theme Options panel
.entry-meta { display: none; }
5. How can I expand the featured image to full size
Just add the larger image as the Featured image in the post. See the Theme Instruction for Image Sizes. http://catchthemes.com/theme-instructions/catch-everest/Sakin
Keymaster@onebreath” I just check in your site and looks like you have already changed that. It’s great.
-
AuthorPosts