Forum Replies Created

Viewing 20 posts - 9,321 through 9,340 (of 12,014 total)
  • Author
    Posts
  • in reply to: ie 11 #163775
    Skandha
    Member

    @tkd5041: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-media {
    	overflow:hidden;
    }
    
    .custom-header-media img{
    	max-height:100% !important;
    }

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

    Skandha
    Member

    @cjaspers: For this you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: CT Advertisement images no longer working #163764
    Skandha
    Member

    @martystl: There seems to be an unnecessary CSS Code on your site. Please check it out https://pastebin.com/NFzpJcSr. This may be coming from a plugin that you are using. Please try deactivating all your plugin and check if this resolves the issue.

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

    in reply to: Catch Fullscreen, bugs and small issues #163761
    Skandha
    Member

    @thomaswaerness: There seems to be an issue with the menu. The issue will be fixed and an update will be released as soon as possible. Thank you for reporting us the issue.

    Kind Regards,
    SKandha

    in reply to: Need 2 users for 1 theme #163755
    Skandha
    Member

    @lroehrig: You can find theme instruction to install the theme here. The theme will be always on your https://catchthemes.com/my-account/ page so you can download as many times as you want. Once you install the theme on your site anyone having WP admin access to your site can customize your site. For more information please read our terms and condition.
    For theme instructions please follow this link

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Header Image #163708
    Skandha
    Member

    @inksla: Replace the above CSS Code by the following Code.

    @media screen and (min-width:46.0625em) {
    	.below-site-header {
    		margin-top:-150px;
    	}	
    }
    
    @media screen and (min-width:48em) {
    	.below-site-header {
    		margin-top:-200px;
    	}
    }
    
    @media screen and (min-width:56.625em) {
    	.below-site-header {
    		margin-top:-350px;
    	}
    }
    
    @media screen and (min-width:72em) {
    	.below-site-header {
    		margin-top:-700px;
    	}	 
    }

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

    in reply to: Third level menus not appearing #163693
    Skandha
    Member

    @bobgarretthomenetworks-co-uk: Glad I was able to help you out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #163672
    Skandha
    Member

    @tim-van-rooijen: Hello Tim, 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-starter/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 good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #163670
    Skandha
    Member

    @tim-van-rooijen: Please add both of the codes I have provided you above and let me know if this does the work.

    Kind Regards,
    Skandha

    in reply to: Change capitalisation in menu #163667
    Skandha
    Member

    @tim-van-rooijen: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation ul ul a {
    	text-transform:lowercase;
    }

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

    in reply to: hide Extra Header Widget Area on single pages #163666
    Skandha
    Member

    @marie21: Hello Marie, I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve. Thank you so much for your help! Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #163665
    Skandha
    Member

    @elliottrae: I have added the code to your site and now the title “Latest Posts” is showing up before your posts in the homepage. Let me know if this is what you wanted.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To center featured content title and gallery title */
    #ect_featured_content-4 .widget-title, #ct-gallery-image-5 .widget-title {
    	text-align:center;
    }
    
    /* To center tagline */
    #site-branding, #site-logo, #site-header {
    	display:inline !important; 
    }

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

    in reply to: How to use the Essential Content Types Pro plugin #163655
    Skandha
    Member

    @elliottrae: There must be slight error while inserting the code due to which the error message showed up.
    Please provide me your WP login credentials so that I can correctly insert the code in your child theme. I will contact you shortly by email.

    Also can you clarify which featured posts title you would like to be centered.

    Kind Regards,
    Skandha

    in reply to: Content layout #163653
    Skandha
    Member

    @coconuts4sale: Hello Lana,
    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/simple-persona/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 good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Position of the top menu #163652
    Skandha
    Member

    @coconuts4sale: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic #primary-menu-wrapper .menu-inside-wrapper, .navigation-classic #primary-menu-wrapper, .menu-wrapper {
    	float:unset;
    }
    #menu-menu-demo {
    	text-align:center;
    }
    #menu-menu-demo li {
    	display:inline-block;
    }

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

    in reply to: Heather image #163651
    Skandha
    Member

    @coconuts4sale: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .slider-content-wrapper, .home .custom-header-content {
    	padding:150px 49px;
    }

    You can change the padding to change the position of the text.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Hide Page Titles? #163646
    Skandha
    Member

    @clydspyd: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Menu Icons/ Arrows #163640
    Skandha
    Member

    @eschejac: I will need to login to your site and look into the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Style Sheet Errors with Version: 2.7 #163639
    Skandha
    Member

    @husker: Now that you have added the code in your Child Theme the issue won’t arise again even when a new update is released.

    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-responsive/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 good day! 🙂

    Kind Regards,
    Skandha

    in reply to: hide Extra Header Widget Area on single pages #163637
    Skandha
    Member

    @marie21: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-2233 #text-2 .textwidget {
          display:none;
    }

    This should solve the issue you are having.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,321 through 9,340 (of 12,014 total)