Forum Replies Created

Viewing 20 posts - 3,841 through 3,860 (of 4,903 total)
  • Author
    Posts
  • Mahesh
    Participant

    @cyberbox: Since WordPress 4.5, Catch Kathmandu theme has been a bit modified. For Header Featured Image, it now uses WordPress’s core Custom Header instead of using theme’s own Custom Header. All the functionality and settings are the same just difference is you will need to use Customizer.
    Hope you understand. Let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: change menu with #90053
    Mahesh
    Participant

    @asumi:
    1. I checked your site and assume that you’ve managed to do the change by yourself.
    2. For making the sidebar smaller, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main {
        width: 920px;
    }
    .sidebar-primary {
        width: 240px;
    }

    This will make the sidebar smaller for desktops, for small device and responsive design you’ll need to add media queries.
    Note: The width of the all widget as set to same but the height of the widget depends on the length of the content.

    Regads,
    Mahesh

    in reply to: Menu Line Height & Featured Slider Photo Size #90052
    Mahesh
    Participant

    @alesia90230: Thank you for using Catch Evolution Pro.
    1. Line height of my primary menu text:
    Go to Dashboard=> Appearance=> Customize=> Theme Options => Custom CSS box and add the following CSS:

     #header-menu ul.menu a {
        line-height: 2em;
    }

    2. Reduce the size of my photos in the featured slider: Can you please clarify more on this?

    Regards,
    Mahesh

    in reply to: Border #90051
    Mahesh
    Participant

    @antoon: Please add the following CSS:
    1. Left side to be aligned to the left

    .entry-content td:nth-child(1) {
        padding: 0;
        text-align: left;
    }
    .entry-content td:nth-child(2) {
        padding: 0;
        text-align: center;
    }

    2. White space between the items

    .entry-content td {
        line-height: 1;
    }

    Regards,
    Mahesh

    in reply to: Border #89991
    Mahesh
    Participant

    @antoon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .entry-content td {
        padding: 0;
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Menu Line Height & Featured Slider Photo Size #89976
    Mahesh
    Participant

    @alesia90230: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Remove Mobile Menu #89974
    Mahesh
    Participant

    @tb2016: Please add the following CSS for removing mobile menu.

    #branding .menu-access-wrap {
        display: none !important;
    }

    Regards,
    Mahesh

    in reply to: Border #89973
    Mahesh
    Participant

    @antoon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .wppizza-article.hentry {
        border: medium none;
    }

    Can you please clarify more on this?:
    when i use a table, how can i get the white space between to cells smaller?

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #89971
    Mahesh
    Participant

    @rflores: Please contact plugin support for this. This falls beyond theme support scope.

    Regards,
    Mahesh

    in reply to: Slider not working (jQuery Conflict?) #89970
    Mahesh
    Participant

    @bsmitty358gmail-com: The above code should have worked fine, I tired in on my server and it worked fine. I guess you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: change menu with #89967
    Mahesh
    Participant

    @asumi: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    1. Change the color to white and I want to center the categories.

    .nav-primary.search-enabled {
        background-color: #fff;
    }
    
    .clean-journal-nav-menu a {
        color: #000;
    }
    
    .menu.clean-journal-nav-menu {
        text-align: center;
        width: 95%;
    }
    
    .clean-journal-nav-menu li {
        float: none;
    }

    2. Change the font of the menu and the font of the topics
    /* Menu */

    #menu-menu .menu-item a {
        font-family: Tahoma;
    }
    /* Topics */
    .entry-header .entry-title {
        font-family: Tahoma;
    }

    3. Edit the all right reserved in the footer
    This option is only available in Clean Journal Pro. I recommend you to upgrade to Pro version. Or you’ll need to use child theme and customize. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Featured Slider stopped working #89965
    Mahesh
    Participant

    @mariajackson: Thanks for the login details, I checked your site, disabled all plugin and the slider worked fine. Then again reactivated the plugins, the slider worked fine. I’m sure the issue was due to one of the plugins.
    Please check and let me know if the issue is resolved.

    Regards,
    Mahesh

    Mahesh
    Participant

    @webmasterbert: Thank you for your appreciation. We are really glad to have your review 🙂 We really appreciate it.
    You can give the review in the link below:
    https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

    Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Problem after updating with header image #89962
    Mahesh
    Participant

    @igarciadelamo: Just to let you know that we have released the update for Catch Kathmandu Free, please update and check.
    Thank you for letting us find the issue.

    Regards,
    Mahesh

    in reply to: Adjust the promotion headline bar #89921
    Mahesh
    Participant

    @techfinderr: For that use the following CSS:

    #homepage-message .right-section a, 
    #homepage-message .right-section a:hover { 
        background-color: #00CC99; 
    }

    Regards,
    Mahesh

    in reply to: change menu with #89887
    Mahesh
    Participant

    @asumi: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change home page/front page layout #89886
    Mahesh
    Participant

    @soledadescobar: Thank you for using Clean Journal Pro. For putting sidebar, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Primary Sidebar, Content or Content, Primary Sidebar option in Default Layout.
    For changing size of Sldier Container, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following code:

    #feature-slider .wrapper {
        width: 90%;
    }

    Note: Adjust the width as per your requirement. Changing width may result some issue in responsive design and you’ll need to use media queries for that. If you are not much familiar with CSS and media queries, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Disable Comment Field in Post Page #89885
    Mahesh
    Participant

    @techfinderr: Go to Post=> All Post and edit a post you want to disable comment. On the top right, you’ll see Screen Option click it and some options will slide down. Check on Discussion check box and scroll down below the content you’ll see Discussion Tab. Uncheck Allow comments option in it, this will disable comments for that post. Repeat the process.
    Note: Checking on Discussion checkbox is required only once.

    Regards,
    Mahesh

    in reply to: Adjust the promotion headline bar #89884
    Mahesh
    Participant

    @techfinderr: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 481px) {
        #homepage-message .left-section {
            text-align: center;
            width: 80%;
        }
    }

    By changing color, do you mean to change the background color of Promotion Headline Bar? If yes, add the following CSS:

    #homepage-message {
        background-color: #00cc99;
        border-bottom: 1px solid #00cc99;
        border-top: 1px solid #00cc99;
    }

    Note: You have an error in you Custom CSS. You are missing a closing curly brace at the end. Put an ending curly brace and then only add the above CSS or it won’t work properly.

    Regards,
    Mahesh

    in reply to: Custom CSS not working #89879
    Mahesh
    Participant

    @discoman: You have an error in you Custom CSS code.
    .powered {display: none;)
    which should be ( its a curly brace } )
    .powered {display: none;}
    Hope this fixes the issue. Let me know if any problem occurs.

    Regards,
    Mahesh

Viewing 20 posts - 3,841 through 3,860 (of 4,903 total)