mfussell
Forum Replies Created
-
Thanks for your response again. Perhaps you missed it, but I did say that I did update WordPress and the issue remains. I’ll try updating PHP and see if it resolves the issue.
Thanks for the response. I updated WordPress and the issue remains. This issue began when I last updated Smush 3.9.4 and I hoped it would resolve with the latest update. May have to find another solution. No other Lazy Load plugin is being used. It’s very odd. When it does occur, it only happens on the backend and at random times – sometimes when I click on anything in the WP admin area. And the error is immediate. Refreshing or clicking the back button clears the issue. It appears as though there is directive for object caching (define(ENABLE_CACHE, true);) in wp-config file that was placed there by an old caching plugin that I no longer use – I wonder if that could be contributing.
Never mind…Figured it out. Was changing files in Dreamweaver and then choosing update links. This is what caused the problem.
Buttons are back and functioning…
Thanks KTS915!
I figured out a solution after thinking a bit. I am adding ccaps to access each course individually while keeping access to the different membership levels using conditionals. I have to change the code on all of the pages, but in the long run, this is the best approach.
Those that purchase just one course will enter at level “0” with the assigned ccap, but they can always upgrade to full membership at any point which would bump them up to the appropriate level. They can also purchase additional courses individually without becoming a member (Level 1 or higher) by offering an additional ccap to their account.
It’s complicated for me, but should be seamless for the user.