ebonweaver
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Link Preview] mobile responsiveCame for this same issue. The CSS with !important did the trick. Might want to add that to the plugin code!
Still have an issue with intermediate widths using columns with these links, but that’s more complicated to solve I think…. The individual “widget” can’t respond to the column width like the media width AFAIK, so the theme css for when 2 columns become stacked by media width would need changed I think, but then that’s got other implications…. Fiddly, not terrible, but love to figure out how to tweak it better.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Featured Event Color does not workFWIW I identified the CSS needed to be changed for this feature:
.tribe-events-calendar-list__event-datetime-featured-text {color: yellow !important;}
.tribe-common-c-svgicon–featured {color: yellow !important;}
.tribe-events-calendar-list__event-date-tag-datetime:after {background-color: yellow !important;}
.tribe-events-widget-events-list__event-date-tag-datetime:after {background-color: yellow !important;}- This reply was modified 2 years, 5 months ago by ebonweaver.
Having taken another shot at this, I have it mostly working, but there are several bugs and lots of room for improvement.
Bugs:
– Using apostrophes causes slashes to appear in text. “it’s” shows as “it/’s” on the forms
– Options keep resetting themselves to defaults randomly, like lightbox popups.
– The “let user decide” option in the Profile tabs does not work.
– The order of the Fields on the Account tab is not correct. It was, because that’s how I set the order they appear on the form, but now they are listed in a different order than what they show. Changing the order does nothing to the form, so now the form is locked in and can’t be changed.
– Ability to edit Signature is missing (field missing from form builder).Design Problems:
– UI makes no sense for editing forms: Drag and drop looks like it should work to add fields but it does not. You have to just click an item to add it, but there is no indication this is how it works. How about adding + and x to fields for add and remove as would be expected, and remove the drag ability that doesn’t work?
– You have to add a field to Registration by adding it first to Account then adding it a second time to Registration. This makes no sense at all. Each of these forms should be completely independent configurations.
– Labels aren’t labels, they are placeholder text. Real labels are needed.
– Found CSS that enables labels as they are there but hidden?? This makes no sense. Add the missing option in the UI to display them. Couple this with the editing issue above so labels can be toggled per field per form.
– “card-title” element is redundant to the page title as they are the same thing. Unclear why you’re replicating the page title in the form header but there should be an option to disable this or better yet customize it. I’d love to be able to have the page title be “Register” and the header of the form box be “Sign Up” for example. As is I have to use CSS to hide the card-title then add page elements to augment the form.
– For Profile Tabs you need to not only add the tabs but save each one. This is inconsistent with adding fields on Account or Register.
– Relationship between Account and Profile is sketchy at best. Edit Profile takes you to Edit Account. Account has no link to Profile. Profile does however link to Account. There is no place on Account to change your banner. It seems profile is what is publicly viewable compared to account being your private information, but the lack of an Edit Profile button in the Account screen makes this totally unclear.
– Custom Fields on the Account tab of the Form Builder is a big undocumented mystery. What is this? How to use? Is this maybe the answer to why “Signature” is a missing Field?
– “Author Box” is redundant to WP already showing Author by default so it’s really a pointless feature and should certainly not be on by default. It took me some time to figure out what was causing that to appear and how to turn it off.Again, good start, but definitely needs work.
Forum: Plugins
In reply to: [The Events Calendar] Events Bar customizations do not workAlso there seem to be a LOT of color options missing that again are required as the defaults pulled from the theme are not functional.
Single Event Layout – Event Title
headers: Now Onwards and Latest Past Events (list view), name of Month (month view), Date (day view)And another bug, Event Title color setting does not stick, it reverts to some other default color instead of the selected color.
Basically, unless your default theme colors happen to work with this plugin, you can’t use it currently as you can’t set half the colors which makes them unreadable potentially, or just hideous.