realcurtgranger
Forum Replies Created
-
Marlon I went to https://www.tutuspantry.com/ and tried there – same problem. So I went back to my site that had worked, reloaded it, and now it doesn’t. So, appears not to be Chrome update related, but rather WordPress/Woo Commerce related.
My website admin is working on this with me, and he’s rolling back to prior Woo and other plugin and theme updates. I’ll post again if we can figure out what’s going on.
- This reply was modified 4 years, 8 months ago by realcurtgranger.
I’ve been experiencing this, both Windows 7 and 10 desktops, with Chrome. I just tested on another desktop running Windows 7, with Chrome Version 83.0.4103.61 (Official Build) (32-bit) – hasn’t been updated in a while, and everything works as it should. I see the pre-populated …. in the CC number field, MM/YY, etc.
So, the issue is a Chrome update incompatibility with the Square certificate/javascript?
Forum: Plugins
In reply to: [GigPress] Details – not shown, not in TRFeel free to mark this RESOLVED now. =)
Forum: Plugins
In reply to: [GigPress] Details – not shown, not in TRThe “Details” header is being generated by the default gigpress.js file is this code:
// GigPress $('.gigpress-tickets-link, .gigpress-sidebar-more a').addClass( 'button'); $('.gigpress-header').append( '<th scope="col" class="gigpress-details">Details</th>'); $('.gigpress-heading').attr( 'colspan', '5'); $('.gigpress-info .description').attr( 'colspan', '4'); $('.vevent .gigpress-row').append( '<td class="gigpress-info-trigger"><a href="#">More +</a></td>' ); $('.gigpress-info-trigger a').click( function() { $( this ).parent().parent().next().fadeToggle(); return false; })
Forum: Plugins
In reply to: [GigPress] Details – not shown, not in TRFound it.
I changed
body .gigpress-table .gigpress-info { display: none;
to
body .gigpress-table .gigpress-info { display: all;
Now it appears. Now to figure out how to format it to column correctly.
Forum: Plugins
In reply to: [GigPress] Details – not shown, not in TRActually it’s not resolved. I am investigating again today, and I believe it to be the original gigpress css file that was included in the Soundcheck theme. I will report back if this ends up being correct.
Forum: Plugins
In reply to: [GigPress] Details – not shown, not in TRHi Ed, and thanks for the reply. Having the column there is ok, I’m just curious to why no data is displayed in Chrome desktop browser, but is in the mobile browser. I’d prefer to have it actually.