Forum Replies Created

Viewing 20 posts - 10,961 through 10,980 (of 14,509 total)
  • Author
    Posts
  • in reply to: Right Justify Footer Area 3? #13247
    Sakin
    Keymaster

    @omgstyle: I need to check in your site to see what are you trying to accomplish. So, send me your site URL?

    in reply to: child theme #13246
    Sakin
    Keymaster

    @ashrafashraf: it’s better to copy the code that I gave you.

    Sakin
    Keymaster

    @pimpleprogress: sorry, I forgot to add float. So, replace the previous css with the following
    .home .hentry .entry-summary img.wp-post-image {
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
    max-width: 35%;
    }

    Sakin
    Keymaster

    @pimpleprogress: To make it exact same you need to edit the code and for that you need developer. But to make it image on left with content on right, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .home .hentry .entry-summary img.wp-post-image {
        margin-right: 3%;
        max-width: 35%;
    }
    in reply to: footer doesn't show #13233
    Sakin
    Keymaster

    @fakindino: Don’t edit files from Template Editor. Editing any theme core files will be reverted back when you perform update to theme. So, you will loose all you edits. So, the best option to modify themes through Theme Options panel and Custom CSS box or through building child theme.

    Just copy the footer.php code from http://themes.svn.wordpress.org/simple-catch/2.6/footer.php

    in reply to: Custom Social Icons #13230
    Sakin
    Keymaster

    @pele: Thanks for showing that, we will fix that in next version. For now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    ul.social-profile li.custom-social a img {
        max-height: 31px;
        max-width: 31px;
    }

    ok we will add Roboto Font family as well.

    in reply to: Date and author of the note #13228
    Sakin
    Keymaster

    @portolan: you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-meta .by-author { display: none; }

    in reply to: Adding a function only for the home page #13227
    Sakin
    Keymaster

    @SteveW: When you edit the functions, don’t edit on the core theme files. First, build the child then and add the functions in your child theme functions.php file.
    you can add if ( is_home() ) { } condition. See this http://codex.wordpress.org/Function_Reference/is_home

    Sakin
    Keymaster

    @pimpleprogress: That’s not possible with default layout. But yes, if you have developer, who can work on customization then you can do that.

    Sakin
    Keymaster

    @heatherlb: Yes that is the only way to do it as blog doesn’t take the page settings. It take the theme options settings.

    in reply to: Problem with pictures #13223
    Sakin
    Keymaster

    @ashrafashraf: Yes you should add it where you have child theme style.css

    in reply to: Problem with pictures #13219
    Sakin
    Keymaster

    @ashrafashraf: Please hire a developer for this type of task. When you are trying to edit header.php the the name will be header.php only.

    in reply to: Change Color pages #13217
    Sakin
    Keymaster

    @impresnet: For color options upgrade to Catch Everest Pro version where there is Color Picker in Theme Option panel though with you can easily change it.

    in reply to: Problem with pictures #13216
    Sakin
    Keymaster
    in reply to: Turn off left and right arrows on Slider #13215
    Sakin
    Keymaster

    @omgstyle: You can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    in reply to: Problem with pictures #13212
    Sakin
    Keymaster

    @ashrafashraf: If you want to change header.php then you have to copy the header.php in your child theme and edit it.

    in reply to: Problem with pictures #13208
    Sakin
    Keymaster

    @ashrafashraf: Yes it will not be effected.

    Sorry I don’t have idea about that.

    in reply to: Catch Box – Android Menu #13207
    Sakin
    Keymaster

    @MichelB: It’s bit confusing why it’s not working in Android devices. Will check it and let you know if I get any answer on this.

    in reply to: child theme #13204
    Sakin
    Keymaster

    @ashrafashraf: it’s not loading your parent theme css. So, can you replace the code in your child theme style.css with the following

    /*
    Theme Name: Ashraf
    Theme URI: http://catchthemes.com/themes/catchbox
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Catch Box Child Theme
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    */
    @import url("../catch-box/style.css");
    in reply to: Problem with pictures #13203
    Sakin
    Keymaster

    @ashrafashraf: If you have added the css in your child theme style.css or in “Appearance => Theme Options => Custom CSS” box, then your changes will not be effected when you update the theme.

    When you change the admin bar php file. It will be reverted back when you update the WordPress core, as that file is from WordPress core.

    You don’t have option to add screenshot in this forum. So, you have to upload the screenshot image in your site or in any photo sharing site and then the url of that image in the forum.

Viewing 20 posts - 10,961 through 10,980 (of 14,509 total)