Title: plugin.builders's Replies - page 18 | WordPress.org

---

# plugin.builders

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 256 through 270 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/17/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[17](https://wordpress.org/support/users/pluginbuilders/replies/page/17/?output_format=md)
18 [19](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] I get sound but no video while using Yourchannel](https://wordpress.org/support/topic/i-get-sound-but-no-video-while-using-yourchannel/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/i-get-sound-but-no-video-while-using-yourchannel/#post-9416427)
 * Hi, your theme is making `iframe` element fully transparent. Paste the following
   CSS in your theme’s **style.css** file. (Go to **Appearance > Editor** and the
   first file that loads is **style.css**)
 * `body .yrc-shell iframe[src]{ opacity:1; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Refresh Cycle](https://wordpress.org/support/topic/refresh-cycle-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/refresh-cycle-2/#post-9411899)
 * The trigger is a site visitor. So if you set cache time to 1 minute and no one
   visits your site for 5 minutes, it will only refresh when a visitor comes to 
   your site in 5 minutes.
 * Refreshing every 1 minute will indeed make many YouTube API calls, your API Key
   will cross limits soon and you’ll have to create a new one. If your site visitors
   are only in the thousands, then API Key will still last a few months.
    -  This reply was modified 8 years, 9 months ago by [plugin.builders](https://wordpress.org/support/users/pluginbuilders/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Refresh Cycle](https://wordpress.org/support/topic/refresh-cycle-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/refresh-cycle-2/#post-9411201)
 * Hi, no it doesn’t. You can reduce the cache period to few minutes if you’re uploading
   videos often.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Hide filters in the search page](https://wordpress.org/support/topic/hide-filters-in-the-search-page/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/hide-filters-in-the-search-page/#post-9366487)
 * Hi, paste `.yrc-search-form .pb-row.pb-inline{ display:none !important; }` in`
   Style > Show Options > Custom CSS` field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Change text of YouTube link](https://wordpress.org/support/topic/change-text-of-youtube-link/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/change-text-of-youtube-link/#post-9314401)
 * Did you try putting the text just before YourChannel shortcode? If that’s not
   where you want, look at this demo and tell me where, just above the **Videos 
   Playlists Search** menu?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] PHP 7 Compatibility](https://wordpress.org/support/topic/php-7-compatibility-168/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/php-7-compatibility-168/#post-9314298)
 * Hi, ASP tags were disabled by default in PHP 5x version. YourChannel uses those
   tags inside `<script>` tags for JS templates, they’re not in PHP code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Change text of YouTube link](https://wordpress.org/support/topic/change-text-of-youtube-link/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/change-text-of-youtube-link/#post-9310747)
 * Hi, is it ok to put it above the banner? Try putting the text just before shortcode
   and see how it looks. Or do you want it in the banner image itself?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Version 1.1 Details?](https://wordpress.org/support/topic/version-1-1-details/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/version-1-1-details/#post-9310734)
 * Hi,
    - A conflict with some other plugins which processed shortcode twice has been
      resolved.
    - A **Duplicate** button has been added to easily create a new channel with 
      similar settings.
    - A **Clear Cache** button has been added to manually refresh cache.
 *  -  This reply was modified 8 years, 9 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Fixed missing ul
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] YourChannel: Wrong Shortcode and Stopped Working](https://wordpress.org/support/topic/yourchannel-wrong-shortcode/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/yourchannel-wrong-shortcode/#post-9303758)
 * Hi, please go to your browser console and refresh the page, any errors will show
   there. Press **CTRL+Shift+I**, then switch to** console** tab in the panel that
   shows upon pressing.
 * Your’re using PHP7? What’s 4.8?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] In French](https://wordpress.org/support/topic/in-french-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/in-french-2/#post-9252595)
 * Hi, currently there isn’t, but you can translate time units from the **Quick 
   Translation** form in Waiting page.
    What do you want to translate?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t exist](https://wordpress.org/support/topic/channel-doesnt-exist/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/channel-doesnt-exist/#post-9241247)
 * I found the the issue with SiteOrigin only in the last week after a user reported
   it. It’ll be fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t exist](https://wordpress.org/support/topic/channel-doesnt-exist/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/channel-doesnt-exist/#post-9240623)
 * Hi, I put the shortcode in WP editor, not in Siteorigin’s widget (I reverted 
   it) and it’s working now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t exist](https://wordpress.org/support/topic/channel-doesnt-exist/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/channel-doesnt-exist/#post-9239311)
 * Deactivate the other YouTube plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Channel doesn’t exist](https://wordpress.org/support/topic/channel-doesnt-exist/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/channel-doesnt-exist/#post-9238225)
 * Hi, don’t click on Check again, after you click on it the first time, it has 
   fetched your channel details and your channel’s preview should be shown below
   the edit form, then just Save.
 * Does it work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] I see black stripes on top and bottom](https://wordpress.org/support/topic/i-see-black-stripes-on-top-and-bottom/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/i-see-black-stripes-on-top-and-bottom/#post-9205549)
 * Wow I forgot to reply this post, sorry, [@markos33](https://wordpress.org/support/users/markos33/).
   
   Those black stripes are in YouTube thumbs themselves, and when YourChannel thumbs
   are at that size, thumbs with black stripes are shown. Update the plugin to latest
   version (0.9) and see if it shows images without those stripes.

Viewing 15 replies - 256 through 270 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/17/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[17](https://wordpress.org/support/users/pluginbuilders/replies/page/17/?output_format=md)
18 [19](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)