Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Riccardo: Yes, you can do that with your page ID. You can change that 8 to your page ID.
.page-id-8 #primary { background-color: #000; }Sakin
Keymaster@Riccardo: Maybe you have hide it from Custom CSS or maybe same color from color options. So, I need to check in your site URL.
Hum not exactly, you can add in here as ask me to delete it after I see it. Then I will remove it after I view your site.
Sakin
Keymaster@Alexander: Looking at your site, I suggest you to add plugin “WP-PageNavi” so that you will get Pagination instead of Older and newer posts.
Sakin
Keymaster@Eero: Sorry for that. We are coming up with better solution and will add option in Customizer as well. We will be using all these settings http://jquery.malsup.com/cycle2/demo/loader.php. We will be release update for all Premium theme with Cycle2 slider by tonight and will push update to WordPress.org free theme as well.
Thanks for all your detail reporting.
Sakin
Keymaster@GiovannaChine: thanks for your appreciation.
Sakin
Keymaster@Mark: Don’t worry, we will be adding this in new version update soon. Give us sometime, we are not fully operational due to massive earthquake in Nepal.
Sakin
Keymaster@Eero: If you are using Catch Base Pro theme. Then you can download child theme from http://catchthemes.com/blog/create-child-theme-wordpress/. Then in your child theme functions.php file add the function mention above.
Sakin
Keymaster@canehoyer: Yes, that possible can you send me the color code that you want and your site URL. Then I will send you css to do that.
Sakin
Keymaster@afeauto: this is strange. I need to check in your site as it’s working fine our site. I will email you.
Sakin
Keymaster@guuskoning: I check in new version only. You can post in your site URL after you change the Archive layout to Full Content. Then I can check in.
You can download version 1.6 from https://wordpress.org/themes/download/catch-base.1.6.zip?nostats=1
Sakin
Keymaster@stringa: This theme doesn’t use random header so instead we added in Different header image option. You can build child theme and add the following code in your child theme functions.php file. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
/** * Random Header Image */ function fullframe_featured_overall_image() { $options = fullframe_get_theme_options(); $header_image = get_header_image(); if ( $header_image != '' ) { ?> <div id="header-featured-image"> <div class="wrapper"> <?php // Header Image Link and Target if ( !empty( $options[ 'featured_header_image_url' ] ) ) { //support for qtranslate custom link if ( function_exists( 'qtrans_convertURL' ) ) { $link = qtrans_convertURL($options[ 'featured_header_image_url' ]); } else { $link = esc_url( $options[ 'featured_header_image_url' ] ); } //Checking Link Target if ( !empty( $options[ 'featured_header_image_base' ] ) ) { $target = '_blank'; } else { $target = '_self'; } } else { $link = ''; $target = ''; } // Header Image Title/Alt if ( !empty( $options[ 'featured_header_image_alt' ] ) ) { $title = esc_attr( $options[ 'featured_header_image_alt' ] ); } else { $title = ''; } // Header Image $feat_image = '<img class="wp-post-image" alt="'.$title.'" src="'.esc_url( $header_image ).'" />'; // Header Image Link if ( !empty( $options[ 'featured_header_image_url' ] ) ) : echo '<a title="'. esc_attr( $title ).'" href="'. esc_url( $link ) .'" target="'.$target.'">' . $feat_image . '</a>'; else: // if empty featured_header_image on theme options, display default echo $feat_image; endif; ?> </div><!-- .wrapper --> </div><!-- #header-featured-image --> <?php } }Sakin
Keymaster@Sheila: That buy now is demo text. You can change that or hide that from “Appearance => Customize => Theme Options => Promotion Headline Options”.
Sakin
Keymaster@Adriana: I have already replied your question in http://catchthemes.com/support-forum/topic/center-logo-5/. Please don’t post in 2 places, it’s difficult to manage it.
Sakin
Keymaster@wzingrone: Bit confused, as your title and tagline is already left aligned. So, what are you trying to do it.
Sakin
Keymaster@canehoyer:
1. Yes, you need to buy each time.
2. If you host and mange it for your client then in this case you can just buy one time
3. Yes, you can use it in your own domain and also test sites.Sakin
Keymaster@lmf33: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 768px) { #main .hentry img { display: block; margin: 0 auto; } }Sakin
Keymaster@radz: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide author in Catch Everest Theme.
.by-author { display: none; }It’s not that possible to do just by css to hide date for some post only.
Sakin
Keymaster@Consciousness: Thanks a lot
-
AuthorPosts
