Joel Eade
Forum Replies Created
-
Thanks Martin but don’t rush on my account. I’ve managed to use jQuery to get my other slideshows to work with Cycle 1.
Enjoy your weekend,
Joel
Forum: Plugins
In reply to: [Gravitate Encryption] Export Entries – Paragraph text field truncatedThanks mate. No worries about the delay. Hope you’re on the mend.
I’ve tested with the data in my local install and the full amount of characters have been exported. Thank you!
Cheers,
Joel
Forum: Plugins
In reply to: [User Status Shortcode] Stripping tagsThanks for the speedy reply!
Yes, I entered the shortcode in the Visual editor. I’m very comfortable using the Text Editor but my client, and I assume most beginner-level users, would be a bit lost in there. That being said, entering the shortcode & content in the Text Editor still results in the
<p>
tags being stripped. I’m using WordPress 3.6 and WooThemes Canvas.Adding the code as you’ve suggested (
[userloggedin]<p>Paragraph Text</p>[/userloggedin]
) does work. I’m happy to instruct my client to do this.Cheers,
Joel
Thanks Chabis. At least I know that one part of it’s correct. I’ll look into what’s going on with my custom field then post my findings.
Cheers!
Forum: Plugins
In reply to: WP e-commerce – Want no cropping of imagesErr, ignore that. It doesn’t work either! I’ll post if I find a solution. Sorry!
Forum: Plugins
In reply to: WP e-commerce – Want no cropping of imagesHi,
The below steps worked for me for WP e-Commerce:
Open to plugins > wp-ecommerce > wpsc-includes > misc.functions.php
Go to line 378:
// select our scaling method
$scaling_method = ‘cropping’;Change ‘cropping’ to ‘non-cropping’.
On lines 411 and 417 change the RGB values for $bgcolor = ImageColorAllocate as required. They’re black (255,255,255) by default but I need white so I changed it to 0,0,0.Good luck!
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] [Plugin: oQey Gallery] oqey skin not workingI had this issue as well.
I tried reinstalling the oQey Gallery plug in but the issue persisted, so I downloaded the default skin from the oQey website then used the “Upload” option in the oQey “Skins” settings area and this solved the issue.
Thanks!