arjunarjun
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend User Notes] Shortcode Needed for the Plugin to be Truly UsefulHi Abu, I just discovered a bug related to new installation of the plugin in new sites, after this updated version. For new activations of the plugin on new sites, if you do not use a div selector or class selector like “.open-note-pad” in the backend settings in the field that says – “Open Notepad from a Custom Link” , then you can not close the Notepad in the frontend…and also no other menu links in the pages are clickable. In other words, when you leave that field empty (without any selector class/div), then the notepad window in the front end can not be closed and other links also become unclickable.
I guess many users who installed the plugin first time after the update might have faced similar situations .Forum: Plugins
In reply to: [Frontend User Notes] Shortcode Needed for the Plugin to be Truly UsefulHi, thank you very much for the quick support and the update incorporating the requested feature. I just tested it and this now works like a charm. Now the plugin is very useful from multiple aspects. Thank you again for creating this beautiful piece.
Forum: Plugins
In reply to: [Frontend User Notes] Shortcode Needed for the Plugin to be Truly UsefulHi Abu, thank you very much for this update with the [fun-my-notes] shortcode. This is a surprisingly exciting feature that you have provided. In my earlier support request, I was asking you for a different kind of shortcode though. I am actually looking for a button (which can be a shortcode button also) that will display the “pop up “Notes” panel/window when clicked. I am asking to know how it can be done….This is because if there is such button, then you can place it anywhere on your page, like your elearning dashboard page or any page,…and then when the user clicks on that, it will open or pop up. Currently, as per the plugin’s native setting, it can only be placed at the right corner in a fixed way(vertical adjustments possible though). But, as you might have seen in the case of social sharing buttons…how they can be placed anywhere using a shortcode, can we also have a button like element that can be clicked on and the pop up Note window will open in the corner as it is doing. No need to change the pop up window…but just the addition of a button that can trigger the opening of the pop up Note.
Thank you very much.Hi Juan and the support team of Yith, thank you very much for your genuinely responsible attitude toward your customers. I am pleased at the remarkable level of support you are providing even for the free version of your plugin. I wonder what would be the guidance and support for your premium version. Thank you Juan, the code worked well and I highly appreciate your effort in this connection.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] No Recaptcha field in the Registration form?Thank you Juan for the prompt guidance and assistance. I will definitely be trying that. For now you can mark the topic as resolved.
hi i am also facing margin issues in the section blocks.
Thanks for the post approval. Awaiting YITH’s wonderful support as always.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] unable to get any tabs on the affiliate pageHi, Juan and Hector of the Yith Affiliates Team, I have the same layout problem mentioned by UTVproducts in the thread above, like the input area of the referral link being narrow and not displaying the whol link…and also the “copy URL” part overlapping with the input. I am using the much popular Kadence theme. Could you provide us a CSS fix for this or altogether test it using the free Kadence theme and offer some solution. Thank you
Forum: Plugins
In reply to: [MerPress] doesn’t work with Learndash posts. Why?Hi, in my case with the learndash lesson posts, the diagram appears in the frontend only after using this code in the backend alongside your plugin use:
<!-- wp:html --> <script type="module"> import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnLoad: true }); </script> <!-- /wp:html -->But, in the backend, the diagram appears without using this code .