plugin.builders
Forum Replies Created
-
Hi, on the Bluebeam page you’re using grid theme, on the other you’re using carousel theme. I’m sorry but I don’t get what problem you’re having?
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Display issueClear your browser cache or try from an incognito window.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Display issueHi, it’s working. Remove the one in custom js, that one is not working.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Display issueHi, paste the following code in one of your theme’s JavaScript file:
jQuery('body').on('click', '.pp-tabs-label', function(){ YRC.EM.trigger('resize'); });Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Sort by Latest VideosHi, yes, they fixed it.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Sort by Latest VideosHi, YouTube has changed their search filters recently: https://support.google.com/youtube/thread/2494861?hl=en
YouTube is aware the search/sorting functions aren’t working as expected – this is temporary and part of our efforts to better respond, review and remove graphic, violative content from YouTube. Thanks for your patience while we work through this. Will update this thread when these features are working normally again, feel free to subscribe for updates.
We’re waiting for updates from YouTube.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Video not LoadingHi, sorry I forgot to reply this morning, but it seems to be working now, did you uncheck the HTTP Referrer field at Google console?
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Videos Not LoadingHi, the API Key you’re using is not working, create your own by following this guide.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] DOM event?Hi, PRO version allows you to set cookies, so once the countdown finishes, that specific user won’t see countdown anymore.
Or you can write some code that hides the countdown when there’s no question if you don’t want the PRO version.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] DOM event?Hi, click on Trigger DOM Events option, then enter #gform_7 in selector field and submit in event field.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] DOM event?Hi, if you just want to replace with text, click on the Replace with HTML option and enter your text there.
The Trigger Dom Event option is for when you want to automatically trigger an event on countdown finish. For e.g you can make Waiting click a button when countdown finishes, do you want this?
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Evergreen Option?Hi, yes, you can count down to a duration by choosing Duration in Countdown To section. Now the countdown will count down to that duration for each user. PRO version has a Cookie option which will remember the last time a certain user saw the countdown.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Incorrect Date DisplayedHi, are you using PRO version? Does it have a datepicker? If not, try changing month and day in date input. Try both DD/MM/YYYY and MM/DD/YYYY
Hi, ok, email me at support @ plugin.builders
I see a page Custom CSS & JS just above the Portfolio link, go there and there’d be some Script field, paste
jQuery('.sow-accordion-panel-header').on('click', function(){ YRC.EM.trigger('resize'); });there.