Michael Bourne
Forum Replies Created
-
Version 6.8.1 is now working, thank you.
And with 7.0-RC2
Can confirm this still happens in newer beta versions as well, on posts and taxonomies.
Forum: Themes and Templates
In reply to: [Kadence] “The Events Calendar” integration needs some loveHi Karla,
I know they don’t use a standard archive, but your template’s theme file is still loaded on the default
/eventspage, and it’s not a single event view or a taxonomy archive (both detectable, since kadence does have titles on both of those), so by process of elimination, couldn’t we show a page title in Kadence?“Add HTML before event content” sadly places it on all TEC views, not just the calendar. Hooked elements work in Kadence Pro, but I’d really like to see an option for the free users, especially since you have direct integrations with the plugin already. Hopefully the team sees the feature request and adds it 🙂
For colors, all of the CSS variables loaded in
kadence-global-inline-cssare not applying on the front end. You can see that in your browser devtools on any demo site. This is from your demo site:
https://startertemplatecloud.com/g17/events/:root {
--tec-color-background-events: transparent;
--tec-color-text-event-date: var(--global-palette3);
--tec-color-text-event-title: var(--global-palette3);
--tec-color-text-events-title: var(--global-palette3);
--tec-color-background-view-selector-list-item-hover: var(--global-palette7);
--tec-color-background-secondary: var(--global-palette8);
--tec-color-link-primary: var(--global-palette3);
--tec-color-icon-active: var(--global-palette3);
--tec-color-day-marker-month: var(--global-palette4);
--tec-color-border-active-month-grid-hover: var(--global-palette5);
--tec-color-accent-primary: var(--global-palette1);
--tec-color-border-default: var(--global-gray-400);
}
Most of those variables are crossed out in devtools and TECT plugin defaults are working. If you change the selector from :root to body, they apply.You can see the conflict in action with an “Events List” widget from the plugin.
Forum: Plugins
In reply to: [Commerce7 for WordPress] Running JS after all products loadedCommerce7 doesn’t fire window events when they render content sadly, but if you know JS, you can use a mutation observer on the #c7-content div to look for a specific child element (like .c7-product).
Forum: Plugins
In reply to: [Commerce7 for WordPress] Dashboard & Profile pages are not loading properlyAxios errors come directly from Commerce7, you should reach out to them for help. I can confidently say this plugin has no effect on their API requests.
Forum: Plugins
In reply to: [Commerce7 for WordPress] Script Errors and incorrect script pathNo worries!
Forum: Plugins
In reply to: [Commerce7 for WordPress] Critical Error when updating to 1.5.2You’re absolutely right, I’ve pushed out 1.5.3 to fix this. Thanks for letting me know!
Forum: Plugins
In reply to: [Age Gate] Undefined Language Method Error introduced on 3.6.1I think everyone is. I can replicate this on dozens of sites.
@duracelltomi happy to help, love the work you’ve put in to this plugin. Thanks for the quick fix!
While the checkbox does prevent this error from being visible to visitors, it is still an error.
@duracelltomi In your
/public/frontend.phpfile, the start of body function outputs broken HTML, resulting in the console warning messages being visible as text above the header. That’s because you run the output throughwp_ksesbut disallow script tags.Forum: Plugins
In reply to: [Commerce7 for WordPress] Collection FiltersHowdy! The plugin has no effect on markup added to the collection template in Commerce7. It looks like you added the filters to your site by accident, these need to go inside of a Commerce7 collection template, found under the Developer navigation item in Commerce7.
Forum: Plugins
In reply to: [Commerce7 for WordPress] Javascript ErrorTo future readers, my question about Slack was for Jan and I to continue talking about the repo guidelines, which we did. That was obviously lost in translation here with the previous reply. No restrictions were violated.
@lfirth The latest update 1.4.8 solves the problem with Commerce7’s JavaScript interfering with Oxygen’s builder.
Forum: Plugins
In reply to: [Commerce7 for WordPress] Javascript ErrorHi @jdembowski
Understood. I searched and found the guidelines for @kmcmillan and anyone else interested: https://developer.ww.wp.xz.cn/plugins/wordpress-org/using-the-forums/
@jdembowski can you and I continue this on Slack? I have some follow-ups that don’t need to be discussed here.
@lfirth this sounds like a JS conflict between Commerce7 and Oxygen. If no errors are logged in PHP (as per Jan’s instructions above), then I will know to look there. I’ll research some solutions and get back to you.
Forum: Plugins
In reply to: [Commerce7 for WordPress] Buy Button Gutenberg Block Isn’t workingThat specific product seems to have no variants, you may need to edit the product in C7 and resave it. Check that you have inventory as well in C7 if inventory is initialized.
In the plugin settings page, I suggest using “V2 (Compatibility Mode)”. I’ve seen other sites have issues with Foundry and Commerce7, I developed this option to get around that issue. Your site seems fine for now, but it’s a safe option to use full time.