Jonah

Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 4,001 total)
  • Author
    Posts
  • in reply to: How do I hide End Date & Time? #16641
    Jonah
    Participant

    Hey Dave, the code for the end date is still in your list.php so you must not have followed the instructions. Did you make a copy of list.php and place it in an ‘events’ folder in your active theme? Then you’ll want to remove lines 53-56 in the new copy of list.php that looks like this: http://pastie.org/private/43xpla03gyxjxxvjp3eow

    Jonah
    Participant

    Hi Matt, just to confirm it looks like the dates in the drop downs are ok to me in Chrome but I do see the prev/next month links are incorrect. Is this not what you’re seeing? Can you post a screenshot?

    Thanks,
    Jonah

    in reply to: Back button linked to categories #16639
    Jonah
    Participant

    Hi Robert, that’s pretty out my league but I’m thinking you may want to do some sort of conditional 301 redirects. I took a quick look on Google and it looks like there are some good ideas there, like this: http://schoonology.com/a-proper-migration-conditionally-apply-a-301-redirect-with-wordpress/

    Hopefully that will point you in the right direction!

    in reply to: "Calendar Of Events" title change #16638
    Jonah
    Participant

    Hi Lynn, the easiest way to do that is to edit the english translation files, creating your own copy. I would suggest you checkout this FAQ item for a how to on that: https://theeventscalendar.com/?qa_faqs=can-i-change-the-language-that-the-content-of-my-calendar-appears-in-on-the-site

    Jonah
    Participant

    Hi Michelle, I think I’ve got this fixed 🙂 i uploaded fresh copies of the base and pro plugins and that seems to have fixed it. Not quite sure what was wrong with the copy you had, but at least its working now! Please take a look and confirm this is the case.

    Jonah
    Participant

    Hi Michelle, strange indeed. I’m not quite sure what’s going on here. Can you also email us FTP access so we can take a look at some things there.

    in reply to: Strange Double Rendering with Thesis #16549
    Jonah
    Participant

    Hey Carlos, so on the organizer issue, have you made any modifications to the single event view template? If so can you please post it to http://pastie.org so I can take a look. I also wonder if this is a conflict with something in your theme or a conflict with another plugin? Have you tried deactivating other plugins to possibly rule out one that is causing the problem? Or, switching to the Twenty Eleven theme to see if it’s a theme issue? Just trying to narrow this down.

    in reply to: How do I hide End Date & Time? #16547
    Jonah
    Participant

    Hi Dave,

    The same instructions should apply as in that thread. Make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. And then find lines 53-56 and remove them. That should do it. If it’s not working for you can you please http://pastie.org your list.php code so I can see what you’ve got.

    Jonah
    Participant

    Hi James, I’m having problems running tribe_create_venue on it’s own too and I think our documentation might just be out of date. I need to check with one of the other devs though and get some insight. Stay tuned.

    in reply to: Pulling a variable into a link #16542
    Jonah
    Participant

    Hi Darren, you definitely want to use the first function ( echo tribe_get_custom_field(‘Ref’, $post->ID) ) in the examples you provided. Make sure the single quotes around the label are proper in the code. I needed to change them on my end after copying your code (sometimes these can get messed up copying plain text code from websites). It works fine for me.

    in reply to: Back button linked to categories #16541
    Jonah
    Participant

    Hey Robert,

    It would be difficult to detect the exact event that the user just came from because venues can be assigned to many events so you’d somehow have to store the event the user came from and use that for the back link. I think the easiest method for this would be to simply put a javascript back link: http://www.w3schools.com/jsref/met_his_back.asp

    The only downside to this is if the person came to the venue some other way, then the back button would not function in the way you want (it would always go back to whatever the previous page was in the browsing history).

    Does that make sense?

    in reply to: "Calendar Of Events" title change #16540
    Jonah
    Participant

    Hi Lynn, the display: none code in the FAQ does not work anymore because we don’t use that class name (.entry-header) for the title anymore. We’re making some changes to the FAQ’s in the next few days so I’ll make sure to get this cleared up. I hope that answers your question but let me know if you have any others.

    Regards,
    Jonah

    in reply to: Sort by country #16493
    Jonah
    Participant

    Hi Tony, what you’re asking for is fairly complex and not something we can provide a solution for in the forums. We are looking to add functionality to be able to filter in this way by event category and this may help efforts to be able to sort by venue as well. For now I would suggest hiring someone who can help you with this type of functionality. If you come up with something we’d love to see what it is!

    Regards,
    Jonah

    in reply to: Pulling a variable into a link #16492
    Jonah
    Participant

    Hi Darren, make sure if you’re using tribe_get_custom_field(‘Label’, $post->ID) that you are echoing because it doesn’t return anything by default – you need to use echo tribe_get_custom_field(‘Label’, $post->ID)

    Also, does the event you’re looking at have something input for the custom field?

    And, make sure you replace “Label” with the label of your custom field. Do you have an example of the code you’re working with you can post to http://pastie.org/pastes/new

    in reply to: Event List display shows "Venue" twice #16491
    Jonah
    Participant

    Yazmin/Dmytro, I’ve got the same code in my setup and I’m not seeing duplicate venues. Can you both try deactivating all other plugins and/or reverting to the TwentyEleven theme to rule out possible conflicts?

Viewing 15 posts - 3,451 through 3,465 (of 4,001 total)