Viewing 15 posts - 1 through 15 (of 37 total)
  • #175822
    Henrita
    Member
    Post count: 63

    Hello,

    I have an issue with setting up shop pages, missing shop-with right sidebar and shop-with left sidebar. How do I have to recover them, it’s been deleted by accident.
    Thanks

    #175832
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can set the sidebar for the shop in Theme Options > WooCommerce Options.

    – Kyle

    #175842
    Henrita
    Member
    Post count: 63

    I understand that, but how can I change product that is showing 4 items in a row, it doesn’t fit. Where to set 3 items in a row. Can’t find anywhere.
    So I can setup full width page just by modifying sidebar and product in a row? Thats it?
    Thanks

    #175843
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Pages with sidebar have 3 columns and full width pages have 4 columns

    – Kyle

    #175847
    Henrita
    Member
    Post count: 63

    Please have a look, what a mess http://auksinesvajone.eu/shop-right-sidebar/
    What do I need to do to set up it correctly?

    #175860
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you please update the theme and check again

    – Kyle

    #175907
    Henrita
    Member
    Post count: 63

    Updated but still the same.
    Can’t find any template in page builder “pre built pages” why there are no shop pages?

    #175912
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The shop pages are created automatically when you assign the page as the shop page in the WooCommerce settings

    I will look into this for you now

    – Kyle

    #175915
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #175916
    Henrita
    Member
    Post count: 63

    Why after update I have lost all the translations? It’s english again 🙁
    Why? it took a lot of time to translate!!!!!

    #175921
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you made your own translation file then you would have needed to upload to the child theme, or used a plugin such as codestyle localization

    – Kyle

    #176130
    Henrita
    Member
    Post count: 63

    1. Why code styling localisation is missing lithuanian langue after update? It’s not working properly now, not possible to rescan files.
    2. What is the latest version? Mine is 2.18, is it the last one?
    3. In the future, how to save translations before updating?
    4. What to do with recommended plugin for demo content? Do I need to instal it?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #176495
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I have forwarded this to my colleague for you who can talk you through your questions

    – Kyle

    #176497
    Henrita
    Member
    Post count: 63

    I have already translated everything again. But still want to know how to avoid that.
    Thanks

    #176573
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    To avoid missing the translation add the code below to your functions.php

    
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'swiftframework', get_stylesheet_directory() . '/languages' );
    load_child_theme_textdomain( 'woocommerce', get_stylesheet_directory() . '/languages' );
    }
    add_action( 'after_setup_theme', 'my_child_theme_setup' );
    

    Create a directory called languages inside the child theme and copy your translate files to that directory.

    Hope it helps.

    -Rui

Viewing 15 posts - 1 through 15 (of 37 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register