Home › Forums › Calendar Products › Events Calendar PRO › Custom Shortcode
- This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago by
timothy cermak.
-
AuthorPosts
-
June 29, 2017 at 8:59 am #1312043
timothy cermak
ParticipantI want my websites event list to look exactly like http://ticketquarry.com/events/ looks. but when i try to use the shortcode, there are monthly sepreators and such.
Basically my end goal is to create a page that looks exactly like http://ticketquarry.com/events/ but with a slider about the list, and to my knowledge the only way to do that is to create a custom page and use the shortcode
June 30, 2017 at 11:01 pm #1314874Jennifer
KeymasterHi Timothy,
Thanks for reaching out!
You can create a custom page with a shortcode and a slider, or if you want to add a slider to the /events page, you can do that as well by editing the list view template following these instructions (the template can be found at wp-content/plugins/the-events-calendar/src/views/list/content.php). You can add your slider wherever you’d like it to appear on the page.
If you prefer the shortcode route on a new page, you can remove the month dividers with the following CSS:
.tribe-events-list-separator-month {
display: none !important;
}You can add that to your Additional CSS area under Appearance > Customize (if you have one) or in the style.css file of your child theme.
Let me know how that works for you or if you’d like to make any other style changes to the page with the shortcode! If so, please send me a link to the page where you have the shortcode, and I’ll see what I can recommend.
Thanks,
Jennifer
July 19, 2017 at 7:35 am #1323248timothy cermak
ParticipantThis reply is private.
July 19, 2017 at 8:37 am #1323282timothy cermak
Participanthttp://ticket.semremedy.com/events/
this also needs to look just like Ticketquarry.com
July 19, 2017 at 3:04 pm #1323577timothy cermak
ParticipantI still need the thin grey line removed and i need the descriptions to stay in the event box.. the second event is coming out of the box
July 20, 2017 at 8:35 pm #1324181Jennifer
KeymasterHi Timothy,
It looks like you are using the same theme on both sites, so unless you have different settings or some custom CSS on one site that you don’t have on the other, they should display the same way. There really isn’t any CSS I can give you that will make them both display exactly the same way, but what I would recommend is going under Events > Settings > Display and try changing the settings for Default stylesheet used for events templates and Events template – definitely make sure both sites are using the same settings. There are also some options under Appearance > Customize > The Events Calendar that you can set, but these are mostly related to colors.
To remove the gray line, you can use
.tribe-events-list .type-tribe_events {
border-bottom: none;
}Let me know how that works!
Thanks,
Jennifer
July 21, 2017 at 6:36 am #1324299timothy cermak
Participantot
July 21, 2017 at 6:39 am #1324300timothy cermak
ParticipantThis reply is private.
July 21, 2017 at 8:26 pm #1324736Jennifer
KeymasterHi Timothy,
Sorry that didn’t work for you…I’m not seeing the line on that page anymore though, were you able to get rid of it? If not, can you try it this way:
.tribe-events-list .type-tribe_events {
border-bottom: none !important;
}It’s working in my browser both ways, so hopefully this one will work for you as well!
August 12, 2017 at 9:35 am #1334471Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Custom Shortcode’ is closed to new replies.
