Page 1 of 1

Icons in textpages problem

Posted: 14 Mar 2010, 04:13
by mananetwork
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

Posted: 14 Mar 2010, 10:05
by SofTones
try again putting the <a hrefxxxxxxxxxx"target="_blank"> at the end of the line... put the "image" code FIRST

Posted: 16 Mar 2010, 03:18
by Nick
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.

Re: Icons in textpages problem

Posted: 16 Mar 2010, 05:06
by mjau-mjau
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.

Re: Icons in textpages problem

Posted: 18 Mar 2010, 19:38
by mananetwork
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!

Posted: 19 Mar 2010, 21:22
by mananetwork
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?

Posted: 20 Mar 2010, 01:26
by Nick
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>