Jump to content

fabnay

Members
  • Posts

    22
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by fabnay

  1. Message sent. No no it is ok. I was not sure if it was normal.
  2. Done but same result. I have check the plugin with firebug and what is strange is in UK version i have this : <div class="ipsGrid_span6 ipsResponsive_hidePhone"> <div class="ipsPos_center ipsType_center" }"="" data-ipstooltip-label="27% of donation goal reached." data-ipstooltip="" style=""> <span class="ipsAttachment_progress"> <span style="width: 27.777777777778%"></span> </span> <br> <span class="ipsType_light ipsType_small ipsResponsive_hidePhone">27% of donation goal reached.</span> </div> </div> The style is like that : element.style { width: 27.7778%; } .ipsAttachment_progress > span { background: #151515 none repeat scroll 0 0; border-radius: 10px; display: block; height: 10px; width: 0; } *, .ipsApp input[type="search"] { box-sizing: border-box; } And with FR version have this : <div class="ipsGrid_span6 ipsResponsive_hidePhone"> <div class="ipsPos_center ipsType_center" }"="" data-ipstooltip-label="27% of donation goal reached." data-ipstooltip="" style=""> <span class="ipsAttachment_progress"> <br> <span class="ipsType_light ipsType_small ipsResponsive_hidePhone">27% of donation goal reached.</span> </div> </div> The line "<span style="width: 27.777777777778%"></span>" doesn't appear. Style is like that : .ipsAttachment_progress { background: #fff none repeat scroll 0 0; border: 1px solid #dedede; border-radius: 10px; display: inline-block; height: 12px; width: 150px; } *, .ipsApp input[type="search"] { box-sizing: border-box; } I have made screenshots : (i guess they will help) Notice : it is the same thing if i m using default or custom theme. Other point, i don't know if it is normal or not but the progress bar is not displayed if i check the website on my phone. I never paid attention if it was there before or not. BR.
  3. Hi, I have got an issue when i use custom language (FR) the donation bar is "white" but if i use English (default) language the bar is dark. That is strange ! Did you meet the same error ? How can i resolve it ? FR UK BR.
×
×
  • Create New...