Forum Replies Created
-
AuthorPosts
-
April 24, 2014 at 10:31 pm in reply to: Just activated and cannot get Slider, Widgets to show #27315
Sakin
Keymaster@dbevarly: Sorry for the trouble. I hope I will be able to make you happy.
1. Featured Slider
You are saying that you choose Featured Image Slider and uploaded 4 images but it is not showing. So, I will mention the steps and you can check in which one is missing.
1.1. Go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then select “Featured Image Slider” in Select Slider Type and “Homepage / Frontpage” in Enable Slider and Save.
1.2. Go to “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”. Then in Image add in Image URL and then link, title and content and Save.2. Widgets in Sidebar
You are saying that your widgets are not displaying. When I check in your site, I see that you have selected “No Sidebar” layout. That is why it is not showing any sidebar. Go to “Appearance => Theme Options => Layout Options” and in “Default Layout”, you can select “Right Sidebar” and Save.3. Header
This theme uses Custom Header and Logo. For logo you can go to “Appearance => Theme Options => Header Options” and then add in logo image URL in “Header logo url”. Then for custom header, you can go to “Appearance => Header” and upload the full width custom header image. But sorry there is no option to change header image just for one page.Sakin
Keymaster@malipl: Are you using Catch Kathmandu Free Theme. Did you check in Theme Instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu/. 1. Is your Featured Slider and 2. Is your Homepage Featured Content
1. Featured Slider:
Catch Kathmandu Free theme only have option to use either Post Slider or Category Slider. Both of these are created to highlight your post. So, these slider takes Post Featured Images, Title and Excerpt Content.
1.1. First create post from “Posts => Add New” and then add “Featured Image” in the post. In your post editor you will see the Featured Image module in the bottom right corner under Page Attributes. Click on Choose a Featured Image. Then you can either upload the image from your computer or select the existing image from your media library and click on Set Featured Image. Click to view screenshot
1.2. Then Go to “Appearance => Theme Options => Featured Slider”. Then in Slider Options, you can select slider type as either “Post Slider” or “Category Slider”. If you select Post slider then you need to add in the post ID in “Featured Post Slider Options” and if you select Category slider then you need to select the category.2. Homepage Featured Content
You can go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then add in the image url, title, content and link as per your need. Then click on Save Changes.Sakin
Keymaster@Djapeto: Sorry i forgot that there is background color. Just replace previous css with the following.
#header-menu .download a { background-image: url("http://demo.raznirecepti.com/demo/wp-content/uploads/2014/04/ciklama.jpg"); background-position: left center; background-repeat: no-repeat; padding-left: 25px; }Sakin
Keymaster@medicsontheball: The css I gave you should work fine. But once you make the padding 0. The width of the text widget get expanded to width 325px. So, you need to increase the width of your images.
Sakin
Keymaster@Djapeto: Remove your custom css and add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu .download a { background: url("http://demo.raznirecepti.com/demo/wp-content/uploads/2014/04/ciklama.jpg") no-repeat scroll left center transparent; padding-left: 25px !important; }Sakin
Keymaster@cking1980: WordPress site are automatically index in Google. The site verification if for Google Webmaster Tools. If you are trying to Work on Search Engine Optimization then you can install WordPress SEO by Yoast plugin. This plugin has SEO, XML sitemap, versification, social open graph and so on.
April 24, 2014 at 5:13 pm in reply to: How to add numeric page numbers in simple catch theme? #27254Sakin
Keymaster@Yu: You are not supposed to edit any core theme files. As we will be updating theme as we find bugs as well. So, best is to build child theme and move all the custom functions to your child theme functions.php file. Can you tell me the customization that you have done.
We have changed template-tags.php, style.css, catchkathmandu-allmenu.min.js, catchkathmandu-menu.min.js and catchkathmandu-menus.php
Sakin
Keymaster@VibeEnglish: Thanks for your appreciation.
April 24, 2014 at 2:23 pm in reply to: How to add numeric page numbers in simple catch theme? #27236Sakin
Keymaster@Yu: You can now download the latest version 2.2 and then use WP-PageNavi plugin.
To change order post to previous and newer post to next. You need to build child theme and then create functions.php file in your child theme and then copy catchkathmandu_content_nav() function from template-tags.php file to your child theme functions.php file and edit those text.Sakin
Keymaster@Djapeto: You are not supposed to edit any core theme file or add anything in core theme folder. As this folder will be reverted back when you update the theme. You can simply upload the image from “Media => Add New” from your WordPress dashboard and then send me the image url.
Sakin
Keymaster@VibeEnglish: Please don’t edit style.css directly. You can add in extra style either in “Appearance => Theme Options => Custom CSS” box or by building child theme.
Free theme only have Post slider and category slier option to highlight you post. Or Image Slider you need to upgrade to pro version. But you can upload your own image in Post and Category Slider. The only different is that these images are pulled from your post Featured Image.
1. First you need to create post from “Posts => Add New” and then add Featured Image. See this screenshot http://www.pinterest.com/pin/548594798331806476/
2. Then either you can select Post Slider and add in your post ID or you can select category slider and select category. See the detail theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/Sakin
Keymaster@Alexander: Thanks for your appreciation.
Sakin
Keymaster@Alexander: Ok we have removed the menu header and will only show menu when there is no page highlight otherwise it will show the current page. You need to upgrade to version 2.2
Sakin
Keymaster@medicsontheball: You can add that css in “Appearance => theme Options => Custom CSS” box.
#text-10 { padding: 0; }Sakin
Keymaster@VibeEnglish: Please post in your site URL let me know how much you want.
Sakin
Keymaster@Melody: That’s not a problem. You can use it as per you need.
3. Not again if you want to move your header image below the menu, this option is there in theme option panel of pro version. But for free one, you need to build child theme and then create functions.php file in your child theme and change position with action hook.
So your child theme functions.php will be like below:<?php // Removing the Default Action Hook function unhook_catchevolution_functions() { remove_action( 'catchevolution_after_headercontent', 'catchevolution_featured_header', 10 ); } add_action( 'init', 'unhook_catchevolution_functions' ); add_action( 'catchevolution_after_header', 'catchevolution_featured_header', 20 );And then you need to create style.css to as below:
/* Theme Name: Catch Evolution Child Theme Theme URI: http://catchthemes.com/themes/catch-evolution Author: Catch Themes Team Author URI: http://catchthemes.com Description: Catch Evolution Child is a beautifully sleek creation of Catch Themes. It exudes a clean and super sharp look. It comes with a whole set of interesting, rich features and flexible theme options. Built on HTML5, CSS3, it has a responsive design which lets the content automatically adapt to the screen's size on different devices. Catch Evolution looks striking in a bigger screen. The layout is wider, bigger and luxuriously spacious. This theme is easily customizable with an advanced theme options panel. It supports popular plugins such as Jetpack, WordPress SEO by Yoast, WP-PageNavi, Contact Form 7, WooCommerce and many more. It is also translation ready and should you need support with this theme, please go to http://catchthemes.com/support/ Version: 1.0 Template: catch-evolution Text Domain: catchevolution This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /* =Import Catch Everest CSS -------------------------------------------------------------- */ @import url("../catch-evolution/style.css"); /* =Child Theme Custom CSS -------------------------------------------------------------- */ #header-image { overflow: hidden; width: 100%; } #header-image img { display: block; max-width: 100%; }Sakin
Keymaster@Conrad: You can add the following css, depending in your need.
/* To Hide Post on/Entry meta */ .entry-meta { display: none; } /* Just Hide Arrow only in post */ .meta-nav { display: none; } /* Hide Arrow with navigation in post */ .post-navigation { display: none; }Sakin
Keymaster@brendon: In next version, we will remove the header of the Menu. So, you don’t need to add any of these script. You can just remove it after next version update. Yes, I understand there is delay in the script. Can you try moving it to “Appearance => Theme Options => Tools => Header and Footer Codes => Code to display on Header” box as below:
<script type="text/javascript"> jQuery(window).load(function() { //Remove Old Primary Menu jQuery( "#tinynav1" ).remove(); //Remove Old Footer Menu jQuery( ".sb-holder" ).remove(); // Secondary Menu jQuery('#access-secondary .menu').tinyNav({ active: 'current-menu-item', header: '' }); jQuery(".tinynav2").selectbox(); }); </script> -
AuthorPosts
