Jonah

Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 4,001 total)
  • Author
    Posts
  • in reply to: Auto-post to Twitter #24983
    Jonah
    Participant

    Hi Andrea,

    I would suggest taking a look at: http://wordpress.org/extend/plugins/wp-to-twitter/ instead.

    Cheers,
    Jonah

    in reply to: Cannot save certain recurring events #24961
    Jonah
    Participant

    Alright everybody, 2.0.9 is out as of yesterday. Can anyone else verify whether this issue has been fixed for them?

    Thanks,
    Jonah

    in reply to: Yoast & ECP #24955
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Calendar widget current day – Link current and future day #24942
    Jonah
    Participant

    Hey 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,
    Jonah

    Jonah
    Participant

    Hi 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

    in reply to: Using additional post types #24940
    Jonah
    Participant

    Hi 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

    in reply to: Clicking event title link on the Upcoming Events Page #24939
    Jonah
    Participant

    Hi Bonnie, post your list.php file to: http://snippi.com/

    Thanks,
    Jonah

    in reply to: Configuration Error? #24913
    Jonah
    Participant

    By 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.

    in reply to: Configuration Error? #24911
    Jonah
    Participant

    Hi 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

    in reply to: Using additional post types #24909
    Jonah
    Participant

    Hey yellowhousedesign,

    Can I take a look at your latest code that’s generating this error?

    Thanks,
    Jonah

    in reply to: Moving Event Photo & Description Above Other Event Info #24907
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: When the event is an exibition (repetitions) #24906
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Duplicate slug problem #24905
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Configuration Error? #24904
    Jonah
    Participant

    Hi Michael,

    It sounds like there might be a conflict with another plugin. Have you tried deactivating all other plugins?

    – Jonah

    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,236 through 2,250 (of 4,001 total)