Forum Replies Created
-
AuthorPosts
-
Casey D
MemberHello persyst,
I’m not sure I can help you much with this, sorry!
From what I understand, after a submitted post is published, it’s as equal as all other posts. I even check through the html of the two events, to see if there were any major differences, but found none.
I know it doesn’t help much, but it might be an issue with the sharing plugin, maybe? I’m not sure why it could parse one page, but not another.
Do you have another example of the share feature not working? It might be helpful in tracking down the problem.
Cheers!
– Casey Driscoll
Casey D
MemberHello persyst,
Thanks for contacting us! Every event is a custom post type, so you can use standard template tags to get this information.
If you check out our Themer’s Guide, you could probably make a template override to display what you want.
I believe for your request, you’ll have to override single-event.php, then add <?php the_author(); ?> where applicable.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello Michelle,
Thanks for contacting us! Our example site http://wpshindig.com has the Filter Bar in use!
You can also have it in a vertical configuration on the left hand side.
Does this make sense? Let me know if I can answer anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello baynature,
That would be great! I’ll close this ticket for now, but you should be able to reopen it once you determine a solution. Otherwise notifying us with a new tread would be great too.
Cheers!
– Casey Driscoll
Casey D
MemberSorry roncomdoo, I misunderstood your first request.
From what I can tell that form isn’t customizable easily or at all. I can change the original date with a php filter, but once a person selects a date it is changed back with JS.
If you have a moment, we’d love for you to submit your idea to our UserVoice forum. We take user ideas and contributions very seriously, and many times their ideas end up in our future releases.
Sorry for the disappointing answer and confusion. 🙁
– Casey Driscoll
August 8, 2014 at 8:28 am in reply to: Customizing the Required Fields Error Message post-3.7 release #616250Casey D
MemberHello irishrunner16,
Ok I think this is the solution you are looking for.
https://gist.github.com/caseypatrickdriscoll/8b4811d9010dd8d45a8f
And to be clear, (from what I can tell) you won’t be able to have an update message AND a redirect (with php only at least).
The code above redirects on successful create/update (no message), or returns a custom error message.
Am I mistaken there? Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
August 8, 2014 at 7:20 am in reply to: Events Calendar Pro conflicting with Owl Carousel on Widgets Admin page #615813Casey D
MemberHello tadltech,
Happy it worked out!
We’d love it if you would leave us a review and let people know how much you like the plugin! http://m.tri.be/jt
I’ll go ahead and close this thread. Let us know if we can help with anything else.
– Casey Driscoll
Casey D
MemberHello aling,
Happy it worked out!
We’d love it if you would leave us a review and let people know how much you like the plugin! http://m.tri.be/jt
I’ll go ahead and close this thread. Let us know if we can help with anything else.
– Casey Driscoll
Casey D
MemberHello xrossglobalgroup,
Thanks for contacting us! I’ve used the Post Duplicator plugin before with success. I’m sure there are other CPT duplicators out there that should work just fine as well.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
August 8, 2014 at 7:10 am in reply to: Upcoming events list view does not show events for today #615760Casey D
MemberHello whollymackerel,
Thanks for contacting us and sorry for the delay!
You can override the query, but I’m not sure you should be having this problem in the first place.
To override the query, look into the tribe_events_pre_get_posts, pre_get_posts, and parse_query hooks.
This may be some sort of plugin/theme conflict though. If you follow this tutorial, are you having the same issue?
Cheers!
– Casey Driscoll
Casey D
MemberHello sethdcutter,
Sorry for the delay, thanks for your patience!
I’m not entirely sure what is happening here, although it seems to be a js error of some kind. In fact, I think a js file isn’t loading, or isn’t tripping for some reason, because there are no js errors in the console.
I compared the working main page html to the broken calendar page. The div#preheader-inner is missing the class ‘.off’. If you add that, the announcements panel will disappear as it is suppose to, but the script does not function still.
Actually, I believe the broken events page is missing the ‘jquery.flexslider.js’ script, when I compare the two html files. It is loaded at the bottom of the home page, but not the calendar page. I think fixing this will fix your problem.
Would you mind opening a ticket with the theme creator so we can start a dialog? I’d like to figure out why that script is being loaded, and would bring in an Events Calendar dev to help figure this out.
Cheers!
– Casey Driscoll
Casey D
MemberHello bodin,
Sorry for the frustration and thanks for contacting us! This is a known issue that we are resolving in the next release.
In the mean time, if you add the following code to your functions.php of your active theme, you should be able to change the default setting.
https://gist.github.com/caseypatrickdriscoll/7dcfe972e1b8870acef6
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello vancouverfamily,
Thanks for contacting us, this is bizarre to say the least.
I can’t think of any plausible reason why this would happen, accepting a plugin or theme conflict.
Is it just the one event? Are you able to reproduce it on another event or WordPress installation?
I’d like to be able to reproduce it if possible, then we can run this tutorial and figure it out.
Cheers!
– Casey Driscoll
Casey D
MemberHello acearchers,
Thanks for contacting us! I don’t believe that is a feature out of the box, but you should be able to add that with a template override. If you check out our Themer’s Guide, you could probably make a template override to display what you want.
Which view is this for? For example, if you override list/single_event.php, you can add target=”_blank” to the urls.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
August 6, 2014 at 12:22 pm in reply to: Events Calendar Pro conflicting with Owl Carousel on Widgets Admin page #598054Casey D
MemberHello tadltech,
Thanks for contacting us, great write up.
I wish I could help you more but I this is beyond the scope of the forums. We do our best to interoperate and commit to best practices, but it can be difficult with so many plugins out there!
I tried to unregister the ‘owl_Widget’ and it is still causing issues
add_action( ‘widgets_init’, function(){ unregister_widget( ‘owl_Widget’ ); });
I believe it is improperly enqueueing js when they are not needed.
Line 128 is the problem, that js is the conflict and isn’t used. In fact it looks like they are using wp_print_scripts instead of an admin queue. You may also want to check to see if on widget admin page, if that doesn’t fix it. If you contact them with this info I think they will be happy to fix it.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
I changed the title so that others may quickly find this
-
AuthorPosts

