Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Andrea,
I would suggest taking a look at: http://wordpress.org/extend/plugins/wp-to-twitter/ instead.
Cheers,
JonahJonah
ParticipantAlright everybody, 2.0.9 is out as of yesterday. Can anyone else verify whether this issue has been fixed for them?
Thanks,
JonahJonah
ParticipantHi Jon,
I think I figured it out. If you are using WP SEO, you will not be able to use our filters to modify the titles, you need to use the WP SEO filter for ‘wpseo_title’ instead. Here is an example: https://gist.github.com/3710617
You can combine this with the conditional wrappers here to modify the titles for all the event plugin related pages: https://gist.github.com/2415009
Oh, and since your jagermaster themes header.php calls the wp_title plus the bloginfo(‘name’), you’ll want to remove the bloginfo part because ‘wpseo_title’ only filters wp_title.
I hope that helps but let me know if you need anything else!
Cheers,
JonahSeptember 12, 2012 at 1:40 pm in reply to: Calendar widget current day – Link current and future day #24942Jonah
ParticipantHey Michael,
I said: “So you want the day links in the mini calendar widget to go to the event list for that day? That’s what it should be doing by default. What are you experiencing that is different? Do you have an example site I can take a look at?” – sorry, this is not what it does by default (the mini calendar days are not clickable by default), and it is a customization and my modification I sent you if applied in the correct place should work but if it doesn’t there’s no guarantees that I will be able to make it work for you. Can you verify that this is what you’re trying to accomplish (to make days with events in the mini cal clickable and have it direct to that day) and verify you’ve placed the above code in the correct place? Maybe you could paste your table.php file @ http://snippi.com/ so I can verify your changes… Again, make sure you are making a copy of /wp-content/plugins/the-events-calendar/views/table.php and placing it in an ‘events’ folder in your theme folder, not in the themes directory.
I hope that helps and clarifies things for you.
Regards,
JonahSeptember 12, 2012 at 1:31 pm in reply to: Event List, lining up the content with the title and thumbnails. #24941Jonah
ParticipantHi Jean,
If you want certain content outside of the list-content-with-thumb div, just put it into another container and then you can style that separately however you want.
You can view all the CSS/markup in the example site you linked to so maybe just look at that to see how they did it. If you’re using Firefox or Chrome just right click an element and select Inspect Element to view the markup and CSS.
To apply a bottom border to elements you just use: border-bottom: 1px solid #000; on whatever you want to apply the border to. I’m afraid anything else with this you’re on your own. Good luck!
– Jonah
Jonah
ParticipantHi yellowhousedesign,
Sorry man but I’ve already spent more time that I can on threads. It sounds like you are real close but you’re on your own from here on out. Good luck!
– Jonah
September 12, 2012 at 1:14 pm in reply to: Clicking event title link on the Upcoming Events Page #24939Jonah
ParticipantHi Bonnie, post your list.php file to: http://snippi.com/
Thanks,
JonahJonah
ParticipantBy the way, that plugin has not been updated for over a year and so appears to no longer be in development. We cannot and do not guarantee compatibility with any plugins and as things move forward in the WordPress world the likelihood of compatibility will be reduced even more with plugins no longer being worked on.
Jonah
ParticipantHi Michael,
I will create a ticket for this but no guarantees when it will make it in to the next release. This is a pretty low priority issue. Thanks for the report though!
– Jonah
Jonah
ParticipantHey yellowhousedesign,
Can I take a look at your latest code that’s generating this error?
Thanks,
JonahSeptember 12, 2012 at 8:07 am in reply to: Moving Event Photo & Description Above Other Event Info #24907Jonah
ParticipantHi Daniel,
This is a customization request that you will need to work out on your own or hire someone to help you get it looking the way you want. You can customize everything you want by editing the template files and/or CSS but you will need to learn how to do that. We have plenty of tutorials to help you with this: https://theeventscalendar.com/the-events-calendar-for-wordpress-tutorials/
I hope that helps and good luck!
Regards,
JonahJonah
ParticipantHi Manuel,
Unfortunately we don’t have the ability for fully custom recurrence patterns yet. We have the Custom option for recurrence and you can specify the pattern to be Daily every X number of days but that’s it. We’ll likely be adding more options for this in the future but for now this is it. Sorry.
Regards,
JonahJonah
ParticipantHi Sandro,
This is not the behavior I’m seeing in my setup. Are you sure you’re using Event Categories through the plugin and not native WordPress categories? Please also try deactivating all other plugins to rule out any other plugin conflicting with ours.
Thanks,
– JonahJonah
ParticipantHi Michael,
It sounds like there might be a conflict with another plugin. Have you tried deactivating all other plugins?
– Jonah
September 12, 2012 at 7:55 am in reply to: Event List, lining up the content with the title and thumbnails. #24903Jonah
ParticipantHi Jean,
One thing I would suggest changing is the top margin on the .list-thumbnail class. You’ve got it set to 100px and that’s pushing the image way down. 20px looks a lot better. Other than that you just need to keep playing with things to get it right. You can do almost anything with CSS, you just need to know how to do it. Have you played around with positioning? You might try that too to get things positioned right. There are tons of articles online covering CSS positioning, here is one: http://css-tricks.com/absolute-positioning-inside-relative-positioning/
I hope that helps and good luck!
Regards,
Jonah -
AuthorPosts
