• Resolved projme

    (@projme)


    hi i am new to wordpress. please let me know if there is way to make thumbnails and featured images round cornered after coming with tpg_get_posts on pages of my choice with shortcode [tpg_get_posts]. i mean round corners with border radius or something else.
    my theme shows thumbnails as round corners normally but on pages with recent posts coming with tpg_get_posts it shows normal square thumbnails. i tried changes in css of tpg links but no change is happening from there although with gp process.php file i can change headings, bylines, meta etc. with true or false but no options are there for thumbnails styling. thanks in anticipation.
    dk

    http://wordpress.org/extend/plugins/tpg-get-posts/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    You can apply custom styling by following the instructions under the styling tab. Once the custom style sheet is on your system, it is standard css.

    The div wrapper for thumbnails is tpg-get-posts-thumbnail. I would suggest you look at the source generated for your site to set the custom styling for the thumbnails. A tool like firebug in the firefox browser (chrome & IE have their own debugging tools) will show what css is being applied to each element and this will help you specify the correct css syntax.

    hope that helps.

    Thread Starter projme

    (@projme)

    Hello sir,
    thank you very much for your help, i really appreciate it but i understood little bit of it only i.e creating user-get-posts-style.css inside theme root folder and nothing is happening if i am changing styles there inside that file.
    As far as custom styling is concerned, i think thumbnail styling code is green coloured inside the settings page of tpg_get_posts plugin, which means may be its in premium version – if i am right.
    i don’t know much coding so cannot do this without step by step instructions, if something is available on your some other help page or if you have time to write here if it is possible for you. I would really appreciate that. thanks for your time.

    Plugin Author Criss Swaim

    (@cswaim)

    Unfortunately time availability does not permit me to provide support to customize sites. Try searching on css tutorials to learn how to use css selectors.

    Thread Starter projme

    (@projme)

    thank you very much for your help. I followed your advice and checked links in developer tools of chrome and found the thing. i changed border radius in my style sheet and it is working as i wished. thanks for your help, i really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Thumbnail round corners in tpg links’ is closed to new replies.