ladyroboto
Forum Replies Created
-
lol all righty…backing out of this thread.
I’m having the same issue, has there been any resolution to this?
Resolved…
Assuming you are using get_meta_data to retrieve your variable, I had the same problem. Here’s the solution:
<?php global $wp_query; $postid = $wp_query->post->ID; $myCopyBlockMeta = get_post_meta($postid, 'my_field_name', true); $myCopyBlock = wpautop($myCopyBlockMeta); wp_reset_query(); if ($myCopyBlock) { echo $myCopyBlock; } ?>
Also, if you are copy/pasting any text into your advanced custom field, make sure you backspace and recreate any line breaks. It seems that the field won’t recognize the paragraph breaks otherwise.
Hope this helps!
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Fatal Error with 0.374Hi Chris,
Yes, according to my dashboard the plugin is recent. I “auto updated” yesterday, so it should be all good there.
The site I’m working on is still in early early early staging mode, and therefore it’s in maintenance mode. But I’ve emailed you a temporary password to access this page and check it out for me, if you don’t mind:
login: https://www.kristencollosso.com/blog/wp-login
page in question: https://kristencollosso.com/blog/shows/
(For the record I’m using a “past shows” XML feed because the artist does not have any current shows)
Thank you for your help!
-Kristen
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Unknown or bad timezone ()I’m having this issue too, and I’m glad it’s already being handled! Thank you slushman!
Yes! Thank you so much for your hard work, slushman. It works great now!
I will say that while it provides a lot of great services for the touring independent artist, ArtistData is a horribly programmed mess. There’s a reason why so few people have successfully developed plugins that interact with it.
Thanks so much for this plugin! My friend (who this site is for, and who is also a musician in Nashville), will appreciate it as well!
Forum: Themes and Templates
In reply to: Is there a limit to # of sidebars to include?Never mind, got it working ?? To answer my own question, I discovered that no, there isn’t a known limit.
Hi slushman,
I really appreciate you helping on this, because I’m sure it’s not the only thing you have going on.
Unfortunately I’ve got a new error message popping up.
Parse error: syntax error, unexpected ‘;’, expecting T_FUNCTION in /homepages/16/d155448756/htdocs/kristencollosso/blog/wp-content/plugins/artistdatapress/inc/adp_widget.php on line 249
FYI I have deactivated every other plugin at the moment. And I’m upgraded back to WP version 3.2.1.
Thanks!
Just wanted to follow-up and say I downgraded my WP version to 3.1.4 to see if that was the problem, and the plugin does the same thing after that downgrade.