Forum Replies Created

Viewing 20 posts - 9,241 through 9,260 (of 14,497 total)
  • Author
    Posts
  • in reply to: Sidebar at bottom of main page, need on right #18750
    Sakin
    Keymaster

    @panselli: Can you post in your site URL and then I can check in.

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

    @bossydsmom: Please post in your site URL?

    in reply to: page numbers #18735
    Sakin
    Keymaster

    @Ralph177: Sorry I don’t know about your detail customization that you have done in the site. So, for this you need to hire customizer to work on it.

    in reply to: Social Icons #18734
    Sakin
    Keymaster

    @Graham: When I check in your site. The social icons are looking perfect. If you want to change the social icon image then you need to replace the image from your image directory in your theme directory.

    in reply to: No changes in css code possible? #18733
    Sakin
    Keymaster

    @AnnaLena: For Institut Banner Image, just add the following CSS in “Appearance => Theme Options Custom CSS” box.

    .page-id-2 #main { padding-top: 0; }
    #bannerbild {
        margin-left: -40px;
        margin-right: -40px;
    }
    @media screen and (min-width: 1190px) {
    #bannerbild {
        margin-left: -50px;
        margin-right: -50px;
    }
    }
    @media screen and (max-width: 1060px) {
    #bannerbild {
        margin-left: -30px;
        margin-right: -30px;
    }
    }

    For font embed, it bit problematic. You need to build child theme and add font and then embed it. You cannot do it directly. So, the best option will be to use the Font Plugin. Search the plugin in wordpress.org/plugins

    in reply to: Simple Catch – Page Title – remove as link #18732
    Sakin
    Keymaster

    @agermanucf: People will use pages in the page and post. So, if you want to link back to the main page then the title is useful. You can add the following CSS in “Appearance => Theme Options => Custom CSS” to hide the title only from the pages.
    .page .entry-title { display: none; }

    Sakin
    Keymaster

    @Markus: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    .widget.widget_hybridconnect_widget { margin-top: -12px; padding-top: 0; }
    }
    in reply to: Additional Social Media Link #18713
    Sakin
    Keymaster

    @JamieNovak: That will be possible only by custom coding and building child theme. So, better use plugin which have social icons with email me or you can hire customizer to build child theme and add it.

    in reply to: My own CSS file #18712
    Sakin
    Keymaster

    @JamieNovak: Sorry when you are posing your long codes. Please use either pastebin.com or gist.github.com and paste in the link here. It will be easier to read code that way.

    About your Captcha. You need to check in with your Captcha Plugin and Script. This is not a theme related issue and sorry we will not be able to find it. So, please post in that captcha or newsletter support forum.

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

    @Ralph177: Ok thanks for your information.

    in reply to: How to Center Post & Page Titles #18709
    Sakin
    Keymaster

    @Charles: It would have been easy if you have posted in your site URL. So, now I am guessing that you are using Catch Evolution theme and wanted to center post and page titles. For that can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { text-align: center; }

    in reply to: menubar padding #18708
    Sakin
    Keymaster

    @chukarnold: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .bottom-bg { padding-top: 0; }

    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.

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