Geoff

Forum Replies Created

Viewing 15 posts - 8,941 through 8,955 (of 10,150 total)
  • Author
    Posts
  • in reply to: New Godaddy managed word press hosting lost plug ins #926429
    Geoff
    Member

    Hi 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!
    Geoff

    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Cannot enter license key for Events Calendar Pro #926421
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Month view distorted #926418
    Geoff
    Member

    Hmm, 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

    in reply to: Remove Calendar Sidebar #926386
    Geoff
    Member

    Awesome! 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!
    Geoff

    in reply to: Month view distorted #926382
    Geoff
    Member

    Sure 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

    in reply to: Custom CSS #926381
    Geoff
    Member

    Awesome, keep me posted!

    in reply to: Remove Calendar Sidebar #926357
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: how to make it the homepage? #926350
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Custom CSS #926349
    Geoff
    Member

    Hi there, Steve! Just checking in to see if you still need any assistance on this one–please let me know. πŸ™‚

    Cheers!
    Geoff

    in reply to: cannot customize single event #926348
    Geoff
    Member

    Hi 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!
    Geoff

    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Migrating from Eventbrite to WooCommerce tickets #926345
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: add events only by specific users #926344
    Geoff
    Member

    Hi 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!
    Geoff

    Geoff
    Member

    Hello 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

Viewing 15 posts - 8,941 through 8,955 (of 10,150 total)