- Unable to access Theme Options from the main admin top bar. Screen just spins.
- I can access Theme Options if I first go into Edit page mode but even then options don’t save.
Please see video I made of the issue.
Please see video I made of the issue.
Hello @MulderDSM,
Thanks for asking and taking the time out to record a video screencast to elaborate the problem you are facing. 
Add the following lines into that file.
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
Check your permalink settings (General -> Permalinks) and set Postname save changes to re-create your .htaccess file.
Make sure that you’re running at least PHP v5.6.x or later (recommended 7.2) to avoid any WordPress related incompatibility issues. If you’re not sure what your server configurations and settings are, install a plugin like WP-Serverinfo (https://wordpress.org/plugins/wp-serverinfo/) and check your server info by head over to Dashboard -> WP Serverinfo area.
Check your PHP Max Execution Time and set it for 300 for optimal usage.
If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.
Thank you.
I will provide login info in the Secure note.


Hi Mulder,
Basically I was able to load your theme options without any issues and I see that you have allocated around 2GB memory which is great.
However upon testing the other issues, I can confirm those issues on my end as well (Portfolio meta & share icons enable/disable) and I have already submitted this to our issue tracker for further review. You can expect a fix in an upcoming update release.
Thanks for understanding!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.