Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Crusoe: Thanks for your appreciation. For Jetpack subscription, they have Widget called “Blog Subscriptions (Jetpack)”. See this http://jetpack.me/support/subscriptions/.
You can use plugin to enable shortcode in widgets. Try searching for plugin in http://wordpress.org/plugins/.
Sakin
Keymaster@Lynn: Sorry there is no option like that. You might want to search for plugin.
Sakin
Keymaster@rojtalbot: I see the following css in your Custom CSS box. The following css will make your link text in footer are white and also your background in white. So, it’s empty. Change that color code and it will be fine.
#supplementary .widget-area, #supplementary .widget-area a { color: #FFFFFF; }Sakin
Keymaster@tinlee: I am not sure which heading you want to change. So, I am giving you the range of css, where you can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Main Site Title */ #site-title { font-size: 45px; } /* Site Tagline */ #site-description { font-size: 14px; } /* Post Title */ #main #content .post h1, #main #content .post h2.entry-title { font-size: 34px; }Sakin
Keymaster@Irina: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider-wrap .featured-text { display: none; }Sakin
Keymaster@Yuna: Thanks for your concern and help. Yes, we are getting lot of help from Canada and all over the World. It’s so nice of everyone helping each other.
To adjust the width, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 981px) { #primary { width: 690px; } #secondary { width: 200px; } } @media screen and (min-width: 1025px) { #primary { width: 730px; } } @media screen and (min-width: 1153px) { #primary { width: 860px; } } @media screen and (min-width: 1281px) { #primary { width: 930px; } } @media screen and (min-width: 1345px) { #primary { width: 1020px; } }Sakin
Keymaster@kat22: Sorry, Catch Everest Free theme only have option to use Featured Post Slider, which is created to highlight your post and will link only to your post.
So, the best option at this stage will be to upgrade to Pro version where you have option to use Featured Image Slider, in which you have option to upload your image and link to any URL you like.
But if you don’t like to upgrade then you can redirect post to that site.
Note: there are lot of other additional features that you will get in Pro version. You can check out the list from http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@cocha: There is no option to disable promotion headline only in particular page. But you can hide it using custom css. For that you need to find your page ID and then replace the ID 2026 in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.page-id-2026 #promotion-message { display: none; }Note: You might want to check out Catch IDs plugin to find your page ID. https://wordpress.org/plugins/catch-ids/
Sakin
Keymaster@effess: We recommend using Jetpack plugin or Nextgen Gallery plugin for gallery then WordPress default gallery. See our demo gallery page http://catchthemes.com/demo/catch-kathmandu/gallery/ where we use Jetpack plugin.
Sakin
Keymaster@effess:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:.single-attachment .entry-header .entry-title, .single-attachment .entry-meta { display: none; }2. Not sure what you mean. Maybe you can check this cool gallery demo http://catchthemes.com/demo/catch-kathmandu/gallery/ where we use JetPack plugin “Carousel and Tiled Galleries” module
Please post in your site URL so that I can understand your requirement better.
Sakin
Keymaster@Blair: Thanks and it’s cool that you font the solution.
Sakin
Keymaster1 & 2) Yes, you are not supposed to edit/add files inside
catch-responsivetheme directory. As it will be reverted back to original when you update or upgrade the theme. If you want to change any core functions, then you need to build child theme and edit it in your child theme functions.Change Featured Slider in Catch Responsive Free theme
— Catch Responsive theme only have option to change that Featured Demo Slider to Featured Slider type”. So, go to “Appearance => Customize => Featured Slider Options” and under “Featured Slider Type”, you need to select “Featured Page Slider”. Then select the pages which you want to show as slider. When you select page, make sure your page have Featured Image.For more check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive/
3) For menu, you can build custom menu from “Appearance => Menus”, and then add in page, post, category, links as per your need. Then you need to assign your custom menu to particular theme location from “Appearance => Menus => Manage Location”. For more check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
4) You can create submission from using plugin such as Contact Form 7 or JetPack plugin “Contact Form” module.
5) If you upgrade to pro version, then you will have option to add or remove widget in Header Right Sidebar from “Appearance => Widgets”. To know more about pro version, read theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
For free, you can add in following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-right-search.widget_search { display: none; }6) This option is only there in Pro version.
Sakin
Keymaster@Josef: I check in your site and looks like there is issue language settings in your site. When I change Site Language to “English” from “Settings => General”, customizer is working fine.
Sakin
Keymaster@Vivien: I cannot view your site. It’s coming soon.
If you want larger logo, then you can adjust the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-logo img { max-height: 41px; }To add language switcher in Header. You can go to “Appearance => Widgets” and add your plugin language widget in Header Right Sidebar or Header Top Sidebar as per your need.
Sakin
Keymaster@Olivia: Can you activate my access to your site once again and then I will check in details.
Sakin
Keymaster@roderick: It will work fine, but when I check in your site, I found issue. You have issue in Custom CSS. You can find the following CSS in your custom css, where you have extra closing bracket. So, replace following cs
/* Footer Widget Title Font */ #supplementary .widget-title { font-size: 14px; } }with the following.
/* Footer Widget Title Font */ #supplementary .widget-title { font-size: 14px; }Sakin
Keymaster@markytheboy: There is no option for that. You need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then you can copy
catchresponsive_site_branding()function fromcatchresponsive-custom-header.phpand to your child themefunctions.phpfile and add it there.Sakin
Keymaster@helpme:
1. For header center and hide search, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:.sidebar-header-right { display: none; } #site-branding { width: 100%; text-align: center; } #site-header { display: block; width: 100%; }2. To change the menu text color, you can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Menu Text Color */ .catchresponsive-nav-menu a { color: #fff; } /* Current Menu Text Color */ .catchresponsive-nav-menu .current-menu-item > a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_item > a, .catchresponsive-nav-menu .current_page_ancestor > a { color: #000; } /* Hover Menu Text Color */ .catchresponsive-nav-menu li:hover > a { color: #000; }Sakin
Keymaster@roderick: Yes, please at http://catchthemes.com/support-forum/forum/catch-responsive-pro-premium/
-
AuthorPosts
