Forum Replies Created

Viewing 20 posts - 14,181 through 14,200 (of 14,493 total)
  • Author
    Posts
  • in reply to: Pages in slider possible? #2822
    Sakin
    Keymaster

    @cooks: there is no page support for the featured slider. You can just rewrite the same thing in the post and add that post ID.

    But you can check our the cool function in Catch Box Pro theme. Where there is Featured Image Slider. So, to create slider you don’t need post or page. Just upload the image and details as necessary.

    in reply to: Featured image on top of Post #2821
    Sakin
    Keymaster

    @Mihir1997: You can add the following code in content-single.php just above header.

    <?php if( has_post_thumbnail() ):?>
    <div class="image-post">
    <?php the_post_thumbnail('featured-slider'); ?>
    </div>
    <?php endif; ?>

    in reply to: How to use a differnt menu for TinyNav? #2820
    Sakin
    Keymaster

    @Trishah: Yes primary menu will be there is all screen size only the secondary and footer menu will be hidden. the hiding part is from style.css

    in reply to: Centering the content inside Adspace widget #2819
    Sakin
    Keymaster

    @kangooloss3: if you could add in the ads in the adspace widget and send me your site url. Then only I will be able to send you the code to do that. the safe way is to add css in the “Custom CSS” box in your Theme Options.

    in reply to: Make Attachment Page Full Width #2818
    Sakin
    Keymaster

    @troy: Added the following CSS in the “Custom CSS” box in your Theme Options under Appearance Tab.

    .attachment #page {
    max-width: 690px;
    }
    .attachment #content {
    margin: 0 3%;
    width: auto;
    }
    .attachment #secondary {
    display: none;
    }

    in reply to: Feature silder space problem #2816
    Sakin
    Keymaster

    @fanniew: Still it is showing only info

    in reply to: Catch Box Pro sometimes wrong text distance #2814
    Sakin
    Keymaster

    @thorsten: Yes there seems to have problem in the Theme Options with the Custom CSS Code, Header Margins and Font Size Options. So, please download the latest version from your account and it will be fine.

    For update notification: You can link us on Facebook https://www.facebook.com/catchthemes or Follow us in Twitter http://twitter.com/catchthemes.

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

    @thorsten: Catch Box Pro is just translation ready. Where inside the language folder you will see catchbox-pro.pot . Now you need to create .mo and .po files for your language. You can created it through http://www.poedit.net/

    in reply to: Publicize – wrong permalink published on Facebook #2812
    Sakin
    Keymaster

    @kangooloss3: That’s not the theme issues. It’s the plugin issue. Which plugin you are using? Can you post that in the support forum of that plugin.

    Let me know if you need more help.

    in reply to: Feature silder space problem #2811
    Sakin
    Keymaster

    Hi Fannie,

    The site URL is has nothing http://www.jplconseil.fr/. Can you send me your site URL.

    Regards,
    Sakin

    in reply to: Comment background. #2810
    Sakin
    Keymaster

    @Piirus: You can add the following css in “Custom CSS” box in your Theme Options

    .commentlist > li.bypostauthor {
    background-color: transparent;
    }

    in reply to: Align Header Image and Title #2778
    Sakin
    Keymaster

    @sheardp: No proble with image wrap with H1 element. When building child theme wrap site title and description in one wrapper and then you can align it.

    in reply to: Help Editing #2771
    Sakin
    Keymaster

    @thewahm : just add it above . this will show in below content for single post view.

    in reply to: Home page error and slideshow issue #2770
    Sakin
    Keymaster

    @rlsdesigns: For adding slider with just image and title without making it clickable. This can be done by using Featured Image Slider.

    1. Go to “Theme Options -> Featured Slider”
    2. Then in your “Slider Options”, select “Featured Image Slider”.
    3. Then add image and title only in your “Featured Image Slider Options” and then click on save.

    It’s all done.

    in reply to: Adding a new column homepage #2762
    Sakin
    Keymaster

    @suzanne: We haven’t work on 3 column layout. We will think about adding it in future updates.

    in reply to: Adding cutstom header image #2754
    Sakin
    Keymaster

    @rahul: You have posted your question on “Free Themes” forum and we have two free themes “Simple Catch” and “Catch Box”. So, I need to know for which theme you are asking for help. And also if you have design in concept then send in screenshot so that I can send you detail instruction.

    in reply to: Question about Removing Right-side bar for some pages #2753
    Sakin
    Keymaster

    @aabdi406: Just edit your page and then below the text editor. There you will see “Select Sidebar Layout” box. Where you can just select “No Sidebar”.

    in reply to: Search Bar Spacing on Header #2752
    Sakin
    Keymaster

    @CCR2P: You can add the following CSS in “Custom CSS” box in Theme Option under Appearance tab in your WordPress Dashboard.

    /* For header search bar: */
    #branding #searchform {
    top: 2em;
    }
    /* For background image. You can add like below: */
    body {
    background: url("http://img27.imageshack.us/img27/8095/finalccr2plogoheaderv3.jpg") no-repeat scroll 0 0 transparent;
    }
    /* For hiding header search box in mobile devices */
    @media screen and (max-width: 479px) {
    #branding #searchform {
    display: none;
    }

    in reply to: Align Header Image and Title #2751
    Sakin
    Keymaster

    @titoslack: Do you meant that in the Homepage. For that you need to build custom child theme and edit content.php . It’s a bit complex level of customization.

    in reply to: Simple Catch – a few questions #2750
    Sakin
    Keymaster

    @Poornima: please use the proper forum. This forum is for Catch Box theme. For Simple Catch theme you can use this http://catchthemes.com/support-forum/forum/simple-catch-public/.

    For menu width it is fixed with the div.layout-978 and for menu you have already fixed it.

Viewing 20 posts - 14,181 through 14,200 (of 14,493 total)