Forum Replies Created

Viewing 20 posts - 7,581 through 7,600 (of 14,504 total)
  • Author
    Posts
  • in reply to: Control over page and feature titles #30725
    Sakin
    Keymaster

    @Tim: This Custom CSS will load above header. Custom CSS are text and will not take much space to optimize it. The main optimization should be in the images you use and also try to use minimize the uses of plugins.

    in reply to: link button not working #30724
    Sakin
    Keymaster

    @mergelane: Sorry David, I don’t understand what are you trying to say it. Can you send me your site URL and explain the issue in reference to your site. So, that I can check in the issue.

    in reply to: Small header #30722
    Sakin
    Keymaster

    @maevamena: This is WordPress custom header image issue. Sometime, when you upload the image from “Appearance => Header” and on Crop screen, we just click on “Don’t Crop and Publish as it is”, it take in the default image size. This issue only occurs sometimes when you make changes in custom header.

    So, to correct this what you can do it. Go to “Appearance => Header” and upload the new image. Then in “Crop Header Option” select the entire image area and click on “Crop and Publish”. This should fixed you issue. See this screenshot http://www.pinterest.com/pin/548594798331307420/

    in reply to: Add new slider #30720
    Sakin
    Keymaster

    @ashrafashraf: You can use is_page condition and create function same like before. Here is sample that you can add just below your previous code. There no need to open <?php as it’s already been open in your previous code.

    function catchbox_child_easingsliderlite() {
    	// Loads slider only in page ID 42
    	if ( is_page( 42 ) && function_exists( "easingsliderlite" ) ) { 
    		easingsliderlite(); 
    	}
    }
    add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );
    in reply to: Homepage slider images #30713
    Sakin
    Keymaster

    @stevedurko: Oh if you want simple theme like you have currently then I recommend Catch Box or Catch Everest theme.

    in reply to: Large logo size not an option #30672
    Sakin
    Keymaster

    @christian: In catch Evolution, you can add large header image from “Appearance => Header” and then “Browse” and upload the image. See this screenshot on how to crop the large header image after you upload http://www.pinterest.com/pin/548594798331307420/

    in reply to: add gallery #30666
    Sakin
    Keymaster

    @ashrafashraf: You site in Under Maintenance also you reach out of Free support. Please consider hiring customizer. I will not be able to help you beyond the theme supported functions.

    in reply to: I need help please #30659
    Sakin
    Keymaster

    @jennifer wilson: Sorry don’t know about this. You might need to consider hiring customizer for this.

    in reply to: add gallery #30657
    Sakin
    Keymaster

    @ashrafashraf: remove all the code above the code I gave you. Just add the only the code that I gave you in functions.php file in your child theme.

    in reply to: add gallery #30654
    Sakin
    Keymaster

    @ashrafashraf: If there any code in your child theme functions.php file or have you added the same function in parent theme.

    in reply to: add gallery #30652
    Sakin
    Keymaster

    You can add in you child theme functions.php file code in http://gist.github.com/ and send me the url of the code and then I will check in your issue.

    in reply to: add gallery #30651
    Sakin
    Keymaster

    @ashrafashraf: I added that code in my child theme and it’s working fine. Maybe you have added the code in function.php file in both child and parent.

    in reply to: add gallery #30647
    Sakin
    Keymaster

    @ashrafashraf: Where did you add in. If you have added it in our child theme functions.php file then did you option the code with php open

    <?php 
    function catchbox_extra_gallery() {
    echo do_shortcode('[go_portfolio id="flex9"]');
    }
    add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );
    in reply to: Homepage slider images #30642
    Sakin
    Keymaster

    Hello Steve,

    I see that you are using Catch Kathmandu Free version and in this version you only have option to user “Featured Post Slider” or “Featured Category Slider” to change change the slider image to post featured image.

    You can check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ and read the title “Featured Slider” and “How to add Featured Image in Post/Page?” and you will get it how to change the header slier image.

    Regards,
    Sakin

    in reply to: Change to the right side #30637
    Sakin
    Keymaster

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

    @media screen and (min-width: 481px) {
    #main-slider .entry-container { right: 50px; left: auto; }
    }
    in reply to: Slider Stopped Working after Last Update #30635
    Sakin
    Keymaster

    @MikeGilbert: Can you check in your email. I have just send you more details.

    in reply to: Reduce and remove empty space #30634
    Sakin
    Keymaster

    @real_makkoy: You can edit that post and you will see “Catch Everest Options” below you post editor where you can disable featured content header image from “Content Featured Image Options”

    in reply to: add gallery #30633
    Sakin
    Keymaster

    @ashrafashraf: Add that in our child theme functions.php file. Add in core theme functions.php file will work but you will loose this edit after you update the theme. So, it’s sage to add in in your child theme functions.php file.

    in reply to: I need help please #30632
    Sakin
    Keymaster

    @jennifer wilson: I just did quick scan on your site homepage and it looks fine.

    in reply to: Featured Post Slider for pages not working #30625
    Sakin
    Keymaster

    @ABEX: Sorry there is no option to add Different Featured Slider in different page. You can add the same slider in all pages.

    You might want to look for plugin at http://wordpress.org/plugins/ and search for page slider plugin to add in.

Viewing 20 posts - 7,581 through 7,600 (of 14,504 total)