Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jjs: It’s little strange as Catch Evolution Theme is fully tested theme and we haven never experienced this problem till date. Also we haven’t got any message from our users about this type of issue.
In you screenshot, I have see that you have lot of plugins installed and also there is 18 updates needed. So, please update your WordPress, Plugins and Themes and check in. If this doesn’t solve it then please disable all plugins and check in. To find the conflicting plugin, you can disable plugin one by one and check in.
Sakin
Keymaster@talkleft: We have no plans to phase our Catch Box Pro. Catch Box Pro is one of our best theme. We are in the process of making it strong in coming year.
Catch Base Pro is actually our new Base Theme. This theme is simple and also have lot of cool features added. Further, we have migrated from Theme Options panel to Theme Customizer in this theme. We will be using theme as our base theme for our most of our new themes coming in 2015.
It’s really difficult to describe the difference as these two theme are totally different. For Featured of Catch Base Pro, you can read theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@Sakin: Then you can disbale that menu and add it in as Secondary Menu.
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; } -
AuthorPosts
