Jonah

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 4,001 total)
  • Author
    Posts
  • in reply to: Need to Download The Events Calendar PRO 2.0.11 #52987
    Jonah
    Participant

    This reply is private.

    Jonah
    Participant

    Hi Adam,

    How are you wanting to use the Post Type Order plugin and what issues are you running into?

    – Jonah

    in reply to: Dropdowns in WP admin funky #52983
    Jonah
    Participant

    Hi Adam,

    Please try deactivating all other plugins and if that doesn’t help, try manually reinstalling both our plugins. There must be something that is either conflicting with things or didn’t get installed properly. Let me know how that goes.

    – Jonah

    in reply to: Event Calendar Not Working — Major Issue #52982
    Jonah
    Participant

    Hi Matt,

    1. That’s very strange. What are your permalink settings? Try changing/refreshing to see if that changes anything.

    2. That’s also very strange. Do you have any old overrides in place that you are using for customizations?

    – Jonah

    in reply to: Related events, Duplicate Venues, & Before HTML #52980
    Jonah
    Participant

    Hi esteban,

    1. You should be able to use this in your theme’s functions.php file:

    /*-----------------------------------------------------------------------------------*/
    /* Remove Tribe Related Events
    /*-----------------------------------------------------------------------------------*/
    remove_action( 'tribe_events_single_event_after_the_meta', 'tribe_single_related_events' );

    2. You should be able to do this by making a copy of /wp-content/plugins/the-events-calendar/views/default-template.php and placing in a ‘tribe-events’ folder in your theme and then wrapping the tribe_events_before_html() and tribe_events_after_html() tags in a conditional check for whether or not you are viewing the list like so:

    if(tribe_is_upcoming()) { tribe_events_after_html(); }

    Does that make sense?

    3. You can find this in Events > Settings > General down towards the bottom: http://cl.ly/image/402g1N0W0E1A

    I hope that all helps but let me know if you have any other questions.

    – Jonah

    in reply to: Events list widget #52974
    Jonah
    Participant

    Hi Charles,

    For some reason you are hiding the .entry-title class in your CSS here:

    body.page-id-119 .entry-title {
    display: none !important;
    }

    You’ll need to change that declaration and make it more specific to what you actually need to hide titles elsewhere. I hope that helps but let me know if you have any questions.

    Regards,
    Jonah

    in reply to: Page Layout Problem #52970
    Jonah
    Participant

    Hi jasongrasshopper,

    1. It’s hard to say exactly what to do in your case because the template looks a little different in each case with a different theme. If you have some specific ideas of how you want this to look, we can help guide you to achieving that, but ultimately you’re going to have to do the work to get the site looking the way you want. Can you please provide me with a mockup of sorts of how you’re wanting this to look?

    2. Try adding this to your theme’s functions.php file:

    /*-----------------------------------------------------------------------------------*/
    /* Remove Tribe Related Events
    /*-----------------------------------------------------------------------------------*/
    remove_action( 'tribe_events_single_event_after_the_meta', 'tribe_single_related_events' );

    3. I don’t get what you’re talking about here. Can you be more specific or provide more detail please?

    Thanks,
    Jonah

    in reply to: Widget Calendar in Page not loading #52961
    Jonah
    Participant

    Hi gallopcreative,

    We do not support loading the widget in the way you are doing. If you want to load it this way, you’ll need to dig into the code and figure out why it’s not working that way for you. Others have posted similar threads here on the forum so maybe you can find a solution by searching around. I would suggest updating to 3.0 and then we can work towards getting things to work again.

    Thanks,
    Jonah

    in reply to: Moving the event calendar below my header #52958
    Jonah
    Participant

    Hi irt,

    Try adding the following to your theme’s style.css file:

    #tribe-events-pg-template {
    margin: 230px auto 0;
    }

    Jonah
    Participant

    Hi Adam,

    Sorry about the issue here. Try adding the following CSS to your theme’s style.css file:

    .events-gridview #page-content .left-panel {
    float: none;
    }

    Let me know how that goes.

    – Jonah

    in reply to: Featured Image Missing #52828
    Jonah
    Participant

    You’re welcome Flavia, let me know if you have any other questions.

    Regards,
    Jonah

    in reply to: Events Page not displaying properly #52827
    Jonah
    Participant

    Hi Jenny,

    Sorry, I didn’t pay full attention to what you had reported about the stray links. Those links are linking to the previous and next events relative to the current event. If you don’t want them there you can easily hide them with the following CSS:

    .tribe_events .tribe-previous,
    .tribe_events .tribe-next {
    display: none;
    }

    Let me know whether or not that works for you.

    Regards,
    Jonah

    in reply to: Featured Image Missing #52695
    Jonah
    Participant

    Hi Flavia,

    Ahh I see now. This is a feature of your theme that provides this Featured Image box that is not related to our plugin. The code I provided you would be for native WordPress featured images. You’ll need to dig around in the code or contact the theme author to see about getting this panel to show for events. Good luck!

    – Jonah

    in reply to: Events Page not displaying properly #52694
    Jonah
    Participant

    Hi Jenny,

    We can’t help you with al the styling things needed to get your site looking good. You’ll need to go through and make the modifications yourself or hire someone to help you. Good luck!

    – Jonah

    in reply to: Recurring Events completely broken! #52690
    Jonah
    Participant

    Awesome, if you need anything else, please let us know.

    – Jonah

Viewing 15 posts - 391 through 405 (of 4,001 total)