I purchased the Infinity Remix WordPress theme yesterday and it works fine. But, I have discovered today that certain plugins that came with Infinity Remix are not functioning as I expected.
First, PHP is working on the server as can be verified at this URL:
http://wgoulart.com/php/php-test.php
The WP install can be viewed at http://wgoulart.com and it displays as a WP site should with the Infinity Remix theme working just fine.
The issues I have having are related to plugins, specifically the executable PHP plugin, the featured content gallery, and the wp125 plugin. Note that other plugins that are activated within this install of Infinity Remix are working just fine, notably the contact me form, the Hello Dolly test, and JetPack plugins from WordPress.
So, my conclusion is that there is something not right with first the executable PHP plugin. When I place PHP code within any page of this WP install, that PHP code never executes. Even though I surround the PHP code with or [exec][/exec] the PHP code will still not execute. I inserted a simple PHP echo test but that simple PHP test does not work.
I have been using WordPress since the platform first came out and I also am experience writing/executing PHP code.