Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rbrek: Still not enough post, as in your “Settings => Reading” Blog pages show at most.
So, you have total 11 Post, but 1 is featured slider which will not be counted. So, only 10. Try reducing in the Reading settings or increase the number of posts.
Sakin
Keymaster@jpbertram: You move your post to edit mode and in text editor then add the div wrapper for your calender. For example, see the code here https://gist.github.com/anonymous/da25ea86711d940ab894
Sakin
Keymaster@rbrek: Your site shows that you only have total 10 posts. Where you have “My First Blog” post in your slider and rest in the homepage. Next and Previous will be there only after you have more then 10 posts. If you want to show your slider post in the blog as well then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and check “Exclude Slider post from Homepage posts”.
Sakin
Keymaster@aslCassandra: As per your site, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main #content .post-img a, #main #content img { border: none; }Sakin
Keymaster@gcal.angola: Check your plugins and cache. try disabling the plugins. If still have problem then try reinstalling the WordPress 3.7.1.
We haven’t find any issue in WordPress 3.7.1
Sakin
Keymaster@CWG32813: Sorry I don’t understand what are you trying to say. Send me your site URL and maybe screenshot explaining your request.
Sakin
Keymaster@kat22: In your Custom CSS box. In the first file you will see the following CSS. Delete that.
#site-logo { display: inline; float: right; }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; } -
AuthorPosts
