Forum Replies Created

Viewing 20 posts - 5,581 through 5,600 (of 14,497 total)
  • Author
    Posts
  • in reply to: Add a link to a header image #48851
    Sakin
    Keymaster

    @kobzoom: Sorry I don’t get it what you mean. Header image will have link to your site Homepage. That is automatically. You can upload header image from “Appearance => Header”

    But if you want to link to some other link then you need to build child theme. Read this for child theme and sample child theme http://catchthemes.com/blog/create-child-theme-wordpress/. Then you need to copy catcheverest_header_left() functions from Catch Everest Theme catcheverest-functions.php and add it in your child theme functions.php file. Then edit that link to your desire link.

    in reply to: Home #48850
    Sakin
    Keymaster

    @warpdesign: Can you send me your site URL and let me know which theme are you using it.

    in reply to: Change Image size home in articles #48849
    Sakin
    Keymaster

    @knipser23: Do you mean the size of the Featured Image in your posts on the homepage. The recommended size is Width: 644px and Height: 320px. But if you want to show smaller image, then you can upload the image with smaller height then 320px and then it will load the your original small image that you have uploaded.

    in reply to: Recommended image size in posts? #48848
    Sakin
    Keymaster

    @Casper: Thanks for your appreciation.

    1. There is no such recommended size for your image in the posts. It depends on the layout you have and the style that you want.

    2. Sorry I don’t get it what you mean. In this theme, the slider width is about 1600px width but the content width is 1250px with 30px padding. So, the content will only have 1190px width. See this demo http://catchthemes.com/demo/adventurous/sidebar-layout/no-sidebar-full-width/

    3. Can you post your site URL and explain then I can check in. The image size will not be resized but it will show the image in responsive. So, it will look good in mobile devices as well. Just make sure that your images are not too large to make it heavy for site load.

    4. For image compression, you can use service like jpegmini.com to generate compress image. The size of the image in not that issue, if you have good fast speed server with CDN support.

    in reply to: Menu not appearing on mobile phone #48846
    Sakin
    Keymaster

    @Laura: For your site, the best will be to add the following css in “Appearance => Theme Options => Custom CSS” box, as you have different colors, you need different css.

    #hgroup-wrap .sb-holder { background-color: #32649a; }
    #hgroup-wrap .sb-holder a { color: #eee; }
    #hgroup-wrap .sb-holder .sb-options a,
    #hgroup-wrap .sb-holder .sb-options a:hover {
        color: #211c1c;
    }
    in reply to: Slider images width/height #48845
    Sakin
    Keymaster

    @janjaapjuh: Yes, the image in the slider scale image as per the size of the screen. It’s responsive design. Our recommended image size for the slider is Width: 1600px
    Height: 533px. So, you need to upload the image of width at least 1600px and height as per your need. If the image is above 1600px by 533px then it will crop the image and load it but if that is small then it will load your original image. You don’t need to add css. You just need to upload recommended image size.

    in reply to: Customize Fails #48819
    Sakin
    Keymaster

    @paul: I will email you to look at the issue is detail. Sorry, we are trying our best but we don’t see any issue in our server. So, I need to check in your site. Please reply my email.

    in reply to: Remove "Catch Kathmandu by Catch Themes" from Footer #48806
    Sakin
    Keymaster

    @vidyaekta: But your site ektamedicaltravel.com and it’s not using Catchthemes. I then check in your other site goaholidays.ektamedicaltravel.com and it’s working fine.

    in reply to: Adding mailchimp pop-up signup form #48805
    Sakin
    Keymaster

    @pnstlion: Where did you get that code from. I don’t get anything from that code. Also when you add this type of code in your page/post, you need to embed it in text mode. See this screenshot http://www.pinterest.com/pin/548594798332210926/

    in reply to: translate responsive box menu "menu" title #48803
    Sakin
    Keymaster

    @Boaz: To change that Menu to different text, you can change the header. Just replace the text Type-in-new-label in the following script and then add it in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box:

    <script type="text/javascript">
    jQuery(window).load(function() {
    
    //Remove Old Primary Menu 
    jQuery( "#tinynav1" ).remove();
    //Remove Old Footer Menu
    jQuery( ".sb-holder" ).remove();  
    
    // Add New Primary Menu Label
    jQuery('#access .menu').tinyNav({
    	active: 'current-menu-item',
    	header: 'Type-in-new-label' 
    });
    jQuery(".tinynav2").selectbox();
    
    });
    </script>

    Sorry I don’t understand your next question.

    in reply to: Date not showing; I see %A %e %B %Y instead #48802
    Sakin
    Keymaster

    @Parent: Did you change any setting or files in your site as it shouldn’t display like that. It should be as http://catchthemes.com/demo/catch-kathmandu/blog/. If you have change any file in theme then revert back and check in. Also check your date and time format in “Settings => General”. If these doesn’t fix then check your plugin, try disabling plugin to see if there is any conflicting plugin.

    in reply to: How to decrease home page slider height? #48801
    Sakin
    Keymaster

    @harish: In Adventurous theme, There is Featured Post slider which takes your post featured image size of Width: 1600px and Height: 600px, which is mentioned in http://catchthemes.com/theme-instructions/adventurous/

    But if you want to decrease the height then you need to upload the image with width 1600px and height smaller then 600px as per your need in the featured image and then slider take that height.

    in reply to: Archive widget #48798
    Sakin
    Keymaster

    @Shian: You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-meta { display: none; }

    in reply to: home page excerpts #48796
    Sakin
    Keymaster

    @warpdesign: In Catch Base, you can change Excerpt to Full Text mode from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”

    in reply to: Problem with translation of first featured slide #48794
    Sakin
    Keymaster

    @Delfim: This is strange. Please check it carefully and if you find the issue then please report to WPML support http://wpml.org/forums/forum/english-support/

    in reply to: Customize Fails #48793
    Sakin
    Keymaster

    @paul: It shouldn’t be like that. Did you customize any code. Are you using the latest version of WordPress. Customizer only have few option in Simple Catch Pro theme, to change settings in Simple Catch Pro, you need to use Theme Options panel that is in “Appearance => Theme Options”.

    in reply to: Contenet on featured slider images on homepage #48755
    Sakin
    Keymaster

    @anesumasube: Sorry I don’t get it what you mean. Can you send me your site URL and explain it.

    in reply to: Decrease text size site #48753
    Sakin
    Keymaster

    @alemoy: Yes, you can use the css to make it smaller. For example, you can add the following css in your “Appearance => Theme Options => Custom CSS” box, if you want to make your width to 980px.

    @media screen and (min-width: 1152px) {
    	.site {
    		margin: 30px auto;
    		width: 980px;
    	}
    	#primary {
    		width: 540px;
    	}		
    	#secondary {
    		width: 340px;
    	}	
    	#secondary .widget {
    		padding: 15px 20px;
    	}	
    	#secondary .widget.widget_catchkathmandu_social_widget {
    		padding: 15px 20px 5px;
    	}		
    	.header-sidebar .widget ul.menu a, 
    	#secondary-menu ul.menu a, 
    	#footer-menu ul.menu a {
    		line-height: 40px;		
    		line-height: 4rem;
    		padding: 0 10px;		
    	}	
    	.header-sidebar .widget ul.menu ul, 
    	#secondary-menu ul.menu ul, 
    	#footer-menu ul.menu ul	{
    		top: 40px;
    		width: 188px;
    	}	
    	.header-sidebar .widget ul.menu ul a, 
    	#secondary-menu ul.menu ul a, 
    	#footer-menu ul.menu ul a {
    		padding: 5px 10px;
    	}	
    	.container {
    		padding: 0 30px;
    	}	
    	#main-slider .entry-container {
    		left: 30px;
    		bottom: 30px;	
    	}	
    	#hgroup-wrap,
    	.hentry,
    	.comments-area article { 
    		padding-bottom: 30px;
    	}	
    	#site-logo,
    	#hgroup,
    	.header-sidebar,
    	#supplementary,
    	#main {
    		padding-top: 30px;
    	}
    	.page-links,
    	.widget,
    	blockquote,
    	#main #featured-post,
    	.site-content .hentry,
    	.site-content .site-navigation,
    	#infinite-handle,
    	.comments-title, #reply-title,
    	#respond {
    		margin-bottom: 30px;
    	}	
    	#featured-post.layout-four .featued-content-wrap,
    	#featured-post.layout-three .featued-content-wrap {
    		margin-left: -3%;
    	}	
    	#featured-post.layout-four .post {
    		margin-left: 3%;
    		width: 22%;
    	}
    	#featured-post.layout-three .post {
    		margin-left: 3%;
    		width: 30.3%;
    	}
    	#supplementary.four .widget-area {
    		margin-left: 3%;
    		width: 22.7%;
    	}	
    	#supplementary.three .widget-area {
    		margin-right: 3%;
    		width: 31.3%;
    	}	
    	#featured-post .post.first {
    		margin-left: 0;
    	}	
    	.entry-header .entry-title, 
    	#homepage-message h2, 
    	#homepage-message .right-section a, 
    	#featured-post #feature-heading {
    		font-size: 24px;
    		font-size: 2.4rem;
    	}	
    	#homepage-message p {
    		font-size: 14px;
    		font-size: 1.4rem;
    	}
    	#homepage-message .right-section a {
    		padding: 5px 20px;	
    	}
    }
    in reply to: Excerpt not styled #48750
    Sakin
    Keymaster

    @balos: Sorry, I don’t get it what you mean. In Catch Box theme, the category archive shows title, featured image and excerpt content. See this http://catchthemes.com/demo/catchbox/category/uncategorized/. So, how come you don’t have title. Can you post your site URL so that I can check in.

    in reply to: Remove sidebar on post #48749
    Sakin
    Keymaster

    @machoyouk: Yes, you can use “No Sidebar, Full Width” content layout in Catch Box Pro. This will disable your content full width without sidebar,

Viewing 20 posts - 5,581 through 5,600 (of 14,497 total)