I already read a few times this article, where it’s write to copy the file I would like override on my active theme folder.
But, as you write on your plugin description:
Oxygen would disable any theme in your WordPress installation therefore you cannot place BasePress custom theme on your WordPress theme’s folder
So, the solution you linked don’t work (I already test it: ‘wp-content/themes/[my-theme]/basepress/modern’).
Same here. It’s a bug on plugin code: there is no domain key on the translate fonction; and it’s not the only one translation error. Amazing for a premium plugin…
return array(
'error' => 0,
'notice' => xoo_el_add_notice('success','<i class="fa fa-check-circle" aria-hidden="true"></i> '.__('Login successful')),
'redirect' => $redirect
);
-
This reply was modified 6 years, 1 month ago by titou74.