pwlk
Forum Replies Created
-
Forum: Plugins
In reply to: [SomeNano for WordPress] Content does not display after paymentMarking as resolved. Please reply if you are still experiencing this issue.
Forum: Plugins
In reply to: [SomeNano for WordPress] Content does not display after payment@frankxplor
I tried all those plugins in my test environment and was unable to recreate the issue. I did have to add the BrainBlocks to the Async Javascript exception list as you mentioned.I pushed v0.1.1 of the plugin which adds a database view tab on the Settings->SomeNano page. Request you update and take a look at the table.
Are there rows of transactions listed?
Do a test payment to yourself, does that transaction show up in the table?Appreciate your willingness to troubleshoot!
Forum: Plugins
In reply to: [SomeNano for WordPress] Content does not display after payment@frankxplor
I have tested with a number of the most popular caching plugins and it seems to be the issue. All of them store static snapshots of a page.Meaning, if the snapshot is made of the page when the paywall is not yet paid, all users (regardless of payment) will see the unpaid paywall. And if the snapshot is made of the page when the paywall has already been paid … all users (including those that did not pay) will see the extra content.
The more popular caching plugins have the ability to customize pages that are cached. I recommend disabling caching for the posts/pages that have a paywall. Maybe this can be done by a common category or tag for ease?
Forum: Plugins
In reply to: [SomeNano for WordPress] Content does not display after paymentHello, glad you like it! I gave it a try on your site and see the same symptom you described (paywall still showing even after payment is made).
I do see that the cookie is successfully being set, so that means the payment was processed by your browser.
What other plugins do you have enabled?
I recommend:
1. Disable your caching plugins and try again. This seems logical that it could be the problem.
2. Check the WordPress database for processed transactions. The table in the database you want to check is called wp_somenano_payments. The wp_ might be different depending on your WordPress install.Let me know what you find and we can continue troubleshooting.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Thumbnail layout brokenFixed.
My shortcode had gotten wrapped in a `<pre>[Youtube_Channel_Gallery … ]</pre>’ tags. Removed the
<pre>
and
</pre>and the formatting corrected itself.Forum: Plugins
In reply to: [Youtube Channel Gallery] Thumbnail layout brokensame issue here
trie the following from another thread:
#widgets ul li a.ytcthumb { display: inline-block; }but no success
Forum: Plugins
In reply to: [AdPush] [Plugin: Google AdSense Plugin] Ads won't displaydon’t copy in the “pub-” portion of the publisher id or else it will truncate the last few digits of the actual pub id. the publisher id is only numbers.
Forum: Fixing WordPress
In reply to: 500 Internal Server Error when commentinggot it figured out…
I was using the comments notifier from Don Angelillo.
I deactivated the plugin and all is good with the world.