Forum Replies Created

Viewing 20 posts - 9,101 through 9,120 (of 12,027 total)
  • Author
    Posts
  • in reply to: Altering copyright text #165394
    Skandha
    Participant

    @rippert: Hello Rip,
    Thanks for posting your issue here.

    I wanted to inform you that there is a Footer Editor Option in the pro version of the theme with which you can easily edit the footer text from the customizer without the hassle of having to edit the code and use a child theme. You can check out the additional-features available in the theme.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: Header Right Widget #165392
    Skandha
    Participant

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

    .sidebar-header-right, .sidebar-header-right .widget-wrap {
    	float:left;
    }

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

    in reply to: eael-creative-button color #165391
    Skandha
    Participant

    @cairo10: Hello Byron,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Menu Bar #165390
    Skandha
    Participant

    @filip_1: This is because of the following Code you are using.
    Go to => Appearance => Customize => Additional CSS remove the following CSS Code.

    #menu-pocetna .menu-item {
        width: 16.565%;
    }

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

    in reply to: "Leave Comment" is not appearing on some posts. #165334
    Skandha
    Participant

    @mikeway: I will need to login to your site so that I can solve the issue. For that I will need your WP admin login credentials. I will contact you shortly email.

    Kind Regards,
    Skandha

    in reply to: Next page not working? #165333
    Skandha
    Participant

    @debgoonan513: Can you use <!–nextpage–> on your posts so that I can look into the issue clearly and try coming up with a solution for you.

    Kind Regards,
    Skandha

    in reply to: Hi #165327
    Skandha
    Participant

    @greenlawcorp-com: Glad the issue is resolved. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header video on mobile #165326
    Skandha
    Participant

    @maarten90: 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/fotografie-blog/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: Translate Continue Reading #165324
    Skandha
    Participant

    @said92130: 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-foodmania/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: Menu on iPhone issue #165322
    Skandha
    Participant

    @rodeboy: Regarding the background issue you can use the above CSS code as a temporary fix. The issue has been fixed and a theme update will be released soon.

    About the menu issue on iPhones we are working on it to make it look better. I will update you on this.

    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #165266
    Skandha
    Participant

    @rodeboy: Hello Chris,
    I seem to have finally figured out the issue with the promotion headline section background on iPhones.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #promotion-section .post-thumbnail-background {
    	display:none;
    }

    Let me know if this solves the background issue.
    Kind Regards,
    Skandha

    in reply to: Feature slider iOS responsive #165256
    Skandha
    Participant

    @jorismulders: Hello Joris,
    This seems to be a strange issue with the background as the it shows up fine on android devices and the problem is only on iphones. I will need to login to your site and check for the issue. For this I will need your WP admin login credentials. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Customizing "Scoll speed" (Courses) #165252
    Skandha
    Participant

    @gustavson: Hello Gustavson, 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/clean-education/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 content layout missing #165249
    Skandha
    Participant

    @veggerby: I checked your site and it seems the options on Feature Content Settings are not showing due to one of the plugins you are using. When I deactivate all your plugins and checked the options showed up. You will need to deactivate your plugin one by one and check which plugin is causing the option not to show up. To know more about plugin conflicts follow this link.

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

    in reply to: Header video on mobile #165245
    Skandha
    Participant

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

    @media screen and (max-width: 64em) {
    	.home.two-columns-layout .singular-section {
    		width:100%;
    	}
    }
    
    @media screen and (min-width: 64em) {
    		.home.two-columns-layout .singular-section {
    			width:40%;
    			float:left;
    	}
    		.home.two-columns-layout #primary {
    			width:100% !important;
    		}
    	}	
    }
    
    @media screen and (min-width: 80em) {
    	.home.two-columns-layout .singular-section {
    		width:42.276%;
    		float:left;
    }
    	.home.two-columns-layout #primary {
    		width:100% !important;
    	}
    }
    
    @media screen and (min-width: 72em) {
    	.home.two-columns-layout .singular-section {
    			width:35.762%;
    			float:left;
    	}
    	.home.two-columns-layout #primary {
    			width:100% !important;
    	}
    }	
    
    #ipw-3 {
    	display:none !important;
    }

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

    in reply to: Featured image slider Content background #165242
    Skandha
    Participant

    @ville123: 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-everest/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 content layout missing #165241
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Translate Continue Reading #165238
    Skandha
    Participant

    @said92130: Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text => And add the custom text you want.

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

    in reply to: Customizing "Scoll speed" (Courses) #165171
    Skandha
    Participant

    @gustavson: Hello there,
    The theme update has been released. Please update the theme and let me know if the transition length and transition delay in Courses section are working properly.

    Kind Regards,
    Skandha

    in reply to: Featured content layout missing #165169
    Skandha
    Participant

    @veggerby: Are you not able to add or edit your featured post under Featured Content Settings? Can you attach me a screenshot of how the Featured Content Setting in the customizer is showing up at your end?

    Kind Regards,
    Skandha

Viewing 20 posts - 9,101 through 9,120 (of 12,027 total)