Lukman Nakib
Forum Replies Created
-
Thanks for trying out the plugin , try the new version it should work.
Forum: Developing with WordPress
In reply to: Adding Nonce in Extra js scriptShould not ‘wp_script_attributes‘ filter should be able to filter script tag attributes, if not why not add the support for it, if it does not get called up I am confused about the use this filter
Forum: Developing with WordPress
In reply to: Adding Nonce in Extra js scriptThank you but I already found this and the problem is ‘wp_script_attributes’ it does not get called when I use wp_localize_script function or registering a script. So it does not work.
Forum: Developing with WordPress
In reply to: Adding Nonce in Extra js scriptI understood what you are saying , but I need to add this as a script tag attribute, if I do as you say, it will work the global values will be inside the script ,as script content but what I need is a script tag attribute like this
<script my-custom-attr="my-value"> //content </script>
The way your are suggesting will work like the following<script > my-custom-attr="my-value" </script>Hope it is clear now, could find a way for this anywhere.
Thanks again
Forum: Developing with WordPress
In reply to: Adding Nonce in Extra js scriptActually I am not adding a new inline script, I already a registered a script source then added some variables using wp_localize_script() for that script. Then the localized variable are loaded as inline script and I can not add any nonce to it, I can add nonce or attributes to main registered script thought, please check my screenshot.
Hope you understood the issue.
Hello @mariamino,
Thank you for taking the time to try out our form. We understand that you are experiencing issues using it on your live site, but we want to assure you that it is working correctly in more than 200k site and also on your test site.We believe that the issue may be caused by a conflict with a script on your live site. We are here to assist you and resolve any issues you may have.
We value customer feedback and work hard to improve our plugin with every update. We understand that this may be frustrating, but we would have appreciated the opportunity to resolve the issue before this is posted as a review. We hope you will allow us to resolve your issue and provide us with a new feedback. For secured content you can use our official support thread.
Thanks have a good day ahead.
- This reply was modified 3 years, 3 months ago by Lukman Nakib.
Forum: Plugins
In reply to: [Debug Log - Manager Tool] Debug log not could not be opened !Is your debug log located somewhere else?
Forum: Reviews
In reply to: [Debug Log - Manager Tool] Simple as PieThanks really appreciated, I created this one for easing my task thought it might help others 🙂 🙂
- This reply was modified 4 years, 6 months ago by Lukman Nakib.
Forum: Plugins
In reply to: [Debug Log - Manager Tool] Doesn’t turn debug offThanks for checking this out, you can turn it off or on easily from here . Feel free to let me know if you have anything else on mind.
- This reply was modified 4 years, 6 months ago by Lukman Nakib.
- This reply was modified 4 years, 6 months ago by Lukman Nakib.
Hello, You can use the shortcode [fluentform_info id=”354″ info=”submission_count” substract_from=”20″]
This will show the number of submissions remaining below the form. For more additional shortcode check out this page https://wpmanageninja.com/docs/fluent-form/advanced-features-functionalities-in-wp-fluent-form/helper-shortcodes-available-in-fluent-forms/.
ThanksForum: Reviews
In reply to: [Preloader Matrix] Thanks to the authorHello @passtor,
Thank you for the nice review, it means a lot to me 🙂Forum: Plugins
In reply to: [Preloader Matrix] It stays fixed on the home pageIt seems the hummingbird plugin JS optimization could have created this issue, if you exclude the plugin JS file, it should work.
ThanksForum: Plugins
In reply to: [Preloader Matrix] It stays fixed on the home pageHello Carlos,
Really happy to hear that, I will check this issue soon and update you with the fix, this is my first plugin, and it feels great when someone finds it useful.
Thanks for checking this out.Forum: Reviews
In reply to: [Preloader Matrix] There are some issue in this PluginThank you really appreciated, I am also surprised and waiting for his reply.
Forum: Fixing WordPress
In reply to: Plugin Update ErrorHello there,
It seems like a permission issue in your WordPress installation directory, update the directory permission according to your operating system.
Thanks