Forum Replies Created
-
AuthorPosts
-
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.
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.
Sakin
Keymaster@ottereli: For the header gap, I need to check in your site. So, please post in your site URL.
Sakin
Keymasterok thanks Andy
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.
Sakin
Keymaster@rickm813 Ok then just add the following css:
#feature-slider .cycle-pager { display: none; }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.
-
AuthorPosts
