n13design
Forum Replies Created
-
I’m having the same issue. Did you get a resolution? What hosting are you using?
We are not using the header. There’s only the logo, title and tagline that goes there right? It may be a nice addition for the template file to have an if statement that will not generate that section if the contents are empty.
Thank you for the link
@ultimatemembersupport I was able to update the UM plugin and confirmed the temp file folder is cleared. I appreciate the information about the Wordfence plugin. I know there’s a few other files that were added outside the temp folder that will require hunting down. Hopefully Wordfence will find them.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] IF statement for custom fieldsI tried a few things but can’t quite seem to get it to work. It breaks the template.
<?php $payterms = $wpo_wcpdf->getcustom_field(); if($payterms['pay_terms'] != 0) :?> <p> Payment Terms: <?php echo $payterms['pay_terms']; ?> </p> <?php endif; ?>
- This reply was modified 7 years, 8 months ago by n13design.
Yes, It’s enabled. I disabled it and I think that worked. Is there a way to not display the notice on the checkout page that they successfully signed up? I figured I’d just delete code below Display a notice to the customer.
Forum: Reviews
In reply to: [Popup by Supsystic] NOT FREE – Most features require Pro VersionHello,
I honestly reviewed your description of the plugin. The description does not appropriately label which features are free and which requires the paid for version. A user should not be required to navigate to an external website to discern that the features listed for a free plugin are actually not included.
It is acceptable for a plugin developer to offer a paid for version with more features. My poor rating is with the misleading description for this free plugin here.
The plugin’s description lists many features. One of them is the “Exit-intent popups allow you to capture lost visitors”. I’m to assume that this comes with the plugin because you do not list it here as a pro feature. You do not say anywhere which features require the pro version. That is false advertising. Other than similar comments to mine I wouldn’t have known that there was a paid for version.
As your paid for version is available elsewhere the description here should list what this free version actually includes. You are not the first to offer a paid for version with more features. The difference is those other developers add another section listing all the pro version features separately.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Position change not workingA cache purge fixed this.
Forum: Plugins
In reply to: [WooCommerce] Password Strength not workingUpdate: In a password I had a string of three numbers and for some reason 194 was considered weak but 195 was medium. Then certain random strings of letters weren’t approved either. I don’t want to disable the password meter but I can see this being an issue with customers when there’s no reason for the password not to work when following the tips.
Forum: Plugins
In reply to: [Participants Database] Getting IP Address in hidden formI can get it to work if I have it in the Main group. The problem with that is the user can see the IP address listed with their record. I have it set to Hidden and Sign-up is checked. If it’s in the Admin I can’t get it to work. I have it set to hidden and set to signup. I think my initial problem was that I didn’t have hidden checked.