Title: ner0tik's Replies | WordPress.org

---

# ner0tik

  [  ](https://wordpress.org/support/users/ner0tik/)

 *   [Profile](https://wordpress.org/support/users/ner0tik/)
 *   [Topics Started](https://wordpress.org/support/users/ner0tik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ner0tik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ner0tik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ner0tik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ner0tik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ner0tik/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] multiple column layout not working](https://wordpress.org/support/topic/multiple-column-layout-not-working/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/multiple-column-layout-not-working/#post-6011813)
 * thanks for the prompt reply however it is still not working, i tried setting 
   it as high as 1600px and it just makes the form very large but still only one
   column
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to use this plugin? I cant find clear tutorial.](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/)
 *  [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/#post-5686883)
 * the code above would go in functions.php.
    try this add the widget, sort post
   by views, set time range to all time, select show post thumbnails. on the stat
   tag setting select display comment count, display views. it should look like 
   [the screenshot demo](https://ps.w.org/wordpress-popular-posts/assets/screenshot-3.gif)
   but also have thumbnails.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] [shortcode] ?](https://wordpress.org/support/topic/shortcode-249/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/shortcode-249/#post-5661754)
 * figured it out
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to use this plugin? I cant find clear tutorial.](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/)
 *  [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/#post-5686812)
 * if you want something in [shortcode] format that isn’t available you could always
   do something like
 *     ```
       function display_views() {
   
        echo wpp_get_views( get_the_ID() );
   
       }
       add_shortcode ('get_view_count', 'display_views');
       ```
   
 * then use the short code [get_view_count] to output the views for the current 
   post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] How to use this plugin? I cant find clear tutorial.](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/)
 *  [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-use-this-plugin-i-cant-find-clear-tutorial/#post-5686763)
 * [ this link.](https://github.com/cabrerahector/wordpress-popular-posts/wiki/1.-Using-WPP-on-posts-&-pages)
   is pretty helpful. also if you click on settings \ wordpress popular posts \ 
   parameters it will show you available options to use in the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] wpp_get_views($post->ID); return -1 value](https://wordpress.org/support/topic/wpp_get_viewspost-id-return-1-value/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wpp_get_viewspost-id-return-1-value/#post-5678270)
 * `echo wpp_get_views( get_the_ID() );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Videopack] add extra video.js plugins](https://wordpress.org/support/topic/add-extra-videojs-plugins/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634792)
 * Yup i got the css and js included, i’m thinking i can modify where the shortcode
   is created and add the params for the overlay plugin to work. thanks for your
   time and your awesome plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Videopack] add extra video.js plugins](https://wordpress.org/support/topic/add-extra-videojs-plugins/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/add-extra-videojs-plugins/#post-5634684)
 * the plugin allows for HTML and images to be overlaid on the video, i’m trying
   to create something like adsense does with popup advertising.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Thumbnails] Fatal error, can't save images](https://wordpress.org/support/topic/fatal-error-cant-save-images/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-cant-save-images/#post-4523521)
 * just updated to 2.4.2 and its working, thank you. great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Thumbnails] Fatal error, can't save images](https://wordpress.org/support/topic/fatal-error-cant-save-images/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-cant-save-images/#post-4523519)
 * yeah its not displaying the thumbnail
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] site breaking in IE 8](https://wordpress.org/support/topic/site-breaking-in-ie-8/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/site-breaking-in-ie-8/#post-3522947)
 * [http://busygifts.com/imgs/voted.JPG](http://busygifts.com/imgs/voted.JPG) this
   is the output after a vote is cast
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] site breaking in IE 8](https://wordpress.org/support/topic/site-breaking-in-ie-8/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/site-breaking-in-ie-8/#post-3522946)
 * here is a link to the one with before vote selected [http://busygifts.com/imgs/broken.JPG](http://busygifts.com/imgs/broken.JPG)
 * this is the one with after vote selected which is working fine
    [http://busygifts.com/imgs/working.JPG](http://busygifts.com/imgs/working.JPG)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] site breaking in IE 8](https://wordpress.org/support/topic/site-breaking-in-ie-8/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/site-breaking-in-ie-8/#post-3522923)
 * If I remove %POLL-ANSWER-RESULT-BAR% from template ‘before vote’ it displays 
   fine, i don’t know why or how to ‘fix’ it though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] site breaking in IE 8](https://wordpress.org/support/topic/site-breaking-in-ie-8/)
 *  Thread Starter [ner0tik](https://wordpress.org/support/users/ner0tik/)
 * (@ner0tik)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/site-breaking-in-ie-8/#post-3522920)
 * hey thanks for the reply. I replaced the code, however the output still looks
   the same. If I set it to display results AFTER vote it looks fine ( [http://busygifts.com/?p=18](http://busygifts.com/?p=18)).
   Im not a coder but I think it has something to do with the display before vote
   code. I’ve only tested it in IE 8 so Im not sure how it looks in newer versions.
   Hopefully this can be fixed i love all the options your plugin has and it’s far
   superior to the one Im currently using.

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