Post by SunehraTech » Tue Jul 31, 2012 6:08 am

Well, I have done putting it in my shop

check http://www.sunehratech.pk

IN FOOTER THERE IS OPTION
But i just want to ask please that if i can adjust it? means it is displaying below my Text Newsletter.. I just want to adjust it so it shows ON THE RIGHT to my Extras like Newsletter etc. please help thanks
Last edited by SunehraTech on Tue Jul 31, 2012 7:49 am, edited 1 time in total.

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by jimmyphong » Tue Jul 31, 2012 6:35 am

where you wanna put ?
ex: header , footer ....

News CMS || Plus SEO || Live Price change with Option Select


Active Member

Posts

Joined
Sat Aug 13, 2011 2:48 am


Post by SunehraTech » Tue Jul 31, 2012 6:54 am

Footer

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by SunehraTech » Tue Jul 31, 2012 7:49 am

Well, I have done putting it in my shop

check http://www.sunehratech.pk

IN FOOTER THERE IS OPTION
But i just want to ask please that if i can adjust it? means it is displaying below my Text Newsletter.. I just want to adjust it so it shows ON THE RIGHT to my Extras like Newsletter etc. please help thanks

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by SunehraTech » Wed Aug 01, 2012 7:20 am

anyoneeeeeeeeeeeeeee

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by jimmyphong » Wed Aug 01, 2012 11:30 pm

post you footer.tpl to here !!
im help you edit it !!

News CMS || Plus SEO || Live Price change with Option Select


Active Member

Posts

Joined
Sat Aug 13, 2011 2:48 am


Post by SunehraTech » Thu Aug 02, 2012 2:36 am

There you go

Code: Select all

<div id="footer">

  <div class="column">
    <h3><?php echo $text_information; ?></h3>
    <ul>
      <?php foreach ($informations as $information) { ?>
      <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
      <?php } ?>
    </ul>
  </div>
<div class="column">
    <h3><?php echo $text_service; ?></h3>
    <ul>
      <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
      <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_extra; ?></h3>
    <ul>
      <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
      <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
      <li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li>
    </ul>
    <div align="right"><iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FSunehraTech.PK&width=292&height=290&colorscheme=light&show_faces=true&border_color&stream=false&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:145px;" allowTransparency="true"></iframe></div>





  </div>
  <div class="column">
</div>
<div id="powered">

<div id="powered">
	 <div align="right"><font color="red"><b>A Project of <a href="http://www.sarwar.com.pk">Sarwar Group of Companies</a> & Designed by: <a href="http://www.sunehratech.pk">SunehraTech</a></div></b> </font>
	 

</div>


</div>
</body></html>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-33624159-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by jimmyphong » Thu Aug 02, 2012 3:19 am

try with my code !!

Code: Select all

<div id="footer">
  <?php if ($informations) { ?>
  <div class="column">
    <h3><?php echo $text_information; ?></h3>
    <ul>
      <?php foreach ($informations as $information) { ?>
      <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
      <?php } ?>
    </ul>
  </div>
  <?php } ?>
  <div class="column">
    <h3><?php echo $text_service; ?></h3>
    <ul>
      <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
      <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_extra; ?></h3>
    <ul>
      <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
      <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
      <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
      <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <div class="fb-like" data-href="http://www.sunehratech.pk/" data-send="true" data-width="25%" data-show-faces="true"></div>
	<div id="fb-root"></div>
	<script>(function(d, s, id) {
	  var js, fjs = d.getElementsByTagName(s)[0];
	  if (d.getElementById(id)) return;
	  js = d.createElement(s); js.id = id;
	  js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";
	  fjs.parentNode.insertBefore(js, fjs);
	}(document, 'script', 'facebook-jssdk'));</script>
  </div>
</div>

<div id="powered"><?php echo $powered; ?></div>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-33624159-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</div>
</body></html>

News CMS || Plus SEO || Live Price change with Option Select


Active Member

Posts

Joined
Sat Aug 13, 2011 2:48 am


Post by SunehraTech » Thu Aug 02, 2012 3:34 am

nopes... not working u can check my website.. also it's in spanish

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by jimmyphong » Thu Aug 02, 2012 4:52 am

agian , first code i miss this as you url ! :)

Code: Select all

<div id="footer">
  <?php if ($informations) { ?>
  <div class="column">
    <h3><?php echo $text_information; ?></h3>
    <ul>
      <?php foreach ($informations as $information) { ?>
      <li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
      <?php } ?>
    </ul>
  </div>
  <?php } ?>
  <div class="column">
    <h3><?php echo $text_service; ?></h3>
    <ul>
      <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
      <li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>
      <li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <h3><?php echo $text_extra; ?></h3>
    <ul>
      <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>
      <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li>
      <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
      <li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
    </ul>
  </div>
  <div class="column">
    <div class="fb-like-box" data-href="http://www.facebook.com/SunehraTech.PK" data-width="23%" data-show-faces="true" data-border-color="#fff" data-stream="false" data-header="false"></div>
  <div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
  </div>
</div>

<div id="powered"><?php echo $powered; ?></div>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-33624159-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</div>
</body></html>

News CMS || Plus SEO || Live Price change with Option Select


Active Member

Posts

Joined
Sat Aug 13, 2011 2:48 am


Post by SunehraTech » Thu Aug 02, 2012 6:52 pm

still not working dude check please my website

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am

Post by SunehraTech » Fri Aug 03, 2012 2:55 am

anyoneeeeeeeeee ? ?

New member

Posts

Joined
Sun Jun 24, 2012 1:19 am
Who is online

Users browsing this forum: Ahrefs [Bot] and 113 guests