Forum Replies Created

Viewing 20 posts - 5,481 through 5,500 (of 14,504 total)
  • Author
    Posts
  • in reply to: Bullet Color, Social Icons Color & Pop-out #49297
    Sakin
    Keymaster

    Sorry that is image so cannot change that image color. You can only change the bullet style to disc or square or circle

    in reply to: Blog page set up #49295
    Sakin
    Keymaster

    @lorencowka: First, find the following css in your “Appearance => Theme Options => Custom CSS” box and delete it.

    #header-right {
        padding-top: 5px;
    }
    #hgroup-wrap  {
        padding-bottom: 20px;
    }
    #hgroup-wrap { padding-left: 0; padding-right: 0; }

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

    #hgroup-wrap, #header-right { padding: 0; }
    #header-right .widget.widget_nav_menu {
        background-color: #2885af;
        margin-top: 0;
    }

    2. Sorry correction of css for this:

    #header-left { display: none; }
    .home #header-left { display: block; }
    in reply to: a few questions #49294
    Sakin
    Keymaster

    @Kim: Please don’t add unnecessary custom css. It’s not good. Don’t copy the css from Catch Box Pro to Catch Flames Pro. These themes are different and most of the css will not work.

    To remove extra spaces between your posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry,
    .archive #content .hentry {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    in reply to: Change the Size of a Youtube video #49293
    Sakin
    Keymaster

    @RimFrost: Just wrap your video link/code with the wrapper with size. For example:
    <div style="width: 200px;">Add your video link/code </div>

    in reply to: Links page title and header pic #49292
    Sakin
    Keymaster

    @Aleao: Sorry I don’t get it what you mean. The title and image of the post should link to the post. If you are talking about the site title and logo then it will link to your homepage and if you are talking about the Header Featured Image then you can manage the link from “Appearance => Theme Options => Header Featured Image Options”

    in reply to: Background Tiling #49291
    Sakin
    Keymaster

    @Michael: About Background fixed and stretch. You can do it all from your Custom Background in “Appearance => Background” from your WordPress Dashboard. But if you want to stretch and remove stretch. Then go to our background settings at “Appearance => Background” and then in “Display Options”, choose the option “No Repeat” and save changes. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body.custom-background {
        background-size: 100% auto;
    }
    in reply to: Feature Comparison to Catch Box Pro #49290
    Sakin
    Keymaster

    @talkleft: Thanks 🙂

    in reply to: Removing white space from header #49289
    Sakin
    Keymaster

    @Jacopo: Cheers 🙂

    in reply to: Top fixed menu bar questions #49272
    Sakin
    Keymaster

    @Michael: If that css:

    #fixed-header-top {
    	background: #000; /* This is fallback if the browser doesn't support transparent then full color */
    	background: rgba(0, 0, 0, 0.7); /* this first 3 digit if rgba color and last 0.7 is transparency. 1 is full color and 0.7 mean 70% fill and 30% transparent. 
    }

    You can generate color code from http://html-generator.weebly.com/css-rgba-color-generator.html

    in reply to: Empty link text #49270
    Sakin
    Keymaster

    @vidyaekta: Did you customize any code in the theme file as it’s showing fine here in our side. I am able to add alt tag without any error.

    in reply to: double logo #49269
    Sakin
    Keymaster

    @adamsh: I see that you have already disable primary menu.

    in reply to: Blog page set up #49268
    Sakin
    Keymaster

    @lorencowka:
    1. Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-left: 0; padding-right: 0; }
    #hgroup.logo-enable.logo-left { padding: 0 20px; text-align: center; }

    2. (Edited) Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-left { display: none; }
    .home #header-left { display: block; }

    3 and 4. Ok then add the following css in “Appearance => Theme Options => Custom CSS” box
    .page-header { display: none; }

    5. Yes, you can change that anytime, edit that post/post and then set is as Draft from “Published”. Read this http://en.support.wordpress.com/pages/new-page-screen/#publish

    in reply to: Removing white space from header #49267
    Sakin
    Keymaster

    @Jacopo: Find the following css in your Custom CSS:
    #hgroup-wrap { padding-bottom: 20px; }

    Then replace it with the following css:
    #hgroup-wrap { padding-bottom: 20px; padding-top: 0; }

    in reply to: eliminate pages from menu #49262
    Sakin
    Keymaster

    @Roberto: You can just build your own custom menu from “Appearance => Menus”, where you can add page, posts, category, links as per your need. Just add that and assign it as primary menu. This will replace your default page menu. For more about menu, check out http://catchthemes.com/blog/custom-menus-wordpress-themes/

    Sakin
    Keymaster

    @Norbert: Looks like there is issue with your plugins, conflicting with our menu script
    catchkathmandu-allmenu.min.js. So, can you try disabling plugin and check in,

    in reply to: Lower right header menu & use posts page as front page #49256
    Sakin
    Keymaster

    @Kim: In which sidebar are you talking about. I am confused.

    in reply to: Simple Catch 2.7.5 #49254
    Sakin
    Keymaster

    @mhoque0428: I see that you have change the code directly in the theme directory ‘simple-catch’. So, you must have edited header.php file where there is call for social icons. Please restore the theme files and you will get the featured back.

    Also you can not supposed to edit/add any code inside theme directory, as these edits will be reverted back to original when you update the theme and your customization will be gone. So, if you want to edit any files or functions then you need to build child theme and edit it. For child theme read this http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: a few questions #49253
    Sakin
    Keymaster

    @Kim:
    1. I see that you have already hide this.

    2. There is no option to move title above the featured image in the archive page. You can see the available layout in “Appearance => Theme Options => Layout Options”. If you don’t want like this then you can use it like in your live Site, where you have set Layout Options to “Full Content Display”, this will display any featured image and it will show just want ever is there in the post before more tag break. So, you can add image and all as per your need.

    3. You can replace your custom css
    #main { padding-top: 10px; }
    with the
    #main { padding-top: 0; }

    4 and 5. You can add the following css in “Appearance => Theme Options => Custom CSS” box and if you further want to reduce it then you can reduce that 5px as per your need.

    #secondary .widget,
    #third-sidebar .widget {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    6) Can you show me the url where you have this issue.

    in reply to: Lower right header menu & use posts page as front page #49251
    Sakin
    Keymaster

    @Kim:
    1. If you don’t like the slider, then you can disable slider from “Appearance => Theme Options => Featured Slider => Slider Options” and then check the option “Disable” in Enable Sidebar.

    2. Removing widget from the Header Right Sidebar will show the default widgets “Search and Social”. So, if you just want Search and remove social then you can go to “Appearance => Widgets” and then just add Search Widgets in Header Right Sidebar. But if you want to completely disable Header Right Sidebar then you can go to “Appearance => Theme Options => Header Right Options” and then check option “Disable Header Right Sidebar” and save changes.

    Note: I don’t get it why are you adding you logo in “Header Featured Image”. Then best place to add logo is from “Appearance => Theme Options => Header Options”. There you need to add in your logo URL in and uncheck disable Disable Header Logo. Header Featured Image should be used only if you want Logo and additional header banner.

    in reply to: Change copyright year? #49250
    Sakin
    Keymaster

    @scg: It will be automatically change when it’s 2015. So, it will be change in Jan 1st.

Viewing 20 posts - 5,481 through 5,500 (of 14,504 total)