Forum Replies Created

Viewing 20 posts - 7,601 through 7,620 (of 14,497 total)
  • Author
    Posts
  • in reply to: add gallery #30606
    Sakin
    Keymaster

    @ashrafashraf: If you want to add the shortcode then I already give you the instruction. What is your shortcode, replace it with [gallery]

    function catchbox_extra_gallery() { 
    	echo do_shortcode('[gallery]');
    }
    add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );
    in reply to: Diaporama problem #30601
    Sakin
    Keymaster

    @Perriard: I don’t get it what you mean. Are you using Featured Image Slider in Catch Kathmandu Pro theme. Then you are not supposed to add the ID number of the image. But you are supposed to add the Image URL.

    in reply to: Sidebar/Page Order on mobile devices #30600
    Sakin
    Keymaster

    @Tim: Either you need to add in padding as below:

    .textwidget ul {
        list-style: disc;
        padding-left: 11px;
    }

    Or you need to make the disc inside in bullet as below:

    .textwidget ul {
        list-style: disc inside;
    }
    in reply to: Reduce Sidebar Width #30599
    Sakin
    Keymaster

    @rgamlam: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    	#primary {
    		width: 530px;		
    		width: 53rem;
    	}		
    	#secondary {
    		width: 300px;
    		width: 30rem;
    	}		
    }
    @media screen and (min-width: 1025px) {
    	#primary {
    		width: 590px;		
    		width: 59rem;
    	}		
    	#secondary {
    		width: 300px;
    		width: 30rem;
    	}		
    }
    @media screen and (min-width: 1153px) {
    	#primary {
    		width: 670px;		
    		width: 67rem;
    	}		
    	#secondary {
    		width: 310px;
    		width: 31rem;
    	}	
    }
    @media screen and (min-width: 1281px) {
    	#primary {
    		width: 750px;
    		width: 75rem;
    	}
    	#secondary {
    		width: 320px;
    		width: 32rem;
    	}	
    }
    @media screen and (min-width: 1345px) {
    	#primary {
    		width: 770px;
    		width: 77rem;
    	}
    	#secondary {
    		width: 360px;
    		width: 36rem;	
    	}
    }
    in reply to: Just activated and cannot get Slider, Widgets to show #30518
    Sakin
    Keymaster

    @dbevarly: If you delete your custom menu, it will show the primary menu. You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding #access { display: none; }

    Sakin
    Keymaster

    @Tim: WoW, you found the issue when we set to 3 Footer Area. We will fixed this in next version update. Till then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 640px) {
    	#supplementary.three .widget-area {
    		margin-left: 0;
    		margin-right: 0;
    		width: 100%;
    	}
    }
    in reply to: Reduce Sidebar Width #30514
    Sakin
    Keymaster

    @rgamlam: Can you send me your site URL and the width that you want. Then I will check in Custom CSS to edit that for you.

    in reply to: Secondary menu conditionals #30513
    Sakin
    Keymaster

    @kteschmitt: The option will be to build child theme and then create functions.php file in your child theme and copy the function catchbox_header_menu in your child theme functions.php file edit the condition is_page.

    in reply to: Image alignment with text #30511
    Sakin
    Keymaster

    @mark: Yes sure send me your site URL and Screenshot URL. You can upload the screenshot in your own site or any photo sharing site.

    in reply to: slider #30508
    Sakin
    Keymaster

    @ADINA NOVAC: Oh so you are trying to change the image in Features Slider. In Catch Everest Free theme, you only have option to user “Featured Post Slider” that is why you must be confused. For this first, you need to create Post from “Posts => Add New” and add in in Featured image in your post, see this screenshot on how to add featured image http://www.pinterest.com/pin/548594798331806476/. Then you need to go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and add in your post id like http://www.pinterest.com/pin/548594798329984427/. You can see all your post ID in “Posts” columns in your WordPress Dashboard.

    I will also email you and reply me in-case if you are still confused.

    in reply to: Sidebar/Page Order on mobile devices #30505
    Sakin
    Keymaster

    @Tim: Send me the link where you want to fix it. I will send you custom css.

    in reply to: add gallery #30448
    Sakin
    Keymaster

    @ashrafashraf: You can add the following css to remove the margin.
    #slider.slider-fullwidth { margin-bottom: 0 }

    in reply to: remove main menu in mobile #30445
    Sakin
    Keymaster

    @Sevian: You can add in the following css in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 960px) { #header-menu { display: none; } }

    in reply to: add gallery #30443
    Sakin
    Keymaster

    @ashrafashraf: You have added in the gallery below the slider. So, that’s the issue. Try in Hire Customizer for detail customization.

    in reply to: Homepage slider images #30438
    Sakin
    Keymaster

    @dfjama: It’s Catch Kathmandu Theme.

    in reply to: Sidebar/Page Order on mobile devices #30435
    Sakin
    Keymaster

    @Tim: Sorry this option in not there. As in general user have most priority information in Content Section. So, we load the content first and sidebar second.

    At this stage, you can build child theme and then add “Sidebar First Page Template” in your child theme as page-sidebar-first.php. See the code https://gist.github.com/catchthemes/b1b0f49a48c8e9b84fd0

    Then in your page you can select Left Sidebar and in Page template you can choose “Sidebar First Template” and add the following css in child theme style.css

    .left-sidebar #primary {
        clear: none;
    }

    This is bit technical answer. I hope you understand it.

    in reply to: add gallery #30432
    Sakin
    Keymaster

    @ashrafashraf: Didn’t you check in our demo page at http://catchthemes.com/demo/catchbox-pro/ where you can see latest post in the homepage. You can change homepage to latest post or static page from “Settings => Readings”.

    in reply to: Remove border around shadow #30431
    Sakin
    Keymaster

    @Carina: Once you purchase the theme Catch Everest Pro, you can change as per your need. As then you own the theme.

    You can get the Latest Version of Catch Everest Free theme version 1.5 at http://themes.svn.wordpress.org/catch-everest/1.5/footer.php

    in reply to: Replacing default blue header image #30430
    Sakin
    Keymaster

    @dfjama: thanks David for your appreciation. I am not so much active on social network my facebook and twitter user is: sakinshrestha . You can follow catchthemes at http://facebook.com/catchthemes and http://twitter.com/catchthemes

    in reply to: add gallery #30412
    Sakin
    Keymaster

    @ashrafashraf: In Catch Box Pro theme you can disable header search either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Options” or by adding in the widgets in Header Right Sidebar from “Appearance => Widgets”

    You can edit the footer from “Appearance=> Theme Options => Footer Editor”

Viewing 20 posts - 7,601 through 7,620 (of 14,497 total)