Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Facebook plugin compatibility@jonysatie: Did you check in their installation guide http://wordpress.org/plugins/facebook/installation/ that
“3. After activating the plugin, you will be asked to set up your Facebook application or enter existing credentials copied from the Facebook Developers site to unlock additional features such as publishing posts to an author Timeline or site Page.”Then you can ask for more details at their support forum http://wordpress.org/support/plugin/facebook
Forum: Themes and Templates
In reply to: [Catch Kathmandu] YouTube iFrame Being Applied to Wrong Item@ddxv: Can you try adding in following css in “Appearance => Theme Options => Custom CSS” box.
#___ytsubscribe_5 #fluid-width-video-wrapper { padding-top: 0 !important; }Forum: Themes and Templates
In reply to: [Catch Kathmandu] Slider Background Color@safricana: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider { background-color: #141414; border-color: #ccc; }Forum: Themes and Templates
In reply to: [Catch Kathmandu] Change slider background color to black@safricana: You can add the following css either in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css file.
#main-slider { background-color: #141414; border-color: #ccc; }Forum: Themes and Templates
In reply to: [Catch Kathmandu] True full width pageFull Width Layout is there under your page/post editor which will overwrite the overall site layout set in “Appearance => Theme Options => Layout Options => Sidebar Layout Options”
Ok you fixed it. Nice 🙂
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Full Width Error@ddxv: Are you editing the core theme files. Please don’t do that. You have full width layout option at “Appearance => Theme Options => Layout Options => Sidebar Layout Options”. This is for overall site and or individual page/post you have “Select Sidebar Layout” options under your page/post editor. This will overwrite the theme options layout.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Home Page White Space@kimkellymom: For this I need your site URL and also let me know how much you want to reduce it.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Changing HomePage Featured Inages@kimkellymom: Sorry for the late response. As we don’t check this forum frequently and let WordPress user to answer it. For faster response you can post it in our support forum at http://catchthemes.com/support-forum/
If there is problem uploading it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”, then you can add it from Media and then copy the image URL and just add int the image URL there and save changes.
There might be issue that when you upload the image but when you click in “Insert into Post” the Link URL shouldn’t be empty. See this screenshot. http://www.pinterest.com/pin/548594798331986216/
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Changing Images@mkcareerdesigns: Check out the Theme Instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu/. For faster response, you can add you question on our site Support Forum at http://catchthemes.com/support-forum/.
There is Featured Slider, Homepage Headline and Homepage Featured Content in Homepage, you can look that in theme instructions page and also you can check in our support forum where we have answer it http://catchthemes.com/support-forum/topic/help-with-homepage/
Forum: Themes and Templates
In reply to: [Catch Kathmandu] tables don't line upthanks
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Disable CSS hyphenation?@bwooster47: Thanks for the css and guide that you are giving it to the other user. very kind cheers :). Thanks for the feedback to add it in Theme Options panel. We will do that thanks.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Full Width Error@ddxv: Which pages you are talking about? When I check in your site it’s working fine.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] No sidebar full widthThis option is only there in Catch Kathmandu Pro version and if you want to do that in free version then yes, you need to edit the css and add in.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Responsive Broken – Asus 10" pad-pc ChromeHello Darren,
Can you post in your site URL and detail screenshot in Catch Theme support forum at http://catchthemes.com/support-forum/.
We need to check in your site as when we check in our demo site http://catchthemes.com/demo/catch-kathmandu/ in 10″ screen. It is working fine. So, I guess some code in your site it making issue.
Thanks.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] What to do when Upgrading@asepa: All our edits done through “Appearance => Theme Options”, Custom menu, custom header and background will be fine. It won’t be effect when you update the theme and is 100% safe to update.
But if you have added any images inside “catch-kathmandu’ theme directory or if you have edited any core theme files such as index.php, functions.php, catchkathmandu-fucntions.php, style.css, responsive.css and so on then these files will be reverted back to original when you update or upgrade the theme.
So, don’t edit any core theme files. If you want to edit any core theme files then build child theme and do it. Child theme is safe to update.