Forum Replies Created

Viewing 20 posts - 3,781 through 3,800 (of 4,903 total)
  • Author
    Posts
  • in reply to: Several question regarding CSS #90462
    Mahesh
    Participant

    @bastain: In you Custom CSS box, replace the code:

    .sidebar_social_links li {
        float: left;
        margin-right: 15px;
    }

    with following:

    .sidebar_social_links li {
        display: inline-block;
        margin-right: 15px;
    }

    Regards,
    Mahesh

    in reply to: Responsive CSS not working in child theme #90454
    Mahesh
    Participant

    izbiz1: You have made some customization to the theme and add the some div too.
    .soon-wrap and .mlhm-heart-wrap this is creating issue in responsive design.

    Regards,
    Mahesh

    in reply to: Featured Post Slider Disappeared Since Theme Update #90453
    Mahesh
    Participant

    @dt2791: Glad that your issue is fixed.

    @rmcq-web
    : We have released the update and is now available at WordPress.org repo, please update.

    Regards,
    Mahesh

    in reply to: Change menu font #90452
    Mahesh
    Participant

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

    @font-face {
        font-family: "Amatic SC";
        font-style: normal;
        font-weight: 400;
        src: local("Amatic SC"), local("AmaticSC-Regular"), url("https://fonts.gstatic.com/s/amaticsc/v8/6UByihrsVPWtZ99tNMIgMBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
        unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    }
    #header-menu ul.menu a {
          font-family: 'Amatic SC', sans-serif;
    }

    Regards,
    Mahesh

    in reply to: Featured Post Slider Disappeared Since Theme Update #90446
    Mahesh
    Participant

    @susannec: Please fill up this form in the link below with your issue and details and let me know when you’ve submitted the form and our team will check the issue.
    https://catchthemes.com/blog/customizer-not-working-wordpress-update/

    Regards,
    Mahesh

    in reply to: Featured Content is not showing #90445
    Mahesh
    Participant

    @kelsantana: Please make sure you have put the Post’s Ids in Featured Post # box. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Categories on homepage with WPML #90444
    Mahesh
    Participant

    @j-mouretme-com: Please post in your site url.

    Regards,
    Mahesh

    in reply to: New Posts not showing up in Blog Page #90443
    Mahesh
    Participant

    @florau: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Category Setting and make sure you select all the Categories in Front page post categories.
    Hope this helps, let me know if any problem occurs.

    Regards,
    Mahesh

    in reply to: Search results page have funny characters #90440
    Mahesh
    Participant

    @ayxaaron: Go to Dashboard=> Appearance=> Customize=> Theme Options => Excerpt/More Tag Settings and replace the text in More Tag Text with the following text
    Continue Reading →

    Regards,
    Mahesh

    in reply to: Responsive CSS not working in child theme #90438
    Mahesh
    Participant

    @izbiz1: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Unable to click mobile menu in iPhone 5 Safari #90435
    Mahesh
    Participant

    @robertl: I’ve answered it in the another thread, please check. I’ll skip this one. Please do not post the same problem in multiple thread.

    Regards,
    Mahesh

    in reply to: New Social Icons Please #90434
    Mahesh
    Participant

    @jamonbull: Thank you for the suggestion. We’ll try to update it in the later version. For now, you can use our Catch Web Tools plugin’s Social Icons module.
    https://wordpress.org/plugins/catch-web-tools/screenshots/

    Regards,
    Mahesh

    in reply to: clean journal mobile version problem #90432
    Mahesh
    Participant

    @asumi: For this, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme’s function.php add the following codes:

    function clean_journal_featured_image_display() {
        add_action( 'clean_journal_after_header', 'clean_journal_featured_overall_image', 19 );
    }

    Seems you are trying to remove the site title and other in the header. But there is a huge white gap in the header. You can use the following CSS to remove it.

    #masthead {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Mobile responsive problem #90430
    Mahesh
    Participant

    @robertl: I’ve replied you in the other thread. Please check it. Since I’ve already replied the same in the other thread, I’ll skip this one.

    Regards,
    Mahesh

    in reply to: Responsive mobile menu not working #90428
    Mahesh
    Participant

    @robertl: Mobile menu does not work when viewing in portrait: This is because of the mailchimp-top-bar. The z-index of the mailchimp-top-bar is set to higher value which puts the menu button behind and makes it un-clickable.
    This is the themes default design. In devices with width less than 991px, both sidebar and main container width is set to 100% that is why it is occurring.

    Regards,
    Mahesh

    in reply to: menu and submenu of Pro version not transparent #90426
    Mahesh
    Participant

    @mupa: Add the following CSS to make the header background absolutely black:

    #masthead {
        background-color: #000;
    }

    Regards,
    Mahesh

    in reply to: Featured Post Slider Disappeared Since Theme Update #90424
    Mahesh
    Participant

    @dt2791 and @rmcq-web: Sorry, there has been a small bug in the theme, this will be fixed on the next release. We will release the quick-fix update. We’ll let you know as soon as the update is available.
    And about “Homepage or Entire Site option is selected in Enable Slider “, sorry this option is not available in Catch Box Free version. I was confused and mentioned the option of Catch Box Pro.
    Sorry for the inconvenience.
    Note: Check to Exclude Slider posts from Homepage posts: If you are displaying latest posts in your home page, checking this option will hide the post that you’ve selected as Featured Slider Post from the post list. Hope you understand.

    Regards,
    Mahesh

    in reply to: Change menu font #90421
    Mahesh
    Participant

    @fridasofia85: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Whole header messed up #90420
    Mahesh
    Participant

    @nadiahri: Glad to know that your website is fixed. We try to make the theme simple and more user friendly so that everyone (w/ or w/o programming skills) could use it easily. Let me know if any problem occurs and yes do send us the screenshot if possible.

    Have a nice day!

    Regards,
    Mahesh

    in reply to: Align Header image and Title #90419
    Mahesh
    Participant

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

    @media screen and (min-width: 541px) {
        #hgroup.with-logo {
            padding-left: 20px;
        }
    }

    Note: Please adjust the margin-left value as you desired.

    Regards,
    Mahesh

Viewing 20 posts - 3,781 through 3,800 (of 4,903 total)