AkshayRao27
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Editing submitted entries?The website is https://escbc.org
In case you need any other details, drop me a mail or something? ??
Forum: Plugins
In reply to: [Super Hero Slider - WordPress slider plugin] Twenty Seventeen Homepage issueOh, 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 ??
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 blockif ( $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.