jaredyates
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] User is logged in but still can’t view the contentThere is some ambiguity about the more tag. The article linked above says the more tag can only be used on posts and not pages. In the settings menu on the site’s dashboard it says “Enables or disables “more” tag protection in the posts and pages.”
I’m having the problem on a page that had a more tag. I removed the tag and the page started behaving correctly. I reinserted the tag and it continued to work correctly. I think whatever was causing the problem was related to the more tag, because the only thing I changed was adding and removing it, and now it works in both configurations.Hi, I’m needing another plugin also, can you elaborate please?
- This reply was modified 6 years, 6 months ago by jaredyates.
Forum: Plugins
In reply to: [WP Advanced PDF] Long Empty PDFI was having the same thing happen when I switched the units to inches. When I switched the units to inches, all of the values stayed in place as millimeters, making the margins 290 inches, for example. If you have changed the units, go through and massage all of the variables to get them right for inches, or perhaps more easily, go back to millimeters.
OK, thank you. So if we want to be able to offer shipping via your plugin and then also offer local pickup via a shipping zone, it sounds like that is not going to be possible? It seems that the shipping zone deal is all or none?
Should we consider this plugin to be unsupported?
Yes, the plugins stopped working correctly after I updated them in bulk, with all of the other plugins, which did continue to work correctly. Please encourage your development team to create plugins that will work like this. I’m not a computer hobbyist, and don’t get enjoyment from keeping up special needs plugins with special updating requirements. I want to spend as little time as necessary to keep things operational, which is why I use WordPress.
Thank you for pointing out the css to fix the marketing, but I’d also encourage you to consider removing the advertising in your next update, saving me the trouble of ongoing maintenance. If you disagree, honestly ask who it is you are making your plugins for. As it is now, your marketing choices make it clear that you are not making them for the people who have already paid for them.
Also, is there any way to get rid of the social links that your plugins display in the WordPress plugins list, and the ads that Smart Manager displays on the smart manager page? These are very expensive plugins, and I’d like to think that I have supported them adequately with my purchase, such that they need not be supported further by marketing.
Thanks for your help. It seems that the two plugins that I have from you guys both had trouble when I used the wordpress updating dialogs. Is this a one-time event, or is this the way your software works?
I don’t know if it is related, but it seems that the shipping charges are no longer being passed to Paypal. The order summary shows the shipping, but the Paypal payment is only for the order items.
Mine is doing the same thing. The license key was validated prior to updating the plugin, and I’ll send an email to your email address too.
I’m using another plugin that I like better, but you might be able to use the same strategy with this one. I put this code in the template.
<?php if($post->post_type == 'post') :?> <?php if(function_exists('the_ratings')) { the_ratings(); } ?> <?php endif;?>In my case the_ratings() is the ratings function. I don’t know what it would be for Dario’s plugin, but maybe he could tell you.