WPIntell

Source evidence

Assets not loading

Payment Forms for Paystack · support · 2024-11-12T14:20:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 34 rows with source links

11.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jschultz11 unresolved
I have embedded a form on a few pages but the plug in files (JS etc.) only loading in on the home page and so the plug in will only work on the home page. How can i get the files to load in to all the pages that have the form. Can you try this with another theme? Payment Forms for Paystack always load its assest on every page on the website I am using Bricks Builder as my page builder and theme. I found a ‘hack’ / work around for this. I added the short code to the block editor for each page I want it to load on and its working now. Maybe test this and add this to the documentation, I’m sure their will be the same issue with other page builders. so after some test, i figured out that the plugin is looking inside the global $post , however, since the Paystack form shortcode will be inside the pagebuidlers template post body and Paystack form is not looking inside template. This issue will affect major pagebuilders that make post template Ref: payment-forms-for-paystack/includes/classes/class-setup.php:131 Maybe the developers will revert to old way of Enqueue the frontend scripts on every page or add support for know Meta box on Post or Page where you can tick a box Add PayStack script to this page This reply was modified 1 year, 6 months ago by goodmuyis .

Comments

3 shown
goodmuyis 2024-11-16T13:22:00+00:00

Can you try this with another theme? Payment Forms for Paystack always load its assest on every page on the website

jschultz11 2024-11-17T09:44:00+00:00

I am using Bricks Builder as my page builder and theme. I found a ‘hack’ / work around for this. I added the short code to the block editor for each page I want it to load on and its working now. Maybe test this and add this to the documentation, I’m sure their will be the same issue with other page builders.

goodmuyis 2024-11-20T20:05:00+00:00

so after some test, i figured out that the plugin is looking inside the global $post , however, since the Paystack form shortcode will be inside the pagebuidlers template post body and Paystack form is not looking inside template. This issue will affect major pagebuilders that make post template Ref: payment-forms-for-paystack/includes/classes/class-setup.php:131 Maybe the developers will revert to old way of Enqueue the frontend scripts on every page or add support for know Meta box on Post or Page where you can tick a box Add PayStack script to this page This reply was modified 1 year, 6 months ago by goodmuyis .