Forum Replies Created

Viewing 20 posts - 3,841 through 3,860 (of 4,908 total)
  • Author
    Posts
  • in reply to: Border #90072
    Mahesh
    Participant

    @antoon: What seems to be the problem? You don’t have the code in the Custom CSS, have you removed it?

    Regards,
    Mahesh

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

    @techfinderr: For that add the following CSS, hope this works:

    @media screen and (min-width: 981px) {
        #homepage-message .left-section {
            margin-left: 15%;
        }
        #homepage-message .right-section {
            margin-right: 15%;
        }
    }

    Note: Please remove the previous CSS first.

    Regards,
    Mahesh

    in reply to: Header after updating to 4.6.2 #90068
    Mahesh
    Participant

    @eirikurva: Please try deactivating your plugins one by one and check if the issue resolves.
    Let me know if any problem.

    Regards,
    Mahesh

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

    techfinderr: Please replace the code I’ve given:

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

    with the following:

    #homepage-message .left-section {
        float: none;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
    
    #homepage-message .right-section {
        float: none;
        width: 178px;
        margin: 0 auto
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Header after updating to 4.6.2 #90056
    Mahesh
    Participant

    @eirikurva: Before WordPress 4.5, Catch Box Pro was using WordPress’s Custom Header as logo and since WordPress 4.5 provides Custom Logo, we have modified the code to support the WordPress Core support and then add Header Image feature which uses WordPress Custom Header. And since you’ve put images in both logo and custom header, two images are shown in you site. Please remove one of the image (Custom Logo or Custom Header). Go to :
    1. For Custom Logo: Dashboard=> Appearance=> Customize=> Site identity and remove Logo
    2. For Custom Header: Dashboard=> Appearance=> Customize=> Header Image and Hide Image

    Hope you understand. Let me know if any problem occurs.

    Regards,
    Mahesh

    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

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