Julie

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Availability Discrepancies #1613292
    Julie
    Participant

    Hi Jamie,

    Yep, I have everything updated. It doesn’t update in that warning area – but will try your other suggestion and reach out if it still isn’t working!

    Ingrid

    in reply to: Inventory Issues #1467920
    Julie
    Participant

    Got it. Let me see how that works when someone registers and I’ll get right back to you!

    in reply to: Inventory Issues #1465230
    Julie
    Participant

    You’ll see they are set at 6, but there is a (4) next to it?

    in reply to: Inventory Issues #1465225
    Julie
    Participant

    Victor – Do you just want access?

    in reply to: Show message when item is sold out #1439024
    Julie
    Participant

    Hi – just thought I would ask about the above again. Let me know!

    in reply to: Show message when item is sold out #1436229
    Julie
    Participant

    Hi Jennifer,

    Got it. What a bummer! I don’t want to downgrade as we use the recurring events function that isn’t available with the free version.

    I do have another issue, though – that I’m hoping you can help with.

    I have a recurring event that has two spots left, but is not showing up. I’ve included screenshots. Let me know if you need access to the site.

    in reply to: Display Excerpt in List View #1377109
    Julie
    Participant

    I got it! I just deleted the custom files in the theme. Man, I have been working on that forever and it was that simple! ha.

    Thanks for the help.

    in reply to: Display Excerpt in List View #1377078
    Julie
    Participant

    okay, it seems like the content.php files are the same that are in the theme folder and the plugins folder, so I cannot figure out where the customization is. If you can lend any advice, that would be great. UGH. I’m so sorry.

    in reply to: Display Excerpt in List View #1377066
    Julie
    Participant

    Sorry – I inherited this site and am just now digging in as the author of the theme (custom) already has the custom php files within the theme file. So, I’ll try to figure out how to display the content there based on what I see in the demo.

    in reply to: Display Excerpt in List View #1376957
    Julie
    Participant

    Yep, it’s the theme. I had tried that before and didn’t see it, so not sure what was up then. Looks perfect when I switch themes. Advice on troubleshooting?

    in reply to: Display Excerpt in List View #1376405
    Julie
    Participant

    Hi Victor,

    I downloaded the plugin, just to see if that could help (as you’re right, I don’t like editing the functions.php file, so this helps). Anyway, nada. HEEEEELP.

    Below is the code I have in your plugin. What’s missing?

    Also, when I look at the demo content, it seems to be calling up tribe-events-list-event-description tribe-events-content description entry-summary, which my site does not.

    /* display excerpts in list view of calendar */
    add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 ); function custom_excerpt_length( $length ) { return 300; }

    /* attempt to display exerpts again */
    function new_excerpt_more( $more ) { return ‘…’; } add_filter(‘excerpt_more’, ‘new_excerpt_more’, 20);

    in reply to: Display Excerpt in List View #1374944
    Julie
    Participant

    Hi Victor,

    Where should I add that code? I have tried both of those snippets in the functions.php and it does not work. Will try yours now, but just want to make sure I’m putting it in the right spot.

    Furthermore, I have shared a screenshot. My list view is pretty much a mess. The title is under the picture and there is no description. Check it out. HELP?! I’m at a loss and feel like I’ve been trying.

    in reply to: Display Excerpt in List View #1374917
    Julie
    Participant

    James, thank you for your help! However, I apparently don’t have anything about the excerpt within the general.php file. Would it be located in another file?

    I can copy/paste that file here, but not sure it will help?

Viewing 13 posts - 1 through 13 (of 13 total)