Rashmi Sonawane
Forum Replies Created
-
Forum: Reviews
In reply to: [RS Diwali Lantern] Nice to Have Function , But Never WorkedWhich theme are you using ? Could you share the link of your website ?
It may happen that your theme or plugins are overriding RS Diwali Lantern’s cssForum: Reviews
In reply to: [RS Diwali Lantern] Plugin not workingHi @nitintonpe, Please could you share the error or screenshot so I can help you with the issue.
Please Note: You need to fill/select in all the fields. (I have added a new screenshot of the backend for sample purpose, please check screenshots section)- This reply was modified 5 years, 6 months ago by Rashmi Sonawane.
Forum: Plugins
In reply to: [Software License Manager] Integrating PluginHello,
I am new to Theme development, I have developed a simple theme and want to use Software Licence Manager plugin to licence my WordPress Theme.I have copied the code given in the sample plugin, changed the “YOUR_SPECIAL_SECRET_KEY” with the “The License Activation or Deactivation API secret key” from the Integration help page. Also changed the url and item reference. I added the complete code in my theme’s functions.php
But when I activate the theme in another domain for testing nothing happens[It does not ask for the licence]. Even if I go to the Licence page and enter the Licence number [which I manually generated] it gives the following error:object(WP_Error)#340 (2) { ["errors"]=> array(1) { ["http_request_failed"]=> array(1) { [0]=> string(29) "A valid URL was not provided." } } ["error_data"]=> array(0) { } } Licence data is NullI checked and copied the url from the Integration Help page.
Please Help, Thanks in advance !!!