October 20th, 2008J Post Slider wordpress plugin – jQuery post animation show
Boban Karišik developed nice jQuery slide show images script. This jQuery slide show, rotate images, and showing out transparent div with image description.
I used this jQuery Script, to develop WordPress plugin which can be customized in admin area. This plugin will rotate latest posts from blog, presented with selected image, post headline, and optional post excerpt. One post can have one J Post Slider, image for this animation.
You can set up:
- How many latest post to rotate
- Post offset, if you don’t want to show latest post in J Post Slider Box
- Images Width and Height for animation box. NOTE: every image you pick for J Post Slider plugin need to have same sizes, to make this animation look smootly
- Animation speed
- To show or not post excerpt
- Headline and excerpt can show up from top, left, bottom or right. Plugin can show up text area top and bottom, or left and right reciprocally or it can show area randomly
- Text area opacity
- Select categories from which this plugin can rotate post.
Installation:
- Unzip JPostSlider archive zip file, and upload folder JPostSlider into wp-content/plugins/ folder
- Activate J Post Slider WordPress plugin
- Go into Settings -> J Post Slider, and customize options for your need
- Now at the Writing post panel, you can find Select Image for J Post Slider Plugin Animation Box
where you can select image for J Post animation. You can pick only image which is uploaded into post gallery when you editing post. When you write new post you can pick from 10 latest images. -
1 2 3 4 5
<? if (function_exists("js_show_images")) { js_show_images(); } ?>
Add this code into your template file outside of loop, where you want to put this animation box.
This Plugin will present your HOT posts, in jQuery animation show. You just make sure that every image, you pick have same sizes. Plugin will give notice if you pick image with wrong size. I used Scriptaculous, web 2.0 javascript to call php function to load images, without loading whole page.
If you have some idea how to improve this plugin, i would like to hear it, and also i want to see your comments how do you like it or not like it. If you want you can send me a link with this plugin in action, and i will publish it here so people can see it.
Changelog
- 1.3.1 (30.10.2008) – J Post using its own Loop, and couldn’t effect at the your themes Loop. Also if you missed to initially select categories for J Post, it wouldn’t show error.
- 1.2 Minor changes with installation package file stricture
- 1.1 Fixed bug, from first version, plugin didn’t work well at the Write page. In the “Select image for J post slider’” users coudn’t select image if they have wordpress installed into sub-folder.
Download J Post Slider plugin.
Popularity: 100% [?]
Hits for this post: 206598

October 21st, 2008 at 11:04 pm
[...] J Post Slider [...]
October 21st, 2008 at 11:09 pm
[...] J Post Slider [...]
October 21st, 2008 at 11:37 pm
Installed WP J Post Slider as instructed above. In the plugin settings I get this repeated for every category I have:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/gotwojoc/public_html/wp-content/plugins/JPostSlider/jslider.php on line 112/>Day-To-Day
If I look at the jslider.php on line 112 this is what I see:
<input type=”checkbox” id=”cats” name=”cats[]” value=”term_id;?>”term_id,get_option(‘js_op_cats’))) echo” CHECKED”;?>/>name;?>
When I try to use the slider in my sidebar I get this error:
Warning: Invalid argument supplied for foreach() in /home/gotwojoc/public_html/wp-content/plugins/JPostSlider/jslider.php on line 168
If I look at the jslider.php starting at line 168 this is what I see:
foreach ($al_cats as $cat) {
if (in_category($cat)) {
$ret = true;
break;
}
Any ideas what’s going on?
Thanks … Joe
October 22nd, 2008 at 3:19 am
Thanks for sharing this plugin, and the time u spent to let it for us for free.
Thanks
October 22nd, 2008 at 4:26 am
[...] J Post Slider [...]
October 22nd, 2008 at 4:52 am
[...] J Post Slider [...]
October 22nd, 2008 at 6:56 am
amazing plugin , When I get the first chance to I would like to feature it in an article I’m writing.
October 22nd, 2008 at 3:11 pm
Hello, thank you for this great plugin,
but i’ve a problem.
Plugin activates normaly, and settings page, everything it’s ok.
But at the write post page, where the ‘Select image for J post slider’ appear, it breaks the page, and inside this, appear the root index of the blog.
So i cannot select any image for this.
Probably some permalink or root path problem inside the plugin code?
October 22nd, 2008 at 9:07 pm
For Joe Streno:
What is your WP version? It looks like you dont have any category at your blog, do you ?
October 22nd, 2008 at 9:17 pm
I am using WordPress version 2.6.2. I have 45 categories.
October 22nd, 2008 at 9:19 pm
For Neuro:
Also i need to know vat is your WordPress version ? what is your blog url ? Is your blog on the root or in some subfolder ?
In meantime you can add custom field with key “jslider_image” and value image url for instance: “http://www.yoursite.net/wp-content/uploads/2008/10/some-image.jpg” for every post you want to add into animation box. This will work for you i am sure.
October 22nd, 2008 at 9:29 pm
For Joe Streno:
To me it looks like you missed
Go into Settings -> J Post Slider, and customize options for your need
You need to select cats you want to use for this plugin, maybe all of them. Did you do it ?
October 23rd, 2008 at 9:04 am
Do you have screenshoot of this plugins? If there is no image for animation box, can i still use this plugins?
October 23rd, 2008 at 9:54 am
Hello again,
my WP Version is 2.6, a clean install, server has php4.
The blog url is in one subfolder called /new/ .
If this is a problem do i have to edit the plugin to alter the blog url?
thanks for your reply.
October 23rd, 2008 at 10:46 am
Duh! You were right. I didn’t check any cats. It did work fine after that. Sorry to have wasted your time.
October 23rd, 2008 at 1:59 pm
[...] J Post Slider [...]
October 23rd, 2008 at 6:04 pm
Thanks a lot for the great plug-in.
I have to problems:
-One on the settings:
“Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/content/h/i/m/himtox/html/blog/wp-content/plugins/JPostSlider/jslider.php on line 112″
-Second on the post page:
”
I use version 2.6 and its on subfolder.
Thanks for support.
October 23rd, 2008 at 7:24 pm
[...] J Post Slider [...]
October 23rd, 2008 at 10:09 pm
For Neuro:
I just publish version 1.1, and i fixed problem which appears when WordPress is installed into subfolder. It is tested on blog installed into subfolder, with WordPress versions 2.6 and 2.6.2
Please install new J Post Plugin version and inform me about results.
October 24th, 2008 at 2:03 am
Okay …. I tried the update. You changed the name of the unzipped plugin folder from ‘JPostSlider’ to ‘j-post-slider’. The plugin breaks unless you go back and rename the folder ‘JPostSlider’. With the 1.1 version the J Slide image appears where it’s supposed to, but the slider box portion does not appear and becomes static text box below the image. If you rename the plugin folder to ‘JPostSlider’, 1.1 displays normal behavior.
My install of WordPress 2.6.2 is at the root level, and not in a sub folder.
The J Post Slider plugin also breaks the ‘Lightbox 2′ plugin.
I need to use Lightbox 2 and I would like to use J Post Slider … any ideas?
Thanks … Joe
October 24th, 2008 at 12:47 pm
[...] J Post Slider [...]
October 24th, 2008 at 2:27 pm
For Joe:
Thanks for notice folder problem, It is fixed.
When you are using LightBox plugin, it changes image class, so this is the problem. Solution is to change LightBox plugin just for you,
You can contact me directly over contact page, and i can help you to change LightBox plugin for your need.
October 24th, 2008 at 3:17 pm
[...] J Post Slider [...]
October 24th, 2008 at 5:00 pm
I think I might have one way to improve this. Just installed as instructed and went to settings and got the php array error mentioned above.
Once a category is selected it shows fine. I would try to fix that so if none are selected no errors show.
Not got any further than that yet though, I will let you know if it works and any other things I can see for improvement.
Hope it works well
October 24th, 2008 at 5:37 pm
One thing I have noticed after playing a little is that the post loop overwrites the main one. So if the slider is used before your main loop the main loop becomes a list of the posts used in the slider loop.
Quite a big issue. I started to look at it in your plugin but I thought I best tell you and see if I can reset it in my template for the time being.
October 26th, 2008 at 10:16 pm
For Mark:
I will improve both issues in next version.
October 30th, 2008 at 4:38 pm
Thanks to Mark, new improved version show up now. As you can see in changelog, I fixed problem with loop, and also it wouldn’t show error if you initially don’t select categories for J Post Plugin.
October 31st, 2008 at 7:28 am
I tried this plugin on WP 2.6.2 and after I activated the plugin I get the following
“s3Slider jQuery scipt. Thanks Boban for nice jQuery script. I can’t show you how much cool is this plugin, you just need to try it. Version: 1.3.1 Author: Ivan Djurdjevac Author URI: http://www.prodeveloper.org */ function js_add_pages() { $page = add_options_page(“J Post Slider”, “J Post Slider”, 0, ‘jslider’, ‘js_page’); add_action(‘admin_head-’.$page,’js_admin_head’); } add_action(‘admin_menu’, ‘js_add_pages’); function js_page() { if ($_POST['save']) { update_option(‘js_op_rotate’, $_POST['op_rotate']); update_option(‘js_op_offset’, $_POST['op_offset']); update_option(‘js_op_width’, $_POST['op_width']); update_option(‘js_op_height’, $_POST['op_height']); update_option(‘js_op_show_time’, $_POST['op_show_time']); update_option(‘js_op_cats’, $_POST['cats']); update_option(‘js_op_text_pos’, $_POST['text_pos']); update_option(‘js_op_left_width’, $_POST['left_width']); update_option(‘js_op_right_width’, $_POST['right_width']); update_option(‘js_op_opacity’, $_POST['opacity']); update_option(‘js_op_show_ex’, $_POST['show_ex']); } ?>”
Then I get options for the actual plugin , then after that I get my regular dashboard and plugin page.
November 1st, 2008 at 10:46 am
[...] J Post Slider [...]
November 5th, 2008 at 11:54 pm
Ive installed the plugin and activated it. Trying to go to settings it says: Cannot load jslider.
Any idea?
November 6th, 2008 at 12:13 am
Im using WordPress 2.6.3… is this the problem?
November 6th, 2008 at 6:20 am
Problem solved. I had some issues with the wordpress installation…
Now it wont show any image in “Select Image for J Post Slider Plugin Animation Box
”, Im writing a new post, uplading new pictures and nothing comes up… it only says “Loading Images…” and nothing.
I have selected some categories on the settings, im uploading pictures at the proper size. Im using wordpress 2.6.3 in a subfolder(/site/). The uploading path is /site/images folder.
Any ideas?
Thanks!
November 6th, 2008 at 12:39 pm
Nice one Ivan.
I will try it again soon to see if it’s all cool.
November 7th, 2008 at 1:48 pm
Hi!
It stops working when i make a new post from other category. So it means that the latest post must be from the selected category.
Any idea?
November 7th, 2008 at 11:28 pm
[...] J Post Slider - Este plugin permite-lhe apresentar os seus artigos numa caixa jQuery, rodando imagens, e colocando uma descrição própria. É muito utilizado para criar ‘artigos de destaque’. [...]
November 9th, 2008 at 12:26 am
Great plug-in, but two issues.
1. Your plugin lets the subscriber role, change the settings for the plug-in. This is not good… When it the plugin is enabled, it makes the settings tab show up in the subscriber page????
2. The auto update within WordPress does not work, your updated files upload to the wrong directory…..
November 16th, 2008 at 6:21 pm
I am using WordPress 2.6.2. I uploaded the plugin and extracted it for use, but when I went to my WordPress control panel to activate the plugin, it doesn’t appear there. It’s as if WordPress doesn’t “see” the plugin in my folder.
Any suggestions?
December 17th, 2008 at 7:08 am
不错不错J Post Slider wordpress plugin – jQuery post animation show | Pro …
December 31st, 2008 at 5:10 am
[...] J Post Slider [...]
December 31st, 2008 at 11:25 am
[...] J Post Slider [...]
January 1st, 2009 at 9:48 pm
Hi there, I have a problem using your plugin with WP 2.7
I made J slider work, but every time I edit post that has J slider included, J slider disappears. Also, the same is happening when I upload index.php on server. It’s like a kind of bug that doesn’t remember selection of picture in J slider admin on post page.
Please help
January 5th, 2009 at 7:42 am
Hi… I tried this plugin with wordpress 2.7 and when I activate the plugin it shows on top of all other plugins in wordpress plugins page.
Is there some way to fix this !?
s3Slider jQuery scipt. Thanks Boban for nice jQuery script. I can’t show you how much cool is this plugin, you just need to try it. Version: 1.3.1 Author: Ivan Djurdjevac Author URI: http://www.prodeveloper.org */ function js_add_pages() { $page = add_options_page(“J Post Slider”, “J Post Slider”, 0, ‘jslider’, ‘js_page’); add_action(‘admin_head-’.$page,’js_admin_head’); } add_action(‘admin_menu’, ‘js_add_pages’); function js_page() { if ($_POST['save']) { update_option(‘js_op_rotate’, $_POST['op_rotate']); update_option(‘js_op_offset’, $_POST['op_offset']); update_option(‘js_op_width’, $_POST['op_width']); update_option(‘js_op_height’, $_POST['op_height']); update_option(‘js_op_show_time’, $_POST['op_show_time']); update_option(‘js_op_cats’, $_POST['cats']); update_option(‘js_op_text_pos’, $_POST['text_pos']); update_option(‘js_op_left_width’, $_POST['left_width']); update_option(‘js_op_right_width’, $_POST['right_width']); update_option(‘js_op_opacity’, $_POST['opacity']); update_option(‘js_op_show_ex’, $_POST['show_ex']); } ?>
January 5th, 2009 at 5:58 pm
Hi,
Thanks for sharing nice plugin
Kami
dwgeeks.com
January 6th, 2009 at 11:21 pm
Hi, great plugin!
This relates to the earlier issue with Lightbox2, I’m using the Slimbox plugin, same as LB but uses MooTools instead.
Can you share your solution that helped Joe above.
Much appreciated, Thanks.
January 12th, 2009 at 3:52 pm
I love it! Thanks!
January 14th, 2009 at 8:04 am
Hey, Cant wait to use the plugin. I have everything set up correctly but the gallery is not showing up… I even just tried putting but it didnt work. I have the cat selected and everything customized. Im running WP 2.5
January 17th, 2009 at 5:53 pm
Hi, it looks like exactly what I was looking for but I’m having issues.. installation went fine, I picked categories, changed image sizes and other settings, added post with correct image size and on the end added code in the template but cant see any changes… it looks like it doesnt call the function at all. I cant provide links as it is on my local server. Do you have any idea what is going on? Do you have any demo of working plugin?
Thanks again, Hvala i sretno
January 22nd, 2009 at 1:17 pm
Great plugin. Love it. Are you making a version for later WP editions too? Would be greatly appreciated!
January 22nd, 2009 at 5:40 pm
Hi,
I’m using wordpressmu 2.6.5 and the plugin works a treat.
I have altered the slider box and font size so I can use j post slider as a noticeboard, just need to figure out how to display all of the post’s text rather than just an excerpt.
However, I notice that any post I go back to and alter is removed from the blog?
’ the images are no longer displayed?
From the ‘Manage Posts’ admin area and using ‘Select Image for J Post Slider Plugin Animation Box
Can you help?
January 23rd, 2009 at 3:31 pm
Sorry just read my post back.
The post is not removed from the blog but removed from the J Post Slider display.
Also, is it possible to display all of the text from a post into the J Post slider display?
Many thanks
January 23rd, 2009 at 6:13 pm
Is it posible to have more the one box of featured posts per page? What do you have to do to display more then a box ?
January 26th, 2009 at 6:23 pm
[...] 5. J Post Slider [...]
January 27th, 2009 at 8:20 am
[...] 5. J Post Slider [...]
January 28th, 2009 at 7:07 pm
Any thoughts on getting this up to date with WordPress 2.7?
January 29th, 2009 at 2:07 pm
Cool plugin, but I have a little problem.
I’m using WP 2.7 and I Writing I can’t find “Select Image for J Post Slider Plugin Animation Box”
Someone could help me pleas?
February 2nd, 2009 at 9:07 pm
well, top idea, and sounds great, but doesn’t work for 2.7, yet at least…can’t pull images from the in-post Ajax facility, and can’t use
custom fields with the “jslider_image” key.
…unless I’m missing something?
February 4th, 2009 at 3:19 pm
Hi,
I have been pointed to:
\wp-content\plugins\JPostSlider\JSlider.php
and have altered:
“the_content()” instead of “the_excerpt()”
and WOW, just want I was after! The whole post is now being displayed in the slider box.
My messaging system is starting to take shape!
February 6th, 2009 at 1:25 pm
Hi Pro Developer, everything works fine until I try to see the page where I paste the code
But I get nothing, the code is outside the loop, everything as you explained.
Any idea?
BTW I’m working on WP 2.7
February 10th, 2009 at 5:51 pm
Any way to get this to work with WP 2.6.3 – 2.7? Thanks!
February 12th, 2009 at 5:37 pm
Can anyone help with the J Post Slider plugin?
The plugin does not seem to work if I go back and amend a post (manage posts)?
The post is not displayed in the slider, is this due to the post having some extra info associated with it when it has been edited?
February 17th, 2009 at 10:50 am
[...] 5. J Post Slider [...]
February 24th, 2009 at 6:12 pm
This plug in is great, the fact that it is editable from the admin area means you can set it up and anyone can then have some creative in-put without having specialist knowledge. Really user friendly, thanks for sharing!
March 3rd, 2009 at 6:04 am
||NOOB ALERt|| where do I put the code???? Im a noob!!! Someone please help.
March 3rd, 2009 at 5:13 pm
[...] δύο plugins τα οποία βρήκα το WordPress Featured Post Slideshow και το J Post Slider wordpress plugin το οποίο ίσως είναι και το ποίο καλό αφού [...]
March 5th, 2009 at 4:05 am
Is there going to be a version of J Post Slider that will work on WordPress version 2.6.5? I love the idea of the plugin, but as I use 2.6.5 I haven’t been been able to use it.
March 11th, 2009 at 4:47 pm
[...] J Post Slider Plugin [...]
March 13th, 2009 at 6:45 pm
Thanks for the nice work! I’m having the problem that the slider only appears when on the page where posts from the allowed categories are shown. I’m using it in the sidebar and want to show the slider in the sidebar, no matter on what page I am. Is that possible?
I think it has to do with the way the query is done in jslider.php, using global $post:
function js_show_images() {
global $post;
Any idea?
Thanks in advance.
March 15th, 2009 at 9:02 pm
Great plug-in. The only feature i’m miss is image resizing to fit the box dimensions.
April 4th, 2009 at 7:15 pm
[...] 5. J Post Slider [...]
April 14th, 2009 at 3:23 pm
[...] 10. J Post Slider [...]
May 6th, 2009 at 1:53 am
There’s a problem with this plugin, due to the file structure. You just need to upload only the directory JPostSlider, not the j-post-slider. Then just go to wordpress plugins in the dashboard panel and activate it. You have to do this manual to get this plugin to work. Don’t install it via the wordpress repository..
May 7th, 2009 at 11:36 pm
hi ! this worked gre8 ! but after any time ( 20 hours ) auto disable and not show slider in my index page !!! how to fix this ? wp : 2.7.1 thanks . regards
May 11th, 2009 at 9:47 pm
Hehyo,
I’d like to see it workin with WP 2.7.1. I finaly got it installed but it doesn’t showm up (just empty reserved space für the div).
May 20th, 2009 at 7:06 am
I installed this plugin, but it just keeps showing the same post over and over!
May 26th, 2009 at 9:12 am
Hi, I think I got to set up everything correctly, but when I go to the page (see link) where the JPost Slider should appear, there’s just a blank space. I checked the source and the JPost code was there, but the pictures are not appearing. Any help?
The site uses a tweaked Who’s Who Theme.
May 26th, 2009 at 12:04 pm
Could you please show us demo?
I tried use so many plugin befor but It didn’t work like what I want
May 26th, 2009 at 8:00 pm
Pro Developer, Thanks for this plugin. Jim, Thank you for the tip. This is what is was loking fore
May 29th, 2009 at 4:32 pm
same issue as Jim and Tino.
after edit the image selection is forgotten.
will use custom fields until sorted but pls fix this asap.
thanks,
Cezar
PS: your plugin: simple and smart. hate fancy and complicated.
May 29th, 2009 at 4:37 pm
i tried using custom fields and after i add it it is deleted. very weird.
any ideas?
May 29th, 2009 at 6:57 pm
any idea why it conflicts with this?
jQuery(window).load(function(){// Lazy Load images below the fold
jQuery(".content img.thumbnail").lazyload();
// The magic sliding panels
jQuery('.entry-content a span.slide-title').css({
opacity : '0.0'
}).parent('a').append('');
jQuery('.entry-content a').mouseover(function(e){
jQuery(this).find('img.thumbnail').stop().animate({
marginTop : '-25px'
}, 100).parent('a').find('span.slide-title').stop().fadeTo("slow",1.0);
});
jQuery('.entry-content a').mouseout(function(e){
jQuery(this).find('img.thumbnail').stop().animate({
marginTop : '0'
}, 100).parent('a').find('span.slide-title').stop().fadeTo("slow",0.0);
});
// Comment Author URL hover effect
jQuery('.comment-author a.url').mouseover(function(e){
var url = jQuery(this).attr('href');
jQuery(this).parent('span').append(''+url+'');
})
jQuery('.comment-author a.url').mouseout(function(e){
jQuery(this).parent('span').find('.hover-url').remove();
})
jQuery('#footer .widgetcontainer:nth-child(3n+1)').addClass('reset');
jQuery('.ie6 #footer .widgetcontainer:nth-child(3n+1),.ie7 #footer .widgetcontainer:nth-child(3n+1)').style({
clear : 'left'
});
});
May 30th, 2009 at 4:06 pm
[...] J Post Slider Plugin [...]
June 12th, 2009 at 2:04 am
[...] J Post Slider Plugin [...]
June 12th, 2009 at 5:05 pm
Great plugin!! I love it. this is just the plugin I was looking for. Works awesome.
June 22nd, 2009 at 9:45 am
Would be so cool if this worked with WP 2.7 ….
…. anyone with WP2.7 having the same problems?
Any plans to make it compatible? I cannot get it to run,
June 22nd, 2009 at 9:46 am
I see Danielo had an issue with WP2.7 … Did that get sorted out?
June 23rd, 2009 at 5:53 am
[...] 5. J Post Slider [...]
June 27th, 2009 at 7:59 pm
[...] 5. J Post Slider [...]
July 1st, 2009 at 7:00 pm
Great Plugin!
July 11th, 2009 at 6:23 am
Nothing is showing up in my ‘Select image for JPOST Slider Plugin Animation Box’… I’ve tried everything and made sure all is correct. Even read through all the comments on here. DOES ANYONE HAVE ANY IDEAS? I’m on WordPress 2.8…..
I’M DESPERATE, any help is appreciated!
Peace.
July 11th, 2009 at 6:23 am
Nothing is showing up in my ‘Select image for JPOST Slider Plugin Animation Box’… I’ve tried everything and made sure all is correct. Even read through all the comments on here. DOES ANYONE HAVE ANY IDEAS? I’m on WordPress 2.8…..
I’M DESPERATE, any help is appreciated!
Peace + Thanks
July 15th, 2009 at 10:12 pm
I already installed and works fine but I repeat the last post and put a number 5 for example, I repeated the same. as I solve it? I want to rotate the last 5
July 16th, 2009 at 7:36 pm
I’ve tried everything and I can’t get the slider to show up on a page. Blank! Please help. I would love to use this.
July 20th, 2009 at 3:19 am
[...] 1. J Post Slider [...]
July 21st, 2009 at 3:38 am
[...] J Post Slider wordpress plugin – jQuery post animation show | Pro Developer (tags: wordpress jquery plugin slider) [...]
August 2nd, 2009 at 8:39 pm
[...] videos with comments for example is just one of the many options available with this plugin J Post Slider Plugin. This plugin allows you to create a slider navigation element, that is used for showing your posts [...]
August 7th, 2009 at 7:45 pm
[...] J Post Slider Plugin. This plugin allows you to create a slider navigation element, that is used for showing your posts by sliding them across the screen. The motion is constant, until a user holds the mouse over a post, and selects it by clicking it. Post descriptions also appear. [...]
August 10th, 2009 at 3:26 am
[...] J Post Slider Plugin. This plugin allows you to create a slider navigation element, that is used for showing your posts by sliding them across the screen. The motion is constant, until a user holds the mouse over a post, and selects it by clicking it. Post descriptions also appear. [...]
September 3rd, 2009 at 1:05 am
Hi there,
I am currently working on my website and trying to get the shadowbox plugin working on thumbnail galleries.
However it is not working and think it might be because of the s3slider I have on the home page. I would be grateful for any input in this problem.
Thank you in advance
September 3rd, 2009 at 4:31 am
[...] 1. J Post Slider [...]
September 6th, 2009 at 4:41 pm
Hi,
I would like to use this plugin on my website.
I’m using wp 2.8.4.
When I’m trying the auto install it is installing, but when i press activate it says: there’s no header??
September 6th, 2009 at 5:00 pm
I got that already fixed, It was installed in a extra folder.
But still I cannot get it to work.
In the options page it is showing almost all my keywords in stead of categories. I do not know what to do.
Can you help please?
September 8th, 2009 at 11:46 pm
[...] 16.J Post Slider [...]
September 10th, 2009 at 3:18 am
[...] J Post Slider wordpress plugin – jQuery post animation show [...]
September 14th, 2009 at 9:46 am
[...] 16.J Post Slider Muéstrele a su publicación un cuadro jQuery, rotación de imágenes, cuadro de texto con la descripción de la publicación. Este plugin presentará sus mensajes de forma muy animada. [...]
September 16th, 2009 at 12:29 pm
[...] 3, Post Slider for WordPress. http://www.prodeveloper.org/j-post-slider-wordpress-plugin-jquery-post-animation-show.html [...]
September 17th, 2009 at 11:07 am
[...] J Post Slider [...]
September 18th, 2009 at 8:27 pm
[...] 16.J Post Slider [...]
September 21st, 2009 at 6:40 pm
[...] 16.J Post Slider [...]
September 28th, 2009 at 4:21 pm
[...] Continue Reading: Click here for Original Source [...]
September 29th, 2009 at 12:44 am
It doesn’t look like anyone has updated this site recently, but I’ll post anyway. I am running J Post Slider 1.3.1 on WordPress 2.8.4. Frequently (too frequently) the text from a post will disappear from the slide animation. The image remains, and the text and images from the other posts remain. In order to recover I have to delete the entire post and start again. Any advice?
Thanks.
September 29th, 2009 at 8:35 pm
[...] 16.J Post Slider [...]
October 2nd, 2009 at 4:35 pm
[...] J Post Slider wordpress plugin – jQuery post animation show [...]
October 6th, 2009 at 11:00 pm
[...] J Post Slider [...]
October 7th, 2009 at 11:32 pm
[...] J Post Slider [...]
October 17th, 2009 at 9:12 am
This is a pretty good plugin. I will try it out on my website.
October 23rd, 2009 at 2:14 pm
What can we say about medium stars? ,
November 18th, 2009 at 9:36 am
Hi,
what is the compatability range for this wp plugin ?
November 21st, 2009 at 12:29 am
i tried and nothing. it sucks.
December 8th, 2009 at 12:07 pm
[...] 3. J Post Slider [...]
December 11th, 2009 at 12:46 am
Same problem as Jim above, anyone knows a solution?
December 14th, 2009 at 9:10 pm
[...] J Post Slider [...]
December 21st, 2009 at 11:01 am
problem with picture’s size…even picking the right size but still get an error for picture’s size
December 21st, 2009 at 11:01 am
therefore…nothing shows up
December 21st, 2009 at 11:04 am
is there any way to disregard the picture’s size?
January 3rd, 2010 at 11:03 am
The products are first-class quality,welcome you to purchase.
January 5th, 2010 at 12:13 pm
[...] [...]
January 5th, 2010 at 12:13 pm
[...] [...]
January 6th, 2010 at 11:33 pm
[...] 20.J Post Slider [...]
January 7th, 2010 at 7:09 am
[...] J Post Slider [...]
January 14th, 2010 at 6:53 pm
nice plugin ,works like a charm
January 18th, 2010 at 4:46 pm
[...] 5. J Post Slider [...]
January 20th, 2010 at 6:04 pm
[...] 10. J Post Slider [...]
January 26th, 2010 at 9:07 pm
[...] Descarga | J Post Slider [...]
February 6th, 2010 at 5:43 pm
This could be is a great plugin, BUT :
It is not compatible with lightbox and also with the plugins like lightbox ( fancybox, greybox etc…)
Do the trying youll see….
Also it will be more usefull if it shows more posts than there is in the home page when you use to show one on two posts… then it will work also like a archive show
Any way I doubt that people use it if this non compatibility is not resolved.
if this problem is resolved then I will use it surely…
daniel
February 8th, 2010 at 1:29 am
[...] J Post Slider [...]
February 8th, 2010 at 6:23 pm
Thanks for a plugin!
The question is one:
How to delete record from show in a slider?
February 12th, 2010 at 8:47 am
[...] 16.J Post Slider [...]
February 23rd, 2010 at 3:41 pm
[...] kann man entweder das bereits fertige Plugin J Post Slider verwenden oder das ganze direkt mittels Tutorial händisch ins Theme [...]
February 24th, 2010 at 1:25 am
[...] J Post Slider [...]
March 5th, 2010 at 8:24 pm
Hello,
This is a great plugin, really smooth and great looking.
I have it set up for “left only” text area and would like to know how to solve the following issues (i’ve looked all over the place already…) :
- Have text area slid in from left-right rather than from top-down.
- Get rid of the 10px margin on top of the text column (I would like it to overlay the post foto from top to bottom).
- Define the color / opacity when hovering over the text area. Right now it gets very bright. It might be my theme, if so, where and how can I define the CSS to have it not change whether hovering on not?
I would really really appreciate your help. You’ve already helped me soo much with this great plugin, it would be a shame to stop now
Best,
C.
March 13th, 2010 at 6:12 pm
Hello again,
I have figured out how to fix the margin problem… That was actually my stylesheet acting up
However this plugin is generating jquery conflicts because you dont use the wp_enqueue_script function recommended by WordPress.
Would you mind implementing that into the head call in jslider.php ?
Please???
March 17th, 2010 at 12:51 pm
i try to configure this plugin ..it says some error ..now i’m using futures content gallery .. but i like jPost..
March 21st, 2010 at 10:08 am
[...] J Post Slider [...]
March 27th, 2010 at 9:00 pm
[...] 28. J Post Slider wordpress plugin – jQuery post animation show [...]
April 7th, 2010 at 5:31 pm
[...] J Post Slider wordpress plugin [...]
April 22nd, 2010 at 4:41 pm
It looks good, but I can’t get it to show on the site. I’ve selected categories from the admin page, but nothing shows up where I add my php code.
May 8th, 2010 at 8:52 pm
Love it pro… thaxs for share this
May 17th, 2010 at 2:19 pm
[...] 5. J Post Slider [...]
May 20th, 2010 at 8:41 am
[...] – J Post Slider – Demo – Download J Post Slider [...]
May 22nd, 2010 at 4:25 am
[...] 2 – J Post Slider – Demo – Download [...]
May 24th, 2010 at 3:42 pm
[...] 2 – J Post Slider – Demo – Download [...]
May 25th, 2010 at 8:23 pm
[...] 4.J Post Slider Plugin. This plugin allows you to create a slider navigation element, that is used for showing your posts by sliding them across the screen. The motion is constant, until a user holds the mouse over a post, and selects it by clicking it. Post descriptions also appear. [...]
June 2nd, 2010 at 9:57 am
Hi, I found this error while installing the plugin
The plugin does not have a valid header.
Any idea?
June 18th, 2010 at 10:06 am
[...] This plugin rotates all of the latest posts from your blog along with a corresponding image. Click here to visit the website. [...]
June 21st, 2010 at 10:12 pm
[...] J Post Slider Plugin [...]
July 17th, 2010 at 1:50 pm
[...] 16.J Post Slider [...]
July 20th, 2010 at 8:27 pm
Yea this plugin is broken wordpress 3.0 and similar versions.
July 21st, 2010 at 8:26 pm
[...] 16.J Post Slider [...]
August 2nd, 2010 at 3:24 pm
Is this plgin still being supported? I’ve been using it successfully on my website but noticed it doesn’t seen to be working right with WordPress 3.0
More specifically, JPost Slider is still working ok for older existing featured posts (posts I’d published before 3.0 upgrade). But when I try to add a new featured post, the JPost Option in the post edit screen won’t load images.
Keen to continue using this plugin, but need a fix to this problem
August 7th, 2010 at 11:22 am
[...] J Post Slider Plugin. This plugin allows you to create a slider navigation element, that is used for showing your posts by sliding them across the screen. The motion is constant, until a user holds the mouse over a post, and selects it by clicking it. Post descriptions also appear. [...]
August 9th, 2010 at 3:48 pm
[...] Web sitenizde ne oluyorsa, yeni post’lar ekleniyorsa J Post Slider ile anında sayfaya yazdırılır. j-post-slider [...]
August 15th, 2010 at 10:18 am
[...] and optional post excerpt. One post can have one J Post Slider, image for this animation. Web Site Download Share and [...]
August 20th, 2010 at 10:45 pm
Hey Man,
Thanks for the plugin, but it just don’t work anymore with WordPress 3. Just to install it I had to move the files out of their subfolder. Then I had to put the full root path on line 256 of the main .php file, and still it’s giving me a lot of warnings like:
Warning: Cannot modify header information – headers already sent by (output started at /home4/adaldesi/public_html/adaldesign/wp-content/plugins/j-post-slider/jslider.php:12) in /home4/adaldesi/public_html/adaldesign/wp-includes/classes.php on line 1601
Warning: Cannot modify header information – headers already sent by (output started at /home4/adaldesi/public_html/adaldesign/wp-content/plugins/j-post-slider/jslider.php:12) in /home4/adaldesi/public_html/adaldesign/wp-includes/pluggable.php on line 890
Frustrating because the demo looked so good and the description is so promising…. snif!
Thought I’d warn you. Don’t abandon this great plugin!
September 10th, 2010 at 6:26 pm
I recently purchased, The Wall theme for http://amandrewilsoncollege.com and I had problems configuring the j post slider. It said the plugin was installed but it had no settings tab or anything like that. Can you help?
December 10th, 2010 at 12:55 pm
[...] [...]
December 14th, 2010 at 9:32 am
[...] 16.J Post Slider [...]
December 18th, 2010 at 8:07 am
Fantastic stuff from you, man. Ive read your stuff prior to and youre just too awesome. I love what youve got here, adore what youre saying as well as the way you say it. You make it entertaining and also you nonetheless manage to keep it smart. I cant wait to read additional from you. This is truly an excellent blog.
January 15th, 2011 at 2:59 am
interesting article, is the first entered in this site and will not be the last
Greetings
February 15th, 2011 at 3:45 pm
[...] 5. J Post Slider [...]
March 1st, 2011 at 8:33 am
[...] J Slider Post [...]
March 10th, 2011 at 3:37 pm
wow nice post thanks very well
May 9th, 2011 at 6:23 pm
[...] 5. J Post Slider [...]
May 28th, 2011 at 10:44 am
[...] 34. J Post Slider [...]
May 31st, 2011 at 9:19 am
[...] 34. J Post Slider [...]
June 15th, 2011 at 9:14 am
Really? A plugin invasive enough that it requires php editing and is designed for showing images, with NO ACTIVE DEMO!? Yea I really want to put in all this work for something I don’t even know looks good……
June 18th, 2011 at 12:12 am
Excellent read because I had been unsure what to do and easily found my personal solution
July 1st, 2011 at 3:45 pm
[...] 34. J Post Slider [...]
July 11th, 2011 at 6:05 am
[...] J Post Slider Plugin [...]
July 29th, 2011 at 5:25 pm
[...] J Post Slider [...]
August 11th, 2011 at 2:41 pm
[...] J Post Slider [...]
September 5th, 2011 at 8:58 pm
[...] 5. J Post Slider [...]
September 13th, 2011 at 12:44 pm
[...] View Tutorial [...]
October 5th, 2011 at 7:53 pm
[...] 16.J Post Slider [...]
October 30th, 2011 at 10:45 am
[...] 34. J Post Slider [...]
November 2nd, 2011 at 4:44 am
[...] J Post Slider Plugin [...]
November 16th, 2011 at 1:34 pm
[...] 16.J Post Slider [...]
December 16th, 2011 at 1:57 pm
[...] adds a tweet archive page.Download from developer’s website * * *J Post Slider J Post Slider will show your post in elegant jQuery box, and it will rotate latest posts from blog [...]
January 5th, 2012 at 10:19 am
Excellent beat ! I wish to apprentice even as you amend your website, how can i subscribe for a blog site? The account helped me a applicable deal. I were a little bit acquainted of this your broadcast provided vivid transparent concept
February 7th, 2012 at 1:00 pm
[...] J Post Slider Plugin, [...]
April 12th, 2012 at 6:30 am
[...] 1. J Post Slider [...]
May 5th, 2012 at 6:16 pm
[...] J Post Slider Plugin [...]
August 20th, 2012 at 12:59 pm
[...] Post Slider – Demo – Download by yeabee on 八月 20, 2012 • 17:59:46 無迴響 2 – J Post Slider – Demo – Download [...]
September 18th, 2012 at 9:52 pm
[...] J Post Slider [...]
September 18th, 2012 at 9:52 pm
[...] J Post Slider [...]