Forum Replies Created

Viewing 20 posts - 6,101 through 6,120 (of 14,494 total)
  • Author
    Posts
  • in reply to: Home page is blank!!!??? #46006
    Sakin
    Keymaster

    @Sandra: Your latest post will display the author and date. If you specify specific static page then it will not display author and date.

    If you want to remove author and date from your posts then you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-meta .by-author,
    .entry-meta .date {
        display: none;
    }
    in reply to: Home page is blank!!!??? #45997
    Sakin
    Keymaster

    @Sandra: Sorry I would not be able to say without looking at your site. If you have disable all sidebar and just enabled latest post or page. Then what’s your reading settings. Go to “Settings => Readings” and check our settings.

    in reply to: Contact details in header #45996
    Sakin
    Keymaster

    @Riwka: Sorry this option is not there in Catch Box Free Theme. For this you need to upgrade to Catch Box Pro theme and you can add contact information in header right sidebar from “Appearance => Widgets”

    in reply to: Subtitle and Footer translation #45941
    Sakin
    Keymaster

    @Virgile: If you find the way to translate and found that plugin is easy then yes sure use that plugin. I have also heard about that plugin.

    in reply to: Subtitle and Footer translation #45938
    Sakin
    Keymaster

    @Virgile: Sorry we are not expert in translation and you should ask in plugin support forum for that. We have no idea about that plugin. We have only worked with WPML translation plugin and they help us to make Catch Kathmandu Pro compatible with WPML. See this http://wpml.org/theme/catch-kathmandu-pro/

    in reply to: Bad display everst pro in IE8 #45919
    Sakin
    Keymaster

    We normally don’t support IE8 but you are saying that it’s issue only with your site and not in our demo site. So, I am bit interested in looking at. You can upload the screenshot in your site and send me your screenshot URL and then I will check in.

    in reply to: Problem with a Nextgen gallery #45918
    Sakin
    Keymaster

    @Adri54: Looks like come conflict with plugin and excerpt text. So, can you edit http://www.unssmeuse.org/wordpress/?p=161 add the text in ‘Excerpt Box’ of that page. See this screenshot which shows excerpt box where you can add in custom excerpt text http://www.pinterest.com/pin/548594798330200958/

    in reply to: How Do I Enlarge Logo Adventure Pro #45910
    Sakin
    Keymaster

    @John: I see that you have following css in your custom css:

    #masthead.fixed-header #site-logo img {
        max-height: 60px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    Replace that with the following css:

    #site-logo img,
    #masthead.fixed-header #site-logo img {
        max-height: 60px;
    }

    Further, add the following css in “Appearance => Theme Options => Custom CSS” box.

    #masthead.fixed-header {
        padding-top: 15px;
    }
    .fixed-header #header-right,
    #header-right {
        float: right;
        padding-top: 15px;
    }
    in reply to: Custom Fonts for headings etc? #45909
    Sakin
    Keymaster

    @riwsask: If you have Paid License then yes, you can use it by Font-face. You can build child theme and then in your child theme style.css you can use font-face using Font generator http://www.fontsquirrel.com/tools/webfont-generator.

    in reply to: Background image behind site-title #45908
    Sakin
    Keymaster

    @jasonvella: Sorry you are not using theme by Catch Themes. We only support our own theme. You need to post in the theme author support forum.

    in reply to: Bad display everst pro in IE8 #45877
    Sakin
    Keymaster

    Sorry I don’t get it what you mean. Do you mean that our demo site http://catchthemes.com/demo/catch-kathmandu/ is working fine and your site is not. Then can you send me the screenshot of the issue. I will check in if there is something that we can do it.

    Also you can use hire a customizer to get detail support for IE8.

    in reply to: Custom Fonts for headings etc? #45874
    Sakin
    Keymaster

    @riwsask: About the font, you can change to Google Font that we have added in theme options panel. But we are not allowed to add in Paid Font like ‘ITC Avant Garde Medium Condensed’. We need font that are compatible with GPL license to be added in theme.

    Yes, you can remove or edit the copyright information from pro version. You will get “Footer Editor Options” in Theme Options panel to remove/change it.

    in reply to: CSS Validation Erros #45850
    Sakin
    Keymaster

    @Frank: I see that the most of the css issues are from your plugins and not from the theme. So, we have no control on that. Also to let you know that most of the CSS3 will not get validated as it only checks CSS2. You can see our style.css only have warning and no css errors.

    in reply to: How do I hide archives? #45841
    Sakin
    Keymaster

    @PoulKristensen: You will not loose menu by adding widget in Main Sidebar.

    in reply to: color search box #45840
    Sakin
    Keymaster

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

    #header-search:hover { color: #e17c05; } 
    #header-right .header-search-wrap { border-color: #e17c05; }
    in reply to: Social Widget moves header and pics #45839
    Sakin
    Keymaster

    @Habib: Yes you can add in.

    in reply to: Featured Slider Text #45838
    Sakin
    Keymaster

    @Veronika: Yes please. But if you want to make it left and bottom corner then custom css will work.

    in reply to: Bad display everst pro in IE8 #45837
    Sakin
    Keymaster

    @Pretty: IE8 is pretty old browser and it doesn’t fully support HTML5 and CSS3, that is why it will not display perfectly like in latest version of IE and other web browsers.

    in reply to: Does catch kathmandu support multilingual? #45836
    Sakin
    Keymaster

    @helenafjellgren: Sorry we don’t know much about Polylang but Catch Kathmandu Pro is compatible with WPML plugin. See this http://wpml.org/theme/catch-kathmandu-pro/

    in reply to: Title Featured Content Options #45835
    Sakin
    Keymaster

    @Toni: This theme in build in HTML5 and CSS3. As per the HTML5 guideline, you have have one h1 tag in every article header tag. I understand this was issue in HTML4 but not in HTML5.

    Multiple H1 is allowed in HTML5 and we have carefully designed H1 tags with special attention on header tag and headings. You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

    Also check out the default theme by WordPress also uses multiple H1 http://twentytwelvedemo.wordpress.com/

    I hope now you are clear.

Viewing 20 posts - 6,101 through 6,120 (of 14,494 total)