Forum Replies Created

Viewing 20 posts - 11,401 through 11,420 (of 14,496 total)
  • Author
    Posts
  • in reply to: Having trouble centering header #11856
    Sakin
    Keymaster

    @klhaight: You can just add the following CSS in your child theme style.css or in “Appearance => Theme Options => Custom CSS” box
    .logo-wrap { float: none; }

    in reply to: Featured Content Re-location #11855
    Sakin
    Keymaster

    @MikeGilbert: Ok I have just send your the Child Theme in your email. You can just upload and use it.

    in reply to: Widgets are visible on all pages? #11848
    Sakin
    Keymaster

    @HR-Flex: That is footer widget, which will show in all pages. Either you need to build child theme and remove the code or you can hide it through css. For css, I can give you the code. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar { display: none; }
    .home #footer-sidebar { display: block; }
    in reply to: Homepage Featured Content #11847
    Sakin
    Keymaster

    @albertoc: Ok I have just forwarded the previous email.

    in reply to: Change language #11846
    Sakin
    Keymaster

    @Marianne: Oh sorry about that. I see that Simple Catch Theme is not yet translated in Danish

    It is currently translated in Polish, Russian, Finnish, French, Dutch, Croatian, Chinese, German, and Italian.

    You can help us in translation. As all translation are done voluntary by our users only.

    in reply to: Featured Content Re-location #11845
    Sakin
    Keymaster

    @MikeGilbert: In you child theme. You need to create the file functions.php and only add the following code.

    // Unhook default parent functions
    function unhook_default_functions() {
    	remove_action( 'catcheverest_main', 'catcheverest_homepage_featured_display', 10 );
    }
    add_action('init','unhook_default_functions');
    // Add Featured Content after seconday
    add_action( 'catcheverest_after_secondary', 'catcheverest_homepage_featured_display', 10 );
    in reply to: “Footer Area One/Two/Three” widget breaking line #11832
    Sakin
    Keymaster

    @udisa: This is repeat question. I have already answered you in http://catchthemes.com/support-forum/topic/header-size-and-menu-bar-color/

    Please post it only one time. Do not duplicate it.

    in reply to: Homepage Slider Image / blog image #11831
    Sakin
    Keymaster

    @BryanShaw: That option is only there in Catch Everest Pro theme. If you want to do it in Free one then you need to build child theme and do the customization.

    in reply to: Widgets are visible on all pages? #11830
    Sakin
    Keymaster

    @HR-Flex: Sorry I don’t get it what you mean. Can you explain please.

    in reply to: Update from 2.2 to 2.4 #11829
    Sakin
    Keymaster

    @Tekstiltrold and @Chris : Can you check now? If you still have problem when you can contact our sales and account directly at http://catchthemes.com/contact-us/

    in reply to: Change language #11828
    Sakin
    Keymaster

    @Marianne: Yes, there is translation file nl_NL.po and nl_NL.mo in your language directory. You need to install WordPress in Dutch and it will take it.

    in reply to: Header size and menu bar color #11827
    Sakin
    Keymaster

    @udisa: Thanks for reporting CSS issue. We will fixed it in next version. For now, you cn add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    /* Two Footer Widget Areas */
    #supplementary.two .widget-area { margin-left: 3%; }
    /* Three Footer Widget Areas */
    #supplementary.three .widget-area { margin-left: 3%; }
    }
    in reply to: Upgrade #11812
    Sakin
    Keymaster

    @danielgreat: Hello Daniel, can you check now? If you sill have issue then you can directly contact our sales and account section at http://catchthemes.com/contact-us/

    in reply to: Where is the Search Function in this Support Forum? #11810
    Sakin
    Keymaster

    @Marianne: Can you tell me what you want? I can simply answer your question.

    in reply to: meta keywords position in code #11801
    Sakin
    Keymaster

    @donestefano71: Then you can just add the normal css in your child theme sytle.css where as for responsive just leave it in custom css box.

    The css use by plugin, you cannot remove from inline.

    Yes, it will not effect if you are have good title, content, permalink and keywords.

    in reply to: How to fix the position of the search box #11800
    Sakin
    Keymaster

    @hppi: Ok let put the same as the search box without focus.

    .header-sidebar #s:focus {
    	width: 72px;
    	width: 7.2rem;
    }
    in reply to: Header Issues #11797
    Sakin
    Keymaster

    @zscheimer: I need to look at your image. So, can you send me your site URL?

    in reply to: meta keywords position in code #11796
    Sakin
    Keymaster

    @donestefano71: It doesn’t matter until it’s above <body> tag.

    If you are using Child theme then you don’t need to use Custom CSS box. You can simply add all your custom css to child theme style.css. This is better then custom css if you are using child theme.

    in reply to: How to fix the position of the search box #11795
    Sakin
    Keymaster

    @hppi: The search box expands when focus to let the user type in smoothly. But you can decrease the width of focus by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .header-sidebar #s:focus {
    	width: 80px;
    }
    in reply to: Dots in image #11794
    Sakin
    Keymaster

    @Marianne: Please share your site URL when posting message. Are you using Simple Catch Free Theme? Then you can disable Slider Background Effect from “Appearance => Theme Options => Featured Post Slider => Slider Effect Options” in your WordPress Dashboard.

Viewing 20 posts - 11,401 through 11,420 (of 14,496 total)