spiggot123
Forum Replies Created
-
Forum: Plugins
In reply to: [DD Last Viewed] Show entire postThis is great! Just tried it. Weird thing though, my posts have polls in them and the polls don’t show. The last viewed widget only shows the poll’s short codes.
I have tested three different poll plugins and it only shows the short codes and not the polls. Is there some conflict where your plugin can’t handle content generated by other plugins?
Thanks! Appreciate your help.
Forum: Plugins
In reply to: [DD Last Viewed] Show entire postHi Wout,
Cool! Thanks for adding the new feature. Just tried it out.
Unfortunately it looks like it only shows the text and not the html. Some of my posts have images and polls. I want to be sure that I can show those in the right sidebar.
would you be able to add in a feature that allows the html/media to show and not just the text? thanks!
Forum: Plugins
In reply to: [WP-Polls] Error in the footer "Please wait awhile"thanks! Appreciate the help! ??
Forum: Plugins
In reply to: [WP-Polls] Error in the footer "Please wait awhile"Thanks for your comment. I am showing 2 different polls on the same page:
Poll 1 has not been voted on
Poll 2 has been voted onIt is definitely a plugin in conflict. I am using a plugin called “Posts Viewed Recently” for the right sidebar. I have made it so that the vote button has an onclick action that goes to the next post/poll. Once it goes to the next post/poll, the right bar shows the previous poll’s results.
Any thoughts on how to resolve this conflict?
Forum: Plugins
In reply to: [Posts Viewed Recently] ContentJust for documentation purposes
this code should be inserted:
<?php echo apply_filters( ‘the_content’, $ft_post->post_content ); ?>
For placement, you can refer back to this thread:
Forum: Plugins
In reply to: [Posts Viewed Recently] Contentahh yes. that makes sense. awesome. thanks for the support!