Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AkshayRao27

    (@akshayrao27)

    The website is https://escbc.org

    In case you need any other details, drop me a mail or something? ??

    Thread Starter AkshayRao27

    (@akshayrao27)

    Oh, okay. Are there any plans to figure out what the glitch is any time soon? If not I’ll try and look for images that would work on my homepage ??

    Thread Starter AkshayRao27

    (@akshayrao27)

    Thanks a lot for the reply. Unfortunately, I am still a beginner and I’m having a bit of trouble navigating the php file.
    1: I need the details in this order: Time Slot Description, Event Title, Event Time. Would moving the block

    if ( $params[ 'description' ] && ! empty( $item[ 'description' ] ) ): ?>
    <p class="event-description"><?php echo $item[ 'description' ]; ?></p>
    <?php endif;

    to before the entire block starting with
    <?php if ( $params[ 'title' ] ) {
    work?

    2: Could you elaborate on how I can do this? I don’t know how to go about it ??

    3: Unfortunately, this doesn’t work for my use-case. I did find a different solution though (which is why I asked questions 1 & 2). I can use the “event title” as a kind of “category” and use the time slot description as the actual event title. Then, visitors can filter events by what is “event title” on the back end (so e.g. “Breaks”) and then see different time slots with different titles (which are actually event descriptions on the back end, so e.g. “lunch break”, “coffee break”, etc)! ??

    4: Ooh, this would work nicely, thank you!

    • This reply was modified 6 years, 6 months ago by AkshayRao27. Reason: Formatting
    • This reply was modified 6 years, 6 months ago by AkshayRao27.
Viewing 3 replies - 1 through 3 (of 3 total)