Digital experiences for all disciplines
Forum Replies Created
-
-
Ok, I added this to my child theme, but nothing has changed:
function sf_text_strings( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Subscribe’ :
$translated_text = __( ‘Sende mir die besten Deals per Email’, $domain ); // change me
break;
}
return $translated_text;
}
add_filter( ‘gettext’, ‘sf_text_strings’, 20, 3 );I think this is not the right code, because nothing has changed. And why is ‘Checkout’ inside the code?
Alright, thanks for the quick answer!
Thanks Kyle, so far it looks good.
But I have recognized on the same site on my iPhone 5s that I have again the issue, that my H1 text is out of display (see screenshot)
Attachments:
You must be logged in to view attached files.Hi Kyle,
thanks for the code, but the result is not always perfect, as you can see on the screenshot.
Attachments:
You must be logged in to view attached files.Hi Kyle, thanks for the code. No it looks perfect again.
Is the code now update proof?
Ah, ok. That makes sense. The problem is now solved.
Thanks, Ed!
Yes, the products are in stock and the catalog mode is disabled.
The “Add to cart” is activated in the backend, but not visible in frontend as long as the “Show stock status” is disabled.
Attachments:
You must be logged in to view attached files.Hi Ed,
I have the version 3.6.2 installed, but the button is still not there (see screenshot).
I have tested the site with a cleared cache.
Attachments:
You must be logged in to view attached files.Is the issue fixed the current update? Or will you fix this in an upcoming update?
Hi Rui,
I made your recommended test (see image attached) and in my opinion there is a little difference between the roboto condensed 400 font on my website and the one shown in google fonts. But if there is no solution for that issue I accept that.
Attachments:
You must be logged in to view attached files.As you can see on the attached image the font looks normal on a small desktop (right screenshot), but differently on my iPhone (left screenshot).
Attachments:
You must be logged in to view attached files.Ah, great, thanks Mohammad!
Thanks Mohammad, the code has done his job!
And what can I do to delete the youtube icon from my top bar?
Sorry, I missed to mention my URL: http://goodtimesdeals.de/
-