Furst Posted April 23, 2016 Share Posted April 23, 2016 (edited) Hallo I am looking for a way to add a Picture with a link to be beside the cart in the top. Is it possible to do so? http://selyset.dk It is the review widget I would like beside the cart. I hope someone can help. thank you Best regards Nicolaj Edited April 23, 2016 by Furst (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted April 23, 2016 Share Posted April 23, 2016 I guess you will need to create a module so that you can hook the widget into that area. or you may consider to use jquery to insert widget (elements) after search block with id of search_block_top $( "<div>..widget....</div>" ).insertAfter("#search_block_top"); Link to comment Share on other sites More sharing options...
riras Posted April 23, 2016 Share Posted April 23, 2016 I guess he can use the "html box module" or the "contentbox module" insert the widget code and hook it there. Link to comment Share on other sites More sharing options...
Furst Posted April 25, 2016 Author Share Posted April 25, 2016 In witch fil can I do this? Link to comment Share on other sites More sharing options...
shokinro Posted April 25, 2016 Share Posted April 25, 2016 you can try to add following code to /themes/YourTheme/header.tpl, before closing tag </head> $('document').ready(function() { $( "<div>..widget....</div>" ).insertAfter("#search_block_top"); }); Link to comment Share on other sites More sharing options...
Furst Posted May 2, 2016 Author Share Posted May 2, 2016 None of this Works. Anybody know how? Link to comment Share on other sites More sharing options...
shokinro Posted May 3, 2016 Share Posted May 3, 2016 I do not know why it does not work. if you do that correctly, it should work. there is no reason it does not work. Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2016 Share Posted May 3, 2016 i tried to reach your website to inspect it but all i saw was internal server error 500 Link to comment Share on other sites More sharing options...
shokinro Posted May 3, 2016 Share Posted May 3, 2016 the site is working fine at this moment. but the design seems a little bit different now. Link to comment Share on other sites More sharing options...
Furst Posted May 3, 2016 Author Share Posted May 3, 2016 It should be up and running Again. Server breakdown sorry. 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