Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alukaszewicz: Sorry I don’t know which Screen Options you are talking about. IN WordPress Dashboard, each section have different Screen Options. So, if you are talking about screen options in All Posts Section then first you need to go to “Posts => All Pots” and then click on “Screen Options”
Sakin
Keymaster@alukaszewicz: You shouldn’t edit any core theme file inside ‘catch-box’ directory. As all these changes will be reverted back to original when you update the theme. So, if you want to change any functions, then you need to first build child theme. Read this for child theme http://catchthemes.com/blog/create-child-theme-wordpress/, from here you can also download sample child theme. Then you can copy and paste the following code in your child theme functions.php file.
function catchbox_posted_on() { printf( __( '<span class="by-author">Posted by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'catchbox' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'catchbox' ), get_the_author() ) ), get_the_author() ); }Sakin
Keymaster@adamsh: There is no option like uploading second logo in the right of logo. But you can try adding in widget in Header Right Sidebar from “Appearance => Widgets”. You can use “2. Catch Kathmandu: Advertisement” widget to add image URL.
Sakin
Keymaster@Jacopo: I cannot check with the screenshot. I need your live site URL then only I can check in with my mobile and send you custom css.
Sakin
Keymaster@vidyaekta: I have already given you tutorial on Menus to add Title in your like in menu http://en.support.wordpress.com/menus/#adding-custom-links.
About alt tag in image. We have alt tag in image which is generated from theme. But if you have added image in your posts/pages then you need to manage this yourself. See this http://en.support.wordpress.com/images/uploading-images/ and http://en.support.wordpress.com/images/image-settings/
Sakin
Keymaster@vidyaekta: I though you are talking about internal link. I still don’t know what are you talking about. Sorry for that.
Maybe you are talking about Title tag in your menu. Then you can add that in your menu from “Appearance => Menus”. See this http://en.support.wordpress.com/menus/#adding-custom-linksSakin
Keymaster@vidyaekta: Maybe it’s talking about the breadcrumb. You can add Breadcrumb pugin such as wordpress.org/plugins/breadcrumb-navxt .
Sorry I don’t understand. Please ask this to the support of the site from where you find this issue.
December 21, 2014 at 12:47 am in reply to: Background Header Image and Centering Title/Subtitle #49147Sakin
Keymaster@thekathrynjoy: We only support theme developed by Catch Themes. You can add background in any theme but the css will be different.
Sakin
Keymaster@vidyaekta: I still don’t get it what you mean. You site name will be in “Settings => Reading”
Sakin
Keymaster@GiovannaChine: Thanks 🙂
Sakin
Keymaster@vidyaekta: We don’t have control on your links. Sorry, you need to check yourself.
Sakin
Keymaster@Campagne:
1. Not sure what are you trying to do it. If you don’t like to totally removing the padding then you can add the following css in “Appearance => Theme Options => Custom CSS” box. You can change the padding-top and padding-bottom as per you need
#site-logo, #hgroup { padding-top: 20px; } #hgroup-wrap { padding-bottom: 15px; }2. You can add another image in the header right sidebar. For that, go to “Appearance => Widgets”.
December 20, 2014 at 10:22 pm in reply to: Help to center the social widget in footer area one #49132December 20, 2014 at 6:29 pm in reply to: Help to center the social widget in footer area one #49125Sakin
Keymaster@Jacopo: Sorry I forgot. It should be float: none; There is no attribute like float: center.
December 20, 2014 at 1:38 am in reply to: Help to center the social widget in footer area one #49108Sakin
Keymaster@Jacopo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
ul.social-profile li { display: inline-block; float: none; }Sakin
Keymaster@aroma-bobman: Ok now you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#site-logo { padding-top: 0; } #hgroup-wrap { padding: 0; }Sakin
Keymaster@Bas: Sorry there is no option to do that. You might need to consider hiring customizer to work for you on this. The only option about “4. Catch Kathmandu: Featured Page”, you can hide the text with the help of Custom CSS. For this, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:
.widget_catchkathmandu_page_widget .widget-title, .widget_catchkathmandu_page_widget .entry-summary { display: none; }Sakin
KeymasterHi Helena,
The CSS that you have added is fine. It is working fine in my computer as I have that cont Monotype Corsiva installed. So, this will work only in the computer with that font install as Monotype Corsiva is not a web safe font. You might need to consider embedding font or use google font. Also there is various font options in “Appearance => Theme Options => Font Family Options”
Regards,
SakinSakin
Keymaster@aroma-bobman: If you have logo then I recommend you to upload your logo from “Appearance => Header”. Not as the Header Featured Image. Once you go that buzz me and then I will send you custom css to remove extra spaces.
Sorry I don’t understand your other question about cap between different menu.
-
AuthorPosts
