Forum Replies Created

Viewing 20 posts - 9,781 through 9,800 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Post Slider Questions #17070
    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.

    in reply to: Objects no longer aligned in page #17064
    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

    in reply to: Featured Post Slider Questions #17061
    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”.

    in reply to: How to Remove Image Border #17059
    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; }

    in reply to: Any known issues with WordPress 3.7.1? #17058
    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

    in reply to: LEFT Sidebar (Custom) not showing on page #17057
    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.

    in reply to: Search box #17044
    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;
    }
    in reply to: Search box #17042
    Sakin
    Keymaster

    Ok I see lot of extra brackets }. So, your fixed custom css is here https://gist.github.com/anonymous/7390641/raw/94c5d8f31c8c14dfa0e34325287b4bc276f2a6b9/gistfile1.css

    in reply to: Search box #17040
    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.

    in reply to: Can't get Social media icons to show up #17038
    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

    in reply to: How To Change "Continue Reading" text? #17034
    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">&rarr;</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">&rarr;</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.

    in reply to: Objects no longer aligned in page #17032
    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.

    in reply to: Featured Post Slider Questions #17030
    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;
    }
    in reply to: Featured Post Slider Questions #17024
    Sakin
    Keymaster

    @rbrek: I need to see the issue in your slider. Here you have loaded demo slider which is fine.

    in reply to: Featured Post Slider Questions #17022
    Sakin
    Keymaster

    @rbrek: Yes, I need to check in your slider.

    in reply to: sub menu #17021
    Sakin
    Keymaster

    @Cecilia Linda: Just add Widgets in “Optional Archive Sidebar”

    in reply to: Header #17020
    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; }

    in reply to: How to add numeric page numbers in simple catch theme? #17019
    Sakin
    Keymaster

    @swapnaranjitanayak: I don’t get it. How can single post have page number.

    in reply to: Footer area advertisement #17018
    Sakin
    Keymaster

    @kat22: Yes sure, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar { background-color: #000; }

    in reply to: Search box #17015
    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.

Viewing 20 posts - 9,781 through 9,800 (of 14,497 total)