Forum Replies Created

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

    @Sandra: Sorry for this I need your site URL. So, let me know once it is set to live. Or you can use hire a customizer.

    in reply to: how to use image as background in #main section ? #46009
    Sakin
    Keymaster

    @Nils-Ove: Your css should be as below:

    #main {
        background: url("http://mhtronic.no/question.jpg") no-repeat scroll center center transparent;
    }

    But for specific page then you can add in page if as prefix. For example, if you want to change in page id 85 only then the css will be as below:

    .page-id-85 #main {
        background: url("http://mhtronic.no/question.jpg") no-repeat scroll center center transparent;
    }
    in reply to: Not responsive on iPhone 6 and iPhone 6 Plus #46007
    Sakin
    Keymaster

    @Sebastian: Sorry we are waiting for iPhone6 arrival and then only we can test it. Can you send me screenshot of what you are seeing and what you want to change to .

    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.

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