Forum Replies Created

Viewing 20 posts - 13,741 through 13,760 (of 14,488 total)
  • Author
    Posts
  • in reply to: Social icon question #4286
    Sakin
    Keymaster

    @brmurray: social icon widget is the additional custom widget that you provide in Catch Box Pro Theme.

    in reply to: Social icon question #4279
    Sakin
    Keymaster

    @brmurray: Yes the upgrade will provide your more choices.

    in reply to: Social icon question #4269
    Sakin
    Keymaster

    @ibrokers: are you using Catch Box Pro Theme, then you can add in the social icon wights in Header right sidebar through Widgets.

    in reply to: Menu not good in IE9 #4262
    Sakin
    Keymaster

    @menmenm: That’s great. But the only thing that confused me is about
    add_header 'X-UA-Compatible' 'IE=EmulateIE7';
    Isn’t this will load the older version that is IE7 mode. So, maybe make it IE9 or newest.
    So code can be
    add_header 'X-UA-Compatible' 'IE=EmulateIE9';
    or
    add_header 'X-UA-Compatible' 'IE=edge';

    Let me know your opinion as I am new to this.

    in reply to: Menu not good in IE9 #4260
    Sakin
    Keymaster

    @menmenm: What’s that and how did you do that? IE is so strange.

    in reply to: Remove comments box from static page #4259
    Sakin
    Keymaster

    @markwinspear: In your page, from the Screen Options check the “Discussion”. This will show the Discussion Box under your Page editor. Then in that Discussion Box uncheck “Allow Comments” and “Allow trackbacks and pingbacks on this page.”

    If you are still confused then watch this video http://www.youtube.com/watch?v=zD08CkyaZYw

    in reply to: Menu not good in IE9 #4255
    Sakin
    Keymaster

    @menmenm: Go to Performance in your WordPress Dashboard and Click on “Empty All Caches” in your W3 Total Cache settings. This has happen to other users as well and they all fixed it by clearing the cache.

    in reply to: Catch Box Pro german language ? #4252
    Sakin
    Keymaster

    @DZipfel: that’s good but some features added translation will be missing. So, the best thing will be to open your de_DE.po with poedit software. You can download it from http://www.poedit.net/. then click on update it will show you the missing translation and then you can add in the translation.

    in reply to: How can i stick footer to bottom of page ? #4249
    Sakin
    Keymaster

    @AiD: You can add the following CSS in “Custom CSS” box in your Theme Options panel.

    html { height: 100%; }
    body { min-height: 100%; position: relative; }
    #main { padding-bottom: 70px; }
    #colophon { bottom: 0; height: 25px; position: absolute; width: 100%; }

    But I don’t know how much it will work. It will be better if you ask question in CSS forums.

    in reply to: Social icon question #4248
    Sakin
    Keymaster

    @brmurray: Catch Box free theme doesn’t have this option. You need to upgrade to Catch Box Pro theme where the is Header Right sidebar and you can add in the Social Icon Widget is Header Right Sidebar through Social Icon widget.

    in reply to: Menu not good in IE9 #4247
    Sakin
    Keymaster

    @menmenm: It must be cache issue in your W3 Total Cache. Can you clear your cache from W3 Total Cache and check in.

    in reply to: Add subheader to post title and reduce padding #4246
    Sakin
    Keymaster

    @bobbafett: can you send me your site URL and I will check in. What you have done in your child theme css and you post here.

    in reply to: Adding Image behind new posts on homepage #4245
    Sakin
    Keymaster

    @aquahoya: Please post your query in New Support Forum. This page concerned about the site http://truthinablog.organika.ca/. Also when you post your question please add in your site URL.

    Simple Catch Free site have only Featured Post slider, where you have to add in the Post Id which will take the Post title, excerpt and featured image of that post. In you have Simple Catch Pro Theme you have additional Featured Image Slider where you can upload independent image, title, content and links.

    For Header background, you need to upload your header image through media uploaded in Add New media in your WordPress Dashboard. Then you can add in the following CSS in “Custom CSS” box in your Theme Options panel.

    #header {
    background: url("Your Background Image URL") repeat scroll 0 0 transparent;
    }

    You can add widgets in in your sidebar. Go to Appearance => Widgets. Then drag and drop widgets in the sidebar.

    You can remove the comment through “Settings => Discussion”. But individual page and post setting will overwrite the overall setting. See this for more details http://en.support.wordpress.com/enable-disable-comments/

    in reply to: homepage preferred posts and categories #4244
    Sakin
    Keymaster

    @belgianbingo: You are actually using table that is why there is line, if you want to remove the table border in the homage then you can add the following css.

    /* To Remove table border bottom in homepage */
    .home #content table { border: none; }
    /* To Remove table border top in homepage */
    .home #content td { border: none; }

    in reply to: homepage preferred posts and categories #4233
    Sakin
    Keymaster

    @belgianbingo: First to tell you that all your content in homepages at posts not pages and category. In This theme you don’t have option to add category. I see at page http://www.uitgesproken.be/vbs/?page_id=469, you have coded to add category on it.

    The only option that is now with you is to add page as the homepeage through settings. Then in that page you add all the details.

    in reply to: Adding Image behind new posts on homepage #4232
    Sakin
    Keymaster

    @truthinablog: If you want padding just on title of the post then add the following css
    .home #content .post h2.entry-title { padding-top: 25px; }

    But if you want to add the padding to the whole div including the title and images then add the following css:
    .home #main #content .post { padding-top: 25px; }

    in reply to: Mobile and size issue #4231
    Sakin
    Keymaster

    @frederikwa: This theme is design responsive so that the uses gets easy to read your content on the mobile devices. That why you will see the content in your mobile devices and then sidebar will move down your content.

    But if you are talking about your table cut off which has match results. Then that table is not responsible. You need to add responsive table details.

    That table if iframe table and which has got data in the div “fsbody” which is inside the iFrame and we cannot remove the width of the element inside the iFrame. If you can make that #fsbody { max-width: 100%; } then it will work.

    in reply to: Header and Menu Bar #4230
    Sakin
    Keymaster

    @JOSH15BW: For Catch Box Pro theme, you can login to your account and download the theme. There is complete CSS. If you have messed up the css then the best option is to deleted the current messed up theme and upload the one you downloaded from your account with Catch themes.

    in reply to: color of site title and tagline #4219
    Sakin
    Keymaster

    @thess: Add the following css:
    #header .logo-wrap, #site-details { padding: 0; text-align: center; width: 100%; }

    in reply to: Change background color – menu, widget, footer. #4218
    Sakin
    Keymaster

    @AiD: For font color in Search Button
    .widget_search .searchform button { color: #ccc; }

Viewing 20 posts - 13,741 through 13,760 (of 14,488 total)