• Resolved simplycharly

    (@simplycharly)


    How can I change the thumbnail images style to flat without borders? I know I need to add some customization, but unsure how to do it. Please advise.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    You’ll need to try this:

    
    img.tptn_thumb {
        padding: 0px !important;
        border: 0px !important;
        -webkit-box-shadow: none  !important;
        -moz-box-shadow: none !important;
        box-shadow: none  !important;
        -webkit-border-radius: 0  !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    
    Thread Starter simplycharly

    (@simplycharly)

    That worked, but there are now some new issues like the titles in the wrong places and the addition of bullet points. How do I fix these issues?

    Thread Starter simplycharly

    (@simplycharly)

    Nevermind. It looks like it worked out.

    Plugin Author Ajay

    (@ajay)

    Thanks. It looks good on the site.

    Thread Starter simplycharly

    (@simplycharly)

    This plugin uses a lot of resources and affects our site’s performance. Is there a way to minimize this?

    Plugin Author Ajay

    (@ajay)

    Have you turned the caching on? That’s the main way to reduce the resources.

    On tracking, an alternative is to use the fast tracker

    Thread Starter simplycharly

    (@simplycharly)

    Can you please tell me how I can track the most recent popular posts rather than the all-time popular posts?

    Plugin Author Ajay

    (@ajay)

    By recent, if you mean by post date, you can do this with the How Old setting in the list options

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Image Styling’ is closed to new replies.