pinballw
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove Variation from Product Name in EmailsHi Jesse
No I was not. I have been directed to use shortcode but unfortunately I’m new to WooCommerce and the shortcode reads like a riddle to me. Any insight you have would be greatly appreciated.
Tommy
Thank you for pointing that out, worked great.
FYI I would love to see you implement a checkbox for universal Contact Form 7 use in the future.
Bumping this request. Thank you.
I have been continuing to wonder about this issue. I was reading parameters on recaptcha and wondered if the section under “Invoking the invisible reCAPTCHA challenge after client side validation” at the bottom of this page is relevant?
Having the issue using the following:
Wordpress 5.1.1
WooCommerce 3.5.7
Advanced noCaptcha & invisible Captcha 4.3A solution is definitely needed for use of Invisible Captcha with WooCommerce then. Thank you so much.
If I’m reading your description correctly then I think you’d be adding a feature I have been looking for outside of NextGen for some time. That is to have albums inside of albums (e.g. PhotoShoot>PhotoShoot A>Photos of Photoshoot A) This would allow for grouping of galleries inside of multiple layers not just on the backend but for the UI.
I too enjoy FooGallery and the care to detail, I just simply cannot implement until this feature is active. Thank you!
Hey, sorry for not replying sooner. I had my server update my PHP and MySQL databases and that did it! Thanks for the help.
Sounds good. Thank you!
Hey popping back in here to see if there are plans @photocrati to address the line 119 error in future releases. Had to implement my “hack” once again after updating this week.
Glad you guys in here are making due in the meantime.
@photocrati
Hey, jumping back in this forum since I was greatly disappointed to see this error appear once again after the new updates you rolled out this week. Is this “fix” on your timeline? Thanks.So I did some research on my end and, for now at least, I resolved the issue of the “Warning: strpos() expects parameter 1 to be string” error by doing the following:
changed line 119 in the file package.module.nextgen_basic_album.php
from:
if (strpos($gallery_id, ‘a’) === 0) {
to:
if (strpos((string) $gallery_id, ‘a’) === 0) {Looking forward to a proper release fixing this.
Hey edmonds6458, I noticed this error today as well. I did some research on my end and, for now at least, I resolved the issue of the “Warning: strpos() expects parameter 1 to be string” error by doing the following:
changed line 119 in the file package.module.nextgen_basic_album.php
from:
if (strpos($gallery_id, ‘a’) === 0) {
to:
if (strpos((string) $gallery_id, ‘a’) === 0) {Hope this helps.
+1 Same issue here as well.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Default Display (Date)It was set to nothing, just using the default settings as I had in the past.
Any way, I resolved by making my own parameters with the shortcode:
<b>[title]</b>
[if-not-whole-day][start-time] – [end-time] | [location][/if-not-whole-day]