Forum Replies Created
-
AuthorPosts
-
September 15, 2015 at 12:07 pm in reply to: Don't hide all of cost section just the currency and currency location #1005367
Geoff
MemberThanks for following up and marking my last reply as the correct answer, @Benjamin! I’m glad to know that helped out–please do feel free to hit us up if any other questions come up and we’d be happy to help. ๐
Cheers!
GeoffSeptember 15, 2015 at 10:29 am in reply to: Posts are not beng fed to Home Page. Theme is Flying News. #1005340Geoff
MemberHey Tracey, just letting you know that we are indeed still working on this and will keep you posted as we have more to share. Thanks for your patience. ๐
September 15, 2015 at 9:24 am in reply to: Don't hide all of cost section just the currency and currency location #1005316Geoff
MemberHi @Benjamin!
Good question. The easiest way to hide elements in the page is often with CSS. For example, hiding the currency symbol portion of the cost section would look like this in your stylesheet:
table.tribe-community-event-info tr:nth-child(2) { display: none; }We have a tutorial on how to use DevTools to target elements in CSS so you could do the same thing on any other element of the page.
Will this help you get started? Please let me know. ๐
Geoff
Geoff
MemberHey, there and sorry for the trouble!
I do see your order and have generated a new license key for you. Please go ahead and check the Licenses screen in your account here and you should see that in there. If it’s not there, please do let me know and I’ll continue work on it.
Thanks for your patience here while we figure this out!
Geoff
September 14, 2015 at 4:59 pm in reply to: Show actual date of the event in widget and not the current date #1005073Geoff
MemberThat is very strange!
Quick question: does the same thing happen if you switch to a default WordPress theme and make the template override there?
Just want to see if there’s a difference in the themes we’re using.
Thanks!
GeoffGeoff
MemberHey Fred,
I see my last reply was marked as the correct answer–thanks for following up and please feel free to hit us back up if any others pop up. ๐
Cheers!
GeoffSeptember 14, 2015 at 8:57 am in reply to: Show actual date of the event in widget and not the current date #1004893Geoff
MemberThanks for the code!
Here’s the template I’m working with. Does it work for you like it is for me?
Thanks!
GeoffGeoff
MemberAwesome! Thanks a ton for checking in and letting me know, Thomas! Feel free to hit us back up if any other questions pop up and we’d be happy to help. ๐
Cheers!
GeoffGeoff
MemberHello @Kishore,
Thanks for chiming in here! That’s a good question and is covered very thoroughly here in our Themer’s Guide. Please feel free to check that out. And, if you still have questions, please do open a new thread and we’d be happy to help you out there. ๐
Cheers!
GeoffGeoff
MemberHey there! Just want to check in to see if you still needed any assistance here or if you’re all good with how the shortcodes can be used to embed the calendar widgets to a page. Here’s the overview on how to use them again, and please keep me posted if I can help clarify any of that along the way. ๐
Cheers!
GeoffSeptember 11, 2015 at 9:19 am in reply to: Posts are not beng fed to Home Page. Theme is Flying News. #1004322Geoff
MemberGotcha and thanks for bearing with me and going through this with me!
I’m going over this with some of our developers and am seeing an issue here and I’ve ticketed it in our system to fix it.
I’ll move this thread to Pending Fix and will keep you posted when we have more to share. In the meantime, try this as a workaround:
<p class=”p1″><span class=”s1″>Uncheck this setting here:
</span><span class=”s1″>Events > Settings > General Tab > “Recurring event instances”</span></p>
<p class=”p1″><span class=”s1″>It will resolve the issue and show events on the home page.</span></p>
<p class=”p1″><span class=”s1″>The other option is to disable Events from showing in the main loop:
</span><span class=”s1”>Events > Settings > General Tab > “Include events in main blog loop”</span></p>
<p class=”p1″>Sorry again for the issue and thanks for reporting it!</p>
<p class=”p1”>Geoff</p>Geoff
MemberRight on, I’m so glad this helped! Thanks again for reaching out and please feel free to hit us back up if any other questions pop up–we’d be happy to help. ๐
Geoff
September 11, 2015 at 8:12 am in reply to: Show actual date of the event in widget and not the current date #1004258Geoff
MemberHmm, shoot. I thought that would do the trick. In fact, it still continues to work on my test site (screenshot).
Can you perhaps share the code for your pro/widgets/modules/single-event.phpย template override so I can see if there are any differences between what we have in there? You can share that in a Gist and I can compare it from there.
Thanks!
GeoffSeptember 11, 2015 at 8:06 am in reply to: Posts are not beng fed to Home Page. Theme is Flying News. #1004255Geoff
MemberThanks a ton for the extra info here!
Do the posts show up on the homepage if you re-activate The Events Calendar PRO and switch back to the default WordPress Twenty Thirteen theme? I only ask because I’ve tried the same thing on my test site and both posts and events were displaying on the homepage–if the same happens for you, then I think we’re looking at a theme conflict which helps isolate the issue further.
Thanks!
GeoffGeoff
MemberOh shoot, sorry about that! We do indeed have a more advanced tutorial on how to use DevTools to target CSS classes.
Any and all styles can go into theย tribe-styles.cssย file that goes in the top level of the ย tribe-events folder you added to the theme. And, if worse comes to worse, you can add those styles directly to your theme’s stylesheet and that will have the same effect. ๐
Did you have any other questions about customizing the page template that I can help with?
Cheers!
Geoff -
AuthorPosts
