[Resolved] Does the theme work well with Cloudflare… and the sticky post

Home Forums Support [Resolved] Does the theme work well with Cloudflare… and the sticky post

Home Forums Support Does the theme work well with Cloudflare… and the sticky post

  • This topic has 5 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #521695
    Zipeng

    The cloudflare’s cache and minify options. does this theme work well with CF?

    Cloudflare is a very popular service right now with wordpress user.

    Hows speed test with Cloudflare for this theme?

    How can I make the sticky posts different than the regular posts. like putting shadow in the container of the sticky posts like zerohedge.com

    How can I do it?

    This is a really nice theme

    #521962
    Leo
    Staff
    Customer Support

    Hi there,

    It should work with Cloudflare no problem. We don’t use it ourselves but I’ve seen other users mention it before.

    Best to test it out yourself.

    There isn’t a default sticky post feature with GP.

    Can you link me to the page in question?

    #521963
    Zipeng

    You know that wordpress have sticky posts, I just want to distinguish them from the regular posts?

    Is there any CSS rule or other way you can make them different?

    Thanks

    #522085
    Leo
    Staff
    Customer Support

    Try this:

    .post.sticky {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    https://www.cssmatic.com/box-shadow

    #522094
    Zipeng

    Awesome! Thanks

    #522102
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.