Sixtel
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Can hackers find out the new login page?Has anyone found a verified solution to this problem? Same thing has been happening to me and I have tried all the things suggested above
Forum: Plugins
In reply to: [The Events Calendar] Update (4.6.2.4) widget issues with cssI’m getting the same issue. I suppose I can transfer to my main style.css but I liked these overrides being separate.
Anyone get anywhere on this or figure out why it broke? I can’t really see any difference offhand, everything seems to be named the same and the such.
Forum: Plugins
In reply to: [The Events Calendar] Don’t show expired events in list viewWell..I can’t seem to reproduce the issue now so I’m thinking it was some other plug-in or something causing a conflict.
If I am able to replicate it I will update with further details.
Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Don’t show expired events in list viewI did a little further testing. It seems to be something in the most current update that was released. I rolled back to the previous version and the issue stopped.
I can’t figure out what that means exactly…I noticed that several functions have become deprecated so perhaps in my override files I’m using deprecated functions that have been removed?
Anyway it’s working the way I want it to now, although I guess I can’t update anymore.
Forum: Plugins
In reply to: [The Events Calendar] Don’t show expired events in list viewHm. I think it may be something in the event calendar files that I’ve overrode.
Can you point me to where that function is called that sets it up to display current and generate previous button?
Forum: Plugins
In reply to: [The Events Calendar] Images attached to events have suddenly changed size?Not sure if something actually changed or not, I’m just forcing 2:1 ratio on all image uploads to EB and that has solved my issue.
Forum: Plugins
In reply to: [The Events Calendar] Images attached to events have suddenly changed size?Quick Update..
I was able to reattach the proper(ish) size to the image..I had missed a closing php tag. But, it didn’t change the way anything looks for some reason.
<img width="300" height="288" src="https://ashevillemusichall.com/wp-content/uploads/1685_image_original-300x288.jpg" class="attachment-medium size-medium wp-post-image" alt="" scale="0">
Forum: Plugins
In reply to: [The Events Calendar] Default text for free eventsWorks fantastically. Thanks so much.
- This reply was modified 6 years, 7 months ago by Sixtel.
Forum: Plugins
In reply to: [The Events Calendar] Search Bar CSS FlickerInteresting.
Well thanks so much for the help Ed!
Forum: Plugins
In reply to: [The Events Calendar] Search Bar CSS FlickerThat fixed it! Thanks man!
For future reference for myself, how did you know that’s what was going on? Everything loads so fast I couldn’t tell. Is there some part of dev tools that break that down?
Forum: Plugins
In reply to: [The Events Calendar] subtract from events start timeWell, what I need is an entirely new variable for a Door Time category.
Using Advanced Custom Fields I created a new field and I can grab it in the tribe .php files and output it.
What I want to do is to set a default time in case the field has not been filled out that takes the official start time and subtracts one hour from it. I actually am doing that, but I’m doing it oddly and I’d rather just do the math on whatever timestamp var type is being used and then output that (basically, so it properly preserves the minutes and AM/PM).
I hope that makes sense.