Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Whats wrong here. Take a look at my sceenshot.. How is it correct?
Attachments:
You must be logged in to view attached files.Hi,
There are many .po files? Which one is it? Themes? Plugins? or the normal .po file which you can see in the last sceen shot.
Attachments:
You must be logged in to view attached files.December 28, 2016 at 3:20 pm in reply to: How can I change the link of the "Continue shopping" field? #308209Hi,
I want to amend https://blackwood-watches.com/ on https://blackwood-watches.com/ and https://blackwood-watches-en.com/ on https://blackwood-watches-en.com/
Where can I add it?
See sceenshot below.
Attachments:
You must be logged in to view attached files.Hi Rui,
Very good it works! Thanks a lot!
Do you know where I can adjusting this product carousel? Please, take a look at my sceenshot.
Attachments:
You must be logged in to view attached files.Hi Rui,
Thanks it work fine!
Hi Rui,
Thanks for teaching me where to paste the code. Between the first sliders there is no gap any more. That’s good! But at last on there is a still a gap. Take a look at the sceen shot and visit my site to check it maybe some other code disrupt it.
Attachments:
You must be logged in to view attached files.Hi Rui,
Where should I paste the code? css-code of the theme or functions.php or style.css?
Thanks
Hi Rui,
Nothing changes, probably you can login into my wordpress site and take a look. I always delete the cache but is it necessary?
Hi,
Here is my css:
<?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’ );
?>Hi,
Where can I find this files? Please, name me the name.
It doesn’t work Description is still there and it cause another problem on the mobile side, see sceenshot below.
Attachments:
You must be logged in to view attached files.https://blackwood-watches.com/shop/black-wood-mt-belchen-40-sapphire-oak/
https://blackwood-watches.com/shop/black-wood-mt-belchen-40-graphite-oak/
https://blackwood-watches.com/shop/black-wood-mt-belchen-40-barrique-chestnut/
https://blackwood-watches.com/shop/black-wood-mt-belchen-40-bronze-oak/
https://blackwood-watches.com/shop/black-wood-rhine-40/
All those URLs
Hi Rui,
Now it works, sorry for that. I have another problem at the checkout.
At the checkout you can’t choose a payment option. Take a look at my sceenshot. I though the problem could be a new installed plugin but I delete it and it isn’t solved.
On the red area on the sceenshot was always the field for the payment.
Attachments:
You must be logged in to view attached files.Hi Rui,
Thanks for fast reply
Please, check my sceenshot below.. prodcúct name is hidden.
Attachments:
You must be logged in to view attached files.Hi Rui,
Thanks it works! Can we modificate the css code so that all other site titles appear? I only want to hide the page title on the home site (blackwood-watches.com)
Best regards
Hi,
A second thing I want to change is that “Startseite ||” disappear when a vistor is on blackwood-watches.com.
How can we do this? I am not sure but I think it is in the css code above, but it isn’t working.
Best regards
Attachments:
You must be logged in to view attached files. -
Posted in: Reply To: How to delete title line?