Forum Replies Created

Viewing 20 posts - 5,941 through 5,960 (of 14,505 total)
  • Author
    Posts
  • in reply to: Homepage Button target="_blank" #47173
    Sakin
    Keymaster

    @ClaudioC: Thanks for the code. It’s strange why you have loading issues. We have heavy image in our demo site and without cache plugin and it still loads fast. See this http://tools.pingdom.com/fpt/#!/c9K0gR/http://catchthemes.com/demo/catch-kathmandu/

    Did you try adding in W3 Total Cache plugin. Most of the loading issue are from images.

    in reply to: Home page in other language(s) #47164
    Sakin
    Keymaster

    @Delfim: We worked with WMPL plugin and qTranslate plugin only. I don’t know about others. WPML should be good one. As most of our users are using WPML plugin.

    in reply to: Color changes on my website #47161
    Sakin
    Keymaster

    @Irina:
    1. Hum, I don’t know much about German translation as it is contributed by our user. If you know it then you can send us the correction and then we will change it. As per the English Color Options in Theme Options panel. To change the title of page/post, you need to change the color code in “Title Color” and “Title Hover Color” which is at 13th and 12thm position from the last.
    I think you have already found it. As I need that you have already change the title color to #f15917 and title hover color to #93be66

    2 and 3. It is not working as you have forgot to add in one closing bracket } in your Custom CSS. So, can you find the following css in Custom CSS:

    .social-profile ul li.google-plus a {
    background-position: -528px -44px;

    And then add the closing brackets. It should be as:

    .social-profile ul li.google-plus a {
    background-position: -528px -44px;
    }

    4. Sorry I am still confused as there is no color option for Secondary menu that is “Outback”. It’s little difficult to change the color of Secondary menu. So, can you explain the color code. If you make it same as Main menu then people might get confused with the menu. But if you want then let me know it. I have to try it and send you long css code.

    5. OK Nice.

    6. You can change the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .sidebar-top .widget {
        margin-bottom: 30px;
    }
    in reply to: Featured slider does not link to a correct page #47156
    Sakin
    Keymaster

    Hello Helena,

    There is custom css that is removing the page title from your page slider. So, you need find the following css in “Appearance => Theme Options => Custom CSS”

    .home #content-sidebar-wrap,
    .page .entry-header { 
        display: none; 
    }

    Then replace that css with the following css:

    .home #content-sidebar-wrap,
    .page #content .entry-header { 
        display: none; 
    }
    in reply to: long list of links in optional sidebar #47155
    Sakin
    Keymaster

    @David: You can create custom menus from “Appearance => Menus” and then add in custom links. Then you can add the custom menu in your sidebar from “Appearance => Widgets”

    in reply to: Social icons #47154
    Sakin
    Keymaster

    @Kim:
    1. Social share in the post falls in plugin territory. You can need to use plugins. There are lot of plugins such as Jetpack plugin sharing http://jetpack.me/support/sharing/ and other you can find in http://wordpress.org/plugins

    2. You can change the color to its hover state if you need it. If you don’t like the social icons then you can use plugin and choose the icons you want. There are lots of options in plugins.

    in reply to: white space below the slider and 3 headers #47130
    Sakin
    Keymaster

    @Malar: Please post in your site URL so that I can check in and send you the custom css. I am just giving you sample code as in general. Can you try to add in the following css in “Appearance => Theme Options => Custom CSS” box.If you want to further decrease then you can reduce 20px to 10px or less as per your need.

    #hgroup-wrap {
        padding-bottom: 20px;
    }
    in reply to: Homepage Button target="_blank" #47123
    Sakin
    Keymaster

    @ClaudioC: Thanks and when post these type of script. Please use code command or paste your code in https://gist.github.com/ and add in the URL here. Thanks a lot.

    in reply to: Filter By Category on Page (Non-Home/Front Page) #47122
    Sakin
    Keymaster

    @Christine: No problem. 🙂

    in reply to: Slider not working #47121
    Sakin
    Keymaster

    @Kathleen: Can you post in your site URL here. So, that I can check in. If there is sudden stop of slider, then you might want to check in your recently activated and updated plugin. There might be some conflict with the plugin. So, try deactivating plugin one by one to check in the conflicting plugin.

    Note: I am bit confused about your question. You said that your clients site slider stopped working and then again you said we only see the main slider. We only have one slider in theme.

    in reply to: How do I change the name that appears in the browser tab? #47119
    Sakin
    Keymaster

    @Robert: Looks like you have already fixed it. As your homepage only have slider and the homepage featured content and you have all your blog post in News page.

    in reply to: Mobile responsiveness #47117
    Sakin
    Keymaster

    @Kim:
    1. Thanks for mentioning about the issue 1 for font. We will fix that in new version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 767px) {	
    	.entry-title,
    	.entry-content h1 {
    	    font-size: 22px;
    	}
    	.entry-content h2 {
    	    font-size: 20px;
    	}
    }

    2. Then size of the image depends on the image size you have uploaded. I see that some of the images in that post is smaller in width. So, it doesn’t cover the full width of mobile devices. Increase the width of the images and it will be fine.

    in reply to: Home page in other language(s) #47115
    Sakin
    Keymaster

    @Delfim: You link is not working and also for WPML plugin support please use their WPML support forum. They can help you better. As it should work fine as per their theme compatibility http://wpml.org/theme/catch-kathmandu-pro/

    Sakin
    Keymaster

    @agrawal1294: Ok I see that you have change the link color, but not the link color of list items. So, you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #content ul li a, #content ol li a { color: #e18627; }

    in reply to: Buy PRO for headline button to open target_self #47107
    Sakin
    Keymaster

    @jonas454: You can simply purchase the theme and then you will get that option in your theme options panel. There are lot more interesting features in pro version. See this theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ where you can read about additional features and it’s instructions.

    in reply to: Featured slider does not link to a correct page #47106
    Sakin
    Keymaster

    Hello Helena,

    Yes, if you want to link to page then you need to use Page Slider. Post Slider is for the post, page slider is for the page, category slider is for automatic update of latest posts and image slider for independent slider with link of your own choice.

    Sorry I don’t understand your second point. What do you want to look on those two pages.

    Regards,
    Sakin

    in reply to: Scrolling problem with secondary menu and Safari on Ipad #47069
    Sakin
    Keymaster

    @alk: You menu is too long so you need to use max-height. You can increase the height as per your need.

    in reply to: Color changes on my website #47068
    Sakin
    Keymaster

    @Irina: In Catch Evolution Pro, you can go to “Appearance => Theme Options => Color Options” to change the colors of various elements.

    1. For article header color. You need to change the color code in “Title Color” from Color Options Panel.

    2. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #respond {
        background-color: #ccc;
    }

    3. Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #colophon #access-footer ul.menu .current-menu-item a {
        color: #572603;
    }

    4. Which sub-menu are you talking about. In your site I don’t see sub-menu.

    5. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Footer Text */
    #site-generator {
        color: #444;
    }
    /* For Footer Link */
    #site-generator a {
        color: #555;
    }
    in reply to: Filter By Category on Page (Non-Home/Front Page) #47067
    Sakin
    Keymaster

    @Christine: You need to add plugin for this, search at http://wordpress.org/plugins/ . This is not the feature of Theme. In theme we can only have option to filter post from various category in Homepage or Blog archive. But you can also add in Category directly in your menu. So, why do you need to add category in page.

    in reply to: How to add more than 2 images in home page silder? #47066
    Sakin
    Keymaster

    @harish: You can increase the no of posts in the Post Slider from “Appearance => Theme Options => Featured Slider => Slider Options”. There you will see “Number of Slides” default value as 4, you can increase it to whatever you want. For more about post slider see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and theme instructions page at http://catchthemes.com/theme-instructions/adventurous/

Viewing 20 posts - 5,941 through 5,960 (of 14,505 total)