Robey Lawrence
Forum Replies Created
-
I got this alert from VirusDie as well.
I contacted them in-case it was a false positive and this was their reply.
Hello! I have clarified the information. This is not a false positive. Vulnerable PEAR Archive_Tar library (https://pear.php.net/package/Archive_Tar)
If you are using PEAR Archive_Tar library separately from Drupal, download the update from the developer’s website: https://pear.php.net/package/Archive_Tar/download
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Unable to get resultsLooks to be working correctly for me now 👍
Thanks!
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Unable to get resultsLooks like it is having the same issue on your own demo page.
https://quadlayers.com/tiktok-feed
Just saw your post here about API issues.
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Unable to get resultsI’m getting the same error here.
https://portmac.wpmeetup.site/tiktok-feed/Just trying to use the default #wordpress feed that is already configured.
I saw this plugin featured on managewp.org so I was going to demonstrate it at our WordPress Meetup tomorrow night.
I’d also love this option. It would solve an issue I’m having at the moment
The WP Mail SMTP by WPForms plugin has a checkbox for this https://d.pr/i/c8ct8v
Was there a solution to this? I am getting the same greyed out scroll bar on the right hand side of the screen, right next to the primary vertical scroll-bar..
Forum: Plugins
In reply to: [Redirection] Error re JSON / REST APIJust wanted to add my scenario here in case it helps anyone else.
I was working on a staging copy of a site that I had duplicated to my server. I was accessing it via https, however I must have chose to add an exception to the browser and I had not installed an SSL on the staging server. This was causing a connection point from being blocked due to mixed content.
After installing an SSL and reconfiguring the Really Simple SSL plugin, the REST API was happily connecting again.
Forum: Plugins
In reply to: [WP Video Lightbox] Mixed ContentNot sure if this is exactly what was happening for the OP, but in my case, I was having the same error.
I noticed the video that was produced from the wp video lightbox shortcode was using the prettyPhoto js file from WP Bakery (Visual Composer).
httpdocs / wp-content / plugins / js_composer / assets / lib / prettyphoto / js / jquery.prettyPhoto.min.jsWhich was only using http in front of it’s vimeo links, hence the mixed content errors.
I know it’s not recommended to directly edit plugin files, but as soon as I added the extra ‘s’, the video started working again.
I received a similar error, same file, though different line.
Fatal Error (E_ERROR): Call to undefined method Jetpack_Simple_Payments::is_enabled_jetpack_simple_payments() occurred in wp-content/plugins/jetpack/modules/widgets/simple-payments.php on line 480 please make sure that your website is accessibleForum: Plugins
In reply to: [Custom Content Shortcode] Retrieve Image from ACF Options PageTry wrapping the shortcode in an img tag.
<img class="image" src="[field image_filed_slug option=true]">with the return value set as image URL
I would also pay for this plugin. It’s the bridge between Custom Fields and Page Builders.
I was getting the
There was an error trying to send your message. Please try again later.error. I was using WP Mail SMTP plugin with Sendgrid.I fixed it by switching to the postman-smtp plugin. Set it up with the same sendgrid API, and From address, and it now works.
Forum: Plugins
In reply to: [Adminimize] Cannot access Adminimize settingsHi Frank, what is the correct Settings Link?
Update: I access it via the settings Menu.
- This reply was modified 8 years, 6 months ago by Robey Lawrence. Reason: found the answer to my question
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Attachments don't work – ERROR PostmanWpMailThanks very much for figuring this out @halouk !
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] how to add product skuI’m using in this form on the right hand side, see how the product name and sku are pre-filled in the form.
These values are also included in the email notifications sent to the client.