Forum Replies Created

Viewing 20 posts - 10,841 through 10,860 (of 12,034 total)
  • Author
    Posts
  • in reply to: What changed in this New version ? #149055
    Skandha
    Participant

    @pedrosilva: To see the changes in the new version update you can follow this link. You can also see the changelog in readme.txt file inside your theme folder.

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

    in reply to: Move ScrollUP button #149017
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Host broke my site #149016
    Skandha
    Participant

    @michelled: If you make changes to core theme files without creating a child theme all your changes will get lost when you update the theme. So creating a child theme will keep your customizations all safe. All kinds of customizations cannot be done using CSS and will require change in core theme files. Therefore using a child theme is a good choice.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Catch Mustang and WPML #149015
    Skandha
    Participant

    @rockwall-guitars: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Header Media Title Not Appearing #149014
    Skandha
    Participant

    @simonraybould: 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/corporate-fotografie/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 the default fonts #149012
    Skandha
    Participant

    @marcooooo: 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: Move ScrollUP button #149011
    Skandha
    Participant

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

    a#scrollup {
    	bottom:60px;	
    }

    You can adjust the position according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: featured post slider #149010
    Skandha
    Participant

    @denisask: Please try clearing your browser cache and check again. Let me know if the issue persists.

    Kind Regards,
    Skandha

    in reply to: Size of Featured Images for Projects #148991
    Skandha
    Participant

    @aamonirah: 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/cleanportfolio/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: widgets too far apart in sidebar #148988
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    Skandha
    Participant

    @skynet: Glad I could help you out. Have a nice day! 🙂

    Kind Regards,
    Skandha

    in reply to: Download #148985
    Skandha
    Participant

    @t-dubbis: Your subscription must have expired as it has been more than a year since you bought the theme. All of our premium themes come with an initial 1-year subscription. This means that you can download the updates until a year of purchase date. For more information read the terms and condition.

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

    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To disable scroll up in mobile */

    @media screen and (min-width:550px) {
    	#scrollup {
    	    display:none !important;
    	}
    }

    You can adjust the screen size.

    /* To increase the size of scroll up button

    a#scrollup {
    	font-size:40px;
    }

    You can change the size according to your requirement.

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

    in reply to: widgets too far apart in sidebar #148976
    Skandha
    Participant

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

    aside {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }

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

    Skandha
    Participant

    @shahmeer1998: Thank you for your appreciation! Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Size of Featured Images for Projects #148969
    Skandha
    Participant

    @aamonirah: I checked your site and the additional css code you added seems to be working well. Please try clearing your browser cache and check again.

    Kind Regards,
    Skandha

    in reply to: Social icons Color and Search Box #148967
    Skandha
    Participant

    @pixeld: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change color of social icons */

    .site #header-top .widget_clean_journal_social_icons a.genericon {
    	background-color:#fff !important;
    }

    /*To hide search box */

    #search-toggle {
            display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    in reply to: Need CSS help for featured slider #148966
    Skandha
    Participant

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

    /* To change the color of dots in the slider */

    #controllers a:hover, #controllers a.active {
        background-color:#89B59C;
    }

    /* To change the position of slider arrows */

    @media screen and (min-width:981px) {
        #main-slider:hover .slide-previous {
             left:100px;
        }
        #main-slider:hover .slide-next {
             right:100px;
        }
    }

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

    Skandha
    Participant

    @silkroaddog: Please let me know on which page you want the menu to be removed.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @shahmeer1998: Yes, you can replace that sign with a different shape. Please let me know what shape would you like to replace it with.

    Kind Regards,
    Skandha

Viewing 20 posts - 10,841 through 10,860 (of 12,034 total)