Search…

X3 Photo Gallery Support Forums

Search…
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

Distance between images and header, color of links ...

01 Jun 2009, 09:19

Hi,
how to change distance between image thumbnails and top of page? And where set same color for heading and links?
Image
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Distance between images and header, color of links ...

01 Jun 2009, 17:49

xman wrote:Hi,
how to change distance between image thumbnails and top of page? And where set same color for heading and links?
1. Try going to admin -> settings -> thumbnails.thumbnails.margin ... The first value in the 4-value array represents the top margin. Keep in mind this is minimum margins and doesn ´t always represent the set margin you want, as it depends on screen dimensions. By default, thumbnails always align to the CENTER if margins are sufficient.

2. ALL text styles are set in your theme stylesheet CSS, including fonts and colors. Read more here:
viewtopic.php?t=4270
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

07 Jun 2009, 13:57

I have now problem in IE7
Image

link: http://projects.tvorba-web-stranok.eu/g ... /studenti/

Please help
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

07 Jun 2009, 18:14

Unfortunately, I am on mac without access to PC here. Perhaps someone else can check? In any case, this is experimental settings. I wouldn ´t count on them to get the job done. Not sure why there would be any difference between browsers though ...
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

08 Jun 2009, 03:48

This is HTML/CSS rendering problem. Might help if you wrap gallery in another div or wrap menu and gallery in table, like we do with admin bar (this will also resolve cropped thumbnails scroller at the bottom).
firedev.com
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

08 Jun 2009, 04:09

yes it was css problem, but i try add my own footer :
Code
....
<?php endif; ?>
			
			swfobject.embedSWF("<?php echo IV_PATH; ?>imagevue2.swf", "imagevue", "100%", "100%", "8.0.0", "<?php echo IV_PATH; ?>expressInstall.swf", flashVars, {allowScriptAccess: 'always', allowFullScreen: true, bgcolor: '#<?php echo $this->bkGrColor; ?>'}, {id: 'imagevue', name: 'imagevue'});
		// ]]>
		</script>
		<div class="footer">
		<p><a href="http://www.videostudiovenusa.sk">NavÅ¡tà­vte aj naÅ¡e VideoÅ¡tàºdio VenuÅ¡a - www.videostudiovenusa.sk</a></p>
		</div>	
		</div>
</body>
but then flash isnt loading :?:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Jun 2009, 07:01

I checked your link, but apparently you didn ´t keep the <div> tag footer you added. There is no reason it should not work, if added correctly ... perhaps add it and re-post your link?

One thing is for sure, it ´s not just straightforward adding html elements to the page. Imagevue was made to take up 100% of available stage, and if that is changed, some items may appear outside of the visible area, unless you change the width and height of the SWF embedded. Another way to og, is to use a table to control element layout.
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

08 Jun 2009, 07:20

 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Jun 2009, 13:56

You right it does not work, probably something to do with the CSS:
Code
.footer {width:980px;float:left;text-align:center;}
Perhaps better try to do a table layout?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Jun 2009, 09:44

Check Imagevue code it is just what you need.
firedev.com
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

09 Jun 2009, 18:11

Hmm i add table but content in table isnt showing:

http://projects.tvorba-web-stranok.eu/g ... nt/svadby/

I want divs no tables :(
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

09 Jun 2009, 19:30

xman wrote:I want divs no tables :(
We are not recommending using table just for fun. You need to pack ALL your content into a table, including the footer and the gallery. Why? Because then you can set the table to cover 100% of the browser height, and the rows will adapt within your table to cover the entire screen. You can ´t just add a bunch of div tags or a mix of tables and div tags and expect everything to pack within your EXACT browser height. How would that be possible?

Well, in fact you can, but then it will display a scrollbar to display added content vertically. Not very elegant to put it mildy.
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

10 Jun 2009, 03:18

Ok, its all in tables now, but header and footer isnt showing.
Code
<table border="0" width="980px">
		<tr>
		<td><a class="logoG" href="/" title="Homepage">Homepage</a></td>
		<td><div class="header-menu">
			<ul>
				<li><a href="/gallery/?p=gallery#/content/O mne/">&raquo; o mne</a></li>
				<li><a href="/">&raquo; galeria</a></li>
				<li><a href="/gallery/?p=gallery#/content/zcontact/">&raquo; kontakt</a></li>
			</ul>
		</div></td>
		</tr>
		
		<div id="imagevue">
			<div id="na">
				<h1>Oops! - Tà¡to strà¡nka vyžaduje javascript -</h1><br />
				Prosà­m zapnite si podporu javascriptu vo vaÅ¡om prehliadaÄÂ
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

10 Jun 2009, 04:00

Well, first of all ... You have set your TOP link to a class:
Code
.logoG {
	background:url(img/logoG.png) no-repeat;
	width:150px;
	height:76px;
	display:block;
	float:left;
	text-indent:-9999px;
	behavior: url("iepngfix.htc");
}
I think this is the reason why the top link isn ´t displaying. Perhaps if you just put it as a normal link? You know, SWF doesn ´t work well with floating layers, because it likes to place itself ABOVE all layers.

I guess similar issues with your footer, but this could also be related to the SWF set at 100% height, so footer is perhaps hidden below(unless its already hidden by CSS float values).

Why all the CSS? You should be trying to do this in its basic way with header, SWF, then footer in order vertically. You can slap floating layers above the SWF. Also, why not use the base table template from the demo: www.photo.gallery/soda/ - It already contains a table that works with layout that contains other items.
 
xman
Topic Author
Posts: 11
Joined: 24 May 2009, 15:09

10 Jun 2009, 15:25

Where can i get the soda template? I need exactly that distance between thumbnails controls and bottom of page, in default template is controls totally on bottom of page.