hi guys, im following all the instruction for last hours and didn’t have sucess. I did all bellow.:
I appreciate it any help, thks.
i’m using .: WP 3.4.2
Theme Academica .: 1.2.2
By Onyx_black.:
1.)
Open /functions/wpzoom-functions.php and find these lines (#328):
Code:
echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘ ‘);
Replace with:
Code:
if ($cat) {
echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘ ‘);
}
2.)
Quote from gyokusai:
I placed an .htaccess file into the theme’s script folder — i.e., /wp-content/themes/academica/scripts/ — with these rewrite rules:
RewriteEngine on
RewriteRule .* – [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]
RewriteRule .* – [E=HTTP_IF_NONE_MATCH:%{HTTP:If-None-Match}]
3.)
Checked if WP “Reading” settings “Front page displays” is set to “your latest post”.
4.)
Enabled Slideshow in WPZOOM settings “Homepage Options” & set a static page.
5.)
Click “Add a New Slide”.
6.)
Create title for the slide.
7.)
Upload picture/photo via “Set featured image” under “Featured Image” panel.
8.)
Click on “Use as featured image”.
9.)
Repeat steps 5 to 8 for any additional slides.
_________________________________________________________________
By gyokusai.:
.
.
.
Not so trivial:
Go to this folder: /wp-content/themes/academica/scripts/
make sure you have the latest timthumb.php version (for security reasons)
– if not, get it here: https://code.google.com/p/timthumb/
check if there’s a cache folder within the “script” folder
– I added a “temp” folder for good measure but I don’t think that’s necessary
Make sure this “cache” folder is set to 777
– try 755 in case your server is set to ignore 777 for security reasons
check if your “wp-content”, “themes,” & “academica” folders have at least 755
If all fails, you should also check if the “script” and “cache” folders and the “timthumb.php” file have the same “Owner” like most of the other files (that’s often your FTP User ID; generated files within a given folder often have a different owner, i.e., “www-data”).
If it still fails, access your server’s infophp.php file (in your browser) and check if the GD library is enabled! (It really should be, but even stranger things have happened.)