Forum Replies Created

Viewing 20 posts - 8,761 through 8,780 (of 14,497 total)
  • Author
    Posts
  • in reply to: Theme Footer #20275
    Sakin
    Keymaster

    @CameronW96: Sorry I haven’t got it. I will send you email. Please reply me there.

    in reply to: Theme Footer #20272
    Sakin
    Keymaster

    @CameronW96: It doesn’t help as I cannot check our site. It’s under construction.

    in reply to: Search Box In Nav Bar? #20266
    Sakin
    Keymaster

    @Shaura: I am able to do that easily. I just copy content-single.php file in my child theme and then edit the following Code

    if ( '' != $tag_list ) {
        $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    } elseif ( '' != $categories_list ) {
        $utility_text = __( 'This entry was posted in %1$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    } else {
        $utility_text = __( 'This entry was posted by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    }

    And changed to the following:

    if ( '' != $tag_list ) {
        $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    } elseif ( '' != $categories_list ) {
        $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    } else {
        $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' );
    }
    in reply to: What is the width of the theme? #20265
    Sakin
    Keymaster

    @Websiteguy: Width is flexible as it’s responsive design. The maximum width is 1140px.

    in reply to: Theme Footer #20263
    Sakin
    Keymaster

    @CameronW96: Yes you can add in Footer Menu. If you want to reduce the size then send me the site url after adding in and then I will send you the css to adjust the size.

    in reply to: Widget area on Page in Child Theme #20262
    Sakin
    Keymaster

    @Websiteguy: Just copy content-page.php file from your parent theme to your child theme and add it below the title as below. Here you need to replace SidebarID with yours sidebarid that you have created.
    <?php if ( is_active_sidebar( 'SidebarID' ) ) : dynamic_sidebar( 'SidebarID' ); endif; ?>

    in reply to: Center Widgets in footer CSS #20258
    Sakin
    Keymaster

    @Websiteguy: Please check above, I have already given you the CSS.

    in reply to: Performance in the wp-admin area #20256
    Sakin
    Keymaster

    @mpetric: It’s strange as Simple Catch and Simple Catch Pro uses same code base for admin section. Can I take a look at your site admin. I will email you with the details.

    in reply to: Theme Footer #20253
    Sakin
    Keymaster

    @CameronW96: Sorry you don’t have that option in Free Version. It’s only available in Pro version.

    in reply to: Search Box In Nav Bar? #20252
    Sakin
    Keymaster

    @Shaura: Oh for that post, you can check content-single.php file where you will see <a href="%6$s">%5$s</a> this is for author link.

    in reply to: Homepage featured content #20246
    Sakin
    Keymaster

    @Karin: Once you select 4 Columns in “Featured Content Layout”. You need to increase
    “Number of Featured Content” as well.

    in reply to: Navicon Cahne to 3bars #20244
    Sakin
    Keymaster

    @Peter: Which version of Catch Box Pro theme are you using it. We have already update the menu icon to 3 Bars. See our demo page at http://catchthemes.com/demo/catchbox-pro/.

    You can simply update your theme to latest version and it will be fine. For update instruction see theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Blank Social Links in Theme Options? #20243
    Sakin
    Keymaster

    @habitat: Yes, it will be blank. There you need to add in your social profile URL. For example if I have to add the links I will add as below for my company:
    Facebook URL: https://www.facebook.com/catchthemes
    Twitter URL: https://twitter.com/catchthemes

    in reply to: Search Box In Nav Bar? #20242
    Sakin
    Keymaster

    @Shaura: Can you check your content.php . Looks like you have customize the theme as we don’t have author in footer entry meta in single post. We only have in header entry meta.

    in reply to: Activate Norwegian languages #20241
    Sakin
    Keymaster

    @EirikurVa: I have just emailed you the text file. You can just translate the text and send me.

    in reply to: Remove Spacing in Comments thought Child Theme #20232
    Sakin
    Keymaster

    @Websiteguy: Here goes the total css that you need to customize Comment section.

    /* Margin below Comment Box */
    #respond { margin-bottom: 50px; }
    /* Margin below comment title One thought on */
    .comments-area .comments-title { margin-bottom: 50px; }
    /* Margin Below Leave a Comment title */
    #reply-title { margin-bottom: 50px; }
    /* Margin and Padding below each comments */
    .site-content .comments-area article { margin-bottom: 50px; padding-bottom: 50px; }
    /* Margin below each comment header */
    .comments-area article header { margin-bottom: 30px; }
    /* Margin below paragraph of the comment */
    .comments-area .comment-content p { margin-bottom: 40px; }
    in reply to: Center Widgets in footer CSS #20231
    Sakin
    Keymaster

    @Websiteguy: If you are trying to center the text in the Footer Widget in http://www.kidsguide2theworld.com/, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary .widget-area {
        text-align: center;
    }
    in reply to: Hide Leave Feedback on page #20230
    Sakin
    Keymaster

    @Teabear: Wow That’s nice. thanks for using our theme 🙂

    in reply to: Theme Footer #20229
    Sakin
    Keymaster

    @CameronW96: You should not remove footer theme information “Theme: Catch Evolution” as this is only means of recognition that we receive for providing Free Themes and Free Support. Also this doesn’t disturb your personal site. But if you are build for profession and need to remove that then paying for Catch Evolution is the best idea where you have Footer Edition option at “Appearance => Theme Option”, through which you can edit or remove the text as per your need.

    in reply to: Center Widgets in footer CSS #20227
    Sakin
    Keymaster

    @Websiteguy: To give you the CSS, I need your site URL.

Viewing 20 posts - 8,761 through 8,780 (of 14,497 total)