cu-drag Posted May 12, 2013 Share Posted May 12, 2013 Salutare, Va rog sa ma ajutati cu o problema delicata la care nu am gasit raspuns pe forum si nu pot sa o rezolv singur deoarece nu cunosc prea multa programare. Am facut modificare la tema default 1.5.3.1 ca produsele sa fie afisate sub forma de grid, am facut testare pe localhost unde nu am vazut probleme iar in final am aplicat modificarea si la siteul www.cu-drag.ro dar aici am intampinat o problema si anume in unele categorii exista spatii libere intre produse, spatii cu suprafete ca si 3-4 produse si nu stiu de ce. Atasez si un printscreen pentru exemplificare. Dupa modificare am dat force compile, am dezactivat cache-ul dar tot degeaba. Modificarile la site le-am facut dupa urmatorul post: http://nemops.com/grid-display-prestashop-1-5/ Va rog sa ma ajutati. Multumesc anticipat pentru ajutor. Link to comment Share on other sites More sharing options...
cu-drag Posted May 14, 2013 Author Share Posted May 14, 2013 Salutare, Oare nu ma poate ajuta nimeni? Multumesc anticipat. Link to comment Share on other sites More sharing options...
valentin.g Posted May 15, 2013 Share Posted May 15, 2013 te descurci sa editezi fisierele css ? Link to comment Share on other sites More sharing options...
cudragro Posted May 15, 2013 Share Posted May 15, 2013 Din pacate nu ma descurc, sunt incepator, doar modificari mai mici. Ma poti ajuta? Link to comment Share on other sites More sharing options...
valentin.g Posted May 15, 2013 Share Posted May 15, 2013 care este pagina pe siteul tau unde apar spatiile goale ? Link to comment Share on other sites More sharing options...
cudragro Posted May 15, 2013 Share Posted May 15, 2013 Paginile cu spatii mari intre produse (ca in atasamentul din primul post) au rezolvat-o cei care i-mi fac SEO, ce nu au rezolvat este intervalul inegal intre produsele de pe prima pagina (produsele recomandate) si centrarea lor. Deasemenea am eroare la afisarea pozelor din categorii in browserul Internet Explorer. Link to comment Share on other sites More sharing options...
valentin.g Posted May 15, 2013 Share Posted May 15, 2013 pentru eroare de afisare in IE intra in tema ta si modifica fisierul product-list.tpl trebuie sa inlocuiesti partea de mai jos {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} cu {if isset($mediumSize)} width="{$mediumSize.width}" height="{$mediumSize.height}"{/if} Link to comment Share on other sites More sharing options...
valentin.g Posted May 15, 2013 Share Posted May 15, 2013 (edited) referitor la celalta problema trebuie sa editezi in tema la tine /modules/homefeatured/homefeatured.tpl daca apare acolo altfel pleci direct in radacina si modifica linia asta {assign var='nbItemsPerLine' value=4} cu value=5 nu uita apoi in perfomance sa pui force compile pana apar schimbarile apoi pui la loc Edited May 15, 2013 by valentin.g (see edit history) Link to comment Share on other sites More sharing options...
cudragro Posted May 15, 2013 Share Posted May 15, 2013 Multumesc, Abia dimineata reusesc sa fac modificarea, te tin la curent cu rezultatul ei. Pentru aranjarea in pagina a produselor recomandate nu ai o solutie? Link to comment Share on other sites More sharing options...
valentin.g Posted May 15, 2013 Share Posted May 15, 2013 ti-am raspuns mai sus Link to comment Share on other sites More sharing options...
cudragro Posted May 15, 2013 Share Posted May 15, 2013 Multumesc, nu am dat refresh paginii iar ultimul post nu l-am vazut. Link to comment Share on other sites More sharing options...
cu-drag Posted May 16, 2013 Author Share Posted May 16, 2013 Salutare Valentin, Aranjarea in pagina am rezolvat-o simplu prin modificarea sugerata de tine, a mers foarte bine. Partea cu eroarea in IE nu functioneaza desi am facut modificarile cerute. Foarte interesant ca imaginea apare cand se da click pe ea pentru afisare maxima. Am dat force compile dar nu sa intamplat nimic. Ai alta sugestie? Multumesc de ajutor. Link to comment Share on other sites More sharing options...
valentin.g Posted May 16, 2013 Share Posted May 16, 2013 (edited) incearca sa pui in loc de {if isset($mediumSize)} width="{$mediumSize.width}" height="{$mediumSize.height}"{/if} width="124" height="124" apoi iar Force compile ... Edited May 16, 2013 by valentin.g (see edit history) Link to comment Share on other sites More sharing options...
cu-drag Posted May 16, 2013 Author Share Posted May 16, 2013 Am reusit in categorii dar a ramas aceeasi problema de afisare in pagina produsului si la produse promotionale. Link to comment Share on other sites More sharing options...
cu-drag Posted May 16, 2013 Author Share Posted May 16, 2013 Prin analogie am gasit modificarea si pentru pagina produsului dar nu stiu unde trebuie facut pentru produsele promotionale. Ma poti ajuta? Multumesc Link to comment Share on other sites More sharing options...
cu-drag Posted May 16, 2013 Author Share Posted May 16, 2013 Inca o modificare pe care doresc sa o fac este sa mut putin mai jos cuvantul "Vizualizeaza" din pagina cu produse recomandate deoarece aproape ca se incaleca cu descrierea produsului. Ce solutii am in acest caz? Link to comment Share on other sites More sharing options...
valentin.g Posted May 20, 2013 Share Posted May 20, 2013 cauta in global.css #featured-products_block_center .product_desc si adauga si line-height:15px #featured-products_block_center .product_desc { height: 45px; line-height: 15px; } Link to comment Share on other sites More sharing options...
cu-drag Posted May 21, 2013 Author Share Posted May 21, 2013 Salut Valentin, am facut modificarea dar nu sa modificat nimic, in continuare nu se afiseaza pozele in IE la blocul Promotii. Oare am gresit undeva la modificare? Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 ai incercat sa setezi CCC = off la css ? in preferences / performance Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 nu ai modificat nici unde trebuia asta e fragmentul care trebuia cautat #featured-products_block_center .product_desc { height: 45px; } seteaza ccc la css pe normal si spune-mi cand este gata Link to comment Share on other sites More sharing options...
cu-drag Posted May 21, 2013 Author Share Posted May 21, 2013 varianta asta de cod nu am gasit-o in global css, de doua ori am cautat. Poti fi mai exact? Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 atunci cel mai probabil este aici: homefeatured.css care poate sa apara in tema ta la css\modules\homefeatured nu uita dupa ce ai modificat sa faci ccc = off la css verifici modifcarea si apoi poti pune la loc Link to comment Share on other sites More sharing options...
cu-drag Posted May 21, 2013 Author Share Posted May 21, 2013 Am reusit. Multumesc. Pentru problema cu vizualizarea in IE a promotiilor nu ai vre-o rezolvare? mai precis lipsa pozelor Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 cauta in tema ta modules\homefeatured\homefeatured.tpl si modifica la <img> proprietatile width = "124" height = "124" vezi cum ai facut si la categorii apoi nu uita de force compile Link to comment Share on other sites More sharing options...
cu-drag Posted May 21, 2013 Author Share Posted May 21, 2013 In cazul acesta nu functioneaza. Nu ar trebui modificat undeva la "prices-drop"? Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 da acum am vazut ca in dreapta era pb. trebuie sa modifici in tema ta modules/blockspecials/blockspecials.tpl si pui la width="58" si height="58" apoi iar Force compile Link to comment Share on other sites More sharing options...
cu-drag Posted May 21, 2013 Author Share Posted May 21, 2013 A functionat perfect. Multumesc. Poate ma mai inveti ceva: nu stiu cum sa inserez in footer un link catre protectia consumatorului. Poti sa i-mi explici sau sa-mi trimiti codul si sa-mi spui unde trebuie inserat? Linkul este acesta: http://www.anpc.gov.ro/ Link to comment Share on other sites More sharing options...
valentin.g Posted May 21, 2013 Share Posted May 21, 2013 poti incerca sa modifici unde a pus amicul tau semnatura: Design by CCC Link to comment Share on other sites More sharing options...
cu-drag Posted May 22, 2013 Author Share Posted May 22, 2013 Semnatura este pusa in BO/modules/CMS, iar acolo nu pot pune decat scris fara legatura link. Link to comment Share on other sites More sharing options...
valentin.g Posted May 22, 2013 Share Posted May 22, 2013 incearca in blockcms.tpl in tema la tine sau direct in modules sa adaugi inainte de linia power by <li class="item"><a target="_blank" href="http://anpc.ro"> ANPC</a></li> Link to comment Share on other sites More sharing options...
cu-drag Posted May 22, 2013 Author Share Posted May 22, 2013 Functioneaza. Multumesc Link to comment Share on other sites More sharing options...
cu-drag Posted May 24, 2013 Author Share Posted May 24, 2013 Si totusi nu am scapat de aceste probleme de afisare inca: - nu afiseaza pozele din subcategorii, ma refer la poza subcategoriei - nu se afiseaza pozele minimizate din pagina de produs, acolo unde sunt mai multe poze ale aceluiasi produs se vede doar poza activa, cele de sub ea nu se vad. Si ca sa fie completa treaba...cu Internet Explorer, la unele produse nu pot intra pe pagina, apare eroare 500. Poate fi de la modificarile facute pana acum, sau am alta problema? Pe Google Chrome nu am aceste probleme. 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