Forum Replies Created

Viewing 20 posts - 4,261 through 4,280 (of 14,498 total)
  • Author
    Posts
  • in reply to: Widget Dropdown #55190
    Sakin
    Keymaster

    @Kim: This is from WordPress core and have no control from theme. So, you might need to search is this features is there is any plugins.

    in reply to: Post navigation: Older/Newer posts #55189
    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;
    }
    in reply to: Mobile Menus not working for Catch Responsive Pro #55188
    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

    in reply to: Catch Box Font and Menu Changes #55187
    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.

    in reply to: Problem with featured category option #55186
    Sakin
    Keymaster

    @alphaxyz: Thanks a lot for reporting bug and also for your patience.

    in reply to: Remove previous & next in single posts #55185
    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; }

    in reply to: Just Purchased catch responsive, next step? #55184
    Sakin
    Keymaster

    @Francisco: nice 🙂

    in reply to: Just Purchased catch responsive, next step? #55176
    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.

    in reply to: chat box, menu is missing in responsive #55175
    Sakin
    Keymaster

    @emree025: Ok thanks for your info.

    in reply to: A couple of questions… #55174
    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;
    }
    in reply to: Footer and Headline Too Big #55173
    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?

    in reply to: Stationary Title block #55172
    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.

    in reply to: remove categories #55171
    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.

    Sakin
    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/

    in reply to: Menu on IPhone #55169
    Sakin
    Keymaster

    @Chantal: Please post in your site URL so that I can check in.

    in reply to: Page full Width HowTo #55168
    Sakin
    Keymaster

    @Chantal: So you solved it yourself. Nice 🙂

    in reply to: change slider text box #55164
    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

    in reply to: Remove previous & next in single posts #55163
    Sakin
    Keymaster

    @mennaman: Please post in your site URL?

    in reply to: Problem with featured category option #55162
    Sakin
    Keymaster

    @alphaxyz: Try soon. We are in testing phase. So, it should be out in about 3 to 4 days.

    in reply to: Demo slider works, post slider not #55161
    Sakin
    Keymaster

    @w1ck: Ok thanks

Viewing 20 posts - 4,261 through 4,280 (of 14,498 total)