lanterneled Posted July 15, 2013 Share Posted July 15, 2013 (edited) Buna ziua, In urma unei sesizari a unui client am observat ca blocul cosului de cumparaturi apare ca imagine dar nu se mai poate da click pe el pentru a accesa cosul. Are doar o portiune mica..2-3 pixeli unde se poate da click pentru a merge la cos. Imi puteti spune va rog unde configurez dimensiunea ariei in care se poate da click pentru a merge catre cos? Problema se intampla doar atunci cand utilizatorul este logat in cont. Cand un client se logheaza, in spatiul dintre marginea de sus si cos sunt scrise mai multe informatii decat atunci cand nu este logat si deci blocul autentificare ocupa mai mult spatiu iar cand cineva se logheaza decaleaza cumva spatiul cosuli. Pentru a va putea loga si observa problema puteti folosi userul: [email protected] parola:123456 site-ul este www.elanterna.ro Multumesc anticipat. Edited July 15, 2013 by lanterneled (see edit history) Link to comment Share on other sites More sharing options...
MysysRo Posted July 15, 2013 Share Posted July 15, 2013 Salut, Cel mai rapid modifica in css: #header_user_info { color: #A52A2A; position: absolute; right: 0; top: -25px; } -------------------------------------- #header_user_info { color: #A52A2A; position: absolute; right: 0; top: -17px; width: 225px; } Link to comment Share on other sites More sharing options...
lanterneled Posted July 16, 2013 Author Share Posted July 16, 2013 (edited) nu merge. Aceeasi problema persista. am modificat in blockuserinfo.css si degeaba Edited July 16, 2013 by lanterneled (see edit history) Link to comment Share on other sites More sharing options...
DarkLucas Posted July 16, 2013 Share Posted July 16, 2013 (edited) nu merge. Aceeasi problema persista. am modificat in blockuserinfo.css si degeaba Linia aceasta ai incercat s-o modifici? element.style { border-radius: 3px 3px 3px 3px; Cred ca de acolo e eroarea ta, e setat acolo totul la 3px. Edited July 16, 2013 by DarkLucas (see edit history) Link to comment Share on other sites More sharing options...
costi43 Posted July 16, 2013 Share Posted July 16, 2013 vezi sa nu fie din ordinea modulelor Link to comment Share on other sites More sharing options...
valentin.g Posted July 16, 2013 Share Posted July 16, 2013 (edited) incearca si codul de mai jos: #header_user_info { color: #A52A2A; position: absolute; right: 0; top: -25px; width: 300px; text-align: right; } Edited July 16, 2013 by valentin.g (see edit history) Link to comment Share on other sites More sharing options...
lanterneled Posted July 16, 2013 Author Share Posted July 16, 2013 Multumesc Valentin G. codul a functionat pentru toate paginile mai putin pentru homepage. Pentru home page aceeasi problema. Macar merge pentru paginaproduselor si categoriilor. Multumesc incao data. Link to comment Share on other sites More sharing options...
lanterneled Posted July 16, 2013 Author Share Posted July 16, 2013 COsti43 am verificat si ordinea modulelor dar nu mi-a iesit nimic. Link to comment Share on other sites More sharing options...
valentin.g Posted July 16, 2013 Share Posted July 16, 2013 preferinte - performance setaza ccc la css si js = NO cache = no apoi anunta aici sa ma uit iar Link to comment Share on other sites More sharing options...
MysysRo Posted July 16, 2013 Share Posted July 16, 2013 (edited) o solutie rapida, modifica in /themes/nume_tema_activa/blockcart/blockcart.tpl localizeaza blocul de mai jos (in mod normal e la linia 35 ) si adauga partea marcata cu albastru <script type="text/javascript"> var customizationIdMessage = '{l s='Customization #' mod='blockcart' js=1}'; var removingLinkText = '{l s='Please remove this product from my cart.' mod='blockcart' js=1}'; var freeShippingTranslation = '{l s='Free shipping!' mod='blockcart' js=1}'; var freeProductTranslation = '{l s='Free!' mod='blockcart' js=1}'; var delete_txt = '{l s='Delete' mod='blockcart' js=1}'; $(document).ready(function(){ $('#shopping_cart').click(function(){ window.open('{$link->getPageLink("$order_process", true)}'); }); }) </script> Sper sa te ajute Edited July 16, 2013 by MysysRo (see edit history) 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