lordxtina
Forum Replies Created
-
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 4 months, 4 weeks ago by lordxtina.
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 6 years ago by lordxtina.
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?
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Cannot add new gallery?Please ignore this, for some reason it’s working now.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Enter multiple entries at onceI tried to make an array by using brackets in the input name (e.g. firstname[]), but the shortcode won’t accept square brackets.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Enter multiple entries at onceThe Google sheet should look like this:
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Enter multiple entries at onceYes, 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!
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Access Code Saved but sheets not showing upSorry, 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’.
Forum: Plugins
In reply to: [Email Before Download] Not receiving emailHi dtynan,
I’ve changed the From field, but still didn’t get an email.
Right now we are using “both” method.
You can see the form here:
https://blog.accela.asia/2017/04/5-ways-build-tech-integrated-finance-function/This is the shortcode:
[email-download download_id="421" contact_form_id="400"]
Thanks,
LordForum: Plugins
In reply to: [The Events Calendar] Weird characters on Month View?Hi Shelby and @pixelaid,
Thanks for the reply. Indeed we have W3 Total Cache, but we don’t want to disable that as it will affect our site’s speed.
Any other solution? Perhaps an update on the code?
Cheers,
Lord