Forum Replies Created

Viewing 20 posts - 7,501 through 7,520 (of 14,504 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Phuong: Did you check in the content layout. Go to “Appearance => Theme Options => Layout Options” and in “Content Layout”, select “Excerpt/Blog Display” and Save Changes

    in reply to: Help with Images In Catch Everest #31568
    Sakin
    Keymaster

    @Paradigmva: Yes, it’s already been answered about Featured Post Slider at http://catchthemes.com/support-forum/topic/featured-post-slider-broken/. For Featured Post slider, you can also check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest/ and read the topic “How to add Featured Image in Post/Page?”, “Image Sizes” and “How to Add Featured Post Slider?”.

    If you still have issue, then explain in reference with your site URL.

    in reply to: Modify Menu Options #31514
    Sakin
    Keymaster

    @Fermin: For 3, I have already told you that it’s difficult one and this goes beyond our support. So, you need hire customizer to work in it. I can give the steps like you have to build child theme which you have done it. Then create blank functions.php file in your child theme folder and then copy catchevolution_header_menu() function from custom-header.php file to your child theme functions.php file and add in <?php get_search_form(); ?> and change the wrapper position and then change the css as per your need.

    Very complicated.

    in reply to: Custom number of words in preview #31512
    Sakin
    Keymaster

    @SorenRomer: if you are using bult-in more tag then go to “Appearance => Theme Options => Content layout” and choose “Show full content”. This will show all your content before more tag.

    in reply to: Buttom blue bar -copyright/powered by .. #31511
    Sakin
    Keymaster

    @Dennis: Yes you can check out detail instructions of Catch Kathmandu Pro at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Header Sidebar problem #31510
    Sakin
    Keymaster

    @Baizurah: Refresh your browser and check in. As I see your flag is align with the custom css.

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

    @helen: You have Search in header right section and you can disable that from “Appearance => Theme Options => Header Right Section”.

    in reply to: Header Sidebar problem #31461
    Sakin
    Keymaster

    @Baizurah: You should have buzzed me after you make that changes so that I could check in what’s not working.

    Ok for now can you add the following css in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap #text-3 img { display: inline-block; }

    in reply to: Backoffice very slowly with Pro version Kathmandu #31458
    Sakin
    Keymaster

    @Romuald: Ok I will check in.

    in reply to: Modify Menu Options #31442
    Sakin
    Keymaster

    @Fermin: Please post in your site URL so that I can check in and better server you.

    1.- move the text of menu to the center.
    — There are different menu is Catch Evolution Pro theme. So, which menu are you talking about. Also the menu text is align center. I think you are talking about moving the primary menu in center. Then you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu .menu { text-align: center; }
    #header-menu ul.menu li { display: inline-block; float: none; }
    #header-menu ul.menu a { text-align: left; }

    2.- Add a background image in the menu space.
    You can change the background color from “Appearance => Theme Options => Color Options”. We really don’t recommend adding background image. It will make your site heavy. You can add the image url and color code in below css and then add it in “Appearance => Theme Options => Custom CSS” box
    #header-menu #access { background: url("yourimageurl") #222; }

    3.- Add the search at the right of the principal menu
    — Sorry, there is no option to add search at the right of primary menu. You can add search above it at “Header Right Sidebar” from “Appearance => Widget” or in your other sidebars. This will need to change the theme functions for which you need to hire customizer and then ask him/her to build child theme and add search in primary menu.

    4.- Change the icon of search.
    — Upload the new search icon from “Media => Add New” and then copy your new search icon image url and in the following css add in the url and then add it in “Appearance => Theme Options => Custom CSS” box
    .widget_catchevolution_social_search_widget #social-search #s { background-image: url("imageurl"); }

    in reply to: Kathmandu Pro Color Settings Not Working #31439
    Sakin
    Keymaster

    @Laurie: I see that you have already change the color. Color options in your Theme Options panel should work fine. Right now, I only see blue color in your menu, which you can change it from “Appearance => Theme Options => Color Options => Menu Color Options”. You can either directly paste the color code #800000 or use the color picker and then click on Save changes.

    in reply to: Image Slider switches to default… #31437
    Sakin
    Keymaster

    @Arnie: I just check in your site and looks ok. I guess you already fixed. When you transfer your site from localhost to live server. You need to transfer your files as well as database. So, after you upload your database, you need to search, release and serialize your database. So, I recommend using this script when you transfer the site.

    in reply to: Header Right Sidebar and slider #31344
    Sakin
    Keymaster

    That’s nice. But I have come up with better css. Can you replace the previous css with the following.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 540px; }
    }
    @media screen and (min-width: 1025px) {
    #header-right .widget { width: 600px; }	
    }
    @media screen and (min-width: 1153px) {
    #header-right .widget { width: 640px; }
    }
    in reply to: Header Right Sidebar and slider #31342
    Sakin
    Keymaster

    Hello Radek,

    It’s strange. It is showing in the screensize below 961px. Also I see that you image in slide is 640px. So, here goes the css for header sidebar size for screensize above 960px. Try adding in the following css in “Appearnace => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 640px; }
    }
    in reply to: Header Right Sidebar and slider #31336
    Sakin
    Keymaster

    Hello Radek,

    I just check in your site but there is only 3 dots in header right sidebar. The Slider is not loading at all.

    Regards,
    Sakin

    in reply to: Backoffice very slowly with Pro version Kathmandu #31334
    Sakin
    Keymaster

    @Romuald: Can you send me your email address. As I didn’t get reply when I send you email in the email address that you register with us.

    Our theme doesn’t use any JSON. So, please check your plugins for that.

    in reply to: Linked Images as Featured Images #31332
    Sakin
    Keymaster

    @AKMARK5000: The code looks nice and you can add it in your child theme. No need to add any plugin for that. You should not edit any core theme files like functions.php, index.php, style.css and so in. As these files will be reverted back to original when you update the theme. That is why you need to build child theme and then create blank functions.php file and additional code only.

    Please check this post on How to create WordPress Child Theme

    in reply to: Disable Search Box? #31308
    Sakin
    Keymaster

    @AKMARK5000: Thanks. Yes there are lots of question which have already been answered. Cheers 🙂

    in reply to: Header Right Sidebar and slider #31307
    Sakin
    Keymaster

    @radeksalomon: Yes there is Header Right Sidebar. Where you can add your add widget to your Header Right Sidebar and it will be at right section to your logo. Can you send me your site URL?

    in reply to: how to change background opacity? #31283
    Sakin
    Keymaster

    Hi Ryan,

    For transparent then try the following css.
    .home #main { background: none transparent; }

    The one with the arrow cannot be made made brown if you want to make other transparent. As this is margin top of Homepage Message. You can remove that by adding the following css.
    #homepage-message { margin-top: 0; }

Viewing 20 posts - 7,501 through 7,520 (of 14,504 total)