danimalweb
Forum Replies Created
-
I’m having the same issue! This has only recently started happening.
Forum: Plugins
In reply to: [Contact Form 7 - InfusionSoft Add-on] Multiple tags or Action set?Hi Ryan,
Many thanks for the update. I’m really looking forward to it.
Would you be interested in open sourcing this plugin? Other developers such as myself would be interested in the continued development, with a place where we can issue pull requests or discuss different approaches.
Forum: Plugins
In reply to: [Contact Form 7 - InfusionSoft Add-on] Multiple tags or Action set?Hi Ryan,
Just checking in on this. Are any updates planned?
Thanks.
Forum: Plugins
In reply to: [Contact Form 7 - InfusionSoft Add-on] Additional FieldsThanks for the reply.
Great news about the Company update will be in a future update.
Regarding the custom fields, and to clarify my understanding…
Is it more complex because the plugin will need to use the DataService end point and that the custom field value can only be added/updated once an existing Contact record exists?
Would there also need something in place to determine what is a custom field and what is not? In order to conditionally decide to open up a connection to the DataService?
Sorry for all the questions, I’m mapping the process out in my head should I need to make some adjustments.
Also, what do you mean by a “freemium version of this plugin” ?
Thanks again for the awesome plugin.
Forum: Plugins
In reply to: [Contact Form 7 - InfusionSoft Add-on] Multiple tags or Action set?Hi Ryan,
Wow, support for multiple tags would be super!
I’ll happily provide you a more detailed use case if you want? But support for multiple tags will I’m sure be useful to others who use this plugin.
I see that this is on GitHub, would you like me to raise an issue there?
Once again thanks.
Daniel
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading IssueSorry wrong url. try this one: https://www.peacefuldumpling.com/
Forum: Plugins
In reply to: [WPSocialite] Pinterest Pin It Button Loading IssueSame issue here.
Link is: https://peacedumpling.staging.wpengine.com/ (Test site).
Let me know if you have a fix.
Thanks.
If you are using the latest version of jQuery they changed somethings last night which showed the error: Uncaught TypeError: Cannot read property ‘msie’ of undefined on my site, and all the other scripts stopped working too.
The plugin might be pulling the latest version, in which case change it to an older version of wordpress. Check the plugin homepage.
Forum: Fixing WordPress
In reply to: Site is slowing down and I am running out of hopeI’m the webdev for this site so I thought I would provide a few more details which might help someone help us.
I have completed all the required elements for GoogleSite Speed and that is not the problem.
- The site is running on a dedicated windows server Intel Pentium Dual core @ 2GHz with 2GB of RAM. This is a 32Bit system.
- Using IIS7 and PHP 5.4 in Fast CGI, we have 4 instances of php-cgi.exe running at any time.
- Dynamic and static caching have been turned on in IIS7.
- The MySQL Database has been optimized and is using query caching with a memory limit of around 256MB.
- The theme we are using (Gabfire-Arts and Culture) does use timthumb.php, so I’m not sure if that has anything to do with it?
- We get around 5-7,000 unique visits per day, so around 10-15,000 page views.
- The php-cgi processes are at times are hogging the processor, and the processor sits at 100%.
We have tried QuickCache as I have been informed it works well on a windows box. Any other caching plugins that work well in this environment? Anything you can recommend we do?