Elxis CMS Forum

Extensions => Templates => Topic started by: sotris99 on January 26, 2007, 14:26:15

Title: Two questions! i think that it is a template object...
Post by: sotris99 on January 26, 2007, 14:26:15
i have one problem concerning the homepage of my site. the url is http://www.sotris99.com What can i do. i used to have phpnuke installed and all the news were the one below the other. I want to to the same here but i don't know.

The other is that i want the template to fill the screen horizontally and to put one google ad on the banner.
Title: Re: Two questions! i think that it is a template object...
Post by: datahell on January 26, 2007, 14:46:43
Videos are not resisable. So you must not display two videos in the same line. Edit the menu item that leads to frontpage and select only one item per line or make it blog style.

You can also use the Elxis FLV button to insert your flash videos from YouTube.
Title: Re: Two questions! i think that it is a template object...
Post by: sotris99 on January 26, 2007, 15:18:53
which menu item is that i cant find it...
Title: Re: Two questions! i think that it is a template object...
Post by: eliasan on January 26, 2007, 15:22:58
To edit the articles layout of the front page please follow these instructions:

Menu -> mainmenu

Click on "Home"

From "Parameters" (right column), modify the following parameters:
# Leading (number of leading articles)
# Intro (number of Intro articles)
Columns (set it to 1)
Title: Re: Two questions! i think that it is a template object...
Post by: sotris99 on January 26, 2007, 15:36:00
thank youuuuuuuuuuuuuuuuuu!

the other prob... i added one banner (i have to do that because i am using a free server). In ie 6 appears correctly. in mozille firefox not. what can i do

Code: [Select]
<!-- start pathway line -->
<div class="pathway">
<table width="100%" height="65" border="0" cellspacing="0">
  <tr>
    <td height="65" background="blank.gif" valign="top"><?php mosPathWay(); ?></td>
    <td height="65"><div align="right">
      <script type="text/javascript"><!--
google_ad_client = "pub-5054538477343530";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="7582049681";
google_color_border = "ffffff";
google_color_bg = "b50016";
google_color_link = "FFFFFF";
google_color_url = "FFFFFF";
google_color_text = "FFFFFF";
//--></script>
                  <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                </script>
      </div></td>
  </tr>
</table>
</div>
<!-- end pathway line -->

i used the above code but nothing... any ideas?
Title: Re: Two questions! i think that it is a template object...
Post by: sotris99 on January 26, 2007, 17:41:03
i fixed the width!
when i came home (i have xp at the office i have 2000)

i cannot see the ad!

how can i make it visible

Code: [Select]
<script type="text/javascript"><!--
google_ad_client = "pub-5054538477343530";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel ="7582049681";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Title: Re: Two questions! i think that it is a template object...
Post by: eliasan on January 26, 2007, 21:46:51
I can't follow your script but, my suggestion is to add a 65px high, blank image in order to set the table cell height.

That way, the table cell won't collapse on FireFox, and the adds will be visible.
Title: Re: Two questions! i think that it is a template object...
Post by: sotris99 on January 26, 2007, 23:15:02
i tried that with no success :-(
Title: Re: Two questions! i think that it is a template object...
Post by: sotris99 on January 27, 2007, 11:52:08
i put the ad in the right column... it's not very pretty, but works for me. i am trying to find a solution to put it as a banner in the top.

please try to the next version to have an option for a wider pathway bar and the option to put a bar in there not only at the botton (i used that also).

elxis rocks!

please consider this topic closed so you can lock it...