yodajones
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Plugin No Longer WorksHi Brandon,
Yes. We’ve been using the WP Portfolio plugins for several years – all was well. We have the credentials (STW Access Key ID + STW Secret Key) for Shrink The Web setup years ago. Recently – a month or so ago – all the Shrink The Web thumbnails stopped updating. Clicking refresh does nothing.
Not sure, but the thumbnails may have stopped updating around WordPress 5.
Forum: Plugins
In reply to: [Post Type Switcher] Post Tags Not Migrating To Custom PostI decided to not use custom post types with the new site design since it was becoming a hassle with some other plugins also.
Still love your plugin though! Will keep it in my toolbox for future projects.
Forum: Plugins
In reply to: [Post Type Switcher] Post Tags Not Migrating To Custom PostHello again –
Just as a test I switched one post to the Divi custom post type “Project” and the tags were not migrated. Then I switched the same post back from Project to post and the tags were there.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Widget Form Fields Are Very TallDone!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Widget Form Fields Are Very TallBam!
That did the trick. Thanks Tracy!
John
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Widget Form Fields Are Very TallHi Tracy,
Thanks for the fast reply. Unfortunately adding that CSS to either the custom CSS theme options nor the style.css resolved the issue.
Any other suggestions?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Blank screenGreat tip!
We appended your recommended code to our theme’s functions.php and we are back in business.The code:
/*
* Disable SSL Verify Host/SSL Verify Peer on CURL requests
* only effects for Easy Forms for MailChimp by YIKES
*/
function yikes_mailchimp_disable_ssl_verfiy_host_and_peer( $ch ) {
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
}
add_action( ‘yikes-mailchimp-api-curl-request’, ‘yikes_mailchimp_disable_ssl_verfiy_host_and_peer’ );Thank you Evan!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Blank screenWe do not see any errors on our server logs.
We tried completely un-installing the plugin, deleting the files and re-installing. Then at Mailchimp we created a new API key. After entering the new key we see this error on the Yokes plugin API key page:
“API call to helper/ping failed: SSL certificate problem: unable to get local issuer certificate”
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Blank screenHi Evan,
We tried disabling and re-enabling the plugin before posting here. Sorry I had not mentioned that.
What error log would you be interested in seeing? What should we be looking for?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Blank screenI think I may know what is happening. We may have had to reset our password over at mailchimp. After doing so the Easy Forms plugin fails in WordPress. I suspect that when the passwords differ from what was previously configured in Yikes Easy Forms the plugin breaks.
How can we change the Mailchimp password in Yikes Easy Forms if the setting pages won’t load?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Blank screenWe are also getting a blank page when we click on Easy Forms in the WordPress menu. This seems to have began after one of the recent updates because previously everything worked and we could also see the Mailchimp stats but no longer.
Forum: Plugins
In reply to: [IMPress Listings] Listings on Page Shortcode?That is pretty cool, Thank you, but I think I didn’t make my request very clear.
What we want to do is build our own custom “Home” page from the default Genesis framework.
In Appearance | Customize | Static Front Page one can select “Latest posts” or “Static page”. We want to be able to display (for example) a few select listings and/or the featured listings plus some other textual messages and information.Forum: Plugins
In reply to: [Event List] RSS Feed includes past eventsSuper! Keep up the great work on this plugin. +1
Forum: Plugins
In reply to: [Event List] RSS Feed includes past eventsThat did the trick! Problem is resolved. Thank you.
Forum: Plugins
In reply to: [Event List] RSS Feed includes past eventsAny idea or ETA when you will release the next version that does not have past events in the RSS feed?