Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Patti,
Unfortunately not without a lot of customization and it’s not something we can help out with. You’d need to hire a developer or figure it out on your own to make it happen.
Sorry I can’t offer any more with this.
– Jonah
Jonah
ParticipantHi Christopher,
It looks like you don’t have the scripts loaded properly for our plugin. You’ve also got some script errors on the page which could be preventing things from working properly. Looking at the page source I see you are minifying some scripts and it looks like ours are included in there. What I would suggest is you first try deactivating or disabling any minification that you are doing. It looks like wp-minify is the one minifying scripts.
Try that and let me know how it goes.
Thanks,
JonahJonah
ParticipantYou’re welcome Patti, let us know if you need anything else!
– Jonah
Jonah
ParticipantArgh, it keeps removing my code. Here you go: http://snippi.com/s/81agcuj
Also, here’s a character reference page for more entities you can use: http://www.w3schools.com/tags/ref_entities.asp
Jonah
ParticipantSorry, to get the arrows above you would use « or »
Jonah
ParticipantHi Patti,
You can add text or characters before or after the link text by passing in the argument like so:
tribe_previous_event_link('« %title%');or
tribe_next_event_link('%title% »');
…and you can put anything before or after %title% you want except for actual HTML.Does this help?
– Jonah
February 15, 2013 at 7:49 am in reply to: How to increase month and year dropdown menus in calendar view. #32737Jonah
ParticipantHi Steve,
In order to change the width, yes, you would use CSS. You should be able to target them in your themes style.css like so:
#tribe-events-events-month, #tribe-events-events-year {
width: 200px;
}
To change the look is a whole other can of worms. Your best bet if you really want to change the look is to use something like this: http://harvesthq.github.com/chosen/Does that help?
– Jonah
Jonah
ParticipantHi Steve,
You would put that code in your themes functions.php file.
Does that help?
– Jonah
February 15, 2013 at 7:45 am in reply to: How to truncate description for "upcoming events at this venue" #32733Jonah
ParticipantHi Steve,
In order to use a truncated description in the list you’ll need to modify /wp-content/plugins/the-events-calendar/views/list.php and find lines 42-46 where the the_excerpt() and the_content() is called and use a different function for a truncated description. A favorite plugin of mine to help with this is: http://wordpress.org/extend/plugins/advanced-excerpt/
For adding thumbnails alongside the text in the list, please see this tutorial that I put together: https://theeventscalendar.com/add-the-post-thumbnail-to-your-event-list/
I hope that helps,
JonahFebruary 15, 2013 at 7:37 am in reply to: Possible to use info from regular posts for Event Calendar PRO #32729Jonah
ParticipantYou’re welcome Rachael!
February 15, 2013 at 7:37 am in reply to: An event has disappeared from Event list/calender?! #32728Jonah
ParticipantHi Daniel,
That’s odd that the published option is not showing. Are you sure you’re logged in as an administrator and you have not messed with the WP roles at all? Try deactivating all plugins again and/or reverting your theme to see if this has any affect.
Thanks,
JonahJonah
ParticipantOh and you are running the latest version of the FB import plugin right?
Jonah
ParticipantHi Nick,
Gotcha. Ok, first thing to try is to create and setup a Facebook App ID: https://theeventscalendar.com/how-to-create-a-facebook-app-id/
If that doesn’t work, you have tried deactivating all other plugins right? If not, please do. And if that doesn’t work, please also try reverting to the Twenty Eleven/Twelve theme. We need to rule those two things out as possible conflicts.
Let me know how it goes. Thanks,
JonahJonah
ParticipantHi Nick,
Sorry for not being clearer. Past events is what I meant.
– Jonah
February 14, 2013 at 7:46 pm in reply to: An event has disappeared from Event list/calender?! #32704Jonah
ParticipantHey Daniel,
Thanks for sending me login credentials. I took a look at the 3/21 event and right away saw that the event is set to ‘Scheduled’ and not published. This is why it’s not showing on the calendar.
Does that make sense?
– Jonah
-
AuthorPosts
