These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2011-01-30 09:18:51

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Changing background colour

Hi all,
I recently purchased and installed slideshowpro and slidepress for my wordpress based site and am enjoying getting to grips with what it is capable of. It is by far the nicest way to display images in wordpress that I have come across so far, great work!

Just a quick question, I am trying to change the background colour of the slidepress style 'techno' to white, which I will be using for all my folio galleries. I have gone through the style settings and changed various options to white (#ffffff) to see if it would work, but to no avail. I assumed that the correct place to edit this setting would be under 'Content', 'Content Area', 'Background Color', is that right or am I way off?

Many thanks,

Jonathan

http://www.jonathanclifford.com

Offline

 

#2 2011-01-30 12:57:22

zippie
Veteran Member
Registered: 2007-02-07
Posts: 599
Website

Re: Changing background colour

change your flashvars to this

Code:

var flashvars = { 
paramXMLPath: "http://jonathanclifford.com/wp-content/plugins/slidepress/tools/param.php?gid=home",
initialURL: escape(document.location),
contentAreaBackgroundAlpha: "0",
contentAreaStrokeAppearance: 'Hidden',
useExternalInterface: true
};

Offline

 

#3 2011-01-30 14:50:47

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Re: Changing background colour

Thanks for you reply, I'm still figuring this all out so could you tell me exactly where it is I need to edit the code? Also, i am only trying to have the background white when I full screen the slideshow as the background won't be visible at any other time, will the code you have provided do this? Thanks again!

Offline

 

#4 2011-01-30 15:14:04

zippie
Veteran Member
Registered: 2007-02-07
Posts: 599
Website

Re: Changing background colour

You will need to edit the code in the html file.
You will see this inside the html file.

Code:

var flashvars = { 
paramXMLPath: "http://jonathanclifford.com/wp-content/plugins/slidepress/tools/param.php?gid=home",
initialURL: escape(document.location),
useExternalInterface: true
};

add these 2 lines

Code:

contentAreaBackgroundAlpha: "0",
contentAreaStrokeAppearance: 'Hidden',

so that it looks like the code I posted before

Offline

 

#5 2011-01-31 01:12:07

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Re: Changing background colour

Ok thanks again, I'm having real difficulty locating the html file that you speak of? I can see the code you are talking about when I view the source of my homepage through Chrome but can't find the html file anywhere?

Offline

 

#6 2011-01-31 01:28:51

zippie
Veteran Member
Registered: 2007-02-07
Posts: 599
Website

Re: Changing background colour

It may be called index.php.

Offline

 

#7 2011-01-31 03:00:58

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Re: Changing background colour

I checked but the index.php doesn't feature any of that code, it simply says:

<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>

Offline

 

#8 2011-01-31 03:07:43

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Re: Changing background colour

wp-blog-header.php didn't have it either...

Offline

 

#9 2011-01-31 03:13:41

jmaclifford
New Member
Registered: 2011-01-20
Posts: 9

Re: Changing background colour

It's all good, figured it out, thanks for your help zippie!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson