-
MillaN
KeymasterYes, I can confirm this is a bug. It will be fixed in 3.0.1 to be released on Monday Sep 7.
-
MillaN
KeymasterNew 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].
-
MillaN
KeymasterYou can’t do that, template my plugin overrides in bbPress can’t contain header/footer/sidebar, it is only for content.
-
MillaN
Keymaster -
MillaN
KeymasterYou 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.
-
MillaN
Keymaster -
MillaN
KeymasterCheck 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.
-
MillaN
KeymasterOK, I will check it out.
-
MillaN
KeymasterOK, 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
-
MillaN
KeymasterHi,
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
-
MillaN
KeymasterHi,
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
-
MillaN
KeymasterTo 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.
-
MillaN
KeymasterSmart Timer and Counter is not WordPress plugin, it is clearly listed in jQuery category, not WordPress, nor is WordPress mentioned anywhere.
-
MillaN
KeymasterThis is planned for one of the future version, but I have no ETA yet.
-
MillaN
KeymasterThis 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.
