Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@Michael: For small devices, you can adjust the size in the following css and add in.
/* For small devices with max width 767px */ @media screen and (max-width: 767px) { body, button, input, select, textarea, #header-right .widget .menu li { font-size: 14px; } }Sakin
Keymaster@Jesse: Thanks a lot for your appreciation. I will really appreciate if you could post in WordPress.org Review for Full Frame theme at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform.
Cheers 🙂
Sakin
Keymaster@t560: After you purchase the theme, you can use it for multiple website that you own. It’s mentioned in terms and condition page at http://catchthemes.com/terms-conditions/
For installation and configuration, you can follow theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@rickm813: You had manual excerpt in your Excerpt Box in page which maybe added from your old theme. That was conflicting. After I delete that it’s working fine.
Sakin
Keymaster@tscpgraphics: I see that you are using WooCommerce plugin and those images are from WooCommerce. For that go to “WooCommerce => Settings => Products => Display” and change the image size as per your need. For that product page (Single Product Image), you need image of at least 556px width and for Product Thumbnails, you need image of at least 171px width. So, change that from WooCommerce setting and then regenerate thumbnail. This is not from our theme and it’s settings from WooCommerce you need to manage.
Sakin
Keymaster@rickm813: Well I need to check in your server and find the detail. I am bit confused. I will email you. Sorry for the trouble.
April 16, 2015 at 12:41 pm in reply to: Trying to re-create the "Featured Content" boxes on homepage #55940Sakin
Keymaster@Driven13: Don’t know may be something is missing. Can you send me url so that I can check in.
Sakin
Keymaster@JacquiD: Ok I see that you are using Catch Responsive Free theme where you have option to add in Featured Page Slider. For that first you need to create page from “Pages => Add New” and then add featured image in those pages. For featured image check this https://www.pinterest.com/pin/548594798329948788/
Then go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and select “Featured Page Slider” and then add in pages. See this screenshot https://www.pinterest.com/pin/548594798335428534/
April 16, 2015 at 12:04 pm in reply to: Trying to re-create the "Featured Content" boxes on homepage #55917Sakin
Keymaster@Driven13: Hum, That featured image content is manual only. Ok for detail codes, you can open catchkathmandu-functions.php file and copy the code from function
catchkathmandu_homepage_featured_content(). For CSS, open style.css and find the code in /* =Featured PostsSakin
Keymaster@Jesse: It’s difficult to make it exact center with the header toggle enable. But you can try adding in the following CSS in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary .menu { text-align: center; width: 94%; } .nav-primary .menu li { display: inline-block; float: none; text-align: left; }April 16, 2015 at 11:49 am in reply to: Trying to re-create the "Featured Content" boxes on homepage #55914Sakin
Keymaster@Driven13: You can add that Featured Content from “Appearance => Featured Content”. Then in “Select Content Type”, you can select “Image Content” and then add in image, title, content and link optional in “Appearance => Featured Content => Featured Image Content Options”.
Note: you can also select page or post or category in Select Content Type. For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@Brandilyn: Can you add in the following css in “Appearance => Theme Options => Custom CSS” box:
#branding { background-color: transparent; } -
AuthorPosts
