Forum Replies Created
-
AuthorPosts
-
February 14, 2014 at 3:44 pm in reply to: "View All Events in Category" Event Widget Not Functioning #104753
Neill
MemberHello Snyder,
Thanks for sending the login details – I just got those passed along to me and will get back to you shortly afer I take a look under the hood 🙂
– Neill
Neill
MemberHello akent64,
Great now I’m on the same page. Yes this is possible – but I’m not sure of how heavy a lift it is from a development point of view and is a little outside of the scope of our general support realm as a customization. I’m going to run this by on of the developers and see what he recommends.
On a side note this might be a really good improvement for the plugin – do you mind adding it to our suggestions and seeing if the community find value in it? https://tribe.uservoice.com/forums/195723-feature-ideas – if it gets voted on we may be able to think about including it in a future release.
I’ll leave this open for the time being and get back to you after I chat with one of the developers.
– Neill
Neill
MemberHi Hawkesley,
Thanks for getting back to us. I’m not sure what whould be causing that issue as I’m not seeing it on my local install. Is it possible to resend us an updated version of what you have in your functions file? That way I can try again to run what you have running and see if I can see the issue.
As for documentation have you seen our doc files: http://docs.tri.be/ – These documents are pretty detailed – for example here’s some info on the month template class: http://docs.tri.be/Events-Calendar/class-Tribe_Events_Month_Template.html – hope this points you in the right direction. If you have any specific questions feel free to drop us another forum post with the details – having it split out its own post will get it the right attention.
Neill
Neill
MemberGreat to hear madskjeldgaard!
I’ll close this one out, but feel free to open any new issues if you come across anything else.
Neill
Neill
MemberHi James,
Thanks for your note and your determination to find a solution to this particular issue. Its users like you that eventually help us get to the root of issues like this. So thanks again!
We are actively working on this issue as we speak and also do not want to accept this as a fact of life. I do not have any new info I can give you right now – but I’m going to chat with one of the developers and show them your particular scenario and see if this can help with the issue. Great work in pointing out specific examples, very helpful.
I’ll keep this thread open for now and keep you updated.
Thanks
NeillNeill
MemberHi Rubypink,
Thanks for your note and explanation of what you are trying to achieve. Technically this is a little outside of our support realm. Have you tried something like stackoverflow. We don’t have anyone on the team that would really be able to make any suggestions regarding using this plugin via a iframe, but on stackoverflow they seem to have pro’s on what ever expertise you are looking for.Hope that helps.
NeillNeill
MemberHi Synder,
Thanks again for your note, and for separating out the issues. This helps us tons!
So I’m not really sure what is going on here – as I can’t see your back end setting – but my initial thought is that its something to do with the your theme templates. How would you feel about giving us login details to have an idea whats going on? You can send us the details via [email protected] and marking it for the attention of Neill.
Neill
February 12, 2014 at 6:03 pm in reply to: "View All Events in Category" Event Widget Not Functioning #103981Neill
MemberHi Snyder,
Sorry to hear that you’ve hit this issue too. It looks like this is being worked on and as with all our bugs we strive to fix them as soon as we can. I’m not able to investigate it with your particular install as I’m seeing a 404 when I click the link to your site.
One thing I’d like to confirm that you are experiencing the same issue. The bug that we have logged and that we are working on is when the list widget is set to show a single category of events. It sounds like you might be dealing with 3 categories?
Neill
Neill
MemberHi Patrick,
From what I’m seeing in the snippet you sent – the way this theme is set up isn’t the standard setup for a wordpress theme.As you can see from the header.php file it seems like actual code for the heard maybe being read from another source within you theme and without having access to those files or a copy of the theme I’m unable to suggest where a more effective location for <body <?php body_class(); ?> should be.
I would suggest at this point dropping a quick note to the theme authors. My guess is they would be able to reply very quickly as to where the header code really resides and where to add that piece of code.
Does that make sense? Am I giving you enough info to be able to drop a note to your authors?
Neill
Neill
MemberHi madskjeldgaard,
Thanks for doing that – that is what I thought the issue might be – and figured it would kick up an error like that if it was indeed the issue I thought it was.
We have a little work around for this issue, which is related to some hosting providers. If you add the following code to your functions.php file you should see this work for you: https://gist.github.com/jazbek/6585714
Please let me know if this works, or if you need any further pointers?
Neill
MemberHey hawkesely1
Thanks for doing that, that was a huge help to ruling out that nothing else was causing a conflict.
I have taken your original fix that you used from the tutorial and added in tribe_is_month() which was all it was missing to make your customized title show up on the month view. Taking your code and adding in the moth view should look like this: http://snippi.com/s/ovlrhsl
I’ve used this exact code on my local install and it worked so let me know if this will do it for you. Also let me know if you don’t understand the addition that I made.
Neill
Neill
MemberPatrick –
I’m sorry scratch what I just said above – it looks like there was a formatting issue on my end – one too many Angle brackets in the pasted code above – Try this:
<body <?php body_class(); ?>
Neill
MemberHi Patrick can you copy and paste what you have in that file via a snippi (http://snippi.com/)? That way we’ll see what else might be causing the issue. Snippi should be pretty easy to use if you are unfamiliar with it. Just copy and paste all the code from the header.php file – Give it a title – select PHP as the language and hit “Create Snippet” (screenshot: https://cloudup.com/c4I7hhU1aDX) – the resulting URL you will be able to share and we will be able to see exactly what you are using without any risk of formatting going awry
@pepperminsoda – it looks like you are in the safe hands of Brook on the other thread. Thanks for your info!
Neill
Neill
MemberDo you by any chance have any debugging tools working on the site. This sounds like an issue we may have had in a previous release – but it was fixed and should still be fixed in recent updates. If you have a way of installing a debug tool and see if there’s any reports for the back end this might help us get to the root of the issue. – This is a fairly well used one: http://wordpress.org/plugins/debug-bar/ – let us know if this digs anything up.
Neill
Neill
MemberHey Mike –
Gist is a tool that we use to make sure the code and its correct formatting gets coppied – If you go to Gist -( https://gist.github.com/) – you can just copy and paste your functions file in, save it and share the URL with us and we’ll be able to see what you have going on. Alterntively you could use another tool like http://snippi.com/ – again does the same thing and really assures we are seeing exactly the same code as you.
It would be nice to see the full functions file too, that way we can be sure there’s no other code that is conflicting with it.
As an example here’s the code you pasted above – but notice how it formats it – if you could do the same but with the with functions.php file we’ll be able to get a better look at whats going on. These forum posts aren’t the best way to share code unfortunately as sometimes the formatting gets a little skewed. Hope that all makes sense.
Neill
-
AuthorPosts
