Forum Replies Created

Viewing 20 posts - 5,481 through 5,500 (of 14,497 total)
  • Author
    Posts
  • 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.

    Sakin
    Keymaster

    @Norbert: It’s strange as it’s working fine in our server. I have set it “Primary and Secondary Menus” and then checked option “Enable Secondary & Footer Menu in Mobile Devices” in “Appearance => Theme Options => Responsive Design”.

    If you are not getting after this then please share your site URL and then I will check if I can find any issue looking at your site. Also sometime, there might be plugin conflict, so try disabling plugin one by one to check in if there is any plugin conflict.

    in reply to: Hide Drop Down Menu, Body Width #49248
    Sakin
    Keymaster

    Hello ,

    1. I don’t get it what you mean. You can remove your drop down items from your custom menus directly. You can go to “Appearance => Menus” and edit your custom menu items.
    But if you just want to hide the drop down of the menu then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #access ul li ul {
        display: none !important;
    }

    But if you totally want to hide your menu, then add the following css instead:

    #access {
        display: none;
    }

    2. The layout narrow in not from the css that you have added but it’s from the layout option that you have select. So, please go to “Appearance => Theme Options => Layout Options” and check your “Default Layout”, it should be set to “Left Sidebar” or if you don’t want sidebar then it should be set to “No Sidebar, Full Width”

    in reply to: Bullet Color, Social Icons Color & Pop-out #49247
    Sakin
    Keymaster

    Hello,

    1. You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main ul {
        color: #000;
        list-style: outside none disc;
    }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    /* Make Social Icons Color by Default */
    ul.social-profile li.facebook a {
        background-position: 0 -43px;
    }
    ul.social-profile li.linkedin a {
        background-position: -603px -43px;
    }
    ul.social-profile li.pinterest a {
        background-position: -216px -43px;
    }
    ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
    ul.social-profile li.email a {
        background-position: -1119px -43px;
    }
    in reply to: Full width thumbnail column #49246
    Sakin
    Keymaster

    @aleks.mavric123: Simple Catch theme only have option to have thumbnail image and not the full image in the archive page. You can show full width image only in Single post. You can select other theme like Catch Kathmandu, Catch Evolution, Adventurous or Catch Flames theme which has this option.

    You can only change the content layout in this theme. That is from “Appearance => Theme Options => Default Layout”

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

    @Kim:
    1. I don’t get it what you mean. As when I check in your Front page. It’s the archive page listing your latest posts. Can you explain your issue in detail. For which site are you asking for. You are using Catch Box Pro and is posting it in Catch Flames Pro support forum. Do you mean to to make it like your site with Full Content layout and then use more tag to break the content. Then you can go to “Appearance => Theme Options => Layout Options” and in “Archive Content Layout”, you need to check the option “Full Content Display”

    2. For this, please post in your site URL so that I can check in the alignment and suggest you the css.

    in reply to: Translation problem #49243
    Sakin
    Keymaster

    @adamsh: Yes, it works with WPML and has wpml-config.xml file. We have compatibility certify from WMPL http://wpml.org/theme/catch-kathmandu-pro/

    But we haven’t added support for this plugin. So, I don’t think it will work properly. You might need to build child theme. You can ready about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.

    /**
     * Template for Clearing polylang Invalid Cache
     *
     * @since Catch Kathmandu Pro
     */
    function catchkathmandu_polylang_invalidcache() {
    	delete_transient( 'catchkathmandu_post_sliders' );
    	delete_transient( 'catchkathmandu_page_sliders' );
    	delete_transient( 'catchkathmandu_category_sliders' );
    	delete_transient( 'catchkathmandu_image_sliders' );
    	delete_transient( 'catchkathmandu_homepage_headline' );
    	delete_transient( 'catchkathmandu_homepage_featured_content' );
    	delete_transient( 'catchkathmandu_footer_content' );	
    	delete_transient( 'catchkathmandu_footercode' );
    	delete_transient( 'catchkathmandu_featured_image' );
    }
    add_action( 'after_setup_theme', 'catchkathmandu_polylang_invalidcache' );
    in reply to: Getting rid of faint grey box around inserted image #49242
    Sakin
    Keymaster

    @Arcturus: You can add the following css in “Appearance => Theme Options => Custom CSS” box

    #content .entry-summary img.wp-post-image,
    #content .entry-content img {
        border: none;
        max-width: 100%;
        padding: 0;
    }
Viewing 20 posts - 5,481 through 5,500 (of 14,497 total)