Forum Replies Created
-
AuthorPosts
-
December 29, 2014 at 1:28 pm in reply to: New Godaddy managed word press hosting lost plug ins #926429
Geoff
MemberHi there, Scott! thanks for getting in touch and I’m sorryΒ you hit some issues with your hosting migration.
If you’re being prompted that those plugin folders already exist,Β you may need to access your server files (via your host’s control panel or using FTP) and ensuring that they are properly deleted before reinstalling the plugins. Here’s more on how to access GoDaddy’s file manager via their control control.
The files will be located at /wp-content/plugins/
Cheers!
GeoffDecember 29, 2014 at 1:22 pm in reply to: Linking to single event view from list items in tribe_get_events #926427Geoff
MemberHi there, Kate! Thanks for getting in touch and welcome to the forums. We hope you’ve been enjoying the plugins so far. π
Good question. If you look at the loop you created for the query you set up, you should be able to locate where the Event Title is being called, then wrap it in a link tag that usesΒ tribe_get_event_link(). For example:
<a href="<?php echo tribe_get_event_link() ?>" title="<?php the_title() ?>" rel="bookmark"> <?php the_title() ?> </a>It may be a little different for you depending on how you set up the loop and you might have to fiddle with it, but this should at least get you pointed in the right direction.
Cheers!
GeoffGeoff
MemberHey there, Steve! Thanks for following up.
Hmm, I don’t see anything in there that immediately stands out as a red flag. It looks like you’re running this as part of a multisite installation–is that correct? If so, do you see the Licenses tab in the Network Admin settings?
Although I haven’t seen this specific issue pop up before, I have seen situations where conflicts with themes and other plugins can cause issues. If the multisite setting is not the case, will you please try the steps outlined in our Testing for Conflicts Guide as a next step?
Thanks!
GeoffGeoff
MemberHmm, let’s try taking the <i>.tribe-events</i> out of there. This definitely works when I try it:
.entry tr th, .comment tr th, .entry thead th, .comment thead th { color: #fff; font-size: 0.7em; }Please give that a shot and let me know if it works for you. π
Geoff
Geoff
MemberAwesome! i’m so glad that did the trick–thanks for following up and confirming the answer. π
I’ll go ahead close this thread, but please feel free to open a new one if anything else comes up–we’d be happy to help.
Cheers!
GeoffGeoff
MemberSure thing!
Here’s how you can add that to your theme’sΒ style.css file:
- Log into your WordPress dashboard
- Head over to Appearance > Editor–this will take you directly to the style.css code
- Scroll to the bottom of the code and paste in the snippet
- Click the Update File button
I do want to note that not all themes are the same, so these steps may not work for your specific theme. In that case, you may need a developer who can assist to make these kinds of updates. π
Let me know if this helps clarify things a bit. π
Geoff
Geoff
MemberAwesome, keep me posted!
Geoff
MemberHi there, Krystal! Thanks for reaching out. π
Good question. I do want to note, first of all, that we are a limited in how much support we can provide for custom development questions like this–but I’m happy to help point you in the right direction, if I can.
If you are using theme’s default page template, then you could edit the template to display everywhere but Events by wrapping the sidebar in a conditional.
For example:
if ( is_page_template('page.php') && ! tribe_is_month() || tribe_is_event())Β { /* get the sidebar...Β */ }Note this has not been tested and you may need to fiddle with it to get exactly what you’re looking for. You can see a full list of calendar conditionals here.
Another way might be to use the default events template. This would naturally remove the sidebar from the event calendar view.
Give those a try and let me know if it does the trick. π
Cheers!
GeoffGeoff
MemberHi there, James! Just want to check in to see if you still need any assistance on this one–please let me know and I’d be happy to help. π
Cheers!
GeoffGeoff
MemberHi there, Steve! Just checking in to see if you still need any assistance on this one–please let me know. π
Cheers!
GeoffGeoff
MemberHi there, Axel! Just checking in to see if there’s been any update or if you still need help on this one–please let me know. π
Cheers!
GeoffDecember 29, 2014 at 9:39 am in reply to: Standalone ADD TO CART Button Wanted For Meta Section on Single Event Page #926347Geoff
MemberHi there, Melody! It’s been a while, so I’m going to go ahead and close this thread. Please feel free to let us know if anything else comes up and we’d be happy to help. π
Cheers!
GeoffGeoff
MemberHi there, Dave!Β It’s been a while, so I’m going to go ahead and close this thread. Please feel free to let us know if anything else comes up and we’d be happy to help. π
Cheers!
GeoffGeoff
MemberHi there, Edward! It’s been a while, so I’m going to go ahead and close this thread. Please feel free to let us know if anything else comes up and we’d be happy to help. π
Cheers!
GeoffDecember 29, 2014 at 9:33 am in reply to: [tribe_mini_calendar] DEMO – SOMEWHERE pelase :) / Tweet the shortcode #926342Geoff
MemberHello there, Erik! it’s been a while, so I’m going to ahead and close this thread. Please feel free to open a new one if anything else comes up–we’d be happy to help. π
Cheers!
Geoff -
AuthorPosts
