MillaN

MillaN

@millan

Viewing 15 replies - 121 through 135 (of 254 total)
Author
Replies
  • in reply to: nVerify templates do not work! #2540

    Yes, I can confirm this is a bug. It will be fixed in 3.0.1 to be released on Monday Sep 7.

  • in reply to: New API #2538

    New API is still ‘new’ and it can be unstable, but it will be only way to go when they disable old API. Also, for now, don’t use Support options, because Envato is still to enable it on their end, and if Support is now enabled, plugin will check support expiration, and it will always return expired. Envato is slow with these API changes, and it is best to wait few days for that.

    New support policy on Envato: [url]https://forums.envato.com/t/item-support-policy-and-functionality-launched/3619/[/url].

  • in reply to: Function checking access #2535

    You can’t do that, template my plugin overrides in bbPress can’t contain header/footer/sidebar, it is only for content.

  • in reply to: New API #2532

    I am enabling all of them just in case, but you need this for plugin to work:

    View and search Envato sites
    View your Envato Account username
    View your name, location and account balance
    Verify purchases of your items

    Milan

  • in reply to: Function checking access #2530

    You can’t do that because bbPress will not allow it. My plugin adds template to extend bbPress, but it is not changing the way bbPress renders page, only replaces [u]content[/u] for that page. If normal bbPress page contains sidebars and header and everything else, page that shows restricted access shows that also but replacing normal bbPress content part with restricted one, it is not part of the template my plugin can change.

  • in reply to: New API #2529

    Yes, but you need API Token for new API. Please read new documentation first, there is migration to 3.0 section. And read the settings descriptions in the plugin settings panel.

    Milan

  • in reply to: Function checking access #2523

    Check out the documentation, it describes all template files and they use. You need file ‘nverify-protected-access.php’, it displays the form for entering purchase code. But, do not change important, form related stuff, or the plugin will not be able to work.

  • in reply to: nVerify templates do not work! #2522

    OK, I will check it out.

  • in reply to: Custom CSS Not Working #2519

    OK, I am not sure what are you doing here, but how the plugin can know to use your style? Plugin is generating and adding styles dynamically if you use the designer provided. If you want to add your own styles you need to register them so plugin will know about them.

    Milan

  • in reply to: Code Notworking with web site. #2518

    Hi,

    I don’t have iPhone and I can’t test with it. if you have some iPhone/iOS specific code on your website it can cause problems. I tested on few devices (Android and Windows) and it is OK.

    Milan

  • in reply to: nVerify templates do not work! #2517

    Hi,

    Templates are loaded by bbPress, my plugin is adding own folder to the templates stack in bbPress to load the files as fallback, but it doesn’t do any actual loading, that is done by bbPress. Maybe you have something that causes problems in loading process or modifying the bbPress templates loading?

    I am using this feature on this forum, and I have few custom templates that are loaded from theme, and it works fine.

    Milan

  • in reply to: Custom CSS Not Working #2512

    To change the style for the slider, you need to create new styles for the plugin and use those styles. Whatever else you need to customize, all your extra styles can go into theme style.css, but you should use !important directive to make sure your style are loaded, since plugin is adding own styles after theme.

  • in reply to: Error when installing plugin #2509

    Smart Timer and Counter is not WordPress plugin, it is clearly listed in jQuery category, not WordPress, nor is WordPress mentioned anywhere.

  • in reply to: Smart Sidebars Slider as an link #2506

    This is planned for one of the future version, but I have no ETA yet.

  • in reply to: TypeError is not a function #2496

    This is not complete code, it is missing code for the callbacks. Also, you are using change callback that is triggered when value has changed, and I am not sure how do you use that if you need to use ‘add’, since change in your case will never run before add is called.

    You have two examples on how to use the add/stop/start functions in the demo page Methods.

Viewing 15 replies - 121 through 135 (of 254 total)