Lee Blue
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis eNews Extended] XSS vulnerabilityThat’s awesome! Love the plugin and it’s worked great for me for a really long time – including right now. It’s great to have a plugin that doesn’t need much updating, so you might want to just bump the supported WordPress version up every now and then. There’s a new policy in place where plugins with a supported WP version behind by more than three major releases may be flagged as not being updated. https://make.www.ads-software.com/plugins/2018/02/13/not-updated-in-warning/
Thanks for keeping things going =)
Forum: Plugins
In reply to: [Genesis eNews Extended] XSS vulnerabilityI hope your fix gets added to the plugin. It has not been updated in a year. I hope the plugin is still maintained because it’s really nice.
Forum: Plugins
In reply to: [ClassDex] Can't find Cart66 LiteCart66 Cloud has all the features of Cart66 Lite plus a ton more. In addition, you get a suite of connected services to handle PCI compliance and to improve the reliability of you store overall. Overall, Cart66 Cloud works a lot like Cart66 Lite in terms of the overall methodology of building your site. It just makes things a lot easier by giving you a better and more secure system to work with. For example, you don’t even need your own SSL certificate because Cart66 Cloud comes with a hosted payment page that looks exactly like your WordPress site.
If you are interested in learning more, this getting started article is a good place to start: https://cart66.com/blog/getting-started-cart66/
If there’s anything I can do to help you get started with Cart66 Cloud, just let me know.
I’m very sorry about the trouble. The way WP Engine does load balancing and their aggressive caching causes issues with Cart66 – especially the membership features. We are trying to resolve these issues, but for the time being, our membership features are not able to be used when hosting with WP Engine. We tried to figure out some fixes to help your situation but the changes are going to be somewhat complex and take time to test. So, unfortunately the support took much longer than usual. Again, very sorry for the trouble.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] crayon stop working after changing to paid themeAre there any updates to this? I’m having the exact same problem. I get the same error message about:
[CrayonUtil::lines()] 'Cannot read lines at \'/langs/go/statement.txt\'.' [SYSTEM LOG] 'Parsing of \'/langs/go/go.txt\' failed, an (?alt) tag failed for the element \'STATEMENT\''
Forum: Plugins
In reply to: [WP Fastest Cache] Caching login page – Big ProblemI have this same problem. Here’s what I’ve done to work around the issue.
If you have renamed your login page to https://yoursite.com/login there will be a “login” dir in your cache folder created by WP Fastest Cache located at wp-content/cache/all/login. If you FTP into your site and delete that folder then you will be able to get a fresh copy of your login page and actually log in. Of course, this keeps being a problem every time you need to log in.
A more permanent (but more risky) option…
If you have the ability to change the perms on your dir then, rather than deleting the entire “login” cache dir you can just delete the index.html file in the login dir. Then you can set the permissions on the login dir to 000 (or something that prevents WordPress from writing to that dir. So from the command line you could say:
chmod 000 wp-content/cache/all/loginThen WP Fastest Cache wont be able to write any cache files to that dir. The risky part is that this might cause some errors depending on your PHP configuration.
The moral of the story… delete the cache dir for your login page, refresh, and then you can log in again.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] add to cart button errorAre you using the Storemerce theme? There seems to be some sort of a problem with that theme.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] add to cart button errorYes, adding the quotes to $optionResult=” was one of the three updates in this new release. We also updated the cart widget to show the non-discounted subtotal and fixed an issue with ajax add to cart in the cart66-library.js file.
Unfortunately we don’t have anything to do with the Storemerce theme. We did not author that, but it would be nice if they would fix the issue.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] add to cart button errorWe just released an update that should resolve this problem (version 1.5.1.2)
Sounds like you have some missing files in your installation or Cart66 is not activated. Please be sure that Cart66 is installed and activated. Cart66Common should be located in: cart66-lite/models/Cart66Common.php
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] add to cart button errorWe’re looking into this problem now and will release an update to fix it right away. It seems the error only occurs when debug mode is turned on. We’ll have a fix deployed no later than Monday.
If you have a multi-line custom field, you should see a “textarea” box on the view cart page after adding the item to the cart.
Cart66 does not handle delayed payments at this time.
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] How to remove cart 66 meta generator?you should be able to drop that code in your theme’s functions.php file
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] more than 6 product imagesYou should be able to add as many product images as you want. Cart66 does not limit that. You can use other image gallery plugins or to help manage the images for your product pages/posts too.