Forum Replies Created
-
AuthorPosts
-
Chris
ParticipantYou might want to try putting it in just /tribe-events/
-Chris
Chris
ParticipantIf you’re looking to make changes to the templates you’ll find some helpful into in our Themer’s Guide (https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/).
If I can point you to any additional information, please let me know!
– Chris
Chris
ParticipantThe default number of posts to return is 5 on a get_posts query in WordPress.
You can grab all using the parameter ‘posts_per_page’ => -1, but keep in mind a 2000 post grab is likely going to be very expensive memory and load wise
-Chris
December 4, 2013 at 7:08 am in reply to: Calender – Filters have stopped working and page no longer scrolls. #80110Chris
ParticipantYep this is from your theme: http://screencloud.net/v/5YLn
Overflow-y would be anything below the fold on the y-axis (vertical). Your theme is hiding that.
You might be able to fix it by dropping:
.no-touch body.smooth_scroll {
overflow-y: auto !important;
}
into your theme’s style.css fileChris
ParticipantIt removes the approval buttons on the regular “posts” or on “events”?
-Chris
Chris
ParticipantIt wouldn’t be unheard of. It’s possible your hosting company is doing some sort of server side caching, or endpoint CDN caching. Can you still replicate it? You might want to ask your host if they’re doing any sort of caching.
Chris
ParticipantLooks like your browser must be caching things on the frontend. Your site works fine for me.
You don’t have the System Info tab because you don’t have Pro installed on your server.
-Chris
Chris
ParticipantHi there,
Can you post your login details as a private replyThanks
ChrisChris
ParticipantSounds good 🙂
-Chris
Chris
ParticipantHi there,
This is caused by the way you have setup your domains.What’s happening is your .com.au needs to access the .com site’s admin-ajax.php file per http://screencloud.net/v/zJdX.
Most hosts have implemented a cross domain script request (or more commonly known as CORS request).
Unfortunately, this isn’t something we can solve, as its caused by your server setup. You’ll need to have your hosting provider set your account to allow CORS requests. There’s with directions for them here: http://enable-cors.org/server.html
-Chris
Chris
ParticipantCan you paste your System Info from the help tab of the Events Calendar settings?
Chris
ParticipantAs long as you leave it in your child theme, you should be fine 🙂
-Chris
November 26, 2013 at 8:28 am in reply to: Feature Request: Event Templates (not the HTML-kind of templates) #78671Chris
ParticipantThat’s a great suggestion. Make sure to post it on our UserVoice page:
https://tribe.uservoice.com/forums/195723-feature-ideas
Thanks! (I’ll go ahead and close this thread.)
-ChrisChris
ParticipantNot a problem 🙂
-Chris
Chris
ParticipantHi there,
Sorry for the delay.Try using this snippet instead of the other one: https://gist.github.com/chriscct7/7535056
-
AuthorPosts
