Forum Replies Created

Viewing 20 posts - 4,281 through 4,300 (of 14,509 total)
  • Author
    Posts
  • 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

    in reply to: Remove black rectangular shape on slider #55160
    Sakin
    Keymaster

    @rickm813: Nice. Thanks 🙂

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

    @alphaxyz: Look like bug. We will fix this in version 2.3 and will acknowledge you. If you want me to fix in your site before the release of new version then you can reply me in email. I will send it now. Sorry for the trouble.

    in reply to: Amazon Affiliate Ad, Gridalicious Header #55149
    Sakin
    Keymaster

    @ottereli: For the header gap, I need to check in your site. So, please post in your site URL.

    in reply to: Can't get sidebar on blog page only #55148
    Sakin
    Keymaster

    ok thanks Andy

    in reply to: Can't get sidebar on blog page only #55146
    Sakin
    Keymaster

    @Andybee: thanks we are looking at this issue with @notjustblack. If you want me to look at your site as well. I will email you directly and you can reply me there.

    in reply to: Remove black rectangular shape on slider #55074
    Sakin
    Keymaster

    @rickm813 Ok then just add the following css:

    #feature-slider .cycle-pager {
        display: none;
    }
    in reply to: A few questions from a beginner #55073
    Sakin
    Keymaster

    @theecodiaries: After changing the theme, have to regenerate the thumbnail. If not then you need to do that. You can simply install Regenerate Thumbnails Plugin. Then Regenerate Thumbnails through “Tools => Regen. Thumbnails” in your WordPress Dashboard. This will fix your issue.

    in reply to: Remove page and sidebar on home page #55071
    Sakin
    Keymaster

    @rickm813: Please post in your site URL and then I will be able to send you the css.

    in reply to: install problem #55070
    Sakin
    Keymaster

    @David: Yes, you cannot upload third party theme in WordPress.com. All WordPress.org theme can only to uploaded in Self Hosted site and not in WordPress.com

Viewing 20 posts - 4,281 through 4,300 (of 14,509 total)