ner0tik
Forum Replies Created
-
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
In reply to: [WP Popular Posts] How to use this plugin? I cant find clear tutorial.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 but also have thumbnails.Forum: Plugins
In reply to: [WP Popular Posts] [shortcode] ?figured it out
Forum: Plugins
In reply to: [WP Popular Posts] How to use this plugin? I cant find clear tutorial.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
In reply to: [WP Popular Posts] How to use this plugin? I cant find clear tutorial.this link. 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
In reply to: [WP Popular Posts] wpp_get_views($post->ID); return -1 valueecho wpp_get_views( get_the_ID() );Forum: Plugins
In reply to: [Videopack] add extra video.js pluginsYup 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
In reply to: [Videopack] add extra video.js pluginsthe 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
In reply to: [Video Thumbnails] Fatal error, can't save imagesjust updated to 2.4.2 and its working, thank you. great plugin!
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error, can't save imagesyeah its not displaying the thumbnail
Forum: Plugins
In reply to: [YOP Poll] site breaking in IE 8http://busygifts.com/imgs/voted.JPG this is the output after a vote is cast
Forum: Plugins
In reply to: [YOP Poll] site breaking in IE 8here is a link to the one with before vote selected http://busygifts.com/imgs/broken.JPG
this is the one with after vote selected which is working fine
http://busygifts.com/imgs/working.JPGForum: Plugins
In reply to: [YOP Poll] site breaking in IE 8If 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
In reply to: [YOP Poll] site breaking in IE 8hey 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 ). 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.