Title: sightfactory's Replies | WordPress.org

---

# sightfactory

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Feeds for YouTube (YouTube video, channel, and gallery plugin)] Enqueue bug](https://wordpress.org/support/topic/enqueue-bug/)
 *  [sightfactory](https://wordpress.org/support/users/sightfactory/)
 * (@sightfactory)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/enqueue-bug/#post-18848724)
 * Hi [@nigelrsb](https://wordpress.org/support/users/nigelrsb/) we’re experiencing
   the same issue. It looks like the problem may be tied to the Elementor integration
   in the file SBY_Elementor_Base.php around lines 61 & 138 (\inc\Services\Integrations\
   Elementor\SBY_Elementor_Base.php.).
   Basically there is a bug in that file creating
   broken CSS paths for sb-youtube-free.css and sb-youtube-common.css.On the frontend,
   the browser then tries to load the malformed URL where the plugin base path is
   prepended to an already full URL. I think what’s going on is that the helper 
   function Util::getPluginAssets used in register_frontend_styles already returns
   a complete URL.
 *     ```wp-block-code
       $css_common_file = Util::getPluginAssets('css', 'sb-youtube-common');
       ```
   
 * However, the code in SBY_Elementor_Base.php then tries to build the URL again
   by prepending SBY_PLUGIN_URL . ‘css/’ to that result ($css_common_file) and then
   becomes broken.
 *     ```wp-block-code
       wp_register_style(	'sby-common-styles',	SBY_PLUGIN_URL . 'css/' . $css_common_file,	array(),	SBYVER	);
       ```
   
 * The end result is that it inadvertently creates and tries to loads 2 broken links
   which slow down the website rendering while waiting for a timeout. 
   There’s also
   a potential secondary issue noticed that the enqueue used in the first part is
   using sby_common_styles (with underscores) but then registering later on as sby-
   common-styles (with hyphens)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VisualWP Cloudflare Turnstile - Easy Anti-Spam alternative to CAPTCHA] VisualWP Cloudflare Turnstile with Forminator](https://wordpress.org/support/topic/visualwp-cloudflare-turnstile-with-forminator/)
 *  Plugin Author [sightfactory](https://wordpress.org/support/users/sightfactory/)
 * (@sightfactory)
 * [2 years ago](https://wordpress.org/support/topic/visualwp-cloudflare-turnstile-with-forminator/#post-17879023)
 * Hi, currently this only works with WP login and NinjaForms. However support for
   additional form builders will be included based on demand in future versions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[This Day In History] Replace/Fix This Plugin?](https://wordpress.org/support/topic/replace-fix-this-plugin/)
 *  [sightfactory](https://wordpress.org/support/users/sightfactory/)
 * (@sightfactory)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/replace-fix-this-plugin/#post-17691483)
 * I might be willing to upgrade and maintain the plugin but a quick glance shows
   it may need more patches than just the reported security issue to fully resolve
   issues and could take some time and effort to fork or re-submit it to the WordPress
   repository. Was there enough interest in the plugin previously to warrant updating
   it vs finding alternatives?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ISSUU Magazine Display] Display Title?](https://wordpress.org/support/topic/display-title/)
 *  Plugin Author [sightfactory](https://wordpress.org/support/users/sightfactory/)
 * (@sightfactory)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/display-title/#post-7187722)
 * This feature has been added as an option in the most recent version. It’s off
   by default but can be turned on.

Viewing 4 replies - 1 through 4 (of 4 total)