Forum Replies Created

Viewing 20 posts - 2,761 through 2,780 (of 14,507 total)
  • Author
    Posts
  • in reply to: Footer Display #62449
    Sakin
    Keymaster

    @Michael: You can add the following css in “Appearance => Theme Options => Custom CSS” box to center the footer content.

    #site-generator .copyright, #site-generator .powered {
        display: block;
        text-align: center;
        width: 100%;
    }

    Sorry I don’t get it what you mean by topic tag area. Can you post in your site URL and explain please.

    in reply to: Space in Main Navigation Menu #62448
    Sakin
    Keymaster

    @Kim: Welcome back to forum
    1. that 20px is default space. Increase that to 30 and then you will see the changes.

    2. It’s because of the padding you have added in your child theme style.css. You can go to that css and remove it.

    @media screen and (max-width: 1280px) {
        .site #header-menu ul.menu a, 
        .site #footer-menu ul.menu a {
            padding: 0 10px;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .site #header-menu ul.menu a, 
        .site #footer-menu ul.menu a {
            padding: 0 8px;
        }
    }
    
    @media screen and (max-width: 1000px) {	
        .site #header-menu ul.menu a, 
        .site #footer-menu ul.menu a {
            font-size: 13px;
        }
    }

    3. I don’t get it what you mean.

    in reply to: Mobile Version of Desktop top header menu #62444
    Sakin
    Keymaster

    @Michael: Ok then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget_nav_menu { display: none; }
    #header-mobile-menu { display: block; }
    Sakin
    Keymaster

    @riordino: For that just go to “Appearance => Customize => Featured Content => Featured Content Options => No of Featured Content”, change that to 10 and then click on “Save & Publish”. Then close your customizer and go back to “Appearance => Customize => Featured Content => Featured Content Options”, you will see 10 boxes.

    in reply to: Change page order #62441
    Sakin
    Keymaster

    @Dan D: Just use Custom Menu and then you can drag and drop pages as per your need. For that, just go to “Appearance => Menus” and then create new menu. After that you can add in the pages that you want to show in your menu. You can drag up and down for menu arrangement. After completing your menu, you need to assign your menu location from “Appearance => Menus => Manage Locations”. For more, check this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: featured slider: how to "mix" posts and images #62427
    Sakin
    Keymaster

    @Florence: Sorry you cannot mix “Featured Image Slider” and “Featured Post Slider” as these two have different functions.

    If you want to hide the content in your “Featured Post Slider” then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #main-slider .entry-container { display: none; }

    Also you can use “Featured Image Slider” and for 3 languages text in slider, you can use plugin like WPML or Polylang. You can add image and title, then install any of these plugin. After that go that those plugin string translation and translate it.

    About the logo, we are using WordPress default custom header. So, if you those plugin have option to add in then you can.

    Sakin
    Keymaster

    @Florence: Please post in your site URL so that I check in and suggest your custom css.

    in reply to: featured slider don´t change number of slides #62327
    Sakin
    Keymaster

    @David: Please post in your site URL so that I can check in.

    in reply to: Featured Content Font change #62326
    Sakin
    Keymaster

    @christiane: To change the default font of the site, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body, button, input, select, textarea {
        font-family: "Cabin", Arial;
    }
    in reply to: Highlight Parent Menu Item while in Attachment Page #62323
    Sakin
    Keymaster

    @effess: But that instruction is only for parent page which is already there in WordPress default and in our theme. That site haven’t given instruction for attachment image, parent.
    So, you might want to check if there is any plugin to do that or you need to hire customizer to work on in. There is no features for this in WordPress at this stage.

    in reply to: Content jumps 91px when flipping over to fixed top menu #62322
    Sakin
    Keymaster

    @Haydie: Ok we will add it in next version update. Thanks

    in reply to: Issue on the header part #62319
    Sakin
    Keymaster

    @kalatos: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
    #header .top-bg { display: none; }

    in reply to: sprintf(): Too few arguments in catchbase-core #62318
    Sakin
    Keymaster

    @mydreamin: Then you need to fix your translation in German language file de_DE.po which you will find inside ‘catch-base/languagae’ folder. We check in as well.

    Just open that file from free software from http://poedit.net/ and check for
    <span class=\"screen-reader-text\">Posted on</span>
    It should be as
    <span class=\"screen-reader-text\">Veröffentlicht am</span>

    So, change that and save it. It should be fine.

    in reply to: Move Promotion Headline below featured content? #62317
    Sakin
    Keymaster

    @Sean:
    1. To move the Promotion Headline to be below the feature content, you need to build child theme and change the hook in your child theme functions.php file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Ok I got it for your. Just download the child theme from that link. Then add the following code in your child theme functions.php file

    // Unhook default Catch Responsive functions
    function unhook_catchresponsive_functions() {
        remove_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 30 );
    }
    add_action( 'init', 'unhook_catchresponsive_functions' );
    
    //Adding Promotion Headline after Featured Content
    add_action( 'catchresponsive_before_content', 'catchresponsive_promotion_headline', 50 );

    2. It’s because of your header featured image and social icon in your header right sidebar. Looking at your site, I see that the way you are doing is incorrect.
    — First, you have added logo in Header Featured Image. So, remove from there and add it from “Appearance => Customize => Site Title”, here you can upload your logo, then uncheck “Check to disable logo” to show your uploaded logo and then check in “Display Header Text” to hide your site title and tagline.
    — Then you social widget in header right sidebar will show in right section automatically. So, you can remove your custom css .sidebar-header-right {position:relative; top:170px;} which is creating this space issue.

    in reply to: Featured Slider Image wont load #62315
    Sakin
    Keymaster

    @Peter: Yes, you can replace that but only through building child theme and adding it in your child theme functions.php file. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Featured Content Font change #62314
    Sakin
    Keymaster

    @christiane: For example, to change the featured content title color to red. You can just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .featued-content-wrap .entry-header .entry-title a {
        color: #ff0054;
    }
    in reply to: sprintf(): Too few arguments in catchbase-core #62313
    Sakin
    Keymaster

    @mydreamin: It looks like due to incomplete translation. Are you using site in different language?

    in reply to: Featured Content Font change #62312
    Sakin
    Keymaster

    @christiane: Font plugin only changes the font family not the color. For color option you can either upgrade to Pro version and change it from “Appearance => Theme Options => Color Options” or you need to post in your site URL and let me know the color code that you want to change for each elements.

    in reply to: Problem updating #62311
    Sakin
    Keymaster

    @Cattext: All free themes that are hosted in WordPress.org get update automatic like that. But for Premium and Pro version, you need to update it manually using WordPress Theme Uploader or FTP. You can check in our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    First, I recommend you to install Catch Updater plugin. This is one time installation and after that you don’t need to do again and again. Just download plugin from http://catchthemes.com/wp-plugins/catch-updater/ and install plugin from “Plugins => Add New => Uploads”

    Then finally, you can download the latest version of Catch Kathmandu Pro from your account at http://catchthemes.com/my-account and then upload it from “Appearance => Themes => Add New => Uploads”

    in reply to: Changing the size of the Slider #62310
    Sakin
    Keymaster

    @matthewseanmclachlan: In Catch Flames Pro, you can go to “Appearance => Theme Options => Featured Slider => Slider Options” and in slider type, you can select “featured Image Slider”. Then you can upload image of any size you like.

Viewing 20 posts - 2,761 through 2,780 (of 14,507 total)