Forum Replies Created

Viewing 20 posts - 9,321 through 9,340 (of 12,034 total)
  • Author
    Posts
  • in reply to: Hide site tittle #163842
    Skandha
    Participant

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

    .site-title {
    	display:none;
    }

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

    in reply to: Sticky audio player, like in demo. #163841
    Skandha
    Participant

    @imajons: Hello there, you can create a playlist without having to add a shortcode. For that you will need to add a Classic Block then click on Add Media button and you should be able to find the option Create Audio Playlist.

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

    in reply to: CT:Tour open link in new window #163840
    Skandha
    Participant

    @erich74: Hello Eric,
    The feature has been added to the CT:Tours Widget in the theme. Please update the theme and let me know if it is working fine.

    Kind Regards,
    Skandha

    in reply to: Mobile issues #163838
    Skandha
    Participant

    @gina-hong: Hello there,
    The theme update has been released. Please update the theme and let me know if there is any issue.

    Kind Regards,
    Skandha

    in reply to: My Music Band Pro Inquiry #163788
    Skandha
    Participant

    @blakey0320: Hello Mike,
    You can create a landing page by uploading a .html file over a ftp with all you source code in that file. Maybe this article will help you out.
    You can check out the source of this landing page of my music band demo to have an idea.

    Kind Regards,
    Skandha

    in reply to: Third level menus not appearing #163784
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Can you insert a third level menu on your site so that I can check how it is showing up at your end? The code I provided you seems to do the job at my end.

    Kind Regards,
    Skandha

    in reply to: Heather image #163782
    Skandha
    Participant

    @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 #163781
    Skandha
    Participant

    @coconuts4sale: 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/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: Site description panel divin #163780
    Skandha
    Participant

    @redheadanna: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: how to increase the font size of the theme? #163779
    Skandha
    Participant

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

    /* To change font size of page title */
    #page .custom-header-content .entry-title {
    	font-size:28px;
    }

    To change the image page title
    Go to => Dashboard => Edit a Page and Set a Featured Image.
    Go to => Appearance => Customize => Header Media => Enable on Pages and posts

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

    in reply to: Third level menus not appearing #163778
    Skandha
    Participant

    @bobgarretthomenetworks-co-uk: Sorry about that.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-right .widget ul.menu ul {
    	padding:0 !important;
    	width:220px !important;
    }
    #header-right .widget ul.menu li {
    	padding-right:0px;
    	padding:10px
    }

    This should work out!
    Kind Regards,
    Skandha

    in reply to: The display size of youtube on the TOP page is … #163776
    Skandha
    Participant

    @ta0102: You will need to add the above CSS Code inside @media screen media query like the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	.youtube {
    		position: relative;
    		max-width: 88%;
    		padding-top: 5.25%;	
    		padding-left: 13%;
    		max-height: 200%;
    	}	
    }

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

    in reply to: ie 11 #163775
    Skandha
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

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