Forum Replies Created
-
AuthorPosts
-
Art MunsonSpectator
Okay I found an answer to this problem that I have been chasing for a while. I inserted the following code into my single.php file.
<?php
if ( get_post_meta($post->ID, 'your_custom_field', true) )
echo do_shortcode(get_post_meta($post->ID, 'your_custom_field', $single = true));
?>Just replace “your_custom_field” with your own custom field name. You will now be able to use shortcodes in your custom field.
Art MunsonSpectatorOkay, thanks for the reply.
Art
Art MunsonSpectatorI use custom fields for the MP3 path and multiple custom fields, per post, to render my display of a post. As an example the plug in “Audio Player” will recognize the MP3 path and work correctly in the body of a post but in not if the MP3 path is in a custom field.
My question is: Will the “Compact WordPress Audio Player” plugin short code (which includes the MP3 path) work in single and multiple custom fields on a post?
Thank you.
Art MunsonSpectatorIs there any way you can tell me the file name and line number for the short code definition?
Thanks
Art MunsonSpectatorThanks, will pass this along to the Sugar Modal Windows developer.
Art MunsonSpectatorIn this particular case it’s [wp_eStore:product_id:52:end]. From what I’ve read (and I know little about programming) it just might be a jQuery conflict.
Art MunsonSpectatorI’m still getting an occasional user returning to the site and finding they are logged in as another user.
I have Quick Cache and added the following to the “Don’t Cache These Special URI Patterns”.
ap_id
cart_in_use
eMember_in_use
Any ideas on why I’m having this problem?
Thanks
Art
Art MunsonSpectatorThanks for that gamehermit as I have been wrestling with this!
Art MunsonSpectatorThanks, I stopped automatic notices until fixed.
Art MunsonSpectatorThanks!
Art MunsonSpectatorThanks Peter but that doesn’t seem to work and I don’t want to use the “Fancy Display” option (I don’t use images). I did install the shortcodes plugin and tried the code on the product but I’m still seeing “Price”, the price of the item, “Total” and the total price of the items. I’d like to be able to get rid of all of that and only display the name of the linkable item.
Art
Art MunsonSpectatorOkay, thanks.
Art MunsonSpectatorWould you be interested in developing a playlist feature, as you suggested, as a custom job? Unfortunately I can’t find a plugin that can do that.
Art MunsonSpectatorBump. Nothing?
Art MunsonSpectatorThe “Save Cart” function sounds ideal. Would they be able to save more than one cart? If so that would satisfy that aspect. The other aspect is the ability to “play” the song files in the cart.
Here is the scenario. A customer comes to the site and selects a series of songs that they want to use on a video project. They are able to save that list of songs using the “Save Cart” function. They also have another project they are working on and save another series of songs. They need to go back to that first saved cart and review the songs again by playing them from the saved cart.
At any time they would be able to complete the order of a saved cart and then receive the necessary links to download the songs.
Hope that is clear enough.
-
AuthorPosts