splendidinternet / Magento2_German_LocalePack_de_DE

Deutsches Sprachpaket für Magento 2 Community Edition
Open Software License 3.0
86 stars 80 forks source link

graphic issue with widgets and buttons #21

Closed MYITWORKS closed 8 years ago

MYITWORKS commented 8 years ago

After installing there is a problem in the widget-area "what's new" of the sample-data-shop

as you see in the picture the text "Inkl. 7% MwSt., exkl. Versandkosten" cant be seen completely but is overlayed by the "zum warenkorb hinzufügen" button

german locale uberlagerung

I already cleard caches, restartet ubuntu server. stays the same.

kkrieger85 commented 8 years ago

@MYITWORKS Do you have n public URL to check this? I think this is more a css-issue than a translation issue.

niclashoyer commented 8 years ago

We did see the same problem, but it was after using magesetup2, which adds Inkl. xx MwSt., exkl. Versandkosten underneath the price, so it may be an issue with that.

MYITWORKS commented 8 years ago

Hi there,

Sorry, just a dev-system with no public URL.

But you are completely right. I added magesetup2 too.

I will create an issue @ firegento-magesetup2 #16

Here the code of both elements (just if you are curious):

<span class="tax-details">Inkl. 7% MwSt.<span class="tax-separator">, </span><span class="shipping-cost-details">exkl. <a href="http://192.168.10.134/lieferung">Versandkosten</a></span></span>

`

                                                                                                                        <div class="actions-secondary" data-role="add-to-links">
                                                                                                <a href="#" data-post="{&quot;action&quot;:&quot;http:\/\/192.168.10.134\/wishlist\/index\/add\/&quot;,&quot;data&quot;:{&quot;product&quot;:&quot;10&quot;,&quot;uenc&quot;:&quot;aHR0cDovLzE5Mi4xNjguMTAuMTM0Lw,,&quot;}}" class="action towishlist" data-action="add-to-wishlist" title="Zur Wunschliste hinzufügen">
                                                    <span>Zur Wunschliste hinzufügen</span>
                                                </a>
                                                                                                                                                                                                    <a href="#" class="action tocompare" data-post="{&quot;action&quot;:&quot;http:\/\/192.168.10.134\/catalog\/product_compare\/add\/&quot;,&quot;data&quot;:{&quot;product&quot;:&quot;10&quot;,&quot;uenc&quot;:&quot;aHR0cDovLzE5Mi4xNjguMTAuMTM0Lw,,&quot;}}" title="Zur Vergleichsliste hinzufügen">
                                                    <span>Zur Vergleichsliste hinzufügen</span>
                                                </a>
                                                                                        </div>
                                                                        </div>`
niclashoyer commented 8 years ago

great, so I'll close it then