Forum Replies Created

Viewing 20 posts - 8,461 through 8,480 (of 14,505 total)
  • Author
    Posts
  • in reply to: Change style of Post Tags #21350
    Sakin
    Keymaster

    @Eklundz: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .in-tag a { background-color: #0088cc; padding: 5px; color: #fff; -moz-border-radius: 5px; border-radius: 5px; }

    in reply to: Featured Content Img Renders Incorrectly on Mozilla #21349
    Sakin
    Keymaster

    @jemfrim949: Can you explain bit more about the issue. As when I check in your site in Mozilla browser it all looks good.

    in reply to: Changing Home Images #21348
    Sakin
    Keymaster

    @Caitlin: I am bit confused about your request as you haven’t share your site URL. So are you trying to add Featured Slider in Catch Kathmandu Pro theme.

    Please check in the Theme Instruction at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. In Featured Slider, you can choose the from Page Slider or Post Slider or Category slider or image slider and how to add that is mentioned in theme instruction page.

    in reply to: Footer Text #21346
    Sakin
    Keymaster

    @ian.scott: You are not allowed to edit that in Free Version. This is the copyright information that we add for providing Free Themes and Free Support. If you want to remove or edit that then you need to upgrade to Catch Everest Pro theme where there is easy option to do that from “Appearance => Theme Options => Footer Editor Options”. See the theme instructions of Catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Post excerpts within main content area? #21345
    Sakin
    Keymaster

    @craiginthebox: I don’t get it what you mean. We shouldn’t add another article before closing article code. The page take one article and each post takes one each. Maybe you can just change css and wrap it.

    Let’s edit your front-page.php file. Add the code <div id="home-wrap"> just below get_header(); ?> and code </div><!-- #home-wrap --> just above <?php catchbox_content_query_nav( 'nav-below' ); ?>

    Then in you child theme style.css add the following CSS:

    #home-wrap {
        background-color: #fff;
        border-bottom: 2px solid #ccc;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #home-wrap  .hentry {
        border: none;
    }
    in reply to: Home page featured content photos #21333
    Sakin
    Keymaster

    @aeriformarts:I just check in your site and see that there was Link URL set to none so it didn’t add url. In LINK URL, you should always set to FILE URL to get the image url.

    in reply to: Qtranslate and featured slider #21332
    Sakin
    Keymaster

    @Robson: Oh qtranslate is very confusing. Maybe posting in support forum of qtranslate and then answering will be better.

    For link can you try relative link like for resume:
    /curriculo

    in reply to: Android Browser Issues #21317
    Sakin
    Keymaster

    @Nancy: If that is white-spaces issues then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #fixed-header-top ul li a, #header-menu ul.menu a { white-space: nowrap; }
    #fixed-header-top ul.menu ul li a, #header-menu ul.menu ul li a { white-space: normal; }
    in reply to: Border Size #21315
    Sakin
    Keymaster

    @BenniemanZA: So what he want? Can you be more specific about the width. For larger width theme, check our Catch Kathmandu theme http://catchthemes.com/demo/catch-kathmandu/ . You can either user Free version or pro version of it.

    in reply to: Missing headers #21314
    Sakin
    Keymaster

    @jmb500: I just tested our site with Dancing Script Google font in “Appearance => Theme Options => Font Family Options => Headings Font Family”. It’s working fine. I suspect some other issues. I will email you to check in details.

    in reply to: No featured thumbnail issue on Facebook share of homepage #21312
    Sakin
    Keymaster

    @Keren: That’s cool.

    in reply to: Android Browser Issues #21299
    Sakin
    Keymaster

    @Nancy: Ok now let’s try to reduce the spaces by reducing the padding. The following css will change from 20 to 15. I hope this will fix it. Your browser is taking static width for the menu item and this is strange.
    #header-menu ul.menu a { padding: 0 15px; }

    in reply to: Post excerpts within main content area? #21298
    Sakin
    Keymaster

    @craiginthebox: I told you that you are not supported to create page template. You just need to add home as page. So, you need to go to “Settings => Reading” and select your page to show in homepage from “Front page displays => A static page” and then in your child theme create the file name front-page.php and here goes the sample code for the file.
    https://gist.github.com/anonymous/05b0588726655f11c326#file-front-page-php

    in reply to: Home page featured content photos #21297
    Sakin
    Keymaster

    @aeriformarts: It’s bit strange as it’s working on our site. Ok I will contact you in email for detail review. When you upload the media, did you check in “Link URL”, it should be “File URL” and not “None”, then you can click on “Insert Into Post”.

    For detail review, please reply via email.

    in reply to: Search Text Box Size #21294
    Sakin
    Keymaster

    @delboorman: The following CSS will make the width of Header Search Box to 190px always.
    .header-sidebar #s, .header-sidebar #s:focus { width: 190px; }

    in reply to: Custom Social Media Icons #21293
    Sakin
    Keymaster

    @delboorman: You can add the following css. But you have customized site a lot so I am not 100% sure that it will work fine or not.

    /* To fix the custom social icon size  */
    ul.social-profile li {
      height:33px;
      width:33px;
    }
    /* To the margin of Footer Widgets  */
    #footer-sidebar .widget {
        margin: 0;
    }
    /* To increase the padding of social icon  */
    #footer-sidebar .widget_catcheverest_social_widget {
        padding-top: 45px;
    }
    /* To Make social icon in float right */
    #footer-sidebar ul.social-profile {
        float: right;
    }
    /* To Hide Site Footer Info */
    #site-generator {
        display: none;
    }
    in reply to: No featured thumbnail issue on Facebook share of homepage #21292
    Sakin
    Keymaster

    @Keren: I just check in your site and see that you have setup blank image from Jetpack plugin. I found this <meta property="og:image" content="http://wordpress.com/i/blank.jpg" />
    You can test your site https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fhis-israel.com%2F

    Change that image from ‘http://wordpress.com/i/blank.jpg&#8217; to whatever you desire and will be solved. Look for setting in your JetPack plugin. As this image is from Jetpack plugin.

    in reply to: Post Body Content not showing up #21291
    Sakin
    Keymaster

    @ourag: Yes I got it and I found the problem plugin. That is “Mashshare Share Buttons” plugin. Now, your site is showing content.

    in reply to: Post Body Content not showing up #21278
    Sakin
    Keymaster

    I have already send you an email at contact[at]ourag[dot]com

    in reply to: Post Body Content not showing up #21277
    Sakin
    Keymaster

    @ourag: I don’t get it what are you trying to do with the code paste. I have also emailed you. For code sharing you can reply me there.

Viewing 20 posts - 8,461 through 8,480 (of 14,505 total)