Couple of problems

timpsod

Joined: 2009-11-29
Posts: 5
Posted: Sun, 2009-11-29 23:00

Hi all,
I am using the carbon theme and for some reason my default starting image wont appear in IE but it will in FF? Any ideas?

Is it possible to have the sidebar nav visible all the time without having to click on the tiny little spanner icon?

Is it possible to randomise your default starting image in the carbon theme?

Sorry for all the questions.

any help is greatly appreciated
Regards

Dave

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-11-30 02:41

A URL to your site would be helpful.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
timpsod

Joined: 2009-11-29
Posts: 5
Posted: Mon, 2009-11-30 07:42
 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-11-30 07:56

That's not the Carbon theme, it's the Slider theme. It appears to work for me with IE 8 on Vista.

I don't know much about the Slider theme except that there are not a lot of options for it. I think you can make the sidebar visible all the time by changing a setting in slider.js

Edit /themes/slider/slider.js

Find this line:
var options_on=0; // Sidebar/options are visible

Change 0 to 1
var options_on=1; // Sidebar/options are visible

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-11-30 07:57

Oh and as for the random image. I don't think so.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
timpsod

Joined: 2009-11-29
Posts: 5
Posted: Mon, 2009-11-30 08:29

Hi Nivekiam,
thank you for the responses that didnt seem to work

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-11-30 09:06

hmmm yeah, that doesn't seem to work.

http://gallery.menalto.com/node/81980

Ah, got something to work, don't know if it's the best option or not.

In your slider.js file, go to line 67 and add the part in bold:

function app_onload() {
  options_onoff();
  image_setsize();
  image_fit();
}

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
timpsod

Joined: 2009-11-29
Posts: 5
Posted: Mon, 2009-11-30 16:42

Hmm that didnt seem to work either?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Mon, 2009-11-30 16:51

I don't know then. Maybe it's taking too long to load your images, they are quite large for what's actually being displayed on the page.

Maybe try a different theme, here's a demo site of most themes for G2.
http://themes.gallery2.hu/
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here