Boulderactive
Forum Replies Created
-
here is the code…
// has query params so get “d=https://…” containing image we need resized
parse_str($avatarQuery[query]);
$avatarImage = vt_resize( ”, $d, $width, $height, true );
$avatarURL = str_replace($d, $avatarImage[‘url’], $avatarURL);Any suggestions? There’s some sort of conflict because when I deactivate events manager the error message goes away
Actually it does work that way!!!!
Thanks Marcus
Marcus, how do I do that?
Any other ideas?
Here is an example,
https://204.45.250.249/~bouldera/events/bachelor-party
I’ve tried telling EM to display events as posts but with no luck. The only thing I have been able to do is to choose to not override.
I assume so yes, I’m wondering if there’s a way to create a default image
The code is great, however, I don’t like the missing image link, I’ve been trying to find a solution through background css images but to no luck
Marcus, I checked the em-cache folder and changed all the upload folder permissions to 777. the image url that is not displaying is:
https://204.45.250.249/~bouldera/wp-content/uploads/2012/02/racquetbl.jpg&h=90&w=90it doesn’t even seem like it’s a valid picture url.
I’ve having the same exact problem, I changed the folder permissions to 777, salsatrips, did you find a solution because I looked at your site and it looks like the bottom three events have a picture?
wp-admin/edit-tags.php?action=edit&taxonomy=event-categories&tag_ID=4&post_type=event
Got it! so if this is your category url then your category would be “4”
‘[events_list limit=”4″ category=”1,2″]’
Was what I used before upgrading, however, now the only category that seems to work is “0”. I know there was a discussion about categories and taxonomies but I am still unaware of how to rectify the situation and display events by category.