TassieNZ
Premium Uploader and Sometimes Hacker!
Thanks for posting the link to this plugin.
Do you have the 1.1.8 update that just came out at the end of November?
Thanks for posting the link to this plugin.
Do you have the 1.1.8 update that just came out at the end of November?
Check the previous posts for 1.1.8 versionTry what? Sorry, I don't know what endpoints are or what you are talking about when you mention REST file exposures. I don't do PHP.
hugoguanipa posted the original link, so I'm hoping he will post the update.
I have purchased:
Oxygen Agency Pack
Hydrogen Pack
Advanced Scripts
OxyNinja Core
OxyNinja WooCore
Happy to share if interest.
I'm pretty sure there's no new official release yet. You're probably referring to the v3.7 Alpha which is not an official update yet.
Oh, sorry!
Can't blame u man, their next version comes with pretty exciting features. CSS grid + Composite elements, the latter will eventually replace several add-ons also shared here. Hope the nulled (or licenseless) version can have the Composite elements to be working since those are design sets to be downloaded from their server (according to their post) and will be a separate purchase.
Yeah, definitely worth it. U need to get it before the release of v3.7 RC1 so that Composite Elements will be free. Several design sets will definitely be added in the future especially they plan to release it as a separate purchase.As I see it, makes sense to eventually get the agency license of Oxygen. It's certainly worth it.
For those who ask for Alpha, Beta or RC versions go to this address
https://oxygenbuilder.com/wp-login.php?action=register
make an account, confirm it, then you can log in from this page
https://oxygenbuilder.com/login/
in the Customer page and download any Alpha, Beta or RC version directly from the oxygen site.
https://oxygenbuilder.com/beta-access/
You can use RC versions without any problems.
Versions 3.4 RC and 3.5 RC were no different from the final version.
Version 3.6 RC differed from the final one only by a CSS line.
@TassieNZ can you change this code?
file: oxygen\component-framework\component-init.php
PHP:function oxygen_vsb_is_agency_bundle() { //return true; return get_option("oxygen_vsb_is_agency_bundle", false); }
function oxygen_vsb_is_agency_bundle() {
return true;
//return get_option("oxygen_vsb_is_agency_bundle", false);
}
ha ha the answer is in code. remove the 2 shlashes // from return true; and put them in front of return get_option("oxygen_vsb_is_agency_bundle", false);
the answer is:
PHP:function oxygen_vsb_is_agency_bundle() { return true; //return get_option("oxygen_vsb_is_agency_bundle", false); }