plugin.builders
Forum Replies Created
-
Hi,
This shouldn’t be happening, can you provide me the shortcode you’re using?Hi, your host has very old PHP version. Please ask them to turn asp_tags off in php.ini file.
I’m on mobile, but there’s some other support threads regarding this.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] do not I see the timerHi, I’m so sorry I didn’t see this thread earlier, I hadn’t set to receive email when a thread is created.
I just went to your site and the countdown is working (below the price, on right sidebar). So I think your issue is resolved, if not, please write back.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Minutes and hours disapear when value is 0Hi, go to Style -> Toggle and uncheck Hide if Zero checkbox.
Hi, the new videos will appear exactly where the container is, i.e. it doesn’t scroll up or down.
May be we should add an option to do so in the next update.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Order of videosWhen you save the YourChannel channel after filling in your username, it’ll generate a shortcode that looks like [yourchannel user=”your_username“], copy this and paste it in the post / page you want. Then if you want to show videos from a specific playlist, add playlist=”youtube_playlist_id“ to the shortcode – the shortcode’ll now look like [yourchannel user=”your_username” playlist=”youtube_playlist_id“].
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Order of videosHi, you cannot arrange videos individually. To achieve this you either need to create a playlist in YouTube or in YourChannel itself.
“add something to the shortcode”, I cannot find where this is mentioned, but you can show videos from a certain playlist by adding
playlist="playlist_id"to the shortcode.Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Video & image height.yrc-video .yrc-thumb { top: -38px; height: 236px; overflow: hidden; margin-bottom:-20px; }For playlists:
.yrc-playlist-item .yrc-thumb{ top: -15px; height: 88px; overflow: hidden; position: relative; }It’s working as expected, so I’m marking this as resolved now.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Video & image heightI’ll reply both your threads tomorrow, it’s midnight here, and I’m on mobile now.
Can you give me your YouTube username / channel ID. If you’ve checked the ONLYONCE (or MISSING) checkbox, it should not be missing any.
P.S: Yes, sorry, it’s labeled ONLYONCE in some versions and MISSING in others.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Video & image heightHi, those strips are IN the image, so they cannot be removed. But with some CSS, they can be hidden.
Try the following, and play some.
.yrc-video .yrc-thumb { top: -30px; height: 240px; overflow: hidden; }Hi, it’s not a limitation. Try checking the ONLYONCE checkbox.
Forum: Plugins
In reply to: [Unlimited] Not loading postsSince you haven’t written back I’m assuming the problem has been fixed, and marking this thread as resolved. Write back if you’ve any problems.
Hi, yes. Paste
.yrc-banner:last-child{display:none;}in
Style>custom css
field if you have the pro version else paste it in your theme’s
style.css
file.