RightBeatRadio
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Put all your js events in js live functionsI am wondering the same thing. If I figure it out, i’ll report back.
Forum: Plugins
In reply to: [OnePress Social Locker] Ajax issues with pluginOk, glad you at least found the issue. We’ll just have to wait on the fix – no worries. Assuming that this will work well with our theme, we’ll be happy to purchase the full version.
In the meantime, a workaround would be to manually place the shortcode on all products? This should work?
Thanks for your help!
Forum: Plugins
In reply to: [OnePress Social Locker] Ajax issues with pluginPlease remember that upon clicking the link we just gave you, the content locker will probably display since you went directly to the page. However, once you navigate to another product within our site, the content locker will not display, as the content is loaded via ajax.
Thanks again.
Forum: Plugins
In reply to: [OnePress Social Locker] Ajax issues with pluginThank you for the super fast response.
https://rightbeatradio.com/product/cool-down-outro/
We’re using the batch locker function, locking all content with the CSS class .dedo-container. This will lock the red download free mp3 button that you see on the page.
Not using any shortcode at this time.
Thanks for the assistance!
Mike
Forum: Reviews
In reply to: [YITH WooCommerce Ajax Search] Conflict with LayerSlider WPThis helped us. Thanks.
This issue is certainly not worth a 1 star rating. It’s a great plugin and a very simple fix to this conflict.
You’re awesome. Thank you
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Subscribe Button TextCool! Thank you for being so responsive. And thanks for adding this as an option in the new version. Excited to give it a try.
By the way, I forgot to mention an issue with the subscribe button on mobile screen dimensions. When screen size (width) gets to around 510px, the subscribe button is centered and interferes with the yrc-menu-items div class. The two actually overlap. So I went ahead and edited the mobile css to hide the subscriber button on mobile devices.
For us, it’s ok, but for others it may not be ok to hide the subscribe button. So you may want to look into other options.
I simply edited the css file:
/plugins/yourchannel/css/style-0.5-pro.cssAdded to Line 326:
.yrc-mobile .yrc-subscriber{ display: none; }The button is now hidden on screen sizes of 510px (width) and lower.
Take care
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Subscribe Button TextGot the ‘Full Layout’ working. Here’s how I did it.
Edited the file: /plugins/yourchannel/js/yrc-0.5-pro.js
On line 127:
<div class="g-ytsubscribe" data-channelid="'+ channel +'" data-layout="default" data-count="default"></div>\
Changed data-layout=”default” to data-layout=”full”
Edited CSS to include:
.yrc-subscriber { bottom: -57px; }
I had to edit the yrc-subscriber class because using the ‘full’ layout (which includes the channel icon) mis-aligned the entire DIV, so changing the bottom moves it back down into place.
Done. Let me know if this wasn’t the correct way to change the layout.
Here’s a screenshotAnd thanks for originally linking me to the YouTube API page!
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Subscribe Button TextAhh I see, API restrictions. No problem on that.
I visited the link you gave me and I used the “Configure a Button” section.
It would be awesome is we could use the ‘Full Layout’ version of the button. Which displays the channel icon, channel name and subscribe button.
It gave us some script code to generate that button layout:
<script src="https://apis.google.com/js/platform.js"></script> <div class="g-ytsubscribe" data-channel="rightbeatradio" data-layout="full" data-count="default"></div>
Thanks so much!
Awesome, you all are great!
Thanks for the quick reply! ??
Will rate your plugin shortly.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] API keyThanks this helped.
Forum: Plugins
In reply to: [Favorites] Personal favorites count – new feature?Hi Kyle, we’ve used this new shortcode in our Top menu nav, and it looks (and works) great.
Question, upon adding a new favorite, is there a way to update the favorites count via ajax (without having to reload the page)? It would be pretty cool if the count automatically updated when adding/removing favorites.
Any idea how to get that working?
Thanks bud.
M!keForum: Plugins
In reply to: [Favorites] Link to remove items in favorites list?+1 this request. I was just about to ask this. Maybe even an Empty Favorites button to clear the entire list in one shot.
If you can make this happen, it’d be wonderful. Thanks.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Mobile tooltip positionNot sure why that’s happening, but I’ve visited our website on multiple mobile devices with this plugin and I haven’t had an issue with it going off screen.
Maybe it’s an issue with your theme?
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] ShortCodeShortcode works (thanks @arun Gowda) but as was stated, prediction does not work.
Anyone have a fix for that?
@surferchic, where did you place the code?