Reply to: tickets(376185)

Hey Artem,

I tried to login with my HelpDesk details and it comes up with an error saying incorrect username or password.

Cheers,

John

Reply to: tickets(375297)

Thank you very much. I just tested and it’s working. Where can I find those codes that you sent from the screenshot? So that I can explore it too for further customizations 🙂

Reply to: tickets(376323)

The production site: https://mount-shasta-events.com/

The most recent event is in draft mode and I am unable to publish.  I created a new admin User for myself and tested and the same results  (I thought maybe it was my User account).

eventon

tmTtma283!A08JBBoTf6BbXH

Reply to: tickets(376384)

The other problem of doing this now is on the actual webpage for the event if someone pulls up the full page, now that text is white background (and redundant now too with similar info), you can use this link as an example:

 

https://huberheightschamber.com/events/explore-john-maxwell-the-21-irrefutable-laws-of-leadership/

Reply to: tickets(376384)

I went ahead and did CSS override for now to fix it, but it would be nice to not have this bandaid as the fix and determine the actual reason it is not working. I added the following:

/* Force white text for event time and location */
.evoet_time_expand.level_3,
.evoet_location.level_3 {
color: #ffffff !important;
}

Reply to: tickets(376384)

I even chose white color for all text and changed the configure text color dropdown to use default. everything else goes to white, but the time and location still remain a dark grey color, which makes no sense, because I even specified the “other text (time, location…) to be white. So it is not respecting the choice.

 

Also to clarify on the future months not working, it is working fine on the code builder version that I did but that style is still slightly different than what is on your demo site. The demo site only shows one month at a time too. I also noticed the demo shows filtering option buttons but mine does not have that.

Reply to: tickets(376384)

OK we might be getting somewhere, slowly here, but some issues are mostly resolved but some things remain.

 

I changed the event color to a darker color brown just to see if that would help make the date, time , location details on the card go from this dark grey color it is still to a white. It still is not showing. I made the changes you said to.

Reply to: tickets(376384)

How do we display more than one month at a time for tile design? We would love to show 3-4 months at a time. Again, I tried code normally used to set this but it didn’t work.