Forum Replies Created

Viewing 20 posts - 5,501 through 5,520 (of 14,497 total)
  • Author
    Posts
  • in reply to: Bug with Post? #49241
    Sakin
    Keymaster

    @jjs: It’s little strange as Catch Evolution Theme is fully tested theme and we haven never experienced this problem till date. Also we haven’t got any message from our users about this type of issue.

    In you screenshot, I have see that you have lot of plugins installed and also there is 18 updates needed. So, please update your WordPress, Plugins and Themes and check in. If this doesn’t solve it then please disable all plugins and check in. To find the conflicting plugin, you can disable plugin one by one and check in.

    in reply to: Feature Comparison to Catch Box Pro #49240
    Sakin
    Keymaster

    @talkleft: We have no plans to phase our Catch Box Pro. Catch Box Pro is one of our best theme. We are in the process of making it strong in coming year.

    Catch Base Pro is actually our new Base Theme. This theme is simple and also have lot of cool features added. Further, we have migrated from Theme Options panel to Theme Customizer in this theme. We will be using theme as our base theme for our most of our new themes coming in 2015.

    It’s really difficult to describe the difference as these two theme are totally different. For Featured of Catch Base Pro, you can read theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/

    in reply to: double logo #49183
    Sakin
    Keymaster

    @Sakin: Then you can disbale that menu and add it in as Secondary Menu.

    in reply to: double logo #49180
    Sakin
    Keymaster

    @adamsh: Post in your site URL so that I can check in.

    in reply to: Dashboard not showing anything in "screen options" #49178
    Sakin
    Keymaster

    @alukaszewicz: Sorry I don’t know which Screen Options you are talking about. IN WordPress Dashboard, each section have different Screen Options. So, if you are talking about screen options in All Posts Section then first you need to go to “Posts => All Pots” and then click on “Screen Options”

    in reply to: Removing dates only from posts #49177
    Sakin
    Keymaster

    @alukaszewicz: You shouldn’t edit any core theme file inside ‘catch-box’ directory. As all these changes will be reverted back to original when you update the theme. So, if you want to change any functions, then you need to first build child theme. Read this for child theme http://catchthemes.com/blog/create-child-theme-wordpress/, from here you can also download sample child theme. Then you can copy and paste the following code in your child theme functions.php file.

    function catchbox_posted_on() {
    	printf( __( '<span class="by-author">Posted by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'catchbox' ),
    		esc_url( get_permalink() ),
    		esc_attr( get_the_time() ),
    		esc_attr( get_the_date( 'c' ) ),
    		esc_html( get_the_date() ),
    		esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
    		esc_attr( sprintf( __( 'View all posts by %s', 'catchbox' ), get_the_author() ) ),
    		get_the_author()
    	);
    }
    in reply to: double logo #49176
    Sakin
    Keymaster

    @adamsh: There is no option like uploading second logo in the right of logo. But you can try adding in widget in Header Right Sidebar from “Appearance => Widgets”. You can use “2. Catch Kathmandu: Advertisement” widget to add image URL.

    in reply to: Removing white space from header #49175
    Sakin
    Keymaster

    @Jacopo: I cannot check with the screenshot. I need your live site URL then only I can check in with my mobile and send you custom css.

    in reply to: Empty link text #49174
    Sakin
    Keymaster

    @vidyaekta: I have already given you tutorial on Menus to add Title in your like in menu http://en.support.wordpress.com/menus/#adding-custom-links.

    About alt tag in image. We have alt tag in image which is generated from theme. But if you have added image in your posts/pages then you need to manage this yourself. See this http://en.support.wordpress.com/images/uploading-images/ and http://en.support.wordpress.com/images/image-settings/

    in reply to: Empty link text #49151
    Sakin
    Keymaster

    @vidyaekta: I though you are talking about internal link. I still don’t know what are you talking about. Sorry for that.
    Maybe you are talking about Title tag in your menu. Then you can add that in your menu from “Appearance => Menus”. See this http://en.support.wordpress.com/menus/#adding-custom-links

    in reply to: Empty link text #49148
    Sakin
    Keymaster

    @vidyaekta: Maybe it’s talking about the breadcrumb. You can add Breadcrumb pugin such as wordpress.org/plugins/breadcrumb-navxt .

    Sorry I don’t understand. Please ask this to the support of the site from where you find this issue.

    in reply to: Background Header Image and Centering Title/Subtitle #49147
    Sakin
    Keymaster

    @thekathrynjoy: We only support theme developed by Catch Themes. You can add background in any theme but the css will be different.

    in reply to: Empty link text #49145
    Sakin
    Keymaster

    @vidyaekta: I still don’t get it what you mean. You site name will be in “Settings => Reading”

    in reply to: Simple Catch – Numeric Pagination #49141
    Sakin
    Keymaster

    @GiovannaChine: Thanks 🙂

    in reply to: Empty link text #49140
    Sakin
    Keymaster

    @vidyaekta: We don’t have control on your links. Sorry, you need to check yourself.

    in reply to: Header #49138
    Sakin
    Keymaster

    @Campagne:

    1. Not sure what are you trying to do it. If you don’t like to totally removing the padding then you can add the following css in “Appearance => Theme Options => Custom CSS” box. You can change the padding-top and padding-bottom as per you need

    #site-logo, #hgroup { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 15px; }

    2. You can add another image in the header right sidebar. For that, go to “Appearance => Widgets”.

    in reply to: Help to center the social widget in footer area one #49132
    Sakin
    Keymaster

    @Jacopo: Thank’s and Merry Christmas 🙂

    in reply to: Help to center the social widget in footer area one #49125
    Sakin
    Keymaster

    @Jacopo: Sorry I forgot. It should be float: none; There is no attribute like float: center.

    in reply to: Help to center the social widget in footer area one #49108
    Sakin
    Keymaster

    @Jacopo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    ul.social-profile li {
        display: inline-block;
        float: none;
    }
    in reply to: Space above header image #49105
    Sakin
    Keymaster

    @aroma-bobman: Ok now you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding: 0; }
Viewing 20 posts - 5,501 through 5,520 (of 14,497 total)