rotornut44
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Nonce error at checkout with Easy Digital DownloadsHi @qtwrk
I have posted a thread over on their support forums as good measure, but haven’t got much in response just yet.
This is the URL at the time I get the error:
checkout/?payment-mode=paypal&nocache=trueHowever, this line changes depending on the default payment processor set, no matter which option you choose for checkout.
The above is used if Paypal is the default processor. But the following is used if Stripe is the default processor, even if Palpal is selected for checkout:
checkout/?payment-mode=stripe-prb&nocache=trueHello @misulicus
As I mentioned above, the checkout page is already set to not cache in LiteSpeed’s settings. In fact, nothing should be cached at that point as users must be logged in to check out, and logged in sessions do not receive cached files per my LiteSpeed settings.
Server side caching is not a factor. This seems to relate directly to a conflict with the LiteSpeed plugin, as the issue is only present when caching is toggled on in the plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Nonce error at checkout with Easy Digital DownloadsHello @qtwrk,
I applied this change and still receive the Nonce error.Forum: Plugins
In reply to: [LiteSpeed Cache] Nonce error at checkout with Easy Digital Downloads@qtwrk
Report number: IBWOTOXZ
Report date: 03/21/2022 17:03:22Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Add custom fields to certificate@ran_alexander You’re awesome! All working now. LP_Certificate_Layer is still valid, I double checked.
For those that are curious, here is the full working code in my functions.php (Including shortcode):
/* EWS Change - Custom Shortcode */ function lporderid_function() { return 'test'; } add_shortcode('lporderid', 'lporderid_function'); /* Adds new shortcode option to cert editor */ add_filter( 'certificates/fields', function($fields) { $fields[] = array( 'name' => 'shortcode', 'icon' => 'dashicons-smiley', 'title' => __( 'Shortcode', 'learnpress-certificates' ) ); return $fields; }); if (class_exists('LP_Certificate_Layer')) { class LP_Certificate_Shortcode_Layer extends LP_Certificate_Layer { public function apply( $data ) { $this->options['text'] = do_shortcode('[lporderid course_id="' . $data['course_id'] . ']'); } } }
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Add custom fields to certificate@kitkaanka77 Did you ever figure this out? I’m in the same boat, trying to get a shortcode to display on the certificate.
I tried @ran_alexander ‘s code above as well. It adds a custom field called “Shortcode” to the certificate editor, but as someone with little PHP experience, I’m not sure how to link it to my actual shortcode..
Forum: Plugins
In reply to: [Filester - File Manager Pro] File link – wrong pathHello,
The Files URL in the settings (I believe this is new?) allows me to bypass the issue now. Thanks for that!I did set the Root Path back to default, removing the “documents/” directory I added to it. Then the “Link” URL in the file info popup works as it should, but if I edit the Root Path by adding on another directory, the “Link” URL breaks unless I have the Files URL setting updated to include my added directory.
Just thought I’d provide some additional information. Thanks again!
Chris- This reply was modified 1 year, 3 months ago by rotornut44.
My suspicion of a script being blocked was correct. I got to looking in the compatibility tab and noticed that I had the “Turn off scripts while editing” option checked. Unchecking this option fixed all the issues. Although it’s suppose to only block scripts when in edit mode (at least I assume, by the title), it was blocking scripts even when I was just logged in to the site.
-Chris
Hello,
I created a new project and API key with no restrictions. Unfortunately, the same issue persists. It’s almost as if some JS or CSS is failing to load. I don’t have any plugins running that are suppose to block either though..-Chris
- This reply was modified 3 years, 7 months ago by rotornut44.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] No Public [.css/.js] Files LoadedHi Gabe,
I can’t seem to find an AJAX call pertaining to your plugin. I’m only seeing admin-ajax.php?_fs_blog_admin=true, which seems to be recalling itself every few seconds..I’ll make a temporary admin login and send it over to your email.
Edit: Sent.-Chris
- This reply was modified 3 years, 8 months ago by rotornut44.
Hi Ben,
Thanks for the tip. The shadow now displays on the child column, however it also still displays on the outer column.How would you go about excluding the outer column?Edit:
Disregard. The below CSS did the trick.
.shadow {box-shadow:none;}
Thanks!
-Chris- This reply was modified 3 years, 9 months ago by rotornut44.
- This reply was modified 3 years, 9 months ago by rotornut44.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] 404 images = Double Directory in htaccessHi Takis,
Sorry for the delay in response. I have been busy with other tasks lately and haven’t had the time to devote to problem solving. I played with switching to the first method, but I ran into issues that I didn’t have the time to resolve. Once I get some free time, I’ll attempt to get things set up correctly. I’ll be in touch once I get that time. Hopefully soon.Thanks,
ChrisHello,
It’s been a few weeks since I last heard from you. I still have yet to find a solution to this problem. Have you been able to come up with any other solutions for me to try, or is there any other information I can provide you with?Kind regards,
ChrisHello,
I’m only using the Lite version of Beaver Builder, so I do not think I have the ability to export the page as a template. I would need the Pro version for that.Here’s a short video showing before and after plugin deactivation:
https://drive.google.com/open?id=1nqa0flEr_u4p14PmHUAiqpKjJ9TfERKZBesides Palm Beach, I am also using my own modified Child Theme, however deactivating it seems to have no affect on this issue.
Just to clarify: For the actual post pages, I’m using the standard post editor. I am only using Beaver Builder (Lite) on the site pages, such as the debug page.
Again, there doesn’t seem to be anything wrong here, but here is another comparison report for one of the actual posts containing the thumbnails: https://emeraldscenerydesign.com/downloads/DiffNowComparisonReport_Post.htm
Is there a possibility that it could be some sort of PHP conflict?
Regards,
ChrisForum: Plugins
In reply to: [Adaptive Images for WordPress] 404 images = Double Directory in htaccessHi Takis,
Only my media content and admin area loads with wp-esd in the url. I used Method II from that list. I tried to use method I earlier but it resulted in a few 404 pages. I’ll look into it some more tomorrow afternoon when I have more time.Thanks,
Chris