Hi !
First of all thank you for this very useful plugin.
The plugin uses the original image (can do 3000px on 2000px) and resizes.
I would like takes a thumbnail ( 500px on 200px ) and resize.
This would avoid that the site is slow.
Thank you very much !
]]>Hi, very nice plugin but I have a question :
How I can change the location of posts playlist ?
I have try to modify “style-admin.css” but I have no result.
Thank you for this plugin and for your reply.
]]>I found that if I haven’t added any favorites yet, the Posts Playlist link shows up anyways. I’ve fixed it myself and here’s a diff if you’d like to take a look: https://pastebin.com/X0SwDnZn
]]>there any way to view the image on page post favorite? and the post favorite is successfully on a different page?
thanks for this great plugin!
Thanks for a great plugin – I seem to have overcome most of the issues.
An odd problem: the settings in /wp-admin/options-general.php?page=wp-posts-playlist randomly disappear
Any suggestions?
ROB
Hi
Thanks for great plugin!
One problem: I can’t seem to insert the “add favorite” to a custom post type template.
Any suggestions?
ROB
Hi Pasquale,
This plugin is very useful but I have a problem…
I don’t want the favourite link in all my web site, I want it only where I want and at the place I want in the post or page.
But when I place the shortcode nothing happened, I have to check post, page and loop.
when I did that a second link appears, at the top of the post.
Can I only put the shortcode where I want in my post?
thank you
Seb
Now permalink URL is /?p=(post_id) only.
for example, Can code change this?
--- a/wp-content/plugins/wp-posts-playlist/includes/core.php
+++ b/wp-content/plugins/wp-posts-playlist/includes/core.php
@@ -150,7 +150,7 @@ function shortcode_posts_playlist_list($atts){
foreach($wpdb->last_result as $k => $v){
$_out .= "
<li>
- <a title ='".$v->post_title."' href='?p=".$v->post_id."'>".$v->post_title."</a>
+ <a title ='".$v->post_title."' href='" . get_permalink($v->post_id) . "'>".$v->post_title."</a>
</li>";
};
]]>
So far, great concept. A couple of feature thoughts (some you might already have planned).
– Need to be able to have the slider NOT in the header, be able to place with shortcode on page or in theme.
– Need to be able to choose where to place Star/Unstar, while I can place with shortcode, if I place shortcode via after_post hook for example, it shows up in both places (top and after_post). But if I uncheck ‘Show in posts’ then it doesn’t show anywhere. I want to place it in the theme, WITHOUT it also being automatically placed elsewhere.
– Keep the option to have ‘Most Favorites’ be an ALL user count. Allow choice between having users see their individual favorites, OR the entire User base favorites.
– I think someone already mentioned tying it in to featured image, but the image it takes becomes warped if featured image not already an exact square.
Thanks for your work. This plugin has a lot of promise. Good luck.
]]>Hi This is really great. The Slider works best. Is there a way to add the slider to a page instead of the header. Maybe a widget?
Can the List View have the same Featured Images along with the x to delete from the list?
If the list was a grid even better but I could work with the slider as a shortcode or list view with images.
This is really good especially because WP Favorites is not working too well anymore.
Thanks
]]>Notice: Undefined offset: 0 in /wp-content/plugins/wp-posts-playlist/includes/class_post_playlist.php on line 60
Notice: Trying to get property of non-object in wp-content/plugins/wp-posts-playlist/includes/class_post_playlist.php on line 60
]]>In the theme I am using, the text for the Add as favourite appears at the beginning of excerpts. It is not a link, just the text. This only appears if logged in.
What needs to be changed in the plugin to prevent this? I’m working with a cloned copy of the plugin because of other changes I have already made, so I cannot simply upgrade if you make changes in the plugin. I am not an expert at PHP or jquery, so cannot see where to make the change.
I like this plugin!
]]>I’ve been searching high and low for a plugin like this and i’m so happy to have found it. Just like to thank the author of this plugin!
]]>Is there any way to add the favorite post list in the buddypress profile?
The favorite post list in the profile can also be viewed by other members rather than him/herself only.
Anyway if needed I’m using:
WP 3.5.1
BP 1.7
HI,
can i display only favouite posts of logged user in a loop ?
Thx.
]]>Carousel does not show correctly on a test blog with default theme and no other plugin: https://tof.canardpc.com/view/8ec29257-3998-4c4b-83ca-eb3afdfcec19.jpg or https://tof.canardpc.com/view/6c8fde35-cdcc-471d-bf46-5335cb7e46fb.jpg
]]>Hi
at core.php in wp-posts-playlist\includes directory
line 141
$_out = "<div class='class='".$class."''><ul>";
most replace with:
$_out = "<div class='".$class."'><ul>";
Thanks
]]>can you make it with ajax please ?
]]>Is there live updated widget available with favourite posts list?
*live means that when user add post to playlist that the list in the widget updates the list, and also when the post is removed…
Cheers!
]]>Hi,
The shortcode [posts_playlist class='my_class_name']
doesn’t show the saved links (it doesn’t show anything). The shortcode [posts_playlist_list class="my_class_name"]
show everyone’s favorite into the same list, as coldkey explained here.
The shortcode function shortcode_posts_playlist_list
does not check for the current user when calling the SQL query to extract the list of favorite posts.
This cause everyone’s favorites to be pulled out into the same list.
]]>I am trying to put the favorite link at a different part of the post and I found that if I disable the option Show in post, my own shortcode won’t take effect.
If I enable the option, then I end up with 2 favorite links for the same post.
Can you move the check for the options outside the shortcode function shortcode_posts_playlist
to another function that generates the default favorite link?
I can hacking the code to remove the check but it will block me from future updates to this nice plugin (no apache mod_security complaints).
]]>