kbowson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Channel IDOh, that’s embarrassing. Found it… hiding in the ‘logs’ folder.
Sadly the filter added to
functions.php
was not added. Honestly, I think the issue is on my end. I can’t get anything to log to any of the logs there or anywhere. The only logging I can get done is to query monitorForum: Plugins
In reply to: [WP YouTube Lyte] Channel ID?? nothing in the
/wp-content/
This is what is in my
config.php
:define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
To note, this is on a staging server. Not sure if that would interrupt proper error_logging
Forum: Plugins
In reply to: [WP YouTube Lyte] Channel IDAh that’s too bad (for this use case — otherwise GREAT!)
Give me a few months lol. Going to take a coding bootcamp or similar to learn to properly develop. query monitor logging was all I knew how to do. Logging via
error_log
wasn’t working (the log file wasn’t being generated after editingwp-confi.php
. For reference, the other 2 filters were returning data in the query monitor. Anyway, I will circle back to this once I know more what I am doing so as to not waste your time. Thanks for your help!Forum: Plugins
In reply to: [WP YouTube Lyte] Channel IDI think I might be calling to late then. Here is what I was doing:
function lyte_filter_ytapi_pre_store_results_override( $content, $ytResponse ) { do_action( 'qm/info', $content ); do_action( 'qm/info', $ytResponse ); } add_filter( 'lyte_filter_ytapi_pre_store_results', 'lyte_filter_ytapi_pre_store_results_override', 10, 2 );
Is there any way to pull the stored ‘$yt_resp_array’?
- This reply was modified 2 years, 6 months ago by kbowson.
Forum: Reviews
In reply to: [Title Experiments Free] CPT doesn’t workhey @brabrubra – Is this not working site-wide? Or just on custom post types? We do not currently support CPTs.
PS: We are releasing a brand-new version of our tool that (among other things) will support CPTs. If you’re interested, you can sign up for beta access here:
https://wpexperiments.com/beta-access/Forum: Plugins
In reply to: [Title Experiments Free] 404 error on jquery.cookie.jsHey @jcvangent haven’t heard from you so assuming the fix we pushed worked. Closing ticket for now. Please open a new ticket if you need further support.
Forum: Plugins
In reply to: [Title Experiments Free] 404 error on jquery.cookie.jsHey @jcvangent – thank you for letting us know. We just pushed a fix for this. Can you confirm that this has been resolved on your end?
Forum: Plugins
In reply to: [WP YouTube Lyte] ContentUrl schemaShoot I am sorry guys. Didn’t even think of that. Thank you for the help on this. I will get that plugin to stop adding!
Forum: Plugins
In reply to: [WP YouTube Lyte] ContentUrl schemaForum: Plugins
In reply to: [WP YouTube Lyte] Selective Microdata + View CountYou’re the man. Thank you so much Frank – these are (look) AMAZING. I will pass these along as they are a bit above my paygrade. Thank you so much!
Forum: Plugins
In reply to: [WP YouTube Lyte] Selective Microdata + View CountOh and is there any way to create a video sitemap using the plugin that I am not seeing? If no, any plugin that wp youtube lyte integrates well with for this?
Forum: Plugins
In reply to: [Yoast SEO] Topic being cut off / truncatedHey @devnihil – sorry again about that. Here is an example: mantelligence [dot] com [/] radio-trivia [/]
PS: Is there a way to make the variables optional (so that they are only added if there is space)
Forum: Plugins
In reply to: [Yoast SEO] Topic being cut off / truncatedForum: Plugins
In reply to: [Autoptimize] LCP + Critical CSSwell I like that it is higher up! Even though I assume that means nothing…
…okay, thank you. annoying that they add that
Thanks Frank
Forum: Plugins
In reply to: [Autoptimize] LCP + Critical CSSit also does push it above loading the css / js… but in my (maybe specific) situation, (I think) LCP doesn’t trigger until ALL that stuff (the 2 fonts, css, js, etc.) load