compumatter
Forum Replies Created
-
Forum: Plugins
In reply to: Plugins Loading Multiple TimeisAs an update to this post, I have since disabled EVERY plugin except one and changed my theme to another in order to isolate this issue. But the problem persists.
As a test I have activated one plugin: “bxSlider integration for WordPress” but it works with others the same way. If I test in the error_log I can see the file bxslider-integration.php is included 3 times during the load process.
Thanks for your thoughts.
Jay
CompuMatterForum: Reviews
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] Multi-Site PerfectionI had someone reply to my compliment. Here it is below. Why is this comment curiously not visible in the comments list? It says 0 replies to my comment yet this one I received in my email box.
What sayeth this forum monitor ?
Have you disabled security as this writer suggests ? It appears so when looking at the code.
Their comment below this line
—————————————————————————
Ummm.. maybe an SMTP plugin that doesnβt intentionally disable security to avoid errors?Or maybe thatβs just my preference π
Forum: Plugins
In reply to: [Staff Directory] Multiple Column Custom ViewI guess I should have commented the code properly.
This is the view I was talking about π
--------------|------------- Position |Position Photo |Photo Description |Description | | | --------------|------------- Position |Position Photo |Photo Description |Description | | | --------------|-------------Thank you for your consideration of this.
Jay Lepore
CompuMatterForum: Plugins
In reply to: [HW Image Widget] Align ImageAppreciate the quick response. I have resolved it. Thank you.
Forum: Plugins
In reply to: [Image Widget] Image-Width insertionOK, I took a video of the behavior that does not work. You can see the width shrinks while the height does not. This causes the image to distort. Not good.
The solution is height:auto;
Here’s the bad behavior which I’ve uploaded to youtube: http://youtu.be/w_6Kh-ljlYE
To correct it, I edited the plugin code and inserted $instance[‘height’] = ‘auto’;
It now scales both horizontally and vertically.
Recommended inclusion into this otherwise perfect plugin π
Jay
CompuMatterForum: Plugins
In reply to: [Image Widget] Image-Width insertionHere is a link to a picture showing the issue at hand.
http://compumatter.com/test/max-width.pngThe image highlighted in the top left corner was uploaded using your widget plugin.
Thanks again. Jay
Forum: Plugins
In reply to: [WP Better Emails] Can't remove preview linkThank you for putting this on your changes list. I have clients who prefer to have a different and unique email address there.
Jay
Forum: Plugins
In reply to: [BNE Testimonials] Audio getting stripped in testimonial bodyHello,
Worked like a charm. The perfect solution.
Thank you.
Sincerely,
Jay
CompuMatterForum: Plugins
In reply to: [BNE Testimonials] image size of 150px w/h where is this coming from ?Thank you. I have used the overriding function of 200/200 and somehow in this process it results in a poor resolution image.
However, you have given me enough detail to dissect the various possibilities and determine the best approach including the ‘medium’ option.
Thank you for that.
Jay
Forum: Plugins
In reply to: [BNE Testimonials] image size of 150px w/h where is this coming from ?By the way, I have set a CSS class to modify it however it seems to be ‘stretching’ a 150px image to get there resulting in a loss of resolution, so I want to deal with the 150px and modify it to 200px or just let css handle it.
Thanks again.
Forum: Plugins
In reply to: [BNE Testimonials] Prev / Next ArrowsThank you for your response.
That nailed it π
Jay
Forum: Plugins
In reply to: [BNE Testimonials] Prev / Next ArrowsThat was great and it did work to get the arrows in the proper place.
I much prefer 2 larger arrows, one on either side (left / right) of the testimonial. More like these for instance: http://flexslider.woothemes.com/
Can you supply the code to make that happen ?
Thanks.
Jay
Forum: Plugins
In reply to: [BNE Testimonials] Changing CSSHello,
I much prefer 2 larger arrows, one on either side (left / right) of the testimonial. More like these for instance: http://flexslider.woothemes.com/
Can you suggest how best to do that ?
Thanks.
Jay
Forum: Plugins
In reply to: [BulkPress] Using all PHP memoryWe have spent the last 3 hours trying to get this wonderful plugin to import the Google products taxonomy as Product Categories.
We could sure use your input. Please have a look at the ongoing post on WPMUdev.org: http://premium.wpmudev.org/forums/topic/category-list-importing-ebay-or-other
Your thoughts would be of great value to that group and this one π
Jay
CompuMatterP.S. Be happy to chip in 50 bucks to your paypal if you can get us past this.
Forum: Plugins
In reply to: [BulkPress] Using all PHP memoryGot the same problem on an import of 6000+ Google product categories.
# First attempt result: PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.
# Set these values in php.inimax_input_vars = 10000
suhosin.post.max_vars = 10000
suhosin.request.max_vars = 10000# Next attempt, PHP Fatal error: Allowed memory size of 268435456 bytes exhausted
# Increased memory_limit in php.inimemory_limit = -1
Still all failed !
Any ideas here ?