Hi! Let me first say, amazing plugin! My clients are so impressed with the functionality.
The only question they have with the plugin is whether they can show all the reviews in a list, rather than the way it is currently set up to show only one review and you have to click next to see more. They would like all reviews to show up one under the other.
Is this possible?
Mar 29,2017 AT 8:54AM - 4 years ago -Possibly I will alert the plugin creator to this and see if he can help
unfortunately that is not an available option however
.evcal_evdata_cell .review_list .review{display:block} add this to eventon > styles
and
.evcal_evdata_cell .review_list .review .description {
padding: 8px;
background-color: #DEDEDE;
border-radius: 3px;
margin-bottom: 10px;
margin-top: 3px;
display: inline-block;
position: relative;
}
That should do it 🙂
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Thanks for the info! I added this to the styles section, but couldn’t see the changes in the front end. I also followed the instructions on the styles page and added the code to my styles.css sheet. Any suggestions?
Nevermind! Must have been a cache issue. It’s working now. thank you soooo much!