Jump to content

Have a free minute ? Test my website :)


Presta4All

Recommended Posts

Hello to the community!!!

 

www.steviacity.co.uk

 

I just finished a new website ( my second actually) so if you have few seconds, please test my website to check if it is working properly.

.

Prestashop version 1.5.4.1

Theme: Perfectum ThemeForest

Hosting : LWS France

 

By the way if you have one more minute please leave a comment or suggestion to improve the website. Any comment will be highly appreciated

 

www.steviacity.co.uk

 

Many Thanks

Edited by 98dianast (see edit history)
Link to comment
Share on other sites

Hi!!

Thanks for the quick answer.

 

1-About the slider it is a module included with the Theme. It'a all responsive and you can put anything in it.

 

2- About the spaces I am just opening the FB and Twitter accounts.

The FB modules shows on my computer, I will check this

Link to comment
Share on other sites

So I found a solution to put the twitter stream into the footer.tpl

"Every little helps"

In your theme folder, in footer.tpl just add :

 

<a class="twitter-timeline" width="224" height="330" href="https://twitter.com/YourTwitterID" data-widget-id="YOUR-TWITTER-ID">Tweets by @TWITTERID</a>

{literal} <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);[spam-filter](document,"script","twitter-wjs");</script>{/literal}

 

Change the Twitter ID and size. Easy...??

 

About Facebook, I am still trying to find a solution. The module I got doesn't work on IE.

Link to comment
Share on other sites

I found a much easier solution to add Facebook widget ( page feed in this case)as well.

You just need to add this code to footer.tpl

 

<a class="fb-like-box" data-href="https://www.facebook.com/FACEBOOKID" data-width="244" data-height="330" data-show-faces="true" data-stream="true" data-show-border="true" data-header="false"></a>

{literal}

<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/fr_FR/all.js#xfbml=1";

fjs.parentNode.insertBefore(js, fjs);

}(document, 'script', 'facebook-jssdk'));</script>

{/literal}

 

Check this Facebook link to add buttons, comments, share, feed...

I should call this Topic "How to add Facebook and Twitter in footer.tpl" :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...