Forum Replies Created

Viewing 20 posts - 9,261 through 9,280 (of 14,497 total)
  • Author
    Posts
  • in reply to: Overriding default templates in a child theme #18669
    Sakin
    Keymaster

    @fastfun.jp: Can you let me know what are you trying to accomplish. Then I can send you the code. content-sidebar.php file uses catchthemes_theloop() function which you will find it in catchthemes_functions.php. You can copy that function to your child theme functions.php file and edit it there.

    in reply to: Adding a 728×90 Banner just under Header #18668
    Sakin
    Keymaster

    @nzcid: There is no option to add that under the menu bar. For that you need to build child theme and then you can create functions.php file in your child theme and add it in action hook catchbox_before_main()

    in reply to: Undefined variable 'catchthemes_site_details' #18666
    Sakin
    Keymaster

    @fastfun.jp: Thanks will check in and will update the theme soon. Thank Paul.

    in reply to: Move slider up #18664
    Sakin
    Keymaster

    @k.capelli: I see that you have already added padding bottom. That’s fine. You can just increase or decrease the padding bottom as per you need.
    #header-content { padding-bottom: 54px; }

    in reply to: Remove Search bar #18663
    Sakin
    Keymaster

    @k.capelli: You can simply go to “Appearance => Theme Options => Header Right Sidebar Options” and click on “Disable Header Right Sidebar” and save it.

    Sakin
    Keymaster

    @Markus: Just replace the CSS .home #main { padding-top: 0; } with #main { padding-top: 0; } in your Custom CSS and it will be same for all pages.

    in reply to: How to remove author and change font of post title #18660
    Sakin
    Keymaster

    @Markus: Sorry that is beyond general support. You need to hire a customizer to work on the custom work. This feature is not there in theme Theme.

    in reply to: Woocommerce layout problem #18645
    Sakin
    Keymaster

    @Fredrik: Your css is not correct. So, remove all your custom css and add the following CSS in your Custom CSS box.

    #content {
        margin: 0 30% 0 3%;
        width: 67%;
    }
    #secondary {
        width: 18%;
    }
    .entry-header { display: none; }

    This will fix it all.

    in reply to: Woocommerce layout problem #18642
    Sakin
    Keymaster

    @Fredrik: I see that you have added the following Custom CSS in “Appearance => Theme Options => Custom CSS”. Remove that

    #header-content {
    }
    @media screen and (min-width: 961px) {
    }
    #secondary {
        width: 18%;
    }
    #primary {
        width: 114%;
    }
    in reply to: Woocommerce layout problem #18640
    Sakin
    Keymaster

    @Fredrik: I see that you are using Old Version of Catch Box Pro. So, first can you update the theme to latest version that is 2.9. See the change log here http://catchthemes.com/changelogs/catch-box-pro-theme/

    in reply to: Functions.php won't work in child theme! #18639
    Sakin
    Keymaster

    @owen: You need to check in detail as that functions work for me.

    in reply to: How to remove author and change font of post title #18633
    Sakin
    Keymaster

    @Markus: I don’t see much difference except for the design. the layout looks similar. For footer you can add Footer Widgets in Footer Areas. So, can you explain what are you trying to accomplish.

    in reply to: Padding around logo and search bar removal #18632
    Sakin
    Keymaster

    @JamieNovak: Thanks for your appreciation. Wish you Merry Christmas and Happy Holidays.

    in reply to: Functions.php won't work in child theme! #18631
    Sakin
    Keymaster

    @owen: You ca check the code here pastebin.com/DjJ1QMtq . We cannot provide in depth support to functions.php file. This can be totally complicated. We only support CSS and Settings changes.

    in reply to: Functions.php won't work in child theme! #18627
    Sakin
    Keymaster

    @owen: That Favicon code is file You just add <?php code and remove add_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 ); and rest looks fine.

    in reply to: Woocommerce layout problem #18626
    Sakin
    Keymaster

    @Fredrik: Since you have customize the site CSS. I need to see the problem page. So, can you post the URL.

    in reply to: home #18615
    Sakin
    Keymaster

    @Ralph177: Sorry there is no option to do that. For that either you need to search for plugin or you need to hire customizer to work on it.

    in reply to: Remove image borders from widgets. #18612
    Sakin
    Keymaster

    @Markus: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }

    in reply to: Functions.php won't work in child theme! #18611
    Sakin
    Keymaster

    @owen: You have missed the php opening that is <?php add this at the start of your functions.php file. Second you cannot add just action hook without removing it. So, remove this action hook like add_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 );

    About your Favicon, you don’t need to add code. Just upload favicon from “Appearance => Theme Options => Favicon URL”

    Please not, you cannot just add functions.php file and add all code. You need to be careful about that.

    in reply to: Functions.php won't work in child theme! #18606
    Sakin
    Keymaster

    @owen: Yes sure.

Viewing 20 posts - 9,261 through 9,280 (of 14,497 total)