-
AuthorPosts
-
September 1, 2015 at 8:18 pm #496699
Hello,
We’re using the Events Calendar plugin by Modern Tribe with our Enfold site. When viewing events in the list view or photo view, the next and previous links appear at the top of the page (examples in private content). We would like those links to appear at the bottom of the listing… or at the top AND bottom of events listing – whichever is possible. Is this something we can do with css in the enfold child theme? Or do I need to contact Modern Tribe?
ThanksSeptember 2, 2015 at 3:43 pm #497195Hey kvpacs!
See here, https://theeventscalendar.com/knowledgebase/themers-guide/, and look under the “List View” section. It’s probably a tag inside list.php or one of those similar files that you need to copy and paste at the bottom of the file to duplicate it at the bottom.
Regards,
ElliottSeptember 3, 2015 at 7:38 pm #497946That’s awesome Elliot! Wasn’t sure if I should ask or if it was outside the scope of support. But thank you! I was able to track down the code and added it to list.php and photo.php in my child theme. Now trying to figure what css to use to align the next and prev links at the bottom so they match the top (would like them to align to edge of the events column, rather than the edge of the page). Can you help?
Speaking of alignment, if you click on any event to view a single post page, scroll to the bottom and the subscription text beside the checkboxes is not aligned beside the boxes. Here’s the css affecting it:
#commentform label { left: 245px; }Is it supposed to be this way?
Thank again
September 3, 2015 at 10:45 pm #498036Hi!
Our theme is not 100% compatible with events calendar pro, that is why those issues exist.
We are discussing to include that on a release, but till then, you will have to fix some issues alone or hire someone
to do it for you if they are advanced modifications ;-)Cheers!
BasilisSeptember 4, 2015 at 12:47 am #498095Fair enough.
The second question about the comment form label alignment has to do with the enfold theme – it happens at the bottom of any post that has comments enabled (see example link). Is that alignment an error?
Thanks
September 4, 2015 at 7:26 pm #498572Hi!
The Jetpack plugin adds those right? Try adding this to your custom CSS.
.comment-subscription-form label { left: auto !important; top: -5px !important; }
Regards,
ElliottSeptember 14, 2015 at 7:33 am #502506Hey sorry, was so long ago since I installed Jetpack, I didn’t realize those selections were part of it and not WP. Wouldn’t have asked if I knew! But thanks again Elliot, ever so helpful – worked like a charm :)
September 16, 2015 at 2:15 pm #504115Hi!
Alrighty, let us know if you have any other questions.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.