Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Andreau: You need to install your WordPress in French language. and then it will automatically change home to Maison. For that go to “Settings => General” and change Site Language
Sakin
Keymaster@Andreau: Sorry I don’t understand it. Can you explain in reference with your site URL.
Sakin
Keymaster@effess: Oh sorry, you mean caption in gallery to link individual image. Sorry there is no option to do that from theme in WordPress. You might want to search for plugin.
Sakin
Keymaster@texasman: : Then you can choose template layout as “No Sidebar” from “Appearance => Theme Options => Default Layouts” and then add the following css in “Appearance => Theme Options => Custom CSS” box:
.site { width: 96%; } .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .post footer, .error404 .entry-header, .error404 .entry-content { width: 100%; }Sakin
Keymaster@Kim: Sorry I don’t get it what you mean. I hope you meant that you want category select and view in same line. If so then you can add the following css in “Custom CSS” box:
.DisplayCategoriesWidget select { height: 30px; width: 70%; } .DisplayCategoriesWidget input[type="submit"] { padding: 0; vertical-align: middle; width: 28%; }Sakin
Keymaster@helpme: It’s same all the page/post title will have h1 tags.
To change the text and remove the website line, you need to build child theme and edit the comment form.
Sakin
Keymaster@Bert: You can change the border color by adding in the following css in Custom CSS box:
#breadcrumb-list span { border-color: #000; }Sakin
Keymaster@Pius: For header right section after adding site logo, we will fix it in Full Frame Pro version 3.0. But dropdown on any where in menu is not possible as it will conflict with menu dropdown. We will release this version within this weekend.
June 24, 2015 at 2:29 am in reply to: Polylang: translating Featured Content title and description #60020Sakin
Keymaster@Pius: Sorry for the delay. It will be by this weekend. We are doing final testing.
Sakin
Keymaster@Vidal: Looks like you have downloaded Catch Box Pro sample theme. You need to download Chicago Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/, here is it http://catchthemes.com/wp-content/uploads/2014/05/chicago-pro.zip
Then you can add the code that I have given above. Also in your child theme, your functions.php have code like
' '. It shouldn’t have any code like that. See the code I have given above. It should look exactly like that.Sakin
KeymasterAlso add the following css in “Appearance = Customize => Theme Options => Custom CSS Options” box:
#feature-slider .cycle-slideshow .hentry.displaynone { display: none; }Sakin
Keymaster@Mark: Right now when I check in from my iPhone, it’s working fine just after 2 second of loading.
Sakin
Keymaster@Andreau: Sorry let me know what type of documentation are you looking for. Catch Evolution Pro currently is prices at $44.99 and you have simple theme instructions http://catchthemes.com/theme-instructions/, change log http://catchthemes.com/changelogs/, fast support http://catchthemes.com/support-forum/ and blog http://catchthemes.com/blog/.
Sakin
Keymaster@Andreau: I am not sure which document at you looking for. If you are looking for theme instructions then you can view at http://catchthemes.com/theme-instructions/catch-responsive-pro/ and if you are looking for change log then you can view at http://catchthemes.com/changelogs/catch-responsive-pro-theme/. We don’t have any other documents.
Sakin
Keymaster@Mark: I check in your site and see your slider settings for image loader as “Wait”. Which means that your slider will not slide until all the images in the slider get loaded. Go to “Appearance => Customize => Featured Slider => Featured Slider Options” and change that from Wait to true or false then it will show fast. It’s internet and hosting speed issue. You can try installing pluign like W3 Total Cache or WP Rocket to improve site loading.
Sakin
Keymaster@beatmaniaNZ: If you are using Catch Responsive Pro theme, then you can customize your menu color from “Appearance => Customize => Color Options” and for “Primary Menu” color, go to “Primary Menu Color Options” and change the Menu background color as per your need. You can either choose from color picker or add color code.
If you still cannot find in then post in your site URL, I can check that what’s missing.
Sakin
Keymaster@kathiejs: that option is there only in Pro version where you will get “Header Featured Image Options”. But in free version, you need to build child. For child theme and sample child themes, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and the add the following code in your child theme
functions.phpfile:/** * Header Image */ function catchevolution_featured_header() { if ( get_header_image() ) : ?> <div id="header-image"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </div> <?php endif; } // catchevolution_featured_headerSakin
Keymaster@Bert: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to change the background and text color of current breadcrumb item in most right box:
#breadcrumb-list .breadcrumb-current { background-color: #000; color: #ddd; }June 23, 2015 at 10:32 pm in reply to: Minor CSS Adjustments in Catch Responsive Pro theme won't work #59996Sakin
Keymaster@tunedinapps: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide slider navigation and controllers.
#feature-slider .cycle-prev, #feature-slider .cycle-next, #feature-slider .cycle-pager { display:none; }Further, if you want to hide slider content as well then add the following css instead:
#feature-slider .entry-container, #feature-slider .cycle-prev, #feature-slider .cycle-next, #feature-slider .cycle-pager { display:none; } -
AuthorPosts
