Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Hi,
No, not that I know of.
I can’t deaktivate all plugins for longer time, because clients visit it all the time.
Hi,
I tried all files to find those words..Do you have a css code which can turn “Ausverkauft” it in english “Out of stock” into “Ab Mitte Janaur 2017”? Or do you know which file I need to translate?
Hi,
I did it. Now most pictures are sharp.
But the first picture of the product slider on:https://blackwood-watches.com/shop/black-wood-mt-belchen-40-sapphire-oak/
is still to big. It’s not 450×450. I used the plugin Regenerate tumpnails which you recommend but it didn’t work.
Take look at website or sceenshots.
Attachments:
You must be logged in to view attached files.Hi David Martin,
Please, show me where.. Have I overlooked something?
If not please tell me how to change all things above.
thanks
Hi Rui,
Ok, I will open new topic.
Do you know how I can make the space between price and title field bigger?
Attachments:
You must be logged in to view attached files.Hi Rui,
How can we delete the the red area? There must be an option.
Attachments:
You must be logged in to view attached files.Hi Rui,
It doesn’t work.
Hi Rui,
1. I found a solution, because I can’t wait to long to solve the problem. But you are always a time saver
2.I don’t know. URL: https://blackwood-watches.com/mt-belchen-40-kollektion/
Hi Rui,
I did this already and tried differnent layouts. Nothing changed. Do have another solution? It looks terrible for clients to see so blurred pictures.
Hi Rui,
I did this ( see pic) but nothing changes. Any advice?
Attachments:
You must be logged in to view attached files.December 28, 2016 at 11:14 pm in reply to: How can I change the link of the "Continue shopping" field? #308287Hi,
It doesn’t work fine. Do you have another solution? Maybe a code?
Hi,
Please check my css code:
<?php
add_filter( ‘gettext’, ‘sf_string_translate’, 20, 3 );
function sf_string_translate( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Add to Shopping Bag’ :
$translated_text = __( ‘In den Warenkorb hinzufügen’, $domain ); //just change it.
break;
}
return $translated_text;
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
load_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
function sf_child_theme_locale() {
//echo get_stylesheet_directory() . ‘/language’ ;exit;
//load_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
load_child_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
}
//add_action( ‘init’, ‘sf_child_theme_locale’ );
?>I want to change three things:
1. Delete Product Describtion on the product site
2. Change text below the price sign and reviews
3. Change link behind the “countinue shopping“ button in the cartYou have all sceenshots in this chat, please take a look at it.
I need a functional code for all changes above
Hi,
Are you sure themes/neighborhood/language is correct? There you can translate the settings sites of woocommerce.. but you can translate the words on the website.
On Screenshot 2016-12-28 17.47.11 you can see I found “Save” but I couldn’t found “Aufrufe” take a look at the other sceenshot.
It isn’t the correct file.. Do you know where the .po file is for woocommerce or for the theme on page text?
Attachments:
You must be logged in to view attached files.December 28, 2016 at 3:38 pm in reply to: How can I change the link of the "Continue shopping" field? #308221Hi,
My child theme functions.php is confused.
What ever I paste in it the site is complete black after it.Here is my child theme functions.php:
<?php
add_filter( ‘gettext’, ‘sf_string_translate’, 20, 3 );
function sf_string_translate( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Add to Shopping Bag’ :
$translated_text = __( ‘In den Warenkorb hinzufügen’, $domain ); //just change it.
break;
}
return $translated_text;
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
load_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
function sf_child_theme_locale() {
//echo get_stylesheet_directory() . ‘/language’ ;exit;
//load_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
load_child_theme_textdomain( ‘swiftframework’, get_stylesheet_directory() . ‘/language’ );
}
//add_action( ‘init’, ‘sf_child_theme_locale’ );
?> -