Forum Replies Created

Viewing 20 posts - 14,241 through 14,260 (of 14,338 total)
  • Author
    Posts
  • 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; }
    }

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

    @pele: In your screenshot what is the issue. Can you explain as I am not fully aware of mobile ads. So, I am trying to give you css so that you can make the regular ads responsive.

    in reply to: Inserting Javascript directly into footer #1372
    Sakin
    Keymaster

    @stephennewton: Thanks for your suggestion. I will change it.

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

    @iirving: I just check in the theme Cath Box http://catchthemes.com/demo/catchbox/ . The responsive menu is working fine. Can you send me your site URL. There might be setting missing. You don’t need to change anything in css. I will check in as soon as I get your site URL.

    in reply to: Remove Comments are closed #1368
    Sakin
    Keymaster

    @sabine: Can you send me your site URL?

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

    @sabine: You can just use css to hide it. Add the following CSS in “Custom CSS” box in the you Theme Option under Appearance tab from Wordress Dashboard:

    .entry-meta {
    display: none;
    }

    in reply to: Cannot align header nav bar and body #1366
    Sakin
    Keymaster

    @wonderwendi81: I check in your site kpopfix.com and it look really nice. But sorry I don’t see any alignment issue. Let me know if it is solved. If there is problem then can you send me the screenshot and in which browser you are having problem in.

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

    @pele: can you add in the regular adsense and send me your site URL. Then I will check it on mobile devices and see the issue. If you can then you can send me the mobile device screenshot.

    in reply to: Stop Stripping from Excerpts #1364
    Sakin
    Keymaster

    @Tanzytales: The excerpt doesn’t display videos and images. It’s just a text. For excerpt length it can be any. You can setup it from Appearance -> Theme Options -> Theme Settings -> Excerpt / More Tag Settings.

    in reply to: Copyright Notice #1336
    Sakin
    Keymaster

    @stephennewton: Currently there is not option to change the footer copyright from the dashboard. You need to edit the code. We will be adding it in the future.

    in reply to: Inserting Javascript directly into footer #1335
    Sakin
    Keymaster

    @stephennewton: This is very simple. From your WordPress Dashboard go to
    Appearance -> Webmaster Tools -> Webmaster Site Verification Code. Then add your script in “Analytics, site stats footer code” box.

Viewing 20 posts - 14,241 through 14,260 (of 14,338 total)