VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: gia on March 12, 2015, 01:38:36 AM

Title: short description & background error & french translation
Post by: gia on March 12, 2015, 01:38:36 AM
i have 2 problems with the new version of 3.0.6 virtuemart and joomla 3.3.6

on front panel  the short description why i can see the short description on the left and top background i would like to remove it

and i try to pu the virteumart in french but i have many error on more place but i translate on the gb language in french on the first page the trnalation is ok but when i click on the product on the right side the translation don't work i change the word in components/com_virtuemart/language/en-GB/en-GB.com_virtuemart.ini

Is it that there is another place where you must also change ???

(//)
Title: Re: short description & background error & french translation
Post by: gia on March 12, 2015, 01:53:57 AM
for the french translation it s ok i fond the problem now only the short description problem where i can remove on the backgound the short description product ???
Title: Re: short description & background error & french translation
Post by: Studio 42 on March 16, 2015, 13:52:18 PM
Bonjour Gia,
Il faut charger le pack de langue francais.
http://www.virtuemart.net/community/translations/virtuemart/fr-FR
cliquez sur donwload now vers le bas de la page.

Pour le short desc en haut à droite, cela doit venir du template utilisé.

Cordialement,
studio 42
Title: Re: short description & background error & french translation
Post by: GJC Web Design on March 16, 2015, 22:06:21 PM
without a live url unlikely any one can help..
Title: Re: short description & background error & french translation
Post by: gia on June 11, 2015, 14:35:32 PM
voici l url d un produit j ai toujours le meme probleme pour l affichage du prix en haut

http://www.lumidecor.lighting/index.php/boutique/ll22009og-detail
Title: Re: short description & background error & french translation
Post by: Studio 42 on June 11, 2015, 16:03:44 PM
Hi,
i don't have only the price but :
Prix de Liquidation $249.75

Suspension style contemporain à 5 bulbes

    COULEUR: Bronze
    LARGEUR: "
    HAUTEUR: "
    AMPOULE: INCANDESCENTE
    WATTAGE: 5X60WM

" />
>>
-
+
A


in firebug,
This mean you have certainly an error or echo directly a value in a file.
Or this is your changes or this comes from templates yag_flexible_etheme
template file are here : /templates/yag_flexible_etemplate/themes/yag_flexible_etheme/ if your template don't use a plugin
Try to see with the template author if you have not change some files.

Salutations,
Patrick
Title: Re: short description & background error & french translation
Post by: Studio 42 on June 11, 2015, 16:13:49 PM
I looked more deeper. the code is what is set in the google meta property="og:description", but this is is not correctly closed or some html tag are missing
Check the code you added for this
Title: Re: short description & background error & french translation
Post by: gia on June 12, 2015, 13:24:39 PM
this is the code and is samething for all product :

<p class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><center><span style="font-size: 34.0pt; color:black; line-height: 107%;">Prix de Liquidation $249.75</span></center></b></p>
<h2><strong>Suspension  style contemporain à 5 bulbes</strong></h2>


<ul>
<li>COULEUR: Bronze </li>
<li>LARGEUR: "</li>
<li>HAUTEUR:  "</li>
<li>AMPOULE: INCANDESCENTE</li>
<li>WATTAGE: 5X60WM</li>
</ul>
Title: Re: short description & background error & french translation
Post by: gia on June 12, 2015, 13:34:13 PM
I also try without any code I have the same problem, as soon as I write something in the short description, I have this problem
Title: Re: short description & background error & french translation
Post by: Studio 42 on June 12, 2015, 14:04:55 PM
Try to disable the plugin adding the  meta property="og:description".
Title: Re: short description & background error & french translation
Post by: gia on June 12, 2015, 16:17:41 PM
where is this plugin because i search in the plugin i dont see or is the name is not good ???
Title: Re: short description & background error & french translation
Post by: Studio 42 on June 12, 2015, 17:47:24 PM
hi,
YOu have this in your html :
<meta property="og:image" content="http://www.lumidecor.lighting/http://www.lumidecor.lighting/images/stories/virtuemart/product/resized/AC8506BK_200x200.jpg" />
  <meta property="og:description" content="<p class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style="font-size: 34.0pt;  line-height:100%;">PRIX $-.00</span></center></b></p>
<h2><strong>PLAFONNIER EXTÉRIEUR</strong></h2>
<h3><strong>NOIR</strong></h3>


<ul>
<li>LARGEUR: XX"</li>
<li>HAUTEUR: XX''</li>
<li>AMPOULE: XX</li>
</ul>
" />

meta property="og:description" content=" and after your html code
This break your display because the content is html
Or you use a plugin, have set it yourself, or this is in the template.
search for > og:description in you files to find where you have the problem. I cannot made it for you.

I think it's the template, if you have not add your own code because you said you have no plugin for that.

Greets,
patrick