Forums
(@aman086)
9 years, 8 months ago
Hi Jesse
Thanks for pointing that out.
I have fixed the warnings in latest version
Regards Aman
9 years, 11 months ago
Hi
You can try disabling WP_DEBUG in wp-config.php file It will hide all warning and notices.
define(‘WP_DEBUG’, false);
10 years, 5 months ago
Thanks for feedback. Box sizes coming in next update shortly !!
10 years, 6 months ago
It may be your host issue.Also check which php version you have on server.
Here is the discussion why omitting php end tag is a good practice. https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag
If you talking about missing ?> at the end of the file, it is left out intentionally. It is not compulsory to have php closing tag ?> at end of file.
Good to know that you liked the plugin.
11 years, 3 months ago
You can press the ‘fix it’ button next to that warning.
That worked for me..