Forum Replies Created

Viewing 20 posts - 1,161 through 1,180 (of 12,034 total)
  • Author
    Posts
  • in reply to: Catch Shop Header and Logo #290775
    Skandha
    Participant

    @mattis: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove search from the menu */
    #site-header-right-menu, .mobile-search {
    	display: none;
    }
    
    /* To center align site description */
    .site-description {
        text-align: center !important;
    }
    
    /* To have the logo on the left on screen width over 1200px */
    @media screen and (min-width: 1024px) {
    	.custom-logo-link {
    	    position: absolute;
    	    left: 0;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290759
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Additional CSS on mobile #290758
    Skandha
    Participant

    @calemotionnc: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290755
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    It looks like you purchased Photo Journal Pro using guest check out and used the email kleiner.dru***@gmail.com. So now the record has been deleted from that email and has been added to the email that you are using now for the Catch Themes Account.

    Let me know if it shows up in your Catch Themes Account.
    Kind Regards,
    Skandha

    in reply to: Request to 0.0.0.1. #290754
    Skandha
    Participant

    @pauldtrf: Hello Paul,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290700
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    I have forwarded your issue to the Sales team. I will get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290697
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    Did you by any change used another email when you purchased the theme?

    Let me know if you are still having the issue so that I can forward your issue to our Sales team.
    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290694
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    Haven’t you activated the license key on your site after which you can automatically update the theme from the WP Dashboard itself?
    For more information regarding auto updates please check out this link.

    Let me know if you are still having issues updating the theme.
    Kind Regards,
    Skandha

    in reply to: Reduce height of menu bar #290690
    Skandha
    Participant

    @webgo82: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic #header-wrapper:not(.header-top) .site-navigation a {
        padding: 0 25px;
    }
    .navigation-classic #header-wrapper:not(.header-top) .social-navigation a, .navigation-classic #header-wrapper:not(.header-top) #search-toggle-right {
        padding: 0 10px;
    }
    .site-branding {
        padding: 0 25px;
    }
    .custom-logo {
        margin: 0 auto;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Scolling issues and issue with video header #290687
    Skandha
    Participant

    @webgo82: Thank you very much for your wonderful review. Let me know if you come across anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Css error? (samsung internet) #290674
    Skandha
    Participant

    @felipeequinn: Hello there,
    Can you let me know on which browser you are having this issue? I checked your site on my phone on Chrome browser and the slider images were center aligned.

    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290671
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    You seem to be using an older version of the theme. Can you please update the theme to the latest version and check if the portfolio thumbnail show up better.

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Float the main menu #290646
    Skandha
    Participant

    @lblumenfeld: Hello there,
    Can you please clarify which white line you are referring to? I didn’t find any white line below the menu on your site.

    Kind Regards,
    Skandha

    in reply to: Additional CSS on mobile #290615
    Skandha
    Participant

    @calemotionnc: Hello Joris,
    That is because the CSS Code in your Additional CSS section has a small error.
    The CSS Code @media screen and (min-width: 75em) { has not been closed with a }. So if add the } to close the media screen CSS and the CSS Code should work.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Css error? (samsung internet) #290542
    Skandha
    Participant

    @felipeequinn: Hello there,
    I checked your site on my mobile phone and everything seems to look fine. Can you please attach a screenshot of the issue at your end?

    Kind Regards,
    Skandha

    in reply to: Featured Images for Portfolio cropped and resized #290540
    Skandha
    Participant

    @eilwen: Hell Eilwen,
    Can you please enable right click on your site so that I can look into your issues?

    Kind Regards,
    Skandha

    in reply to: Scolling issues and issue with video header #290515
    Skandha
    Participant

    @webgo82: Hello there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Have a great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: Menu location Primary doesn’t work #290503
    Skandha
    Participant

    @vatemecum: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Float the main menu #290471
    Skandha
    Participant

    @lblumenfeld: Hello there,
    Use the same selector #masthead and then add the following CSS Code in the Additional CSS section.

    .site-header.catchSticky .site-branding {
        visibility: hidden;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Extra space above the main content #290458
    Skandha
    Participant

    @lblumenfeld: Hello there,
    To change the font size of the title on homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .singular-content-wrap .entry-title {
        font-size: 20px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 1,161 through 1,180 (of 12,034 total)