Forum Replies Created
-
AuthorPosts
-
January 2, 2018 at 8:10 am in reply to: Importing Events from CSV File – All Events Not Importing #1416078
ariddlelfcc
ParticipantHi. When you ran the import, did it import all 441 events? When I do so, it only imports 359 of the 441, failing to import several instances of the same event (such as the Basic Welding example previous cited). You can see on the import history that only 359 events were imported:
Also there is no “Ignored” tab, so I’m not sure why nearly 100 events in the spreadsheet are not importing.
August 11, 2016 at 7:14 am in reply to: Google Maps Not Displaying on Events Page (with API Set) #1150497ariddlelfcc
ParticipantHi. It appears to be a plugin conflict as it is working on another site of ours on the same server. Unfortunately we have about 30 plugins running, so I will have to do some testing during the off hours to find the culprit.
ariddlelfcc
ParticipantPerfect! Thank you so much!
ariddlelfcc
ParticipantHi! Thanks for the quick reply. I have the date and time of the event showing in the search listings:
https://lfccworkforce.com/?s=cma
However, I still am unable to get the event website link to show. Here is the code I have for that portion. I am unsure what needs to be called to pull the event website link:
<?php // place the custom register URL code below ?> <a href="' . tribe_get_event_website_url() . '">Register now</a> <?php if ( tribe_get_cost() ) : ?> <span class="tribe-events-divider">|</span> <span class="tribe-events-cost"><?php echo tribe_get_cost( null, true ) ?></span> <?php endif; ?>ariddlelfcc
ParticipantThanks! This article actually helped me accomplish what I needed:
https://theeventscalendar.com/knowledgebase/url-as-word-button/
ariddlelfcc
Participant<?php // Event Website if ( ! empty( $website ) ) : ?> <dt> <?php esc_html_e( 'Website:', 'the-events-calendar' ) ?> </dt> <dd class="tribe-events-event-url"> <?php echo "<a href='$website'>REGISTER NOW</a>" ?> </dd> <?php endif ?>-
This reply was modified 9 years, 10 months ago by
ariddlelfcc.
ariddlelfcc
ParticipantHi. Thanks for the help! I tried this out and am able to modify the URL to read as “REGISTER NOW”, however it is picking up the full URL of the current website and the register now link.
It is leading to this:
I need the initial URL not to be included and removed:
Here is the code I have so far:
<?php
// Event Website
if ( ! empty( $website ) ) : ?><dt> <?php esc_html_e( ‘Website:’, ‘the-events-calendar’ ) ?> </dt>
<dd class=”tribe-events-event-url”> <?php echo “REGISTER NOW” ?> </dd>
<?php endif ?>ariddlelfcc
ParticipantThanks! This helps me out and I think I have what I need. I appreciate it!
ariddlelfcc
ParticipantBrian,
Thanks for the reply! I think I am on the right track, but still need some help. I am including two screenshots of the options the bulk delete plugin gives me. I know I need to select “tribe_events” as the post type, and am assuming “_EventEndDate” is the Key…however I am unsure what to place in the “Value” box or the “Enter Date Format” box.
Screenshots:
What are your thoughts? Thanks!
Aaron
March 16, 2015 at 11:57 am in reply to: Exclude One Category from Events Listing, Show Excluded Category on Category Pag #948649ariddlelfcc
ParticipantBrian,
Excellent! I think that does the trick. Thank you!
January 19, 2015 at 9:15 am in reply to: License Key Out of Installs – Just Purchased License in December 2014 #934752ariddlelfcc
ParticipantBrian,
Hi. I have two licenses as we use them on two different sites on the same server:
Both are different WordPress installations on the same domain. One is for our main College site and the other is for our student newsletter site. I disconnected both licenses and reconnected again and it appears to be okay for now.
ariddlelfcc
ParticipantGeoff,
Hi. Sorry for the delayed response. I think I figured it out. The widget had no filters added. When I added some, the events show up. That should fix it!
ariddlelfcc
ParticipantBrook,
Hi. I figured out that there was a plugin conflicting with the ordering of the events in the list view, so that has been resolved. However, the initial problem still persists….I have a run a conflict test and the issue is still popping up. Here is the initial problem:
Everything works fine in Chrome. However, when I use Safari and visit the main event listing page (http://lfcc.edu/events/) and click on the month link in the lower right (For example January), no events show even though one should be listed for that month. If I continue to click through to the next month, again, no events show. However if I manually refresh the page, the events do show.
ariddlelfcc
ParticipantForgive me but I forgot to include the screenshots. Here is my post again with them included:
Brook,
Hi. In my tests I am now realizing even Chrome displays the events oddly. For instance, on this page where I am using the plugin (I have put it in list view as the default due to the issue with Safari):
I have some events input in for January, February and March. When the page loads, all looks fine. The event displaying at the bottom of the page is for January 30. See this screenshot: http://imgur.com/s0qqHiT.png
However if I scroll down and select “Next Events >>”, when the page loads, it shows the January 30 event at the top, and then lists the events again in reverse order…going from January 28, 27, 19 all the way down to where it then begins with February. See this screenshot: http://imgur.com/ZpbYpfR.png
If I then click on “Next Events” again, it does not show any more events, even though I have one posted for March 1. Which you can see here: http://www.lfcc.edu/event/this-is-a-test-event/
This happens in both Chrome and Safari on the mac…and also whether I am logged in or out of the site as an administrator.
I hope you can help me out! Thank you.
ariddlelfcc
ParticipantBrook,
Hi. In my tests I am not realizing even Chrome displays the events oddly. For instance, on this page where I am using the plugin (I have put it in list view as the default due to the issue with Safari):
I have some events input in for January, February and March. When the page loads, all looks fine. The event displaying at the bottom of the page is for January 30. See this screenshot: ______
However if I scroll down and select “Next Events >>”, when the page loads, it shows the January 30 event at the top, and then lists the events again in reverse order…going from January 28, 27, 19 all the way down to where it then begins with February. See this screenshot: ____
If I then click on “Next Events” again, it does not show any more events, even though I have one posted for March 1. Which you can see here: http://www.lfcc.edu/event/this-is-a-test-event/
This happens in both Chrome and Safari on the mac…and also whether I am logged in or out of the site as an administrator.
I hope you can help me out! Thank you.
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
