Forum Replies Created
-
AuthorPosts
-
August 9, 2015 at 1:10 pm in reply to: languages selector widget – Q translate – display horizontaly #62403
Sakin
Keymaster@Florence: Please post in your site URL so that I check in and suggest your custom css.
Sakin
Keymaster@christiane: To change the default font of the site, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
body, button, input, select, textarea { font-family: "Cabin", Arial; }Sakin
Keymaster@effess: But that instruction is only for parent page which is already there in WordPress default and in our theme. That site haven’t given instruction for attachment image, parent.
So, you might want to check if there is any plugin to do that or you need to hire customizer to work on in. There is no features for this in WordPress at this stage.August 7, 2015 at 8:20 am in reply to: Content jumps 91px when flipping over to fixed top menu #62322Sakin
Keymaster@Haydie: Ok we will add it in next version update. Thanks
Sakin
Keymaster@kalatos: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
#header .top-bg { display: none; }Sakin
Keymaster@mydreamin: Then you need to fix your translation in German language file
de_DE.powhich you will find inside ‘catch-base/languagae’ folder. We check in as well.Just open that file from free software from http://poedit.net/ and check for
<span class=\"screen-reader-text\">Posted on</span>
It should be as
<span class=\"screen-reader-text\">Veröffentlicht am</span>So, change that and save it. It should be fine.
Sakin
Keymaster@Sean:
1. To move the Promotion Headline to be below the feature content, you need to build child theme and change the hook in your child theme functions.php file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Ok I got it for your. Just download the child theme from that link. Then add the following code in your child theme functions.php file// Unhook default Catch Responsive functions function unhook_catchresponsive_functions() { remove_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 30 ); } add_action( 'init', 'unhook_catchresponsive_functions' ); //Adding Promotion Headline after Featured Content add_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 50 );2. It’s because of your header featured image and social icon in your header right sidebar. Looking at your site, I see that the way you are doing is incorrect.
— First, you have added logo in Header Featured Image. So, remove from there and add it from “Appearance => Customize => Site Title”, here you can upload your logo, then uncheck “Check to disable logo” to show your uploaded logo and then check in “Display Header Text” to hide your site title and tagline.
— Then you social widget in header right sidebar will show in right section automatically. So, you can remove your custom css.sidebar-header-right {position:relative; top:170px;}which is creating this space issue.Sakin
Keymaster@Peter: Yes, you can replace that but only through building child theme and adding it in your child theme functions.php file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@christiane: For example, to change the featured content title color to red. You can just add the following css in “Appearance => Theme Options => Custom CSS” box:
.featued-content-wrap .entry-header .entry-title a { color: #ff0054; }Sakin
Keymaster@mydreamin: It looks like due to incomplete translation. Are you using site in different language?
Sakin
Keymaster@christiane: Font plugin only changes the font family not the color. For color option you can either upgrade to Pro version and change it from “Appearance => Theme Options => Color Options” or you need to post in your site URL and let me know the color code that you want to change for each elements.
Sakin
Keymaster@Cattext: All free themes that are hosted in WordPress.org get update automatic like that. But for Premium and Pro version, you need to update it manually using WordPress Theme Uploader or FTP. You can check in our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
First, I recommend you to install Catch Updater plugin. This is one time installation and after that you don’t need to do again and again. Just download plugin from http://catchthemes.com/wp-plugins/catch-updater/ and install plugin from “Plugins => Add New => Uploads”
Then finally, you can download the latest version of Catch Kathmandu Pro from your account at http://catchthemes.com/my-account and then upload it from “Appearance => Themes => Add New => Uploads”
Sakin
Keymaster@matthewseanmclachlan: In Catch Flames Pro, you can go to “Appearance => Theme Options => Featured Slider => Slider Options” and in slider type, you can select “featured Image Slider”. Then you can upload image of any size you like.
Sakin
Keymaster@Joseph: Just add the following cs in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .entry-container { background: #444; background: rgba(0,0,0,0.6); }Sakin
Keymaster@Sean: Thanks for your appreicaition and 5 stars review will be great. Please post in at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@FIAN: Ok I have emailed you all the details.
Sakin
Keymaster@Robertf: Yes, please contact sales for that http://catchthemes.com/contact-us/
Sakin
Keymaster@Robertf: In this case, you need to enable header right sidebar. After that, just go to “Appearance => Widgets” and drag and drop “Text Widget” or “CT: Adspace Widget” to “Header Right Sidebar” and add your contact details. This widget will replace the default search in Header Right Sidebar.
-
AuthorPosts
