Jump to content

[solved] Can you help me with Footer


Recommended Posts

I have been trying to make my footer more clean and authentic, I have done some changes but I wanted to one change which I have found from other website footer, I have attached the file please see the highlighted part and let me know if this changes can be done in Prestashop

 

A big thanks in advance!! :)

post-382587-0-01670100-1370227852_thumb.png

Link to comment
Share on other sites

Yeah but still havent figured out the line which i need at the top of footer, please see the pic i have attached and also is their any way to have same hieght of background which is highlighted..

Link to comment
Share on other sites

I have managed to do the same height of highlighted footer part but still got one thing left which is the Line between footer and above it.. which is separating the footer from above !!

Link to comment
Share on other sites

okay, now everything is clear for me :)

First problem: Follow yaniv14 suggestion, in some cases you have to use !important modifier:

#footer { padding-top:20px!important; border-top:1px solid #000!important}

 

Second problem: it is okay now?

GIImgHX.png

Link to comment
Share on other sites

hello Vekia, pouvez vous me dire exactement où mettre mon Netlink dans le Footer ?

merci par avance :)

 

hello

please explain what you exactly expect... and i suggest to create new thread (in english language :P )

Link to comment
Share on other sites

hello, I have already created a thread but nobody answer ! :) I know I have to go in the Footer to add my Netlink but where exactly ?

please be cool et answer :)

 

i checked your profile, no english thread about that... im convinced that if you create it in english you will get an answer. What is Netlink?

Link to comment
Share on other sites

Thanks Yaniv and Vekia :) ,

 

You guys are awesome , my this problem is solved but i am working on footer part to make much better so i'll be doing R&D in other's website and will ask more questions..

 

Hope to seek more help in regards to footer... :) :)

Link to comment
Share on other sites

Hey,

 

I have got one more problem for you, Please see the attached image in which you can see the Icon of facebook, twitter and RSS are not clear i mean if you can see properly their pixels is somewhat not in good shape... It should be proper rounded.. :unsure:

 

I am really sorry if I am keep bugging you with my query :(

post-382587-0-57519300-1370393398_thumb.png

Link to comment
Share on other sites

it's because those icons were created for the black background (as you probably know - by default, footer has got dark background)

what to do? You can change icons (just upload own icons to: modules/blocksocial/img/sprite_pict_social_block.png)

 

you can also use external social networks module, for exaple this: free social network links

Link to comment
Share on other sites

it's easy to achieve. just move the module to the place, where you've got blocksocial module

 

i think that also little modifiicaiton of the css styles will be necessary (tpl also) but its really easy to achieve

Link to comment
Share on other sites

Vekia,

 

I am not as good as you think :P I can do only tricks with CSS using help of Firebug so can you please be specific like where to add and what to add etc etc and trust me i will not ask anymore questions... This thread will be solved then.. :D

Link to comment
Share on other sites

I did moved the module from Back office but look it all messed up.. I have no idea what to do.. it looks like i have to undo everything because this thing getting ugly and beyond my control .. :(

Link to comment
Share on other sites

I did disabled the social module block..what's next step... :) we have to drag contact us to left and I need Same follow up block format like Follow up at top and then facebook Symbol of your's and then written facebook as it was earlier then twitter symbol then written twitter in vertical line as it was earlier :) thanks for your help.. :)

Link to comment
Share on other sites

now open the social links module .tpl (views/front/column.tpl) file and change the:

 

<ul id="social" class="isocial">

 

to:

 

<ul id="social_block" class="isocial">

 

 

 

next, open the css file:

socialnetworklinks/css/socialnetworklinks.css

 

change each #social to #social_block

 

 

and add clear:both; to the:

 

#social_block li

Link to comment
Share on other sites

in module css file create style:

 

.simplelink {

background: none!important;

color: #000!important;

display: inline-block;

width: 100px!important;

font-size: 12px;

height: 24px!important;

text-indent: 1px!important;

margin-top: 5px;

}

 

in module tpl file use this:

{if $var->snl_facebook==1}<li><a href="{$var->snl_facebook_url}" class="facebook" target="blank"></a><a class="simplelink" href="http://www.facebook.com/rationwale">Facebook</a></li>{/if}

 

instead the simple:

{if $var->snl_facebook==1}<li><a href="{$var->snl_facebook_url}" class="facebook" target="blank"></a></li>{/if}

 

 

do the same for twitter (change url to your twitter)

Link to comment
Share on other sites

i changed css code a bit, try with this:

 

.simplelink {
background: none!important;
color: #000!important;
display: inline-block;
width: 100px!important;
font-size: 12px;
height: 24px!important;
text-indent: 1px!important;
margin-top: 5px;
}

Link to comment
Share on other sites

Vekia,

 

It did work but it isn't align like other footer columns are, i have attached the file for your review and thanks for help, you have been a great help ,it couldn't be possible if you weren't there at first place ...

post-382587-0-62596200-1370812757_thumb.png

Link to comment
Share on other sites

you can also move the "Facebook" to the middle:

 

6gZxH7y.png

 

just to the href with facebook link add:

 

style="margiin-top:5px;";

 

 

what you think about additional animation (like you hover on icon) after hover on the "Facebook" ?

Link to comment
Share on other sites

to be honest that animation effect drag me to change everything ... :) I loved it at first sight that's why I was keen to make it happen ... But I am clueless like what type of animation can be made out of text"Facebook"... If you do have any solid animation idea then share it .. i will try ASAP.

Link to comment
Share on other sites

×
×
  • Create New...