JSEL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble with Neoclassical headersend 5 image files to
bettervita.net/wp-content/uploads/2011/05/folder by CyberDuck.
header_1.jpg, header_2.jpg, header_3.jpg, header_3.jpg, header_4.jpg, header_5.jpgForum: Themes and Templates
In reply to: Trouble with Neoclassical headeropen rotating_images.php file in theme editor. copy and paste this lines.
<?php $random_image = rand(1,5); // the second number should equal the total number of images that you want to rotate ?> <img src="<?php bloginfo('url'); ?>/wp-content/uploads/2011/05/header_<?php echo $random_image; ?>.jpg" alt="Better Vita" />and upload your images again.
Forum: Themes and Templates
In reply to: Trouble with Neoclassical headerok, go to AdminPanel/Appearence/Editor and find rotating_images.php and find
<img src="<?php bloginfo('template_url'); ?>/headers/header_<?php echo $random_image; ?>.jpg" alt="Random header image... Refresh for more!" />line.
replace it with
<img src="http://bettervita.net/wp-content/uploads/2011/05/header_<?php echo $random_image; ?>.jpg" alt="Better Vita" />
and create 5 images as
header_1.jpg
header_2.jpg
header_3.jpg
header_4.jpg
header_5.jpg
and upload this images by Admin Panel/Media Editor.Forum: Themes and Templates
In reply to: Trouble with Neoclassical headeryou can use FireFTP plugin if you use Firefox. https://addons.mozilla.org/en-US/firefox/addon/fireftp/
or WinSCP Portable for Windows http://portableapps.com/apps/internet/winscp_portable
or
Cyberduck for Macintosh http://cyberduck.ch/Forum: Themes and Templates
In reply to: Trouble with Neoclassical headeryou dont need to edit any .php file on first step.
you must create 5 image files (865×100 px). Filenames must be
header_1.jpg
header_2.jpg
header_3.jpg
header_4.jpg
header_5.jpg
and send this images to wp-content/themes/neoclassical/headers/ folder via FTP software.
excuse me my english not good.Forum: Themes and Templates
In reply to: Trouble with Neoclassical headerwp-content/themes/neoclassical/headers/
look for this folder and replace your images as header_1.jpg, header_2.jpg,…… header_5.jpg.
if you want to add images more than 5 edit rotating_images.php file in theme folder.Forum: Themes and Templates
In reply to: Split Section ThemeQawker
look for thisForum: Themes and Templates
In reply to: HELP – WordPress Theme for Funny Pictures (Thumbnails etc)search on google, “CSS Gallery Theme” by OSDesigner