aga63 Posted May 13, 2010 Share Posted May 13, 2010 A SSL has been installed onto the server. How do I make the block appear on the bottom of my website?I have checked around but could not find anything on it. please help me out. Link to comment Share on other sites More sharing options...
rocky Posted May 14, 2010 Share Posted May 14, 2010 The only thing you need to do is go to the Preferences tab and change "Enable SSL" to "Yes" to get SSL working. You can edit the payment images in your theme's img directory or edit modules/blockpaymentlogo/blockpaymentlogo.tpl to add an SSL image to the payment logo block. You could also edit modules/blockvariouslinks/blockvariouslinks.tpl and add the image there if you want it in the footer. Link to comment Share on other sites More sharing options...
aga63 Posted June 18, 2010 Author Share Posted June 18, 2010 Hi Thanks for the reply. I am trying to edit the blockvariouslinks.tpl but I am having difficultyI need to add this Google snippet but when i do the image does not appear and when you click on it the user is not directed to another pageCan you send me a sample code, so i can get an idea of how to do it? [removed][removed]ThanksAli Link to comment Share on other sites More sharing options...
rocky Posted June 18, 2010 Share Posted June 18, 2010 You'll need to change blockvariouslinks.tpl into a instead of a if you need to put a in the footer. For example: <!-- MODULE Block various links --> {l s='Specials' mod='blockvariouslinks'} {l s='New products' mod='blockvariouslinks'} {l s='Top sellers' mod='blockvariouslinks'} {l s='Contact us' mod='blockvariouslinks'} {foreach from=$cmslinks item=cmslink} {$cmslink.meta_title|escape:'htmlall':'UTF-8'} {/foreach} {l s='Powered by' mod='blockvariouslinks'} PrestaShop™ <!-- /MODULE Block various links --> Then change the following line in the /* Footer */ section of global.css: #footer .block_various_links { list-style: none } to: #footer .block_various_links ul { list-style: none } Link to comment Share on other sites More sharing options...
aga63 Posted June 21, 2010 Author Share Posted June 21, 2010 Sorry where do i find that last bit of global etc? which file? where/ Link to comment Share on other sites More sharing options...
rocky Posted June 21, 2010 Share Posted June 21, 2010 In the default PrestaShop v1.3.1 theme, it is on line 817. Link to comment Share on other sites More sharing options...
aga63 Posted June 22, 2010 Author Share Posted June 22, 2010 Sorry I have done everything added the snippet code which is in html at the bottom just like your example and changed the global .css but there is no difference.Maybe i inputted the code wrong into blok various links.tplI have sent you a private message of the coding. Please have a look at it.Thank you Link to comment Share on other sites More sharing options...
mambaular Posted February 21, 2011 Share Posted February 21, 2011 dear rocky, the ssl is installed in my server and i have enabled ssl from back office which works well. but there is some link is not secure, not accessed from https. how could this happen? how to make them secure? please help. thank you very much rocky Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now