Title: streamworksaudio's Replies | WordPress.org

---

# streamworksaudio

  [  ](https://wordpress.org/support/users/streamworksaudio/)

 *   [Profile](https://wordpress.org/support/users/streamworksaudio/)
 *   [Topics Started](https://wordpress.org/support/users/streamworksaudio/topics/)
 *   [Replies Created](https://wordpress.org/support/users/streamworksaudio/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/streamworksaudio/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/streamworksaudio/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/streamworksaudio/engagements/)
 *   [Favorites](https://wordpress.org/support/users/streamworksaudio/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 186 total)

1 [2](https://wordpress.org/support/users/streamworksaudio/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/streamworksaudio/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/streamworksaudio/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/streamworksaudio/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/streamworksaudio/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/streamworksaudio/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Add code to Buttons](https://wordpress.org/support/topic/add-code-to-buttons/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/add-code-to-buttons/#post-18156890)
 * I was able to do this by adding an ID to the button (a tag) then using a code
   snippet to add <script> (with the wp_footer hook) which listens for the click
   on the ID and then pushes to the datalayer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Action Scheduler] How to tell if a plugin is using Action Scheduler](https://wordpress.org/support/topic/how-to-tell-if-a-plugin-is-using-action-scheduler/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [3 years ago](https://wordpress.org/support/topic/how-to-tell-if-a-plugin-is-using-action-scheduler/#post-16726307)
 * Just a follow up. After coming to the conclusion that the plugin does not use
   Action Scheduler and I ask the support member again, and this time the response
   is that they use WP Cron. Interesting that I got two different answers 🙂
 * I think it is safe to remove these tables. Thanks for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Action Scheduler] How to tell if a plugin is using Action Scheduler](https://wordpress.org/support/topic/how-to-tell-if-a-plugin-is-using-action-scheduler/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [3 years ago](https://wordpress.org/support/topic/how-to-tell-if-a-plugin-is-using-action-scheduler/#post-16724555)
 * Thanks Barry,
 * This is what I suspected. I had a look at the ‘wp_actionscheduler_actions’ table
   and the last entry (scheduled hook) was from just before I deactivated WooCommerce
   and I do not see Tools->Scheduled Actions.
 * A support member from one of the plugins we use said they use it, but from my
   investigations it appears it does not.
 * Worst case, am I correct in thinking that if I remove the tables and things go
   haywire, then I am guessing I can install this plugin on it’s own (not as part
   of WooCommerce) and those tables will be recreated (if that plugin does in fact
   require Action Scheduler)?
 * Cheers
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kadence] overflow:hidden on #wrapper….](https://wordpress.org/support/topic/overflowhidden-on-wrapper/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/overflowhidden-on-wrapper/#post-15766719)
 * Hi,
 * I never got a reply on this, but I noticed that after updating the theme today
   that my sticky menu on a custom template is now working.
 * Was this issues worked on?
 * Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_image_editor uncaught error when file is not an image](https://wordpress.org/support/topic/wp_get_image_editor-uncaught-error-when-file-is-not-an-image/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/wp_get_image_editor-uncaught-error-when-file-is-not-an-image/#post-15724843)
 * You are correct, a WP_Error is returned by the function.
 * I do see where I went wrong (it is amazing what a few hours of sleep can do).
   I had my WP_Error check coming too late in the script and the uncaught errors
   were from trying to run methods on the editor before checking if wp_get_image_editor
   returned an error or not.
 * Once I put the check for an error right after attempting to create an instance
   of the editor I was able to catch the error before running methods on it.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Remove Code Snippet Buttons from the MCE Editor](https://wordpress.org/support/topic/remove-code-snippet-buttons-from-the-mce-editor/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/remove-code-snippet-buttons-from-the-mce-editor/#post-15646171)
 * A couple minutes after posting this, I see that the Code Snippets button in the
   MCE editor only shows for administrators, so this works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence WooCommerce Email Designer] What is adding the ‘Subtitles’](https://wordpress.org/support/topic/what-is-adding-the-subtitles/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/what-is-adding-the-subtitles/#post-15335688)
 * Would love to get some help on if this is possible or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence WooCommerce Email Designer] What is adding the ‘Subtitles’](https://wordpress.org/support/topic/what-is-adding-the-subtitles/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/what-is-adding-the-subtitles/#post-15322450)
 * I can see that the plugin’s email-header.php template is looking for the $email_subtitle
   variable, I tried to pass that with the wc_get_template_html array arguments (
   email_subtitle => ‘MY SUBTITLE TEST’;)
 * But still I do not see the subtitle showing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] Getting PayPal Fees](https://wordpress.org/support/topic/getting-paypal-fees/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/getting-paypal-fees/#post-15317714)
 * Thanks Niklas,
 * Yes, I am working on our custom plugin and we would love to have access to that
   meta date 😉
 * I will keep my eye out for the update.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontend Admin by DynamiApps] Auto Generated Submit Button Styles](https://wordpress.org/support/topic/auto-generated-submit-button-styles/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/auto-generated-submit-button-styles/#post-15280302)
 * I think I see what it is….
 * This is the default styling applied from the acf_form_head(); function.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontend Admin by DynamiApps] Mapping fields to custom meta](https://wordpress.org/support/topic/mapping-fields-to-custom-meta/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/mapping-fields-to-custom-meta/#post-15268695)
 * I am able to add custom meta by creating hidden fields then passing a default
   value to them. However, I would still like to know if there are any hooks that
   I can hook into to run some functions when a form is submitted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Dequeue Select2 styles](https://wordpress.org/support/topic/dequeue-select2-styles/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dequeue-select2-styles/#post-15235739)
 * This is working for the WooCommerce account page…
 *     ```
       add_action('wp_enqueue_scripts',function(){
       	if ( is_account_page() ) :
       	wp_deregister_style( 'dokan-select2-css' );
       	endif;
       });
       ```
   
 * Perhaps there is a function that checks to see if the user is on the Dokan Dashboard?
   If so then I can load the dokan select2 styles on the dashboard page only.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Dequeue Select2 styles](https://wordpress.org/support/topic/dequeue-select2-styles/)
 *  Thread Starter [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/dequeue-select2-styles/#post-15235692)
 * Thanks [@jahidulhassan](https://wordpress.org/support/users/jahidulhassan/)
 * That does remove the styles, however it appears that on the Dokan dashboard then
   only load my theme’s select2 styles and not WooCommerce’s (need both WooCommerce
   and my theme’s).
 * Need to find a way to remove the Dokan select2 styles from just certain pages(
   i.e WooCommmerce pages).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fluid Checkout for WooCommerce - Lite] SVG Logo not working in header](https://wordpress.org/support/topic/svg-logo-not-working-in-header/)
 *  [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/svg-logo-not-working-in-header/#post-15213025)
 * Thanks [@diegoversiani](https://wordpress.org/support/users/diegoversiani/)
 * I am doing some of my own custom styles to the checkout form (mainly just color
   to match our branding and making the form full width) so I added it to my own
   CSS for now. Once the new release it out I will remove that fix from my styles.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fluid Checkout for WooCommerce - Lite] SVG Logo not working in header](https://wordpress.org/support/topic/svg-logo-not-working-in-header/)
 *  [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/)
 * (@streamworksaudio)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/svg-logo-not-working-in-header/#post-15211365)
 * Digging into this I found that it might be CSS.
 * This style..
 *     ```
       .fc-checkout-header .fc-checkout__branding img {
           max-height: 46px;
           max-width: 130px;
           width: auto;
           -o-object-fit: contain;
           object-fit: contain
       }
       ```
   
 * When I change the width to 100% (instead of auto) the SVG shows fine.
    -  This reply was modified 4 years, 4 months ago by [streamworksaudio](https://wordpress.org/support/users/streamworksaudio/).

Viewing 15 replies - 1 through 15 (of 186 total)

1 [2](https://wordpress.org/support/users/streamworksaudio/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/streamworksaudio/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/streamworksaudio/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/streamworksaudio/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/streamworksaudio/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/streamworksaudio/replies/page/2/?output_format=md)