Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterOk I see lot of extra brackets }. So, your fixed custom css is here https://gist.github.com/anonymous/7390641/raw/94c5d8f31c8c14dfa0e34325287b4bc276f2a6b9/gistfile1.css
Sakin
Keymaster@kat22: I see there is issues in your Custom CSS. So, can you paste all your CSS in “Appearance => Theme Options => Custom CSS” in https://gist.github.com/ and send me the link. Then I will be able to find our the wrong CSS which is blocking our css.
Sakin
Keymaster@bossydsmom: If you are using Catch Box Free theme then it will show in Footer. Only in Catch Box Pro theme, you can add in the Header Right Sidebar. In you want more information about Catch Box Pro theme then check out http://catchthemes.com/theme-instructions/catch-box-pro
Sakin
Keymaster@Trishah: If you are using Catch Box Pro then there is easy option to change it from “Appearance => Theme Options => Excerpt/More Tag Settings”. Read Theme instructions for more details http://catchthemes.com/theme-instructions/catch-box-pro
But sorry Catch Box Free theme doesn’t have that option. To make that work in child theme, we need to update the theme and we will do that in new version. For now you edit the core theme and change
/** * Returns a "Continue Reading" link for excerpts */ function catchbox_continue_reading_link() { return ' <a class="more-link" href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'catchbox' ) . '</a>'; }to
if ( ! function_exists( 'catchbox_continue_reading_link' ) ) : /** * Returns a "Continue Reading" link for excerpts */ function catchbox_continue_reading_link() { return ' <a class="more-link" href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'catchbox' ) . '</a>'; } endif;Then your function catchbox_continue_reading_link() in child theme functions.php will work.
We will be adding this in core theme in upcoming update. So, for now you can change it. Sorry for the trouble.
Sakin
Keymaster@jpbertram: Ok Can you upload the screenshot of how you want it to look. Just upload the screenshot in your site or any photo-sharing site and add in the screenshot URL.
Sakin
Keymaster@rbrek: Oh you mean to hide the post text. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap .featured-text { visibility: hidden; }Sakin
Keymaster@rbrek: I need to see the issue in your slider. Here you have loaded demo slider which is fine.
Sakin
Keymaster@Cecilia Linda: Just add Widgets in “Optional Archive Sidebar”
Sakin
Keymaster@tleonce: That’s again as ou have featured image on that post. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-image { display: none; }November 9, 2013 at 11:43 pm in reply to: How to add numeric page numbers in simple catch theme? #17019Sakin
Keymaster@swapnaranjitanayak: I don’t get it. How can single post have page number.
Sakin
Keymaster@kat22: Yes sure, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar { background-color: #000; }Sakin
Keymaster@kat22: I told you to add the CSS listed above. But I cannot see the css in “Custom CSS” box. Please check my previous message.
Sakin
Keymaster@fcharvet: Ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content .ws_bullets img { display: inline; }Sakin
Keymaster@jpbertram: Now the page is empty with all white.
Sakin
Keymaster@fcharvet: You can remove the border by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#homepage-message, #footer-sidebar { border: none; }Sakin
Keymaster@fcharvet: Below is current text shadow in your site. In the following CSS you can change the color code
#E6E6E6to your desire color and add it in “Appearance => Theme Options => Custom CSS” box.#site-title { text-shadow: 2px 2px #E6E6E6; }Sakin
Keymaster@jpbertram: can you check your countdowns url. When I check in the URL it’s says Page Not Found.
-
AuthorPosts
