Forum Replies Created

Viewing 20 posts - 2,521 through 2,540 (of 14,494 total)
  • Author
    Posts
  • in reply to: Image path incorrect #65304
    Sakin
    Keymaster

    @Sue: You can change header image from “Appearance => Customize => Header Image”. If you get error message like “The uploaded file could not be moved to wp-content/uploads/2015/08.”. Then make sure that have set permission 755 to upload directory. For this, you need to check with your Hosting server support. It’s the issue of folder permission.

    in reply to: Changing tag-more after no use of excerpt #65303
    Sakin
    Keymaster

    @Luchino: You can check it here. Italian version is 50% completed for Chicago Free theme at https://translate.wordpress.org/projects/wp-themes/chicago/it/default

    in reply to: Move search and social media icons #65293
    Sakin
    Keymaster

    @eamonabraham: Please post in your site URL so that I can check in and suggest you the possible solution.

    in reply to: Slider #65292
    Sakin
    Keymaster

    @Dhuan: Thanks for your appreciation and if you like my support and Catch Box theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform

    in reply to: how to change colors #65291
    Sakin
    Keymaster

    @Kim: Can you post in your site URL and let me know what are you trying to do? Which color code are you trying to change to. Then I can look at your site and suggest you the solution.

    in reply to: Remove Header Image #65290
    Sakin
    Keymaster

    @cinta: You can check your Header Image options at “Appearance => Customize => Header Image => Enable Featured Header Image on” and change it as per your need.

    in reply to: need help to setup my page so I can sell pdf files #65289
    Sakin
    Keymaster

    @Anne-Pia: Then I think you can create PayPal payment button from your PayPal account and setup. Sorry, I only know how to setup using WooCommerce plugin.

    in reply to: Homepage articles in 2 columns #65263
    Sakin
    Keymaster

    First, remove the width :40% that you have added in.

    .archive-post-wrap {
        padding-bottom: 20px;
        width: 40%;
    }

    Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 768px) {
        .home #main .hentry { width: 50%; float: left; }
    }

    Note: you shouldn’t add/edit any files inside ‘catch-base’ theme directory. As this files will be reverted back to original when you update your theme and you will loose your customization. So, for custom css either add in Custom CSS Options box or build child theme and add it in child theme style.css file.

    in reply to: logo and change post title indents #65261
    Sakin
    Keymaster

    @Kim: Sorry replace previous css with the following:

    .has-header-left-menu .site #logo-wrap {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
    }
    in reply to: A demo of admin panel? #65260
    Sakin
    Keymaster

    @Luchino: Sorry we don’t have demo for admin panel.

    in reply to: Changing tag-more after no use of excerpt #65259
    Sakin
    Keymaster

    @Luchino: Cool, if you like to contribute that language file then let me know it so that we can bundle in theme.

    in reply to: social media buttons on pages/post #65244
    Sakin
    Keymaster

    @Pascal: Just use plugin like “JetPack” and activate module “Sharing”. see this http://jetpack.me/support/sharing/

    in reply to: Stop header from floating #65239
    Sakin
    Keymaster

    @Ariane: thanks for your appreciation 🙂

    in reply to: Promotion headline, featured content and WPML #65236
    Sakin
    Keymaster

    @Haydie: Sorry but we don’t have any control on settings with WPML, they need to suggest us the changes if there is theme issue. I have already contacted WPML team to check in, they haven’t responded in yet.

    So, as per the documentation from WPML you need to add All the text in theme options panel as “English” language. That is what I am saying. Theme Options panel will have only one language.

    in reply to: Remove slider from all the other pages #65235
    Sakin
    Keymaster

    @jadeprince: That is simple. Just go to “Appearance => Theme Options => Featured Post Slider = Slider Options” and in “Enable Slider”, you need to select “Homepage / Frontpage” and save it.

    in reply to: Adspace Widget Displays Blank Box #65234
    Sakin
    Keymaster

    @DanDvlpr: Yes, I told you it’s script issue. As it’s working in my site too.

    in reply to: Social icon and slider text box #65232
    Sakin
    Keymaster

    @nelejab: ok for that it will be as below:

    #main-slider .entry-container {
        bottom: auto;
        left: auto;
        right: 12px;
        top: 12px;
    }
    in reply to: Is catch base pro responsive for wide screen ? #65231
    Sakin
    Keymaster

    @bertolotti: That’s too large screen and Catch Base Pro max width is 1200px. But if you want to increase site size in large devices, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    
    @media screen and (min-width: 1200px) {
        .site { width: 90%; }
    }
    in reply to: Social media won't show up #65230
    Sakin
    Keymaster

    @akuster: Nice you find it by yourself. Thanks 🙂

    in reply to: Need a fourth sidebar #65211
    Sakin
    Keymaster

    @Sheryl: You can use “Optional Sidebar One”, “Optional Sidebar Two” and “Optional Sidebar Three”. Then you also have “Optional Page Sidebar” which will work as default 4th sidebar for page and you can “Optional Post Sidebar” which will work as default 4th sidebar for post.

Viewing 20 posts - 2,521 through 2,540 (of 14,494 total)