epstarr17
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events don’t show their detailsI believe I am having the same issue as well now…
Events that have previously had venues and organizers, still show up a link to edit. However, the dropdown that should list all of my venues and organizers are gone, and instead there is a type=”hidden” on it…
I cannot add new events and link venues and organizers until this is fixed. Those fields are completely missing when creating a new event
carligeanu,
You can use some responsive CSS media queries to size them depending on the size of the screen. Here’s some code I put near the bottom of my CSS file to resize the 3-column campaign listings:
@media only screen and (max-width: 980px) { .campaign-grid-3 .campaign.hentry { width: 47%; } } @media only screen and (max-width: 768px) { .campaign-grid-3 .campaign.hentry { width: 100%; } }
This is my mistake entirely. I was using the wrong Authorize.Net transaction key. The receipt page shows as it’s supposed to.
My mistake, this whole issue was because I was using the wrong Authorize.Net transaction key. Online payments default to “Paid” unless otherwise stated. Check your keys everyone!
Forum: Themes and Templates
In reply to: Child theme CSS not updatingResolved
Forum: Themes and Templates
In reply to: Child theme CSS not updatingAlmost immediately after posting this, something resolved where it is appearing correctly.