ThemeForest

Revoltz - Premium WordPress Theme - 3 in 1

How do I change the CUFON font ?

To change the CUFON font, you need to do the following:

1) Create a compatible CUFON font, here.
2) Copy the font to core/fonts/
3) Edit the includes/theme-header.php. On line 31, replace the LeagueGothic_400.js with the name of the font file you’ve just created on step 1.

How do I change the Navigation menu colors ?

To change the navigation’s colors, you need to edit the core/js/revoltz-core.js, and edit the function init_color_schemes(), starting on line 43. There you have the hex colors for each of Revoltz’s color themes. There’s also another change you need to make. Edit the core/css/revoltz-menu.css, and edit the hex colors in lines 10 and 11.

I see “No Image” on the Slideshow, how do I specify the Slideshow Images ?

If you see “No Image” on the slideshow, it means that you’re not setting the Post Image on the post. Just specify the image URL that you want to use on the Slideshow, on the Post Image field.

For more information, read the Documentation, section D) Configuring the Revoltz Slideshow.

I specify the Post Image on the Slideshow Posts, but I see a blank image

This means 1 of 2 things:

a) You’re specifying huge image. You can resize the image to 960×370 pixels.

b) The cache/ directory on your server doesn’t have writing permissions. Login via FTP and set the cache/ directory’s permissions to 777.

My Slideshow doesn’t work!

This means you’re probably using Insert Into Post to add the Post Image. That’s not the way it should be done.

When you have the image upload screen, copy the Image’s URL and paste it on the Post Image field.

You don’t need to insert the image into the post, only to copy the URL on the Post Image field.

How do I change the height of the Slideshow ?

This would involve changing 2 theme files: On index.php, change the height (by default 370) on lines 35, 74 & 83 to your desired height. On core/css/revoltz-core.css, change the height (by default 370) on lines 76, 77 & 78 to your desired height.

How do I remove the Publish Date from the Posts ?

Hiding the Publish date everywhere

Go to Revoltz » Advanced, and on the Custom CSS field, enter the following:

.post .date { display: none !important; }
.post .post-info { width: 100% !important; }

Hiding the Publish date from the Blog, Archive & Search sections

Go to Revoltz » Advanced, and on the Custom CSS field, enter the following:

#blog .post .date { display: none !important; }
#blog .post .post-info { width: 100% !important; }

Hiding the Publish date from the Single Posts

Go to Revoltz » Advanced, and on the Custom CSS field, enter the following:

#single .post .date { display: none !important; }
#single .post .post-info { width: 100% !important; }
by
by
by
by
by