Forum Replies Created

Viewing 20 posts - 10,361 through 10,380 (of 12,027 total)
  • Author
    Posts
  • in reply to: Help with Decree theme home page #153071
    Skandha
    Participant

    @annamcdermott: 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/decree/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: Featured image replaces header image #153069
    Skandha
    Participant

    @finnjackson: 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-evolution/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: Get rid of archives #153068
    Skandha
    Participant

    @csc_geordie: Go to => Appearance => Customize => Widget => Footer Area 4 => You will see the Archives Widget => Remove it

    Also, you seem to be using very old version of the theme. Please update the theme to the latest version to get latest updates and bug fixes.

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

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153043
    Skandha
    Participant

    @timbrewolf: 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-base/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: Featured image replaces header image #153041
    Skandha
    Participant

    @finnjackson: The update has been released. Please update the theme and check if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153039
    Skandha
    Participant

    @timbrewolf: I have correct the additional CSS. Please check if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153035
    Skandha
    Participant

    @timbrewolf: I added the additional CSS to your testing site and it seems to be working well. You can check it and then apply it to your website.

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153034
    Skandha
    Participant

    @timbrewolf: Yes, that would be helpful resolving the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Logo + title side by side #153032
    Skandha
    Participant

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

    @media screen and (min-width:1200px) {
    	.container {
    		width:1270px;
    	}
    }

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

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153030
    Skandha
    Participant

    @timbrewolf: Are these errors coming from the test site or the website you are working on?
    I think the code I provided you should work perfectly.

    Kind Regards,
    Skandha

    in reply to: Featured image now replacing header image in posts. #153026
    Skandha
    Participant

    @clerkthakehamparish-co-uk, @sue: Apologies for the late reply. There seems to be an issue with the header image behaving differently. This issue will be fixed and an update will be released as soon as possible.

    Kind Regards,
    Skandha

    in reply to: Featured image replaces header image #153025
    Skandha
    Participant

    @finnjackson: While updating some old functions in the code some important code must have been deleted or altered due to which you are experiencing this issue. This issue will be fixed and an update will be released as soon as possible. Thank you for reporting us.

    Kind Regards,
    Skandha

    in reply to: SiteLock scan found malware #153020
    Skandha
    Participant

    @renegadeimage: This is not a theme related issue as our theme does not use wp_cfg_index. This may be coming from one of the plugins you are using.

    Kind Regards,
    Skandha

    in reply to: Using a child theme #153019
    Skandha
    Participant

    @stefanomoret: The drop down menu staying open even after you click on the 1-page CV is the default feature. The menu remains open as it is focused in 1-page CV sub-menu. You can click on open area to remove the focus.
    If you really need to remove it I suggest you hire a customizer.

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

    Skandha
    Participant

    @orthosoc: To remove the black space you will need to add the following CSS Code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header {
    	display:none;
    }
    body:not(.home) .breadcrumb-area.custom {
    	padding-top:90px;
    }
    body:not(.home) #masthead {
    	background-color:#000;
    }

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

    in reply to: Catch Base Pro Make Primary Sidebar Width Narrower #153013
    Skandha
    Participant

    @timbrewolf: Please replace the previous CSS Code with the following.

    @media screen and (min-width:991px) {
    	.sidebar-primary {
    		width:240px !important;
    	}
    	#content_sidebar_wrap #main {
    		width:680px !important;
    	}
    }

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

    in reply to: Thumbnails size on homepage and Archives #153012
    Skandha
    Participant

    @pedrosilva: The thumbnail on your homepage and archives page depend on their original image size. If you want all the thumbnails to have similar size you will need to upload all images with similar height and weight or the same aspect ratio.

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

    in reply to: Logo + title side by side #153011
    Skandha
    Participant

    Sorry for the late reply.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:767px) {
    	#site-logo, #site-header {
    		display:inline-block;
    	}
    	#site-branding {
    		width:700px;
    	}
    }

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

    in reply to: Page content above featured content on homepage #152980
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: changing the color of the navigation under post #152979
    Skandha
    Participant

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

    .nav-previous a, .nav-next a {
    	color:#88edd4 !important;
    	border-color:#88edd4 !important;
    }
    .nav-previous a:hover, .nav-next a:hover {
    	background-color:#88edd4 !important;
    	border-color:#88edd4 !important;
    	color:#fff !important;
    }

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

Viewing 20 posts - 10,361 through 10,380 (of 12,027 total)