free3dart
Forum Replies Created
-
my question is not if EOT works or not?, mine is recurring subcription for each levels ( total 4 ), the user creates a subscription, and paid for the next month too, third month the user has suspended the payment, even after suspending the payment, the user continues to be at the same level – not demoted by S2 – and still has access to downloads even after 6 months.
The Cron seems to work fine, I tested it with WP Control plugin.
Array
(
[1448392011] => Array
(
[ws_plugin__s2member_auto_eot_system__schedule] => Array
(
[40cd750bba9870f18aada2478b24840a] => Array
(
[schedule] => every10m
[args] => Array
(
)[interval] => 600
))
)
EOT behavior is set to – Demote user to Subscriber, I will check if the WP-Cron works properly.
Yes, Automatic EOT is set to – enable through WP-Cron
I found out the problem, the link masking and like buttons were the problem, I disabled it for this page and working fine.
I have just a css based pricing table with paypal button codes generated by S2member
Forum: Plugins
In reply to: [WP-PostRatings] Bug after todays updateIt’s the simple mistake in wp-postratings.php at line 83 of the plugin file.
at line 83
it is written as
$loading = ‘<‘ . $start_tag . ‘id=”post-ratings-‘it has to be ( with a space between div and id )
$loading = ‘<‘ . $start_tag . ‘ id=”post-ratings-‘Webmaster shows error for over 350 posts – Missing: best or worst rating, any solution yet?
Forum: Plugins
In reply to: [W3 Total Cache] Render-blocking JavaScript:My pagespeed is at 76 – low score because of the same issue.
1. Tried w3 total cache – which minifies and combines into on js file, adds async, but breaks many JS script functionalities.
2. Many of the plugins for social sharing use normal js files, which has to use async code. for e.g plusone.js.
If this feature is integrated in WP, it will save many sites from SEO penalty.
Forum: Reviews
In reply to: [Social Viral Downloader] didnt work on chrome after hours of debugging.@Ipsetenu: Its true I didn’t waited for 24 hours, but the author of the plugin did responded, but all he said is we would clear the problem by charging on hourly basis. As you said, I wouldn’t have written a support ticket or review if the author has clearly mentioned “Only paid support”, The author wrote me 2 times but didn’t even said any word on what the problem might be. mine is not an unrealistic expectation, how do I know that I have to wait 24 hours, or the support is only for paid members.
Forum: Reviews
In reply to: [Social Viral Downloader] didnt work on chrome after hours of debugging.Yes I am a freeloader, but I haven’t stopped being a freeloader, I too have written plugins ( not for WP ) but for Joomla, QRCODE plugin for Yourls( open source url shortener ) and a free app QRMAN, I have also provided free assistance to those who run into problems after trying my scripts. I am not asking you to do a free service, but you could have atleast discussed the possible problems that might have occurred, which I figured it out myself. Everyone will not be in a position to pay, and my scenario is entirely different because of paypal restrictions for Indian accounts.
However I have rectified the issue myself. Now its working on chrome and FF.
Forum: Plugins
In reply to: [WordPress Popular Posts] After Upgrade – Says No Data :(Downgraded to 2.3.2 and works fine.
Forum: Plugins
In reply to: [WP-PostRatings] Google rich snippets solutionalso I request you to add strip_shortcodes while fetching the content to set as description. because without it the description sometimes comes embedded with shortcodes.
Forum: Plugins
In reply to: [WP-PostRatings] Google rich snippets solutionI have a doubt, google crawler will not consider this div as it is set to display: none, so it will not display he rich snippet in search results.
pls clear my doubt.
<div style=”display: none;” itemprop=”aggregateRating” itemscope itemtype=”https://schema.org/AggregateRating”>
<meta itemprop=”bestRating” content=”5″><meta itemprop=”ratingValue” content=”5″><meta itemprop=”ratingCount” content=”1″>
</div>