Search…

X3 Photo Gallery Support Forums

Search…
 
mananetwork
Experienced
Topic Author
Posts: 32
Joined: 22 Sep 2008, 19:41

Icons in textpages problem

14 Mar 2010, 04:13

I hope this image helps with getting this fixed.

Image one and two shows exactly what it looks like in the editor and 3rd image is what the final output looks like.

Why do all the icons have a break after each one??

Image

Thank you
 
User avatar
SofTones
Experienced
Posts: 146
Joined: 19 Dec 2009, 08:46

14 Mar 2010, 10:05

try again putting the <a hrefxxxxxxxxxx"target="_blank"> at the end of the line... put the "image" code FIRST
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

16 Mar 2010, 03:18

Sorry SofTones, I believe this is flash specific, not sure if it can be cured in flash textfield.

But as an alternative approach you can add those icons in footer below your gallery, just open index.gallery.phtml and add another <TR> to the table you'll see there.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

Re: Icons in textpages problem

16 Mar 2010, 05:06

mananetwork wrote:I hope this image helps with getting this fixed.

Image one and two shows exactly what it looks like in the editor and 3rd image is what the final output looks like.

Why do all the icons have a break after each one??
Unfortunately, this is just the way flash text-fields work(not very well). I just experimented with it myself and tried to tweak it somehow, but it just refuses to display images side by side.

The only solution I can think of for this:
# Make a Flash/SWF, import your icons and position them horizontally as you like. Then make the icons into buttons pointing to their respective sites. Export as SWF. You can then add the SWF to your contact page for example: <img src="icons.swf" width="300" height="50">.

Sorry about this, but since we can't do anything about how text-fields in flash work.
 
mananetwork
Experienced
Topic Author
Posts: 32
Joined: 22 Sep 2008, 19:41

Re: Icons in textpages problem

18 Mar 2010, 19:38

pain wrote:Sorry SofTones, I believe this is flash specific, not sure if it can be cured in flash textfield.

But as an alternative approach you can add those icons in footer below your gallery, just open index.gallery.phtml and add another <TR> to the table you'll see there.
mjau-mjau wrote:
mananetwork wrote:I hope this image helps with getting this fixed.

Image one and two shows exactly what it looks like in the editor and 3rd image is what the final output looks like.

Why do all the icons have a break after each one??
Unfortunately, this is just the way flash text-fields work(not very well). I just experimented with it myself and tried to tweak it somehow, but it just refuses to display images side by side.

The only solution I can think of for this:
# Make a Flash/SWF, import your icons and position them horizontally as you like. Then make the icons into buttons pointing to their respective sites. Export as SWF. You can then add the SWF to your contact page for example: <img src="icons.swf" width="300" height="50">.

Sorry about this, but since we can't do anything about how text-fields in flash work.
Both great ideas!! thanks guys!
 
mananetwork
Experienced
Topic Author
Posts: 32
Joined: 22 Sep 2008, 19:41

19 Mar 2010, 21:22

pain wrote:Sorry SofTones, I believe this is flash specific, not sure if it can be cured in flash textfield.

But as an alternative approach you can add those icons in footer below your gallery, just open index.gallery.phtml and add another <TR> to the table you'll see there.
I'm not really good at this code stuff, where do I put it?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

20 Mar 2010, 01:26

This is wrong file, you should edit index.gallery.phtml
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>
</td>
</tr>
<tr>
<td>
Add your stuff here
</td>
</tr>

</table>
<?php echo $counters; ?>
</body>
</html>
firedev.com