Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)
  • Plugin Author covertnine

    (@ttoomey)

    Hey,

    This should be resolved if you were able to reinstall the latest version.

    -T

    Plugin Author covertnine

    (@ttoomey)

    Can you try to reinstall the plugin? That sounds like it isn’t active or installed properly.

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Hey Ben,

    Most recent release includes an option to disable the YouTube frontend to keep in compliance with GDPR.

    You can see a screenshot of the setting from the plugin sidebar on any page or post edit screen like in this screenshot.

    That should get you what you need! If you could, please update your review accordingly if you feel we’ve gotten what you need out of the plugin.

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Oh shit! I never even considered that.

    The good news is, I think we can add this as a setting so you can disable the YouTube on the front

    Plugin Author covertnine

    (@ttoomey)

    Oh shit! I never even considered that. The YouTube JS is for the video background feature from the grid block.

    The good news is, I think we can add this as a setting so you can disable the YouTube on the Frontend.

    I am pretty familiar with privacy laws here in the states but admittedly not so much GDPR.

    We will have a fix for this to disable the YouTube api in a future release.

    I’ll let you know when we release it!

    -Tim

    • This reply was modified 2 years, 10 months ago by covertnine. Reason: Hit submit on accident
    Thread Starter covertnine

    (@ttoomey)

    Thanks for digging those up! Not sure why I couldn’t find those cause I did plug around in the github repos.

    One thing I will add to this thread in case anyone else stumbles upon it is that this is specific to Firefox browser as far as I could tell. The previews still work for me on Google Chrome.

    Thanks again for the links!

    -Tim

    I’m also having this issue after the 5.9 updates. No CSS is ever added to the mobile preview or tablet preview, but the desktop preview works as intended.

    Why doesn’t enqueue_block_editor_assets enqueue the CSS to the iFrame just like it would for the desktop view?

    How do you enqueue CSS to the iFrame preview? It worked fine in 5.8–why change it?

    add_editor_style does not work for me trying to add the CSS to the block editor that way…

    Plugin Author covertnine

    (@ttoomey)

    Are you certain?

    I opened this up on the C9 Starter theme site I have and I was able to see reusable blocks I just added no problem in the modal popup.

    Are you seeing any console errors or anything like that?

    Plugin Author covertnine

    (@ttoomey)

    Excellent!

    I’m guessing it was cached in the backend. Sometimes, you need a hard reload in the admin after an update to get things working.

    Let me know if anything else comes up! If you’re able to, can you rate our plugin?

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Hey,

    Are you getting any errors that you can share from the debug.log?

    That would help me understand why it’s not working for you. It does work with our latest themes, the 2019, and 2020 WordPress themes, but we haven’t tested with the one you mentioned.

    Plugin Author covertnine

    (@ttoomey)

    Hey!

    Sorry to hear that! Did you update to WordPress 5.9?

    Also, what theme are you using? We had to remove one function from our themes, which was usually the cause of the blank white screen issue.

    Can you let me know what theme and version of it you’re using?

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Hey,

    Can you send us a screen recording, and do you by chance have any other plugins installed that may have conflicting JS?

    We weren’t able to replicate the issue on Twenty Twenty One with C9 Blocks on the latest version of WordPress.

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Hey!

    Sorry for the late response here. This might be a bug or a conflict with the Twenty Twenty One theme. I’ll have to look into it, and get back to you on it.

    -Tim

    Hey,

    We’re getting a similar error reported on Lost Password forms from WooCommerce. Same error, but different plugin:

    [17-Feb-2021 01:05:46 UTC] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WSAL_Sensors_LogInOut::event_user_requested_pw_reset(), 1 passed in /var/www/covertnine/covertnine.com/www/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /var/www/covertnine/covertnine.com/www/wp-content/plugins/wp-security-audit-log/classes/Sensors/LogInOut.php:540
    Stack trace:
    #0 /var/www/covertnine/covertnine.com/www/wp-includes/class-wp-hook.php(287): WSAL_Sensors_LogInOut->event_user_requested_pw_reset(Object(WP_Error))
    #1 /var/www/covertnine/covertnine.com/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array)
    #2 /var/www/covertnine/covertnine.com/www/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
    #3 /var/www/covertnine/covertnine.com/www/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php(296): do_action('lostpassword_po...', Object(WP_Error))
    #4 /var/www/covertnine/covertnine.com/www/wp-content/plugins/woocommerce/includes/class-wc-form-handler.php(998): WC_Shortc in /var/www/covertnine/covertnine.com/www/wp-content/plugins/wp-security-audit-log/classes/Sensors/LogInOut.php on line 540

    We are on the most current version.

    -Tim

    Plugin Author covertnine

    (@ttoomey)

    Yo Charles!

    Excited to hear that you are using C9 Blocks with Kadence theme cause I hadn’t tested that one.

    I have come across this exact issue awhile back. We have some code in our themes that fixes this issue as it’s a conflict of column names coming from Bootstrap + WooCommerce. (IIRC)

    
    .woocommerce-page .col-1,
    .woocommerce-page .col-2 {
    	max-width: none;
    }
    
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
    	padding-left: 0;
    	padding-right: 0;
    }

    We have that line of code in our themes should you want to give one of our starter themes a shot, but it does make sense to add that to the blocks plugin and keep it in compliance with WooCommerce, so look for that in a future release.

    If you haven’t, check out our starter themes that all work 100% with C9 Blocks.

    Starter Themes
    https://c9.covertnine.com – C9 Starter
    https://work.covertnine.com – C9 Work
    https://music.coertnine.com – C9 Music Single Page concept
    https://togo.covertnine.com – C9 Togo should be on www.ads-software.com in the next week or so

    We have child themes and an animation plugin if you sign up for our early access list–it’s all free.

    https://www.covertnine.com/form/beta

    -Tim

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