Forum Replies Created

Viewing 20 posts - 9,261 through 9,280 (of 14,505 total)
  • Author
    Posts
  • in reply to: Simple Catch – Page Title – remove as link #18707
    Sakin
    Keymaster

    @agermanucf: If you want to remove link from your page title then you need to build child theme and then create a functions.php file and then copy the function
    simplecatch_loop() from simplecatch_functions.php file and edit it.

    in reply to: Remove search and align both header sidebar #18706
    Sakin
    Keymaster

    @Ralph177: How did you remove it and have your cleared your cache in WP-Super-Cache plugin settings?

    in reply to: Changing space between header image and menu. #18697
    Sakin
    Keymaster

    @rckstr: You need to send me your site URL, then I can check in and send you custom CSS.

    in reply to: Overriding default templates in a child theme #18696
    Sakin
    Keymaster

    @fastfun.jp:
    1. For Slider, you can just go to “Appearance => Theme Options => Featured Slider”. Then in “Enable Slider”, you can select “Homepage / Frontpage”. This will make your slider to appear only on homepage.

    2. To you can disable all the Homepage Sidebar from “Appearance => Theme Options => Homepage Options => Homepage Sidebar Options”.

    3. Then you can add static front page with the content you want. Go to “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings”. Then select “Enable Latest Posts or Page” and then add static page from “Settings => Readings => Front page displays” and select the page A static page (select below).

    3. Then you can create child theme and then create function.php and add your custom function there and hook in with action hook.

    in reply to: Getting rid of slider #18695
    Sakin
    Keymaster

    @saramid: Which theme are you using it? See the theme instruction page http://catchthemes.com/theme-instructions/ for details.

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

    @nzcid: No you cannot just alter the original functions.php file. Yes, you alterations will be lost when you update the theme. So, you need to build the child theme and then either you can add with the help of action hook or copy header.php and edit header.php in your child theme.

    Sakin
    Keymaster

    @Ling: I see that you have install ToolTip. Remove that and our default theme doesn’t have tooltip. See the demo page http://catchthemes.com/demo/catch-evolution/

    in reply to: next page #18671
    Sakin
    Keymaster

    @Ralph177: I see that you are using “Excerpt Layout” in homepage which doesn’t support <!–nextpage–>. To support that you need to use “Full Content Layout”. Just go to “Appearance => Theme Options” and select “Show full content” in Content layout and save changes.

    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.

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