Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@robertsonrfb: Thanks for your appreciation. If you like Catch Flames theme and support forum then please support Catch Flames theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform.
Sakin
Keymaster@yinglin1202: But your site is Password protected.
April 17, 2015 at 11:13 pm in reply to: Trying to re-create the "Featured Content" boxes on homepage #56033Sakin
Keymaster@Driven13: Need to look at your css as well. So, need tot check your site. Can you upload it in your test site.
Sakin
Keymaster@rublo: Thanks we will update it soon. Trying to find the problem. Sorry it might take some time.
Sakin
Keymaster@Jesse: Are you sure about it. As you already have Fixed Top Menu which will be there when you scroll to bottom. So, adding another footer menu might not look good. But if you want to add in then you can assign your custom menu as “Footer Menu” from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@tscpgraphics: Yes, please refer to WooCommerce plugin documentation. We haven’t added anything in our theme to compliment with WooCommerce plugin. Yes, you need to upload large image and then regenerate the thumbnail again once you change those images settings.
Sakin
Keymaster@tscpgraphics: you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” boxL
#feature-slider .entry-title { font-size: 16px; }Sakin
Keymaster@m4rkym: Please be careful. You can delete the theme and install it as fresh installation. Maybe other files are also infected. Also, change all your password and maybe add security plugin.
Sakin
Keymaster@yinglin1202: I am bit confused with theme are you using it. Are you using Simple Catch theme or Catch Responsive Theme. Please post in your site URL.
Sakin
Keymaster@Maria: Did you activate the Catch Updater Plugin. If Catch Updater plugin is active then the upload should run normally. Let me know if you have issue, I will also email for assistance.
Sakin
Keymaster@amyfanton: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 541px) { #featured-post .post.layout-four { margin-left: 0; width: 25%; } } #featured-post .entry-title { font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif; }Sakin
Keymaster@leslie: I see that you are using qTranlsate X plugin and we haven’t made this theme compatible with that plugin. This theme is compatible with WPML and Polylang plugin. We are in the process of making it compatible with qTranlsate X plugin in next version update. For, now you need to build child theme. You can download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.
/** * Template for Clearing qtranslatex Invalid Cache */ function catchkathmandu_qtranslatex_invalidcache() { delete_transient( 'catchkathmandu_post_sliders' ); delete_transient( 'catchkathmandu_page_sliders' ); delete_transient( 'catchkathmandu_category_sliders' ); delete_transient( 'catchkathmandu_image_sliders' ); delete_transient( 'catchkathmandu_homepage_headline' ); delete_transient( 'catchkathmandu_featured_content' ); delete_transient( 'catchkathmandu_footer_content' ); delete_transient( 'catchkathmandu_footercode' ); delete_transient( 'catchkathmandu_featured_image' ); } add_action( 'after_setup_theme', 'catchkathmandu_qtranslatex_invalidcache' );Sakin
Keymaster@cblossants: In Catch Responsive Free theme there is no option to set FULL Width, it’s only there in Pro version. In free version, you can select “No Sidebar (Content Width)” from “Appearance => Customize => Theme Options => Layout Options => Default Layout” and then add the following css in “Appearance => Theme Options => Custom CSS” box to change Content width to full width.
.no-sidebar.content-width #main { width: 100%; }Note: You will have lot of additional featured in Catch Responsive Pro theme, for more details check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@JacquiD: First you need to create page from “Pages => Add New”. I check in your site and I don’t see any pages. I only see that you have posts. Once you create page, you will get page list in that drop down.
Sakin
Keymaster@t560: I have already answered you in http://catchthemes.com/support-forum/topic/what-happens-after-payment/
Sakin
Keymaster@m4rkym: Have you edit that that as we don’t have anything in like no 83. Your header.php file should be as https://themes.svn.wordpress.org/catch-base/1.7/header.php
Sakin
Keymaster@Dan: You can change the color of post header from “Appearance => Theme Options => Color Options => Content Color Options” and change “Title Color”.
To change the width, you can adjust the width as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 783px) { .two-columns #primary { width: 64%; } .two-columns #secondary { width: 34%; } }Sakin
Keymaster@robertsonrfb: Ok for that replace your css with the following css:
#main-slider .entry-content { display: none; }Sakin
Keymaster@rlcsr52: You can download theme from my account section at http://catchthemes.com/my-account. See this screenshot https://www.pinterest.com/pin/548594798333093154/
Then you can go to “Appearance => Themes => Add New => Upload Theme”. Browser the zip file you have download. Then Click on Activate. You can check out screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
For more, check out theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro. If you still have problem then do let me know it then I will email you and also help you install it.
-
AuthorPosts
