Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@5er: For translation you need to create .po and .mo files using free software from poedit.net. Once you are done let me know and I will email you the details. We can also add this translation in core theme. You can see other language which our user have contributed in your theme languages directory.
For color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.paging-navigation a { color: #7c9b30; } .post-navigation a { color: #7c9b30; }Sakin
Keymaster@David: It’s working in both. In my phone and also when you resize the window. Which browser are you using it. Can you fresh and check this screenshot http://awesomescreenshot.com/0504sg3r85
Sakin
Keymaster@arthurp: Please post in your site URL so that I can check and send you the custom CSS. About the font you might need to upgrade to Pro version or use plugin. As Catch Box theme doesn’t have font option and it will only support web safe fonts with css. So, let me know the font and size so that I can suggest you accordingly.
Sakin
Keymaster@mennaman: This is Catch Box Forum and you are using Catch Everest theme, that is why it was not working. We have Catch Everest Forum at http://catchthemes.com/support-forum/forum/catch-everest-public/ . You can just add the following css in “Appearance => Theme Options => Custom CSS” box:
.single #nav-below { display: none; }Sakin
Keymaster@Francisco: nice 🙂
Sakin
Keymaster@Francisco: Yes, you can do that. Details are there at http://catchthemes.com/themes/catch-responsive-pro/
Let me know if you have installation issue then I can do that for you.
Sakin
Keymaster@Susan Lee:
1. Yes, you can add the following css in your child theme style.css or in “Appearance => Theme Options => Custom CSS” box:#sidebar-header-right .widget_search { display: none; }2. You can simply add the following css in your child theme style.css or in “Appearance => Theme Options => Custom CSS” box:
.site-content article { -webkit-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }Sakin
Keymaster@William: I don’t see issue in your site. From which browser and device are you checking in from. I also see that you have disable responsive design. Why do you disable that?
Sakin
Keymaster@jblack6572: Sorry there is no option to do this. This can be archive only after high level of customization. So, you might want to consider hiring developer.
Sakin
Keymaster@theecodiaries:
1. I see that you have already removed it.
2. For this, you need to hire developer and add in. This is beyond our theme scope. Let your developer know this. First you need to build child theme and then add this in content.php file and style.css file on your child theme.April 6, 2015 at 12:42 am in reply to: How to replace header search form with call to action text #55170Sakin
Keymaster@doug: You can just copy the following functions in your child theme functions.php file and edit it as per your need.
function catchresponsive_header_right() { ?> <aside class="sidebar sidebar-header-right widget-area"> <section class="widget widget_search" id="header-right-search"> <div class="widget-wrap"> <?php echo get_search_form(); ?> </div> </section> <?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?> <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons"> <div class="widget-wrap"> <?php echo $catchresponsive_social_icons; ?> </div><!-- .widget-wrap --> </section><!-- #header-right-social-icons --> <?php } ?> </aside><!-- .sidebar .header-sidebar .widget-area --> <?php }Just for your note: If you upgrade to pro version, you will get Header Right Sidebar and you can add or remove widgets from “Appearance => Widgets”. For more information about additional features in Catch Responsive Pro, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@Chantal: Please post in your site URL so that I can check in.
Sakin
Keymaster@Chantal: So you solved it yourself. Nice 🙂
Sakin
Keymaster@Schelbert: Sorry I don’t get it. Why do you want to animate the text? This is most optimized slider so we just animate image. If you want then you can use plugin for that. So try search for plugin at WordPress.org
Sakin
Keymaster@alphaxyz: Try soon. We are in testing phase. So, it should be out in about 3 to 4 days.
-
AuthorPosts
