Hi Anton! Sorry i just saw your thread.
Just add this another mirror i uploaded.
Magic Button :
Code:
http://www.uploadseeds.com/download.php?uid=1XVFJSYD
Are all features work with this version? anybody try this? Thanks for ur share
Hey, they just released version 1.2 to correct bugs, any chance you'll be updating here too? Thanks :)
thanks for this, cant wait to test it out
waiting for the latest version bugs free of this theme look promising
Anton, thanks for the share - they just released v1.2 with bug fixes - will you be sharing a nulled version anytime soon? :)
Hope Anton can get the latest version.
thanks. a great share. rep given.
-review-
I had installed this theme and customize it without much problem.
However, the star ratings in the theme are bugged and v1.2 fixes that problem.
For those (like me) who can't accept 0.5 stars in your theme, i did some simple hacking and made all my post 5 stars (while waiting for the v1.2).
1. Use cPanel File Manager
2. Goto "wp-content/themes/protozon/includes"
3. Edit "themesplate-azon-framework.php"
4. Search "if ( 0 <= $rating and& $rating <= 0.7 )"
5. Look for the code below
Code:
if ( 0 <= $rating and& $rating <= 0.7 )
{
$image = $imagepath."0-5.png";
}
if ( 1.3 <= $rating and& $rating <= 1.7 )
{
$image = $imagepath."1-5.png";
}
if ( 2.3 <= $rating and& $rating <= 2.7 )
{
$image = $imagepath."2-5.png";
}
if ( 3.3 <= $rating and& $rating <= 3.7 )
{
$image = $imagepath."3-5.png";
}
if ( 4.3 <= $rating and& $rating <= 4.7 )
{
$image = $imagepath."4-5.png";
}
if ( 0.8 <= $rating and& $rating <= 1.2 )
{
$image = $imagepath."1.png";
}
if ( 1.8 <= $rating and& $rating <= 2.2 )
{
$image = $imagepath."2.png";
}
if ( 2.8 <= $rating and& $rating <= 3.2 )
{
$image = $imagepath."3.png";
}
if ( 3.8 <= $rating and& $rating <= 4.2 )
{
$image = $imagepath."4.png";
}
if ( 4.8 <= $rating and& $rating <= 5 )
{
$image = $imagepath."5.png";
}
return $image;
6. Replace all that code with this one
Code:
if ( 0 <= $rating and& $rating <= 5 )
{
$image = $imagepath."5.png";
}
return $image;
7. Repeat Step 4.
8. Save.
Done! :)
my demo :
http://azon.facemediaseo.com