Hi @techteacherscoza, this problems occurs for old version of Customizr Pro. I understand that your key has expired and you can’t afford to upgrade the pro theme, in this case I would recommend to use the latest Customizr free theme.
Best regards,
Matt
(@techteacherscoza)
Thank you for getting back to me. Is there no fix I can implement in the code?
If I do go with the free version, what functionality will I lose then?
There’s no easy way to fix this problem without upgrading. I know a way of course, but this is an “hack”, complex to implement, and it wouldn’t be right to propose it as permanent fix.
Swithing to the free, and from what I can see your current site, you will only lose hover effect on the post grid on home. But you don’t seem to use many other pro features like custom fonts or, unlimited featured pages, custom side menu, etc.
Matt
(@techteacherscoza)
I’ll give it a try thanks for getting back to me.
Hello members that can not afford a new license (this is one of those cases where the unlimited plan would have been worth each penny);
I’m about to suggest a solution that would make developers puking on the keyboard:
Just hide the message via PHP function
/********************************************************/
/* Apply Custom CSS to Admin Area
/********************************************************/
add_action('admin_head', 'custom_remove_error_message');
function custom_remove_error_message() {
echo '<style>
.mce-widget.mce-notification.mce-notification-error.mce-has-close {
display: none;
}
</style>';
}
// https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
that’s it.! Paste it into your child-theme/function.php.
Hope this helps
Giorgio
-
This reply was modified 8 years, 8 months ago by
Giorgio25b.
-
This reply was modified 8 years, 8 months ago by
Giorgio25b. Reason: The first suggestion was a css trick that would not override WP core style.css, via php function we can do it!
-
This reply was modified 8 years, 8 months ago by
Giorgio25b.
I am still having this problem. Latest customizr pro, I”ve got a thread there with it too. At first I thought it was fixed with deactivating a plugin, but I was mistaken.