Lord Acuña
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Converter for WebP] Not all images are auto-convertedThank you so much for the fix on this version! It works perfectly now 😀
Forum: Plugins
In reply to: [Image Converter for WebP] Not all images are auto-convertedHI @badasswp
The image is added using a widget.
Could you please share how to convert all images into WebP on the fly? 🙂
- This reply was modified 6 months, 1 week ago by Lord Acuña.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Stop autopost when deletingThanks! Sent the link to Telegram Support.
- This reply was modified 1 year, 7 months ago by Lord Acuña.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Player Embed says “Failed to load resource…”Okay, so it’s been resolved. To anyone who’s experiencing the same, here’s what to do:
Delete the old Player Embed page (and delete it from the Trash too).
Create a new one with the same name and slug (player-embed).
Now go back to Video Gallery > Settings > Advanced tab > Pages Settings, and set the Player Page to the page you had just created.
Clear your cache too before checking if the player is working again.
Cheers,
LordForum: Plugins
In reply to: [All-in-One Video Gallery] Player Embed says “Failed to load resource…”Yes, we do use a caching plugin, like any good website would do. 🙂 But we never had a problem with it before.
I’ve also tried excluding the page from being cached, but still getting the same error.
Will submit a ticket. Thanks.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Removing meta tagsThank you! I saw that, but was wondering if there was another way to do it.
Regards,
LordForum: Plugins
In reply to: [WordPress Infinite Scroll by Auto Load Next Post] “undefined” in url barAny update on this? We’re also getting this error.
I noticed this appears after the fourth post. Not sure what’s the reason.
Thanks!
- This reply was modified 7 years, 3 months ago by Lord Acuña.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video players not showingFigured it out! Had to set the Player Page in the settings. 🙂
Same problem here! But it works on my other sites. So maybe it’s just a conflict with the hosting?
Please ignore this, for some reason it’s working now.
I tried to make an array by using brackets in the input name (e.g. firstname[]), but the shortcode won’t accept square brackets.
The Google sheet should look like this:
Yes, we’re already using CF7.
Again, we will have 10 of this:
Then on Submit, those 10 values will be inserted to the Google sheet in 10 separate rows. E.g.
1st entry / row will be:
Juan
dela Cruz
[email protected]
CEO
Manila2nd entry / row will be:
Uncle
Sam
[email protected]
Director
New Yorkand so on. I found this code:
foreach ( $posted_data as $key => $value ) { // exclude the default wpcf7 fields in object if ( strpos($key, '_wpcf7') !== false || strpos($key, '_wpnonce') !== false ) { // do nothing } else { // handle strings and array elements if ( is_array($value) ) { $data[$key] = implode( ', ', $value ); } else { $data[$key] = $value; } } } $doc->add_row($data);I’m guessing that’s where I can implode or explode them?
Thanks for your help!
Sorry, I just realized I need to go to the form settings, and from there I will see the Google Sheets tab.
Forum: Plugins
In reply to: [Email Before Download] Not receiving emailSorry, just changed the method to just ‘Send Email’.