Forum Replies Created

Viewing 20 posts - 8,581 through 8,600 (of 14,505 total)
  • Author
    Posts
  • in reply to: Premium Menu Gone Crazy #20943
    Sakin
    Keymaster

    @pmt1992: I am already out of your site. Why you are being so patience less. You custom css is there only.

    in reply to: Premium Menu Gone Crazy #20941
    Sakin
    Keymaster

    @pmt1992: Sorry I need to check in your site admin. So, I have just emailed you. Please reply me there.

    in reply to: Mobile Device Swipe #20939
    Sakin
    Keymaster

    @tkabe: When I add in the code in my child them functions.php file. It is working fine. Maybe you can upload your complete child theme in dropbox or somewhere I can download it. Maybe you have problem with other files.

    in reply to: Premium Menu Gone Crazy #20937
    Sakin
    Keymaster

    @pmt1992: I don’t get it what are you trying to do it. Can you explain please? The best way to go with the menus in by building custom menu. Unpublishing pages is not a good way. Can you try using custom menu. This is best.

    in reply to: Premium Menu Gone Crazy #20935
    Sakin
    Keymaster

    @pmt1992: By default it will show all the pages. If you want custom menu then you can create your own custom menu from “Appearance => Menus” then you need to assign location for menu at “Appearance => Menus => Manage Locations”.

    Read more about custom menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/ and Check out screenshot explaining it http://www.pinterest.com/pin/548594798330820987/

    in reply to: Featured Post Slider Questions #20930
    Sakin
    Keymaster

    @Chaot112: That is demo slider images. You don’t edit core theme files. As these core theme files will be reverted back when you update the theme. To add Featured Post slider see this theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution/

    in reply to: Edit Header Widget #20927
    Sakin
    Keymaster

    @pmt1992: Thanks a lot 🙂

    in reply to: Featured Post Slider Questions #20922
    Sakin
    Keymaster

    @Chaot112: It’s strange. Then you might need to consider upgrading to pro version and user Featured Image Slider where you can add URL as per your need. The image, text and url are manual entry.

    in reply to: Responsive header image #20908
    Sakin
    Keymaster

    @Matthew: Sorry IE 7 and 8 are outdated. We already have 11 version. So, we can support till version 9 and maybe few IE8 issues. For IE8 even WordPress has remove it’s support. But there is one option, you can hire customizer http://catchthemes.com/hire-customizer/ and there you will find people who just add support for IE issues.

    in reply to: only home page with full content #20907
    Sakin
    Keymaster

    @shuttergirl: We don’t have that option. For that you need to build child theme and work on it. So, if you don’t do coding then you might need to hire customizer.

    in reply to: Featured Post Slider Questions #20905
    Sakin
    Keymaster

    @Chaot112: What did you use for https. I mean any plugin. As we haven’t hardcoded link. It’s dynamic and generated from get_permalink() WordPress core function.

    in reply to: only home page with full content #20904
    Sakin
    Keymaster

    @shuttergirl: What do you mean by this? All pages and post will definitely show full content. If you want your homepage to show full content then you can do that from “Appearance => Theme Options => Layout Option => Content Layout”.

    in reply to: Embed video on home page #20903
    Sakin
    Keymaster

    @Cory: WoW you have two accounts. This mean you like Catch Themes very much. 🙂

    in reply to: Mobile Device Swipe #20902
    Sakin
    Keymaster

    @tkabe: There is no such issue in the code that you have posted in GitHub, I have cleaned the code and proposed the changes in GitHub as your code didn’t have write permission. The only thing I am confused is why the file name is cpa_child_functions.php it should be just ‘functions.php`

    in reply to: Horizontal Lines Above/Below Category #20891
    Sakin
    Keymaster

    @shuttergirl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box as per your need.

    /* To remove Category Header */
    .archive .page-header { display: none; }
    
    /* To change line color in Category Header */
    .archive .page-header { border-color: #000; }
    
    /* To remove the lines in Category Header */
    .archive .page-header { border: none; }
    in reply to: Secondary menu bar, size and text colors #20890
    Sakin
    Keymaster

    @Tekstiltrold: The secondary menu has the same font site. Maybe you are confused as the current menu will be bold. Like when you check in Forside then menu title Forside will be bold. But the line height is deifferent. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the color and line height.

    #branding #access-secondary ul.menu a {
        color: #FFFFFF;
        line-height: 3em;
    }
    in reply to: Embed video on home page #20888
    Sakin
    Keymaster

    @brewreviewcrew: It’s strange. Maybe when you activate simple catch pro the previous theme you used have post format. It’s cool that we just released the update for Simple Catch Theme which adds post format for video and when you choose post format as video in those post, it will show the video.

    in reply to: Mobile Device Swipe #20885
    Sakin
    Keymaster

    @tkabe: I cannot check in your child theme functions.php file form here. That is why you need paste our code in github and send me the link. Then I will check in the code and send you the feedback. I think you are not using the code with ' and "

    in reply to: Mobile Device Swipe #20882
    Sakin
    Keymaster

    @tkabe: Your code looks messy. So, can you post your code in http://gist.github.com/ and send me the core link url. Then I will be able to check in.

    in reply to: adjusting responsive layout #20876
    Sakin
    Keymaster

    @jp_grennier: You change the padding and margin as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) {
    #header-right { padding-top: 30px; }
    #header-right .widget.widget_catcheverest_social_widget, ul.social-profile li { margin-bottom: 10px; }
    }
Viewing 20 posts - 8,581 through 8,600 (of 14,505 total)