Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #236677
    HypedElement
    Participant

    Hello! Is there a way to organize what Projects come up on the home screen, instead of it automatically showing the most recent? I know I can change how many to show (3,6,9) but I cannot find a layout editor or option to customize the order they appear in. Or is this a pro feature 🙁 ?? Thanks.

    #236699
    Skandha
    Participant

    @hypedelement: Hello there,
    To change the order of the Portfolio Posts you will need to manually edit the date of the posts. This is not a pro feature.

    I hope this helps you out!
    Kind Regards,
    Skandha

    #236707
    HypedElement
    Participant

    Thank you so much! Lifesaver <3

    #236708
    Skandha
    Participant

    @hypedelement: 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/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 great day! :_

    Kind Regards,
    Skandha

    #236709
    HypedElement
    Participant

    Done 🙂

    #236710
    HypedElement
    Participant

    Another quick question, is there a way to add a hover animation for the project thumbnails?

    #236726
    Skandha
    Participant

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

    .portfolio-wrapper img:hover {
        webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: filter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: filter 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    Let me know if this is what you want!
    Also thank you for your wonderful review.
    Kind Regards,
    Skandha

    #236765
    HypedElement
    Participant

    Perfect!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing Projects Display On Home Screen’ is closed to new replies.