Galyn
Forum Replies Created
-
Forum: Plugins
In reply to: [IX Show Latest YouTube] Issues after deleting videoThanks so much!
Forum: Plugins
In reply to: [IX Show Latest YouTube] Issues after deleting videoHeh, sorry for the flurry of confusing posts. I do have a tendency to keep poking at a problem even after I’ve submitted a support request. Comes from working in the computer field I suppose.
Yes, you’ve got my request summed up pretty well.
“You want a single embed that will show your latest video, but not autoplay. But when you’re live or have a pending event (with the countdown), you want that to autoplay.”
Forum: Plugins
In reply to: [IX Show Latest YouTube] Issues after deleting videoAnd I think I’ve figured out the blank page.
If you have two instances of the shortcode, it breaks. Even if the widgets are set up to only show on specific pages. I can work around this at least.
Forum: Plugins
In reply to: [IX Show Latest YouTube] Issues after deleting videoOk, got an update…
I ended up deleting the post on the Google+ page and it fixed the front page displaying a missing video.
However, my livestream page https://grandviewpineschurch.org/livestream-archives/ still causes a blank page to appear. To attempt to simplify things, I’m using the same short code I use for the front page widget:
[ix_show_latest_yt]
Forum: Plugins
In reply to: [Uji Countdown] Timer not moving/frozenI’m getting the same problem. Been using Uji Countdown for a couple of years now. This just started recently (possibly with WordPress 3.7.1)
Website is at: https://exposureyouthcamp.net
Countdown no longer centers or animates. And I’m getting these errors:
GET https://exposureyouthcamp.net/wp-content/plugins/uji-countdown/js/serverTime.php 500 (Internal Server Error) jquery.js?ver=3.7.1:2 send jquery.js?ver=3.7.1:2 p.extend.ajax jquery.js?ver=3.7.1:2 serverTime countdown.js?ver=1.0:50 e.extend._adjustSettings jquery.countdown.js?ver=1.0:1 e.extend._optionPlugin jquery.countdown.js?ver=1.0:1 e.extend._attachPlugin jquery.countdown.js?ver=1.0:1 (anonymous function) jquery.countdown.js?ver=1.0:1 p.extend.each jquery.js?ver=3.7.1:2 p.fn.p.each jquery.js?ver=3.7.1:2 e.fn.countdown jquery.countdown.js?ver=1.0:1 (anonymous function) countdown.js?ver=1.0:42 k jquery.js?ver=3.7.1:2 l.fireWith jquery.js?ver=3.7.1:2 p.extend.ready jquery.js?ver=3.7.1:2 D jquery.js?ver=3.7.1:2 Uncaught ReferenceError: ujic_id is not defined jquery.countdown.js?ver=1.0:1 e.extend._updateCountdown jquery.countdown.js?ver=1.0:1 e.extend._optionPlugin jquery.countdown.js?ver=1.0:1 e.extend._attachPlugin jquery.countdown.js?ver=1.0:1 (anonymous function) jquery.countdown.js?ver=1.0:1 p.extend.each jquery.js?ver=3.7.1:2 p.fn.p.each jquery.js?ver=3.7.1:2 e.fn.countdown jquery.countdown.js?ver=1.0:1 (anonymous function) countdown.js?ver=1.0:42 k jquery.js?ver=3.7.1:2 l.fireWith jquery.js?ver=3.7.1:2 p.extend.ready jquery.js?ver=3.7.1:2 D jquery.js?ver=3.7.1:2 Uncaught ReferenceError: ujic_id is not defined jquery.countdown.js?ver=1.0:1 e.extend._updateCountdown jquery.countdown.js?ver=1.0:1 e.extend._updateTargets jquery.countdown.js?ver=1.0:1 r
Forum: Plugins
In reply to: [Google Forms] add site name?I placed it on the page for the form just underneath the shortcode for the form.
Forum: Plugins
In reply to: [Google Forms] add site name?Oh and totally resolved. You’ve always been an extremely helpful dev. Thanks so much Mike!
Forum: Plugins
In reply to: [Google Forms] add site name?That worked brilliantly.
Prefilled URLs are pretty much straightforward. You just tack on form_field_id=value to the end of the url (remembering to use ? or & as needed to attach the url variable.
Then I used some jquery to walk to dom and hide the parent div so it hides the label and the input.
jQuery( “#form_field_id” ).parent().hide();
That way I still have a column header in the spreadsheet. I also used a text box instead of drop down so I can just change it at anytime without requiring modification of the form anytime I add a new website.
Thanks, that took care of it.
Forum: Plugins
In reply to: [Contact Form 7] Variable to: email addressThanks so much!
Forum: Plugins
In reply to: [WP-Filebase Download Manager] File Upload ProblemSorry for the delay in testing. I’ve changed both upload_max_filesize and post_max_size to 32m and it fails with the same error: Error -200: HTTP Error.
Forum: Plugins
In reply to: [Contact Form 7] include page name in contact form?Thank you! That’s made my life so much easier.
I’ve confirmed as well that it is Jetpack. Disabled the plugin and the AddThis widget shows on all pages. Good luck finding the conflict.
Just to be clear, I’m using the addthis plugin widget in the footer of my site… and normal is the front page showing the buttons and having content between the anchor tags, but any other page/post not showing any buttons and having no content between the anchor tags?
The site is not ready to go live just yet, otherwise I’d be happy to link you to it. I’ll post the link when I’ve got everything else ready.
Thanks!