Forum Replies Created

Viewing 20 posts - 14,381 through 14,400 (of 14,488 total)
  • Author
    Posts
  • in reply to: Link Color Not Applying to Theme #1468
    Sakin
    Keymaster

    @LeslieMiller: You are using old version. So, I won’t be able to fix it. Can you upgrade to latest version of Simple catch. If the problem still exist then let me know it.

    in reply to: catch-box: I can't change the default layout anymore #1465
    Sakin
    Keymaster

    Finally I got it what you mean. I got solution for you. Now, can you replace the code in sidebar.php with this one https://dl.dropbox.com/u/81234910/sidebar.php

    in reply to: catch-box: I can't change the default layout anymore #1462
    Sakin
    Keymaster

    The dropbox image did you make it public as it is not accessible to me.

    in reply to: catch-box: I can't change the default layout anymore #1460
    Sakin
    Keymaster

    Can you send me the image screenshot for that I can check in.

    in reply to: Remove search at top right of page #1451
    Sakin
    Keymaster

    @nyes1nps: Your site URL link please.

    in reply to: catch-box: I can't change the default layout anymore #1446
    Sakin
    Keymaster

    Hi Christophe,

    For now you can replace your copy of function.php with this one http://themes.svn.wordpress.org/catch-box/1.5.5/functions.php and your style.css with this one http://themes.svn.wordpress.org/catch-box/1.5.5/style.css

    the video is still not visible for me. I think there is country restriction. But I am sure that this will fix your issues as it has fixed for all other users.

    Regards,
    Sakin

    in reply to: catch-box: I can't change the default layout anymore #1442
    Sakin
    Keymaster

    Hi Christophe,

    I am not being able to see your video. It’s error. I see that you have created custom HomePage By PMA template. So, what you want to achieve. I think your old screenshot will be best for me.

    Regards,
    Sakin

    in reply to: explorer version 7 No presents a good template #1440
    Sakin
    Keymaster

    @elielhillel: But I would like to tell you. If you could highlight the issue in IE7 and add in the screenshot. Someone might be able to help you. Even I will look into it if it’s just a simple one.

    in reply to: Content Display error after update #1438
    Sakin
    Keymaster

    @elielhillel: You got different issue. Can you add the following css in your “Custom CSS” box in you theme options under Appearance Tab:


    .sidebar-content #primary {
    float: right;
    margin: 0 0 0 -35.5%;
    }
    .sidebar-content #content {
    margin: 0 3% 0 38.6%;
    }
    .sidebar-content #secondary {
    float: left;
    margin-left: 3%;
    margin-right: 0;
    }
    .sidebar-content.singular #content {
    margin: 0 3%;
    position: relative;
    width: auto;
    }

    All this issue will be fixed in version 1.5.5 soon. This is just a temporary fix. As soon as the new version is available for download. You can just remove this.

    in reply to: catch-box: I can't change the default layout anymore #1432
    Sakin
    Keymaster

    can you replace this in your function.php file line no 625 till 655


    /**
    * Adds two classes to the array of body classes.
    * The first is if the site has only had one author with published posts.
    * The second is if a singular post being displayed
    *
    * @since Catch Box 1.0
    */
    function catchbox_body_classes( $classes ) {
    $options = catchbox_get_theme_options();
    $layout = $options['theme_layout'];
    if ( function_exists( 'is_multi_author' ) && !is_multi_author() ) {
    $classes[] = 'single-author';
    }
    if ( $layout == 'content-sidebar' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'content-sidebar';
    }
    elseif ( $layout == 'sidebar-content' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'sidebar-content';
    }
    elseif ( $layout == 'content-onecolumn' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'content-onecolumn';
    }
    elseif ( is_page_template( 'page-disable-sidebar.php' ) || is_attachment() ) {
    $classes[] = 'singular';
    }
    elseif ( is_page_template( 'page-fullwidth.php' ) || is_attachment() ) {
    $classes[] = 'fullwidth';
    }
    return $classes;
    }
    add_filter( 'body_class', 'catchbox_body_classes' );

    Let me know if this fix your issue and then I will release the patch now.

    in reply to: Content Display error after update #1431
    Sakin
    Keymaster

    @SunnerBubbsy:
    can you replace this in your function.php file line no 625 till 655


    /**
    * Adds two classes to the array of body classes.
    * The first is if the site has only had one author with published posts.
    * The second is if a singular post being displayed
    *
    * @since Catch Box 1.0
    */
    function catchbox_body_classes( $classes ) {
    $options = catchbox_get_theme_options();
    $layout = $options['theme_layout'];
    if ( function_exists( 'is_multi_author' ) && !is_multi_author() ) {
    $classes[] = 'single-author';
    }
    if ( $layout == 'content-sidebar' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'content-sidebar';
    }
    elseif ( $layout == 'sidebar-content' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'sidebar-content';
    }
    elseif ( $layout == 'content-onecolumn' && !is_page_template( 'page-disable-sidebar.php' ) && !is_page_template( 'page-fullwidth.php' ) ) {
    $classes[] = 'content-onecolumn';
    }
    elseif ( is_page_template( 'page-disable-sidebar.php' ) || is_attachment() ) {
    $classes[] = 'singular';
    }
    elseif ( is_page_template( 'page-fullwidth.php' ) || is_attachment() ) {
    $classes[] = 'fullwidth';
    }
    return $classes;
    }
    add_filter( 'body_class', 'catchbox_body_classes' );

    in reply to: catch-box: I can't change the default layout anymore #1429
    Sakin
    Keymaster

    I have just send you email in your info of puurslof.be . Check your email and send me reply.

    in reply to: catch-box: I can't change the default layout anymore #1425
    Sakin
    Keymaster

    Hi Christophe,

    Have to done any customization on theme as it is working fine on our side. Send me your site URL and I will check in.

    Regards,
    Sakin

    in reply to: explorer version 7 No presents a good template #1424
    Sakin
    Keymaster

    @elielhillel: Catch Box only supports IE version 8 onwards.

    in reply to: No iPhone menu in Catch Box theme #1423
    Sakin
    Keymaster

    @arianne: You site is not loading this JS. http://www.sinds1972.nl/wp-content/themes/catch-box/js/catchbox-menu.min.js . Can you update your theme and let me know it.

    in reply to: Remove search at top right of page #1422
    Sakin
    Keymaster

    @reddog14: You can hide it with the help of css. Just add the following CSS in “Custom CSS Box” in Theme Options under Appearance Tab of your WordPress Dashboard.
    #header .social-search form.searchform {
    display: none;
    }

    in reply to: Remove "Leave A Comment" section from bottom of page #1421
    Sakin
    Keymaster

    Thanks Christophe

    in reply to: Responsive tinynav Menu not woring #1420
    Sakin
    Keymaster

    @iirving: It’s bit strange why catchbox-menu.min.js is not working on your site. Le me know you customization and the version of the theme you are using. I couldn’t check in as the style.css is minify.

    in reply to: Remove posted on/by/in #1419
    Sakin
    Keymaster

    @sabine: it’s same you just need to check the css and hide the one you don’t need it.

    in reply to: How to enable ads or adsense ? #1376
    Sakin
    Keymaster

    Hi pele: There is one css trick you can use it.
    For Regular Ads, wrap the ads code with regular wrapper div. For example:
    <div class="regular-ads">Add in your regular ads script</div>
    For Mobile ads, wrap the ads code with the mobile wrapper div. For example:
    <div class="mobile-ads">Add in your mobile ads script</div>

    Then you can use the “Custom CSS” box in your theme option to show and give the div in various devices:
    For example:

    /* For Regular */
    .mobile-ads { display: none; }
    /* For Mobile view */
    @media screen and (max-width: 767px) {
    .mobile-ads { display: block; }
    .regular-ads { display: none; }
    }

Viewing 20 posts - 14,381 through 14,400 (of 14,488 total)