Forum Replies Created
-
AuthorPosts
-
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; }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.
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 );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.
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.
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/
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.
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%; } }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/
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.
Sakin
Keymaster@hppi: Ok let put the same as the search box without focus.
.header-sidebar #s:focus { width: 72px; width: 7.2rem; }Sakin
Keymaster@zscheimer: I need to look at your image. So, can you send me your site URL?
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.
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; }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.
Sakin
Keymaster@burgdani: Sorry there is no option to modify Error 404 Page though Theme Options panel. You need to build child theme and edit 404.php
Sakin
Keymaster@julienbaudry: thanks for your appreciation. 🙂
-
AuthorPosts
