We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title suggests, the "Add Shortcode" button in the textarea section of the "WPSF Modern" control panel does not work.
I think it would be a very useful function. Is it possible to give us an eye and maybe a fix?
A thousand thanks.
The text was updated successfully, but these errors were encountered:
Found the problem and a simple work around.
In class WPSFramework_Shortcode_Manager inside the method shortcode_dialog() the second if statment
WPSFramework_Shortcode_Manager
shortcode_dialog()
if ( true !== self::$is_btn_added ) { return; }
cause the block of shortcode popup window in settings sections. Comment it or remove and work fine.
Sorry, something went wrong.
No branches or pull requests
As the title suggests, the "Add Shortcode" button in the textarea section of the "WPSF Modern" control panel does not work.
I think it would be a very useful function. Is it possible to give us an eye and maybe a fix?
A thousand thanks.
The text was updated successfully, but these errors were encountered: