Forum Replies Created

Viewing 15 posts - 31 through 45 (of 144 total)
  • Posted in:
  • in reply to: Where can I translate those following words? #308809
    janheege
    Member
    Post count: 148
    This reply has been marked as private.
    in reply to: Blurred images #308808
    janheege
    Member
    Post count: 148

    Hi,

    No, not that I know of.

    I can’t deaktivate all plugins for longer time, because clients visit it all the time.

    in reply to: Where can I translate those following words? #308520
    janheege
    Member
    Post count: 148

    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?

    in reply to: Blurred images #308511
    janheege
    Member
    Post count: 148

    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.
    in reply to: Modifactions on product page #308510
    janheege
    Member
    Post count: 148

    Hi David Martin,

    Please, show me where.. Have I overlooked something?

    If not please tell me how to change all things above.

    thanks

    in reply to: Delete space between sliders #308508
    janheege
    Member
    Post count: 148

    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.
    in reply to: Mobile website problems #308506
    janheege
    Member
    Post count: 148

    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.
    in reply to: Blurred images #308411
    janheege
    Member
    Post count: 148

    Hi Rui,

    It doesn’t work.

    in reply to: Mobile website problems #308404
    janheege
    Member
    Post count: 148

    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/

    in reply to: Blurred images #308378
    janheege
    Member
    Post count: 148

    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.

    in reply to: Where can I translate those following words? #308291
    janheege
    Member
    Post count: 148

    Hi Rui,

    I did this ( see pic) but nothing changes. Any advice?

    Attachments:
    You must be logged in to view attached files.
    in reply to: How can I change the link of the "Continue shopping" field? #308287
    janheege
    Member
    Post count: 148

    Hi,

    It doesn’t work fine. Do you have another solution? Maybe a code?

    in reply to: Modifactions on product page #308286
    janheege
    Member
    Post count: 148

    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 cart

    You have all sceenshots in this chat, please take a look at it.

    I need a functional code for all changes above

    in reply to: Where can I translate those following words? #308249
    janheege
    Member
    Post count: 148

    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.
    in reply to: How can I change the link of the "Continue shopping" field? #308221
    janheege
    Member
    Post count: 148

    Hi,

    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’ );
    ?>

Viewing 15 posts - 31 through 45 (of 144 total)